]> granicus.if.org Git - php/log
php
14 years agoAdded test for bug #51338
Ilia Alshanetsky [Tue, 23 Mar 2010 11:51:38 +0000 (11:51 +0000)]
Added test for bug #51338

14 years agoname changes for consistency with planned additions
Christopher Jones [Mon, 22 Mar 2010 22:37:20 +0000 (22:37 +0000)]
name changes for consistency with planned additions

14 years agoFixed bug #51338 (URL-Rewriter is still enabled if use_only_cookies is on).
Ilia Alshanetsky [Mon, 22 Mar 2010 12:16:45 +0000 (12:16 +0000)]
Fixed bug #51338 (URL-Rewriter is still enabled if use_only_cookies is on).

14 years ago- Fixed bug #49429, #51331 (odbc_autocommit doesn't work)
Felipe Pena [Sat, 20 Mar 2010 18:19:16 +0000 (18:19 +0000)]
- Fixed bug #49429, #51331 (odbc_autocommit doesn't work)

14 years agoNew tests for existing functionality
Christopher Jones [Fri, 19 Mar 2010 22:15:40 +0000 (22:15 +0000)]
New tests for existing functionality

14 years agoI am sorry I tried fixing PHP without extensive discussion on the mailing list.
Andrei Zmievski [Thu, 18 Mar 2010 22:37:25 +0000 (22:37 +0000)]
I am sorry I tried fixing PHP without extensive discussion on the mailing list.
I am sorry I tried fixing PHP without extensive discussion on the mailing list.
I am sorry I tried fixing PHP without extensive discussion on the mailing list.

Hope all the relevant parties are satisfied.

14 years agoFix a few problems with large (2G-4G) file uploads. Added
Andrei Zmievski [Thu, 18 Mar 2010 21:07:38 +0000 (21:07 +0000)]
Fix a few problems with large (2G-4G) file uploads. Added
--enable-large-uploads-fix switch because one change was in SAPI.h structure.

14 years agoFix for complaint from the Zend MM, efree of a NULL pointer.
Andrey Hristov [Wed, 17 Mar 2010 18:08:25 +0000 (18:08 +0000)]
Fix for complaint from the Zend MM, efree of a NULL pointer.

14 years agoFix a bug that a statement that is reset doesn't clean
Andrey Hristov [Wed, 17 Mar 2010 18:00:47 +0000 (18:00 +0000)]
Fix a bug that a statement that is reset doesn't clean
the wire properly (as it is done when the statement is closed).
If there is more that one result sets returned from the PS
(like a call to SP that returns at least one RSet next to the
status rset) then the line was blocked. PS Multi-Res is not supported
in any libmysql from a GA-ed MySQL.

14 years agofix valgrind warning introduced with the latest patch. The memory
Andrey Hristov [Wed, 17 Mar 2010 11:40:37 +0000 (11:40 +0000)]
fix valgrind warning introduced with the latest patch. The memory
should be calloc-ed, not malloced, because the code that uses the
stmt storage needs that.

14 years agoUpdate oci_commit tests
Christopher Jones [Tue, 16 Mar 2010 23:13:50 +0000 (23:13 +0000)]
Update oci_commit tests

14 years agodecouple the methods in MYSQLND_STMT from the data,
Andrey Hristov [Tue, 16 Mar 2010 12:36:57 +0000 (12:36 +0000)]
decouple the methods in MYSQLND_STMT from the data,
needed to move to a new structure MYSQLND_STMT. Makes
the code cleaner and less error-prone.
Also fix PDO/MySQL which directly touch mysqlnd internals
instead of using API calls.

14 years ago- Fix win32 build.
Rob Richards [Mon, 15 Mar 2010 16:20:19 +0000 (16:20 +0000)]
- Fix win32 build.

14 years ago- Fix win32 build. (notified by Rob. Thanks)
Moriyoshi Koizumi [Mon, 15 Mar 2010 14:19:51 +0000 (14:19 +0000)]
- Fix win32 build. (notified by Rob. Thanks)

14 years ago- Fix mem. leak
Felipe Pena [Sat, 13 Mar 2010 20:26:51 +0000 (20:26 +0000)]
- Fix mem. leak

