Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Turn on gc before we test it | Rasmus Lerdorf | 2010-03-03 | 25 | -0/+49 | |
| | ||||||
* | Fix for bug #51192 (FILTER_VALIDATE_URL will invalidate a hostname that ↵ | Adam Harvey | 2010-03-03 | 2 | -1/+14 | |
| | | | | includes '-'). Original patch by solar@azrael.ws. | |||||
* | - Possible fix for bug #50999 | Felipe Pena | 2010-03-03 | 1 | -1/+1 | |
| | ||||||
* | - Fixed bug #50731 (Inconsistent namespaces sent to functions registered ↵ | Felipe Pena | 2010-03-03 | 2 | -3/+11 | |
| | | | | with spl_autoload_register) | |||||
* | - The ctor requires both arguments | Hannes Magnusson | 2010-03-02 | 1 | -1/+1 | |
| | | | | | - Sync/fix ctor and export arguments to 5_2 | |||||
* | make portable | Christopher Jones | 2010-03-02 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #51171 (curl_setopt() doesn't output any errors or warnings when ↵ | Ilia Alshanetsky | 2010-03-02 | 1 | -0/+5 | |
| | | | | an invalid option is provided) | |||||
* | - Fixed bug #51176 (Static calling in non-static method behaves like $this->) | Felipe Pena | 2010-03-02 | 6 | -13/+45 | |
| | ||||||
* | Fix bug #43314 | Rasmus Lerdorf | 2010-03-01 | 1 | -1/+1 | |
| | | | | | Assume worst case all-encoded case here | |||||
* | Improve basic code coverage | Christopher Jones | 2010-03-01 | 5 | -0/+215 | |
| | ||||||
* | - Updated to version 2010.3 (2010c) | Derick Rethans | 2010-03-01 | 1 | -16/+16 | |
| | ||||||
* | Add some sysvmsg coverage tests | Raphael Geissert | 2010-03-01 | 3 | -0/+199 | |
| | ||||||
* | - Merge from upstream (note: this is no behavioral change, so need not to be | Moriyoshi Koizumi | 2010-02-28 | 1 | -1/+3 | |
| | | | | | merged to 5.3.2 branch) | |||||
* | - Whitespaces. | Moriyoshi Koizumi | 2010-02-28 | 1 | -2/+2 | |
| | ||||||
* | Fix for bug #23229 (syslog function truncates messages): remove the hard-coded | Adam Harvey | 2010-02-26 | 1 | -1/+1 | |
| | | | | | 500 character error message limit imposed when using error_log=syslog. | |||||
* | Fix assignment when SimpleXML is disabled on Windows | Kalle Sommer Nielsen | 2010-02-25 | 1 | -1/+1 | |
| | ||||||
* | Added parameter parsing check to SimpleXMLElement::count() | Kalle Sommer Nielsen | 2010-02-25 | 1 | -1/+5 | |
| | ||||||
* | Fix the text. Correct english and a bit shorter. | Andrey Hristov | 2010-02-24 | 1 | -4/+4 | |
| | ||||||
* | add better description to the problem | Andrey Hristov | 2010-02-24 | 1 | -1/+5 | |
| | ||||||
* | Rename crypt_blowfish_invalid_rounds.phpt to crypt_blowfish_variation1.phpt | Joey Smith | 2010-02-23 | 2 | -0/+20 | |
| | | | | | | | | | | 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. | |||||
* | Add info on PHP doc contributions and add internals references | Christopher Jones | 2010-02-23 | 1 | -17/+33 | |
| | ||||||
* | Update crypt() tests to use binary strings and do stricter comparisons | Joey Smith | 2010-02-23 | 2 | -4/+13 | |
| | ||||||
* | - update test | Pierre Joye | 2010-02-23 | 1 | -2/+2 | |
| | ||||||
* | - return *0/*1 on failure instead of FALSE, to avoid possible issues with ↵ | Pierre Joye | 2010-02-23 | 1 | -5/+25 | |
| | | | | bad user code | |||||
* | - fix build when __GMP_BITS_PER_MP_LIMB is not defined but GMP_LIMB_BITS (no ↵ | Pierre Joye | 2010-02-23 | 1 | -1/+4 | |
| | | | | trace of this change in gmp's changelog...) | |||||
* | Corrected typo in LimitIterator offset exception. Fixes #51119 | Peter Cowburn | 2010-02-22 | 3 | -2/+36 | |
| | ||||||
* | - With "extended" hashes, detect and reject invalid "setting" strings. | Pierre Joye | 2010-02-22 | 1 | -42/+84 | |
| | | | | | | | With "traditional" hashes, support many "reasonable" invalid salts in UFC-crypt compatible way, reject the rest of invalid salts. (Solar Designer) | |||||
* | - Corrected the sanity check of the "setting" string in _crypt_blowfish_rn() to | Pierre Joye | 2010-02-21 | 2 | -2/+1 | |
| | | | | | | reject iteration counts encoded as 36 through 39. Previously, these would be misinterpreted as being the same as 04 through 07. (Solar Designer) | |||||
* | Fix the name of the locale in some tests | Raphael Geissert | 2010-02-21 | 1 | -0/+0 | |
| | ||||||
* | - Fix #51059, crypt can fail and return NULL, on almost all implementations | Pierre Joye | 2010-02-21 | 2 | -12/+35 | |
| | ||||||
* | - get the right error on windows | Pierre Joye | 2010-02-21 | 1 | -0/+4 | |
| | ||||||
* | Fixing a typo found in the m4 file while trying to understand/document | Joey Smith | 2010-02-20 | 1 | -1/+1 | |
| | | | | | crypt() better - the MD5 check was reporting itself as "Extended DES" | |||||
* | Marked XFAIL as requested by Pierre | Joey Smith | 2010-02-19 | 2 | -0/+4 | |
| | ||||||
* | Tests for upcoming patches to crypt, as discussed with Pierre over IRC. | Joey Smith | 2010-02-19 | 2 | -0/+33 | |
| | ||||||
* | - Update shtool to 2.0.8 | Jani Taskinen | 2010-02-18 | 1 | -42/+126 | |
| | ||||||
* | Fix race condition in shtool's mkdir -p implementation (bug #51076) | Raphael Geissert | 2010-02-18 | 1 | -1/+5 | |
| | ||||||
* | Fixed bug #50795 (man pages have bad whatis entries) | Kalle Sommer Nielsen | 2010-02-17 | 3 | -8/+5 | |
| | | | | - Patch by Debian | |||||
* | fix buffer overflow | Stanislav Malyshev | 2010-02-16 | 1 | -2/+2 | |
| | ||||||
* | Correct description of getservbyname_basic.phpt (bug #51022) | Raphael Geissert | 2010-02-16 | 1 | -1/+1 | |
| | ||||||
* | - Fix test (Bug #51036) | Felipe Pena | 2010-02-15 | 1 | -1/+1 | |
| | ||||||
* | - Fix the fix :P | Felipe Pena | 2010-02-15 | 1 | -2/+1 | |
| | ||||||
* | - Added missing SKIPIF | Felipe Pena | 2010-02-15 | 3 | -0/+6 | |
| | ||||||
* | - Fix test (Bug #51035) | Felipe Pena | 2010-02-15 | 1 | -2/+2 | |
| | ||||||
* | - Fix test (bug #51040) | Felipe Pena | 2010-02-15 | 1 | -1/+1 | |
| | ||||||
* | add typedefs for all structure methods, and then reuse these typedefs | Andrey Hristov | 2010-02-15 | 1 | -165/+338 | |
| | ||||||
* | Fix strtolower.phpt (bug #51031) | Raphael Geissert | 2010-02-13 | 1 | -0/+0 | |
| | ||||||
* | - Fix test | Jani Taskinen | 2010-02-13 | 1 | -4/+2 | |
| | ||||||
* | - Fixed tests | Jani Taskinen | 2010-02-13 | 2 | -3/+5 | |
| | ||||||
* | - Removed duplicate tests (bug #51007) | Jani Taskinen | 2010-02-12 | 1 | -35/+0 | |
| | ||||||
* | - Added missing SKIPIF section to tests (bug #51014) | Jani Taskinen | 2010-02-12 | 8 | -0/+16 | |
| |