Commit Graph

46549 Commits

Author SHA1 Message Date
Moriyoshi Koizumi
a982d8b5e3 - Whitespaces. 2010-02-28 07:49:36 +00:00
Adam Harvey
6b6cdc8dde Fix for bug #23229 (syslog function truncates messages): remove the hard-coded
500 character error message limit imposed when using error_log=syslog.
2010-02-26 18:01:03 +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
Christopher Jones
5e34310a2a Add info on PHP doc contributions and add internals references 2010-02-23 20:40:03 +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
Pierre Joye
481d1045cf - get the right error on windows 2010-02-21 17:44:25 +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
Jani Taskinen
a0afbd3e7c - Update shtool to 2.0.8 2010-02-18 08:33:48 +00:00
Raphael Geissert
dee7bf71a6 Fix race condition in shtool's mkdir -p implementation (bug #51076) 2010-02-18 00:30:12 +00:00
Kalle Sommer Nielsen
63e453a1d4 Fixed bug #50795 (man pages have bad whatis entries)
- Patch by Debian
2010-02-17 05:32:52 +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
Felipe Pena
610d4caabb - Added missing SKIPIF 2010-02-15 21:32:25 +00:00
Felipe Pena
4637c8bcab - Fix test (Bug #51035) 2010-02-15 21:24:17 +00:00
Felipe Pena
c6b34452ef - Fix test (bug #51040) 2010-02-15 21:16:34 +00:00
Andrey Hristov
7bf18d9766 add typedefs for all structure methods, and then reuse these typedefs 2010-02-15 16:58:33 +00:00
Raphael Geissert
bc4d8d08a3 Fix strtolower.phpt (bug #51031) 2010-02-13 16:43:04 +00:00
Jani Taskinen
533776ce9e - Fix test 2010-02-13 15:43:45 +00:00
Jani Taskinen
52f160cae9 - Fixed tests 2010-02-13 01:08:04 +00:00
Jani Taskinen
bd3a33df8a - Removed duplicate tests (bug #51007) 2010-02-12 17:09:09 +00:00
Jani Taskinen
68e527bdb7 - Added missing SKIPIF section to tests (bug #51014) 2010-02-12 16:53:44 +00:00
Pierre Joye
eaaf19bf6f - fix php_date_llabs declaration 2010-02-11 22:37:50 +00:00
Johannes Schlüter
24916b2884 Revert 290786: Fixed bug #49521 (PDO fetchObject sets values before calling
constructor)
2010-02-11 22:14:06 +00:00
Johannes Schlüter
a61bf9318b revert 293939 Fixed bug #50636 (MySQLi_Result sets values before calling
constructor)
2010-02-11 21:42:48 +00:00
Christopher Jones
66d59b7bb4 Spelling typo in new check message 2010-02-10 23:56:27 +00:00
Derick Rethans
8e16076dc2 - Fixed bug #49585 (date_format buffer not long enough for >4 digit years).
#- Was already partly fixed with my previous commit.
2010-02-10 16:55:40 +00:00
Derick Rethans
50c807face - 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.
2010-02-10 16:23:30 +00:00
Derick Rethans
2c52fffdf9 - Fixed a few tests due to Unicode and the environment var support. 2010-02-10 16:16:18 +00:00
Derick Rethans
55ff31e78d - Update in trunk and PHP 5.2 as well. 2010-02-10 14:04:27 +00:00
Johannes Schlüter
d8e0902075 Fix config test 2010-02-10 13:37:17 +00:00
Johannes Schlüter
d1f36ad0a8 Detect if we can rely on compiler-specific alignment features else use custom
workarounds. Fixes #50753
2010-02-09 21:58:13 +00:00
Andrey Hristov
5dff8f9045 make send_close a hook, too 2010-02-09 19:05:40 +00:00
Rasmus Lerdorf
6e8f829b0b It's a size_t here, not an unsigned int. 2010-02-09 17:38:36 +00:00
Pierre Joye
4a28c40ed0 - improve netsnmp detection (and restor snmp on win) 2010-02-09 16:38:24 +00:00