| Commit message (Expand) | Author | Age | Files | Lines |
* | fix test | Antony Dovgal | 2006-08-04 | 1 | -1/+1 |
* | fix leak in php_sapi_filter() | Antony Dovgal | 2006-08-03 | 1 | -1/+1 |
* | Fixed bug #38303 (spl_autoload_register() supress all errors silently). | Ilia Alshanetsky | 2006-08-03 | 1 | -11/+17 |
* | fix test | Antony Dovgal | 2006-08-02 | 1 | -0/+2 |
* | fix ZTS build | Antony Dovgal | 2006-08-02 | 1 | -2/+2 |
* | Fixed bug #38213, #37611, #37571 (wddx encoding fails to handle certain | Ilia Alshanetsky | 2006-08-02 | 2 | -43/+778 |
* | Expose the xml_utf8_encode function. | Ilia Alshanetsky | 2006-08-02 | 2 | -2/+2 |
* | init variable, eliminate compile warning | Antony Dovgal | 2006-08-02 | 1 | -1/+1 |
* | MFH: fix #38289 (segfault in session_decode() when _SESSION is NULL) | Antony Dovgal | 2006-08-02 | 1 | -3/+7 |
* | MFH: implement my own FR #36995 | Antony Dovgal | 2006-08-01 | 2 | -2/+5 |
* | - update test | Michael Wallner | 2006-08-01 | 1 | -0/+6 |
* | MFH: use library error message on time string parse failure | Michael Wallner | 2006-08-01 | 1 | -1/+3 |
* | Fixed bug #38168 (Crash in pdo_pgsql on missing bound parameters). | Ilia Alshanetsky | 2006-08-01 | 1 | -4/+4 |
* | MFH: | Michael Wallner | 2006-08-01 | 1 | -2/+16 |
* | Fixed memory leak on unused bound name parameters. | Ilia Alshanetsky | 2006-08-01 | 1 | -2/+10 |
* | MFH: | Michael Wallner | 2006-08-01 | 3 | -37/+138 |
* | MFH: fix #38269 (fopen wrapper doesn't fail on invalid hostname with curlwrap... | Antony Dovgal | 2006-08-01 | 1 | -2/+20 |
* | improve error message on Win32 | Antony Dovgal | 2006-08-01 | 1 | -0/+4 |
* | MFH: fix #38278 (session_cache_expire()'s value does not match phpinfo's sess... | Antony Dovgal | 2006-08-01 | 1 | -2/+2 |
* | Fixed bug #37445 (Fixed crash in pdo_mysql resulting from premature object | Ilia Alshanetsky | 2006-07-31 | 4 | -1/+25 |
* | Fixed tests from being always skipped. | Ilia Alshanetsky | 2006-07-31 | 7 | -3/+10 |
* | Prevented possible double call in case of fault | Dmitry Stogov | 2006-07-31 | 1 | -2/+4 |
* | Fixed crash in SoapClient::__setSoapHeaders() | Dmitry Stogov | 2006-07-31 | 2 | -1/+41 |
* | return false instead of null, if it's an invalid document | Christian Stocker | 2006-07-31 | 1 | -2/+2 |
* | return true, if xsl import did work | Christian Stocker | 2006-07-31 | 1 | -0/+1 |
* | MFH: fix #37581 (oci_bind_array_by_name clobbers input array when using SQLT_... | Antony Dovgal | 2006-07-31 | 5 | -6/+105 |
* | Fixed compiler warning. | Ilia Alshanetsky | 2006-07-31 | 1 | -2/+2 |
* | - #36732, add req_extensions support to openssl_csr_new and _sign | Pierre Joye | 2006-07-31 | 2 | -19/+59 |
* | MFH: fix #38173 (Freeing nested cursors causes OCI8 to segfault) | Antony Dovgal | 2006-07-30 | 4 | -1/+86 |
* | - #28382, add support for x509 extensions | Pierre Joye | 2006-07-30 | 3 | -0/+79 |
* | - 38261: openssl_x509_parse leaks with invalid certs | Pierre Joye | 2006-07-30 | 2 | -0/+39 |
* | improve checks and fix #38251 | Antony Dovgal | 2006-07-30 | 1 | -2/+6 |
* | MFH: fix compile warnings (#38257) | Antony Dovgal | 2006-07-30 | 1 | -2/+5 |
* | fix bug #38253 (PDO produces segfault with default fetch mode) | Antony Dovgal | 2006-07-30 | 2 | -0/+55 |
* | Added testcase for bug #37090 | Georg Richter | 2006-07-30 | 1 | -0/+37 |
* | - silent compiler warnings (signess) | Pierre Joye | 2006-07-30 | 1 | -25/+25 |
* | Make array_merge(_recursive) handle binary keys safely. (Patch by Matt W) | Andrei Zmievski | 2006-07-30 | 1 | -1/+1 |
* | - MFH: make the test more obvious and add an explanation | Pierre Joye | 2006-07-29 | 1 | -2/+4 |
* | - vi happiness++ | Pierre Joye | 2006-07-29 | 1 | -17/+31 |
* | improve test | Antony Dovgal | 2006-07-29 | 1 | -1/+42 |
* | - #38255, fails on array as well | Pierre Joye | 2006-07-29 | 1 | -1/+2 |
* | - forgot the tests | Pierre Joye | 2006-07-29 | 4 | -0/+72 |
* | - fix leak when the key is not a valid key (like false or an array) | Pierre Joye | 2006-07-29 | 1 | -22/+44 |
* | fix tests. | Seiji Masugata | 2006-07-29 | 2 | -21/+17 |
* | - #8315, flaot is affected too | Pierre Joye | 2006-07-29 | 2 | -0/+7 |
* | - #8315, NULL character stops the validation | Pierre Joye | 2006-07-29 | 3 | -3/+15 |
* | Fix DateTime::RSS | Hannes Magnusson | 2006-07-28 | 2 | -1/+32 |
* | cleanup of the phpinfo() output. | Ilia Alshanetsky | 2006-07-28 | 1 | -2/+2 |
* | ext/standard/info.c ext/standard/info.h | Ilia Alshanetsky | 2006-07-28 | 2 | -13/+18 |
* | Cleanup phpinfo() output | Ilia Alshanetsky | 2006-07-28 | 1 | -6/+6 |