Commit Graph

26339 Commits

Author SHA1 Message Date
Derick Rethans
e1afa750b9 - Fixed test case, there are Unicode keys here. 2010-03-07 17:20:08 +00:00
Derick Rethans
2c9de65193 - Fixed bug #40778 (DateInterval::format("%a") is always zero when an interval
is created from an ISO string).
2010-03-07 15:26:39 +00:00
Derick Rethans
ffeb100e5e - Fixed bug #50555 (DateTime::sub() allows 'relative' time modifications). 2010-03-07 13:54:46 +00:00
Derick Rethans
9910aab74e - 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).
2010-03-07 13:47:06 +00:00
Derick Rethans
baff5e6866 - Fixed bug #50392 (date_create_from_format enforces 6 digits for 'u' format
character).
2010-03-07 13:08:47 +00:00
Derick Rethans
862f25123e - Commit updated .re file as well for the "first day of" issue. 2010-03-07 13:05:11 +00:00
Felipe Pena
1c76de1b47 - Fixed tests 2010-03-06 23:58:35 +00:00
Raphael Geissert
f2ff225bee Detect overflows before they occur in the filter extension (bug #51023)
Thanks to Sean Finney for the patch
2010-03-06 18:54:55 +00:00
Derick Rethans
f8e412ae51 - 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.
2010-03-06 16:04:47 +00:00
Felipe Pena
49f31dbacf - Fixed bug #50358 (Compile failure compiling ext/phar/util.lo) 2010-03-06 14:45:49 +00:00
Christopher Jones
0c5e1f5525 Test misc argument error conditions 2010-03-06 00:23:16 +00:00
Moriyoshi Koizumi
f4c1f9b159 - Fixed bug #49267 (linking fails for iconv) 2010-03-05 09:12:13 +00:00
Christopher Jones
9de8fffb94 Fixed bug #51086 (DBA DB4 doesn't work with Berkeley DB 4.8) 2010-03-05 06:45:28 +00:00
Christopher Jones
9814361b2a Auto detect recent versions of Berkeley DB4 2010-03-05 05:23:01 +00:00
Christopher Jones
2bed43b96b Add XFAIL 2010-03-05 00:25:46 +00:00
Christopher Jones
5e2e0460dd DBA tests: cleanup and sycn. Add new Berkeley DB 4 tests 2010-03-05 00:23:26 +00:00
Ilia Alshanetsky
8ad656aa3a Fixed bug #51190 (ftp_put() returns false when transfer was successful). 2010-03-04 12:52:58 +00:00
Christopher Jones
2bb2f49b27 Mask resource numbers 2010-03-03 19:12:04 +00:00
Adam Harvey
58e7da4400 Fix for bug #51192 (FILTER_VALIDATE_URL will invalidate a hostname that includes '-'). Original patch by solar@azrael.ws. 2010-03-03 09:25:50 +00:00
Felipe Pena
493a53f2d6 - Possible fix for bug #50999 2010-03-03 00:29:38 +00:00
Hannes Magnusson
f6f5e54174 - The ctor requires both arguments
- Sync/fix ctor and export arguments to 5_2
2010-03-02 22:16:24 +00:00
Christopher Jones
75205c1dc5 make portable 2010-03-02 17:00:18 +00:00
Ilia Alshanetsky
00f07b92a9 Fixed bug #51171 (curl_setopt() doesn't output any errors or warnings when an invalid option is provided) 2010-03-02 12:54:23 +00:00
Rasmus Lerdorf
201a9dd72f Fix bug #43314
Assume worst case all-encoded case here
2010-03-01 23:49:01 +00:00
Christopher Jones
c0719f1098 Improve basic code coverage 2010-03-01 20:33:18 +00:00
Derick Rethans
f789ac323b - Updated to version 2010.3 (2010c) 2010-03-01 14:59:24 +00:00
Raphael Geissert
b4d5db5782 Add some sysvmsg coverage tests 2010-03-01 01:59:14 +00:00
Moriyoshi Koizumi
dc1b8ed4f1 - Merge from upstream (note: this is no behavioral change, so need not to be
merged to 5.3.2 branch)
2010-02-28 09:33:05 +00:00
Moriyoshi Koizumi
a982d8b5e3 - Whitespaces. 2010-02-28 07:49:36 +00:00
Kalle Sommer Nielsen
e9692ffd2a Fix assignment when SimpleXML is disabled on Windows 2010-02-25 17:08:17 +00:00
Kalle Sommer Nielsen
ecc1eaa739 Added parameter parsing check to SimpleXMLElement::count() 2010-02-25 17:06:32 +00:00
Andrey Hristov
11566524a3 Fix the text. Correct english and a bit shorter. 2010-02-24 21:16:04 +00:00
Andrey Hristov
dd57bddd53 add better description to the problem 2010-02-24 18:00:01 +00:00
Joey Smith
8791ed752d 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.
2010-02-23 20:53:58 +00:00
Joey Smith
0527cb3d01 Update crypt() tests to use binary strings and do stricter comparisons 2010-02-23 20:24:51 +00:00
Pierre Joye
aa8232ab50 - update test 2010-02-23 17:46:10 +00:00
Pierre Joye
f360424e5f - return *0/*1 on failure instead of FALSE, to avoid possible issues with bad user code 2010-02-23 17:26:49 +00:00
Pierre Joye
bd0a74c419 - fix build when __GMP_BITS_PER_MP_LIMB is not defined but GMP_LIMB_BITS (no trace of this change in gmp's changelog...) 2010-02-23 11:07:39 +00:00
Peter Cowburn
3a8a487a38 Corrected typo in LimitIterator offset exception. Fixes #51119 2010-02-22 23:55:30 +00:00
Pierre Joye
f029a7f05b - 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)
2010-02-22 00:05:02 +00:00
Pierre Joye
0179fca345 - 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)
2010-02-21 23:47:14 +00:00
Raphael Geissert
2e2c317860 Fix the name of the locale in some tests 2010-02-21 18:22:46 +00:00
Pierre Joye
30793bc04e - Fix #51059, crypt can fail and return NULL, on almost all implementations 2010-02-21 18:11:11 +00:00
Joey Smith
49be4b427f Fixing a typo found in the m4 file while trying to understand/document
crypt() better - the MD5 check was reporting itself as "Extended DES"
2010-02-20 17:58:17 +00:00
Joey Smith
77d7340421 Marked XFAIL as requested by Pierre 2010-02-19 21:11:38 +00:00
Joey Smith
3f9cf04722 Tests for upcoming patches to crypt, as discussed with Pierre over IRC. 2010-02-19 21:08:35 +00:00
Stanislav Malyshev
a4105ebef9 fix buffer overflow 2010-02-16 20:34:03 +00:00
Raphael Geissert
7a6646d9d3 Correct description of getservbyname_basic.phpt (bug #51022) 2010-02-16 05:38:50 +00:00
Felipe Pena
85c6f1fab6 - Fix test (Bug #51036) 2010-02-15 21:46:45 +00:00
Felipe Pena
785791c0e3 - Fix the fix :P 2010-02-15 21:37:46 +00:00