]> granicus.if.org Git - php/log
php
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- 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 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- Commit updated .re file as well for the "first day of" issue.
Derick Rethans [Sun, 7 Mar 2010 13:05:11 +0000 (13:05 +0000)]
- Commit updated .re file as well for the "first day of" issue.

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 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 agoAdd XFAIL
Christopher Jones [Fri, 5 Mar 2010 00:25:46 +0000 (00:25 +0000)]
Add XFAIL

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 agoRemove magic_quotes from php.ini to match code reality
Christopher Jones [Thu, 4 Mar 2010 20:05:27 +0000 (20:05 +0000)]
Remove magic_quotes from php.ini to match code reality

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 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 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 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 Rename crypt_blowfish_invalid_rounds.phpt to crypt_blowfish_variation1.phpt
Joey Smith [Tue, 23 Feb 2010 20:53:58 +0000 (20:53 +0000)]
 Rename crypt_blowfish_invalid_rounds.phpt to crypt_blowfish_variation1.phpt
 to follow phpt naming conventions.

 Added SKIPIF test to crypt_blowfish_variation1.phpt

 Added crypt_blowfish_variation2.phpt, which tests the DES-fallback as when
 blowfish salt is missing rounds.

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 agoUpdate crypt() tests to use binary strings and do stricter comparisons
Joey Smith [Tue, 23 Feb 2010 20:24:51 +0000 (20:24 +0000)]
Update crypt() tests to use binary strings and do stricter comparisons

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- 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 agoFix the name of the locale in some tests
Raphael Geissert [Sun, 21 Feb 2010 18:22:46 +0000 (18:22 +0000)]
Fix the name of the locale in some tests

14 years ago - Fix #51059, crypt can fail and return NULL, on almost all implementations
Pierre Joye [Sun, 21 Feb 2010 18:11:11 +0000 (18:11 +0000)]
 - Fix #51059, crypt can fail and return NULL, on almost all implementations

14 years ago- get the right error on windows
Pierre Joye [Sun, 21 Feb 2010 17:44:25 +0000 (17:44 +0000)]
- get the right error on windows

14 years agoFixing a typo found in the m4 file while trying to understand/document
Joey Smith [Sat, 20 Feb 2010 17:58:17 +0000 (17:58 +0000)]
Fixing a typo found in the m4 file while trying to understand/document
crypt() better - the MD5 check was reporting itself as "Extended DES"

14 years agoMarked XFAIL as requested by Pierre
Joey Smith [Fri, 19 Feb 2010 21:11:38 +0000 (21:11 +0000)]
Marked XFAIL as requested by Pierre

14 years agoTests for upcoming patches to crypt, as discussed with Pierre over IRC.
Joey Smith [Fri, 19 Feb 2010 21:08:35 +0000 (21:08 +0000)]
Tests for upcoming patches to crypt, as discussed with Pierre over IRC.

14 years ago- Update shtool to 2.0.8
Jani Taskinen [Thu, 18 Feb 2010 08:33:48 +0000 (08:33 +0000)]
- Update shtool to 2.0.8

14 years agoFix race condition in shtool's mkdir -p implementation (bug #51076)
Raphael Geissert [Thu, 18 Feb 2010 00:30:12 +0000 (00:30 +0000)]
Fix race condition in shtool's mkdir -p implementation (bug #51076)

14 years agoFixed bug #50795 (man pages have bad whatis entries)
Kalle Sommer Nielsen [Wed, 17 Feb 2010 05:32:52 +0000 (05:32 +0000)]
Fixed bug #50795 (man pages have bad whatis entries)
 - Patch by Debian

14 years agofix buffer overflow
Stanislav Malyshev [Tue, 16 Feb 2010 20:34:03 +0000 (20:34 +0000)]
fix buffer overflow