14 years agoFix CVE-2010-0397: null pointer dereference when processing invalid XML-RPC
Raphael Geissert [Sat, 13 Mar 2010 18:40:29 +0000 (18:40 +0000)]
Fix CVE-2010-0397: null pointer dereference when processing invalid XML-RPC
requests (bug #51288)

14 years agoNew OCI8 test
Christopher Jones [Sat, 13 Mar 2010 00:25:11 +0000 (00:25 +0000)]
New OCI8 test

14 years ago- Forgot to commit this patch. Sorry.
Moriyoshi Koizumi [Fri, 12 Mar 2010 16:19:25 +0000 (16:19 +0000)]
- Forgot to commit this patch. Sorry.

14 years agoallow persistency of PS
Andrey Hristov [Fri, 12 Mar 2010 13:03:46 +0000 (13:03 +0000)]
allow persistency of PS

14 years ago- Reverted r296062 and r296065
Jani Taskinen [Fri, 12 Mar 2010 10:28:59 +0000 (10:28 +0000)]
- Reverted r296062 and r296065

14 years ago- Update the bundled libmbfl to the latest on upstream.
Moriyoshi Koizumi [Fri, 12 Mar 2010 04:55:37 +0000 (04:55 +0000)]
- Update the bundled libmbfl to the latest on upstream.

14 years agoNew and improved DBA tests
Christopher Jones [Fri, 12 Mar 2010 00:27:57 +0000 (00:27 +0000)]
New and improved DBA tests

14 years agoFix build (see r296062)
Hannes Magnusson [Thu, 11 Mar 2010 19:50:04 +0000 (19:50 +0000)]
Fix build (see r296062)

14 years agoadd backlock socket context option for stream_socket_server(),
Michael Wallner [Thu, 11 Mar 2010 16:37:24 +0000 (16:37 +0000)]
add backlock socket context option for stream_socket_server(),
which had a hardcoded backlog of 5 at two occurrances

14 years ago- Fix conflict
Jani Taskinen [Thu, 11 Mar 2010 11:23:38 +0000 (11:23 +0000)]
- Fix conflict

14 years agoMFH: Improved / fixed output buffering (Michael Wallner)
Jani Taskinen [Thu, 11 Mar 2010 10:24:29 +0000 (10:24 +0000)]
MFH: Improved / fixed output buffering (Michael Wallner)

14 years agoFixed bug #51269 (zlib.output_compression Overwrites Vary Header).
Adam Harvey [Thu, 11 Mar 2010 06:20:22 +0000 (06:20 +0000)]
Fixed bug #51269 (zlib.output_compression Overwrites Vary Header).

14 years agoProperly skip tests that require the bundled gd lib when the external is used
Raphael Geissert [Thu, 11 Mar 2010 05:49:50 +0000 (05:49 +0000)]
Properly skip tests that require the bundled gd lib when the external is used

14 years ago- Fixed bug #51257 (CURL_VERSION_LARGEFILE incorrectly used after libcurl version...
Felipe Pena [Wed, 10 Mar 2010 22:58:46 +0000 (22:58 +0000)]
- Fixed bug #51257 (CURL_VERSION_LARGEFILE incorrectly used after libcurl version 7.10.1)
  patch by: aron dot ujvari at microsec dot hu

14 years agoMask name of older DB4 versions
Christopher Jones [Tue, 9 Mar 2010 18:06:20 +0000 (18:06 +0000)]
Mask name of older DB4 versions

14 years agoFixed bug #51242 (Empty mysql.default_port does not default to 3306 anymore, but 0).
Adam Harvey [Tue, 9 Mar 2010 05:08:31 +0000 (05:08 +0000)]
Fixed bug #51242 (Empty mysql.default_port does not default to 3306 anymore, but 0).

14 years ago- Fixed bug #51237 (milter SAPI crash on startup)
Felipe Pena [Mon, 8 Mar 2010 23:29:46 +0000 (23:29 +0000)]
- Fixed bug #51237 (milter SAPI crash on startup)
  patch by: igmar at palsenberg dot com

14 years ago- Fix php-milter sample usage (-r option doesn't exists here)
Felipe Pena [Mon, 8 Mar 2010 22:58:31 +0000 (22:58 +0000)]
- Fix php-milter sample usage (-r option doesn't exists here)

14 years ago- Updated to version 2010.5 (2010e)
Derick Rethans [Mon, 8 Mar 2010 20:08:51 +0000 (20:08 +0000)]
- Updated to version 2010.5 (2010e)

14 years agoRename the HAVE_LIBICONV_IN_LIBICONV macro to ICONV_ALIASED_LIBICONV, making it less...
Kalle Sommer Nielsen [Mon, 8 Mar 2010 15:51:08 +0000 (15:51 +0000)]
Rename the HAVE_LIBICONV_IN_LIBICONV macro to ICONV_ALIASED_LIBICONV, making it less cryptic

14 years agoAdd some bcmath tests
William Martin [Mon, 8 Mar 2010 15:16:51 +0000 (15:16 +0000)]
Add some bcmath tests

14 years agoFix linking of iconv on Windows
Kalle Sommer Nielsen [Mon, 8 Mar 2010 14:04:35 +0000 (14:04 +0000)]
Fix linking of iconv on Windows

14 years agoFixed bug #51213 (pdo_mssql is trimming value of the money column).
Ilia Alshanetsky [Mon, 8 Mar 2010 12:39:44 +0000 (12:39 +0000)]
Fixed bug #51213 (pdo_mssql is trimming value of the money column).

14 years ago- Fixed bug #46111 (Some timezone identifiers can not be parsed).
Derick Rethans [Sun, 7 Mar 2010 19:18:06 +0000 (19:18 +0000)]
- Fixed bug #46111 (Some timezone identifiers can not be parsed).

14 years ago- Re-generate mapping files, but now with BC zones as well.
Derick Rethans [Sun, 7 Mar 2010 19:13:19 +0000 (19:13 +0000)]
- Re-generate mapping files, but now with BC zones as well.
#- Fixes the test case for bug #17988 that used a few of those.

14 years ago- Fixed bug #48902 (Timezone database fallback map is outdated).
Derick Rethans [Sun, 7 Mar 2010 18:21:23 +0000 (18:21 +0000)]
- Fixed bug #48902 (Timezone database fallback map is outdated).

14 years ago- Fixed bug #49059 (DateTime::diff() repeats previous sub() operation).
Derick Rethans [Sun, 7 Mar 2010 17:25:16 +0000 (17:25 +0000)]
- Fixed bug #49059 (DateTime::diff() repeats previous sub() operation).

14 years ago- Update test cases after the fix for bug #49778.
Derick Rethans [Sun, 7 Mar 2010 17:23:40 +0000 (17:23 +0000)]
- Update test cases after the fix for bug #49778.

14 years ago- Fixed bug #40778 (DateInterval::format("%a") is always zero when an interval
Derick Rethans [Sun, 7 Mar 2010 15:26:39 +0000 (15:26 +0000)]
- Fixed bug #40778 (DateInterval::format("%a") is always zero when an interval
  is created from an ISO string).

14 years ago- Fix order
Felipe Pena [Sun, 7 Mar 2010 13:58:02 +0000 (13:58 +0000)]
- Fix order

14 years ago- Fixed bug #50555 (DateTime::sub() allows 'relative' time modifications).
Derick Rethans [Sun, 7 Mar 2010 13:54:46 +0000 (13:54 +0000)]
- Fixed bug #50555 (DateTime::sub() allows 'relative' time modifications).

14 years ago- Change this test case because non-6 digits are supported now, and clarify
Derick Rethans [Sun, 7 Mar 2010 13:47:06 +0000 (13:47 +0000)]
- Change this test case because non-6 digits are supported now, and clarify
  that the "1" doesn't show because the precision isn't high enough. (Same
  happens if you change it to 9).

14 years ago- Fixed copyright year.
Derick Rethans [Sun, 7 Mar 2010 13:11:44 +0000 (13:11 +0000)]
- Fixed copyright year.

14 years ago- Fixed bug #50392 (date_create_from_format enforces 6 digits for 'u' format
Derick Rethans [Sun, 7 Mar 2010 13:08:47 +0000 (13:08 +0000)]
- Fixed bug #50392 (date_create_from_format enforces 6 digits for 'u' format
  character).

14 years ago- Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not include file...
Felipe Pena [Sun, 7 Mar 2010 02:17:11 +0000 (02:17 +0000)]
- Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not include file and line in trace)