14 years agoCorrect description of getservbyname_basic.phpt (bug #51022)
Raphael Geissert [Tue, 16 Feb 2010 05:38:50 +0000 (05:38 +0000)]
Correct description of getservbyname_basic.phpt (bug #51022)

14 years ago- Fix test (Bug #51036)
Felipe Pena [Mon, 15 Feb 2010 21:46:45 +0000 (21:46 +0000)]
- Fix test (Bug #51036)

14 years ago- Fix the fix :P
Felipe Pena [Mon, 15 Feb 2010 21:37:46 +0000 (21:37 +0000)]
- Fix the fix :P

14 years ago- Added missing SKIPIF
Felipe Pena [Mon, 15 Feb 2010 21:32:25 +0000 (21:32 +0000)]
- Added missing SKIPIF

14 years ago- Fix test (Bug #51035)
Felipe Pena [Mon, 15 Feb 2010 21:24:17 +0000 (21:24 +0000)]
- Fix test (Bug #51035)

14 years ago- Fix test (bug #51040)
Felipe Pena [Mon, 15 Feb 2010 21:16:34 +0000 (21:16 +0000)]
- Fix test (bug #51040)

14 years agoadd typedefs for all structure methods, and then reuse these typedefs
Andrey Hristov [Mon, 15 Feb 2010 16:58:33 +0000 (16:58 +0000)]
add typedefs for all structure methods, and then reuse these typedefs

14 years agoFix strtolower.phpt (bug #51031)
Raphael Geissert [Sat, 13 Feb 2010 16:43:04 +0000 (16:43 +0000)]
Fix strtolower.phpt (bug #51031)

14 years ago- Fix test
Jani Taskinen [Sat, 13 Feb 2010 15:43:45 +0000 (15:43 +0000)]
- Fix test

14 years ago- Fixed tests
Jani Taskinen [Sat, 13 Feb 2010 01:08:04 +0000 (01:08 +0000)]
- Fixed tests

14 years ago- Removed duplicate tests (bug #51007)
Jani Taskinen [Fri, 12 Feb 2010 17:09:09 +0000 (17:09 +0000)]
- Removed duplicate tests (bug #51007)

14 years ago- Added missing SKIPIF section to tests (bug #51014)
Jani Taskinen [Fri, 12 Feb 2010 16:53:44 +0000 (16:53 +0000)]
- Added missing SKIPIF section to tests (bug #51014)

14 years ago- fix php_date_llabs declaration
Pierre Joye [Thu, 11 Feb 2010 22:37:50 +0000 (22:37 +0000)]
- fix php_date_llabs declaration

14 years agoRevert 290786: Fixed bug #49521 (PDO fetchObject sets values before calling
Johannes Schlüter [Thu, 11 Feb 2010 22:14:06 +0000 (22:14 +0000)]
Revert 290786: Fixed bug #49521 (PDO fetchObject sets values before calling
constructor)

14 years agorevert 293939 Fixed bug #50636 (MySQLi_Result sets values before calling
Johannes Schlüter [Thu, 11 Feb 2010 21:42:48 +0000 (21:42 +0000)]
revert 293939 Fixed bug #50636 (MySQLi_Result sets values before calling
constructor)

14 years agoSpelling typo in new check message
Christopher Jones [Wed, 10 Feb 2010 23:56:27 +0000 (23:56 +0000)]
Spelling typo in new check message

14 years ago- Fixed bug #49585 (date_format buffer not long enough for >4 digit years).
Derick Rethans [Wed, 10 Feb 2010 16:55:40 +0000 (16:55 +0000)]
- Fixed bug #49585 (date_format buffer not long enough for >4 digit years).
#- Was already partly fixed with my previous commit.

14 years ago- Added a test case for bug #45866
Derick Rethans [Wed, 10 Feb 2010 16:23:30 +0000 (16:23 +0000)]
- Added a test case for bug #45866
- Fixed tests: oo_002, bug46268
- Fixed bug #50930 (Wrong date by php_date.c patch with ancient gcc/glibc
  versions).
- Make sure faulty strings passed to DateTime::modify() notify the user.
- Revert fix for bug #50392 as it was fixed wrongly without a proper test case.
- Fixed a bug with the 'r' formatting function as the default buffer size that
  was allocated only fit 4 digit years.

14 years ago- Fixed a few tests due to Unicode and the environment var support.
Derick Rethans [Wed, 10 Feb 2010 16:16:18 +0000 (16:16 +0000)]
- Fixed a few tests due to Unicode and the environment var support.

14 years ago- Update in trunk and PHP 5.2 as well.
Derick Rethans [Wed, 10 Feb 2010 14:04:27 +0000 (14:04 +0000)]
- Update in trunk and PHP 5.2 as well.

14 years agoFix config test
Johannes Schlüter [Wed, 10 Feb 2010 13:37:17 +0000 (13:37 +0000)]
Fix config test

14 years agoDetect if we can rely on compiler-specific alignment features else use custom
Johannes Schlüter [Tue, 9 Feb 2010 21:58:13 +0000 (21:58 +0000)]
Detect if we can rely on compiler-specific alignment features else use custom
workarounds. Fixes #50753

14 years agomake send_close a hook, too
Andrey Hristov [Tue, 9 Feb 2010 19:05:40 +0000 (19:05 +0000)]
make send_close a hook, too

14 years agoIt's a size_t here, not an unsigned int.
Rasmus Lerdorf [Tue, 9 Feb 2010 17:38:36 +0000 (17:38 +0000)]
It's a size_t here, not an unsigned int.

14 years ago- improve netsnmp detection (and restor snmp on win)
Pierre Joye [Tue, 9 Feb 2010 16:38:24 +0000 (16:38 +0000)]
- improve netsnmp detection (and restor snmp on win)

14 years agoFix bug#50416
Andrey Hristov [Mon, 8 Feb 2010 13:09:34 +0000 (13:09 +0000)]
Fix bug#50416
PROCEDURE db.myproc can't return a result set in the given context

14 years ago- prevent unexpectable behaviors (for the user) with invalid path
Pierre Joye [Sun, 7 Feb 2010 20:15:58 +0000 (20:15 +0000)]
- prevent unexpectable behaviors (for the user) with invalid path

14 years ago- Fixed #44098, imap_utf8() returns only capital letters
Pierre Joye [Sun, 7 Feb 2010 13:06:54 +0000 (13:06 +0000)]
- Fixed #44098, imap_utf8() returns only capital letters

14 years agotouch
Jani Taskinen [Sun, 7 Feb 2010 11:42:52 +0000 (11:42 +0000)]
touch

14 years ago- Fixed bug #50952 (allow underscore _ in constants parsed in php.ini files)
Jani Taskinen [Sun, 7 Feb 2010 11:40:29 +0000 (11:40 +0000)]
-  Fixed bug #50952 (allow underscore _ in constants parsed in php.ini files)

15 years agoFix bug #50940
Rasmus Lerdorf [Fri, 5 Feb 2010 18:59:05 +0000 (18:59 +0000)]
Fix bug #50940

15 years ago- silent warning
Pierre Joye [Thu, 4 Feb 2010 15:34:19 +0000 (15:34 +0000)]
- silent warning

15 years ago- if they are outdated/wrong, no need to confuse the users
Pierre Joye [Thu, 4 Feb 2010 08:24:29 +0000 (08:24 +0000)]
- if they are outdated/wrong, no need to confuse the users

15 years agoAllow newer oracle versions
Johannes Schlüter [Thu, 4 Feb 2010 01:12:14 +0000 (01:12 +0000)]
Allow newer oracle versions

15 years agoPass tsrmls to all functions, which might need it in the future.
Andrey Hristov [Wed, 3 Feb 2010 17:31:29 +0000 (17:31 +0000)]
Pass tsrmls to all functions, which might need it in the future.
We are anyway breaking the internal ABI in 5.3.2 so this won't hurt
and make us prepared for the future.

15 years ago- vc6 does not expose it
Pierre Joye [Wed, 3 Feb 2010 16:11:56 +0000 (16:11 +0000)]
- vc6 does not expose it

15 years agoExplicitly set mail.add_x_header in php.ini so test output matches expected results
Christopher Jones [Tue, 2 Feb 2010 22:54:36 +0000 (22:54 +0000)]
Explicitly set mail.add_x_header in php.ini so test output matches expected results

15 years agoNo idea which recent change has cause this little API change, however it is not a...
Ulf Wendel [Tue, 2 Feb 2010 13:10:50 +0000 (13:10 +0000)]
No idea which recent change has cause this little API change, however it is not a big change and maybe it is even an improvement.

15 years agoFix tests
Etienne Kneuss [Tue, 2 Feb 2010 13:08:11 +0000 (13:08 +0000)]
Fix tests

15 years agoFixed bug #50907 (X-PHP-Originating-Script adding two new lines in *NIX).
Ilia Alshanetsky [Tue, 2 Feb 2010 12:50:21 +0000 (12:50 +0000)]
Fixed bug #50907 (X-PHP-Originating-Script adding two new lines in *NIX).