14 years ago- New test
Felipe Pena [Sun, 7 Mar 2010 00:57:19 +0000 (00:57 +0000)]
- New test

14 years ago- Fixed bug #50810 (property_exists does not work for private)
Felipe Pena [Sun, 7 Mar 2010 00:49:34 +0000 (00:49 +0000)]
- Fixed bug #50810 (property_exists does not work for private)

14 years ago- Fixed tests
Felipe Pena [Sat, 6 Mar 2010 23:58:35 +0000 (23:58 +0000)]
- Fixed tests

14 years agoAdd NEWS entries for filter overflow fix
Raphael Geissert [Sat, 6 Mar 2010 20:02:25 +0000 (20:02 +0000)]
Add NEWS entries for filter overflow fix

14 years agoDetect overflows before they occur in the filter extension (bug #51023)
Raphael Geissert [Sat, 6 Mar 2010 18:54:55 +0000 (18:54 +0000)]
Detect overflows before they occur in the filter extension (bug #51023)
Thanks to Sean Finney for the patch

14 years ago- Fixed bug #51096 ('last day' and 'first day' are handled incorrectly when
Derick Rethans [Sat, 6 Mar 2010 16:04:47 +0000 (16:04 +0000)]
- Fixed bug #51096 ('last day' and 'first day' are handled incorrectly when
  parsing date strings).
- For 5.2 I just added the test case minus new 5.3 additions.

14 years ago- Fixed bug #50358 (Compile failure compiling ext/phar/util.lo)
Felipe Pena [Sat, 6 Mar 2010 14:45:49 +0000 (14:45 +0000)]
- Fixed bug #50358 (Compile failure compiling ext/phar/util.lo)

14 years agoTest misc argument error conditions
Christopher Jones [Sat, 6 Mar 2010 00:23:16 +0000 (00:23 +0000)]
Test misc argument error conditions

14 years ago- Fixed bug #49267 (linking fails for iconv)
Moriyoshi Koizumi [Fri, 5 Mar 2010 09:12:13 +0000 (09:12 +0000)]
- Fixed bug #49267 (linking fails for iconv)

14 years agoFixed bug #51086 (DBA DB4 doesn't work with Berkeley DB 4.8)
Christopher Jones [Fri, 5 Mar 2010 06:45:28 +0000 (06:45 +0000)]
Fixed bug #51086 (DBA DB4 doesn't work with Berkeley DB 4.8)

14 years agoAuto detect recent versions of Berkeley DB4
Christopher Jones [Fri, 5 Mar 2010 05:23:01 +0000 (05:23 +0000)]
Auto detect recent versions of Berkeley DB4

14 years ago- BFN #50999
Felipe Pena [Fri, 5 Mar 2010 02:33:03 +0000 (02:33 +0000)]
- BFN #50999

14 years agoDBA tests: cleanup and sycn. Add new Berkeley DB 4 tests
Christopher Jones [Fri, 5 Mar 2010 00:23:26 +0000 (00:23 +0000)]
DBA tests: cleanup and sycn.  Add new Berkeley DB 4 tests

14 years agoFixed bug #51190 (ftp_put() returns false when transfer was successful).
Ilia Alshanetsky [Thu, 4 Mar 2010 12:52:58 +0000 (12:52 +0000)]
Fixed bug #51190 (ftp_put() returns false when transfer was successful).

14 years ago- Entry in wrong place...
Felipe Pena [Wed, 3 Mar 2010 22:21:57 +0000 (22:21 +0000)]
- Entry in wrong place...

14 years agoMask resource numbers
Christopher Jones [Wed, 3 Mar 2010 19:12:04 +0000 (19:12 +0000)]
Mask resource numbers

14 years agoFix test
Rasmus Lerdorf [Wed, 3 Mar 2010 18:19:35 +0000 (18:19 +0000)]
Fix test

14 years agoTurn on gc before we test it
Rasmus Lerdorf [Wed, 3 Mar 2010 17:53:15 +0000 (17:53 +0000)]
Turn on gc before we test it

14 years agoFix for bug #51192 (FILTER_VALIDATE_URL will invalidate a hostname that includes...
Adam Harvey [Wed, 3 Mar 2010 09:25:50 +0000 (09:25 +0000)]
Fix for bug #51192 (FILTER_VALIDATE_URL will invalidate a hostname that includes '-'). Original patch by solar@azrael.ws.

14 years ago- Possible fix for bug #50999
Felipe Pena [Wed, 3 Mar 2010 00:29:38 +0000 (00:29 +0000)]
- Possible fix for bug #50999

14 years ago- Fixed bug #50731 (Inconsistent namespaces sent to functions registered with spl_aut...
Felipe Pena [Wed, 3 Mar 2010 00:15:34 +0000 (00:15 +0000)]
- Fixed bug #50731 (Inconsistent namespaces sent to functions registered with spl_autoload_register)

14 years ago- The ctor requires both arguments
Hannes Magnusson [Tue, 2 Mar 2010 22:16:24 +0000 (22:16 +0000)]
- The ctor requires both arguments
- Sync/fix ctor and export arguments to 5_2

14 years agomake portable
Christopher Jones [Tue, 2 Mar 2010 17:00:18 +0000 (17:00 +0000)]
make portable

14 years agoAdded SKIP sections in case extension isn't enabled
William Martin [Tue, 2 Mar 2010 13:21:25 +0000 (13:21 +0000)]
Added SKIP sections in case extension isn't enabled

14 years agoFixed bug #51171 (curl_setopt() doesn't output any errors or warnings when an invalid...
Ilia Alshanetsky [Tue, 2 Mar 2010 12:54:23 +0000 (12:54 +0000)]
Fixed bug #51171 (curl_setopt() doesn't output any errors or warnings when an invalid option is provided)

14 years ago- Fixed bug #51176 (Static calling in non-static method behaves like $this->)
Felipe Pena [Tue, 2 Mar 2010 00:16:40 +0000 (00:16 +0000)]
- Fixed bug #51176 (Static calling in non-static method behaves like $this->)

14 years agoFix bug #43314
Rasmus Lerdorf [Mon, 1 Mar 2010 23:49:01 +0000 (23:49 +0000)]
Fix bug #43314
Assume worst case all-encoded case here

14 years agoImprove basic code coverage
Christopher Jones [Mon, 1 Mar 2010 20:33:18 +0000 (20:33 +0000)]
Improve basic code coverage

14 years ago- Updated to version 2010.3 (2010c)
Derick Rethans [Mon, 1 Mar 2010 14:59:24 +0000 (14:59 +0000)]
- Updated to version 2010.3 (2010c)

14 years agoAdd some sysvmsg coverage tests
Raphael Geissert [Mon, 1 Mar 2010 01:59:14 +0000 (01:59 +0000)]
Add some sysvmsg coverage tests

14 years ago- Merge from upstream (note: this is no behavioral change, so need not to be
Moriyoshi Koizumi [Sun, 28 Feb 2010 09:33:05 +0000 (09:33 +0000)]
- Merge from upstream (note: this is no behavioral change, so need not to be
  merged to 5.3.2 branch)

14 years ago- Whitespaces.
Moriyoshi Koizumi [Sun, 28 Feb 2010 07:49:36 +0000 (07:49 +0000)]
- Whitespaces.

14 years agoFix for bug #23229 (syslog function truncates messages): remove the hard-coded
Adam Harvey [Fri, 26 Feb 2010 18:01:03 +0000 (18:01 +0000)]
Fix for bug #23229 (syslog function truncates messages): remove the hard-coded
500 character error message limit imposed when using error_log=syslog.

14 years agoFix assignment when SimpleXML is disabled on Windows
Kalle Sommer Nielsen [Thu, 25 Feb 2010 17:08:17 +0000 (17:08 +0000)]
Fix assignment when SimpleXML is disabled on Windows

14 years agoAdded parameter parsing check to SimpleXMLElement::count()
Kalle Sommer Nielsen [Thu, 25 Feb 2010 17:06:32 +0000 (17:06 +0000)]
Added parameter parsing check to SimpleXMLElement::count()

14 years agoFix the text. Correct english and a bit shorter.
Andrey Hristov [Wed, 24 Feb 2010 21:16:04 +0000 (21:16 +0000)]
Fix the text. Correct english and a bit shorter.

14 years ago- merge/update/fix
Pierre Joye [Wed, 24 Feb 2010 19:57:56 +0000 (19:57 +0000)]
- merge/update/fix

14 years agoadd better description to the problem
Andrey Hristov [Wed, 24 Feb 2010 18:00:01 +0000 (18:00 +0000)]
add better description to the problem

14 years ago MFH'd crypt() tests - renamed to fit phpt schema, tests for DES-fallback,
Joey Smith [Tue, 23 Feb 2010 21:14:51 +0000 (21:14 +0000)]
 MFH'd crypt() tests - renamed to fit phpt schema, tests for DES-fallback,
 use b'' on strings.

14 years agoAdd info on PHP doc contributions and add internals references
Christopher Jones [Tue, 23 Feb 2010 20:40:03 +0000 (20:40 +0000)]
Add info on PHP doc contributions and add internals references

14 years ago- update test
Pierre Joye [Tue, 23 Feb 2010 17:46:10 +0000 (17:46 +0000)]
- update test

14 years ago- return *0/*1 on failure instead of FALSE, to avoid possible issues with bad user...
Pierre Joye [Tue, 23 Feb 2010 17:26:49 +0000 (17:26 +0000)]
- return *0/*1 on failure instead of FALSE, to avoid possible issues with bad user code

14 years ago- fix build when __GMP_BITS_PER_MP_LIMB is not defined but GMP_LIMB_BITS (no trace...
Pierre Joye [Tue, 23 Feb 2010 11:07:39 +0000 (11:07 +0000)]
- fix build when __GMP_BITS_PER_MP_LIMB is not defined but GMP_LIMB_BITS (no trace of this change in gmp's changelog...)

14 years agoCorrected typo in LimitIterator offset exception. Fixes #51119
Peter Cowburn [Mon, 22 Feb 2010 23:55:30 +0000 (23:55 +0000)]
Corrected typo in LimitIterator offset exception. Fixes #51119

14 years ago- restore the credit, always been this name, will always be
Pierre Joye [Mon, 22 Feb 2010 09:15:32 +0000 (09:15 +0000)]
- restore the credit, always been this name, will always be

14 years ago- Fixed NEWS entry order + removed aliases (only real names here!)
Jani Taskinen [Mon, 22 Feb 2010 09:06:06 +0000 (09:06 +0000)]
- Fixed NEWS entry order + removed aliases (only real names here!)

14 years ago- crypt entry
Pierre Joye [Mon, 22 Feb 2010 00:39:55 +0000 (00:39 +0000)]
- crypt entry

14 years ago- With "extended" hashes, detect and reject invalid "setting" strings.
Pierre Joye [Mon, 22 Feb 2010 00:05:02 +0000 (00:05 +0000)]
- With "extended" hashes, detect and reject invalid "setting" strings.
  With "traditional" hashes, support many "reasonable" invalid salts in
  UFC-crypt compatible way, reject the rest of invalid salts. (Solar Designer)

14 years ago- Corrected the sanity check of the "setting" string in _crypt_blowfish_rn() to
Pierre Joye [Sun, 21 Feb 2010 23:47:14 +0000 (23:47 +0000)]
- Corrected the sanity check of the "setting" string in _crypt_blowfish_rn() to
  reject iteration counts encoded as 36 through 39.  Previously, these would be
  misinterpreted as being the same as 04 through 07. (Solar Designer)

14 years agoNot sure how I screwed up that MFH so badly. Proper
Joey Smith [Sun, 21 Feb 2010 18:50:14 +0000 (18:50 +0000)]
Not sure how I screwed up that MFH so badly. Proper
fix to config.m4 applied for when checking different
crypt() types.