| Commit message (Expand) | Author | Age | Files | Lines |
* | New testcases for ucwords() function | Raghubansh Kumar | 2007-09-07 | 6 | -0/+647 |
* | New testcases for strncmp() function | Raghubansh Kumar | 2007-09-07 | 11 | -0/+1612 |
* | - Can not remove because of the idiotic ZEND_STR*() macros | Jani Taskinen | 2007-09-07 | 1 | -1/+0 |
* | New testcases for stripslashes() function | Raghubansh Kumar | 2007-09-07 | 7 | -0/+470 |
* | fixing error in expected output | Zoe Slattery | 2007-09-07 | 1 | -4/+7 |
* | - Added reminder for 5.3 | Jani Taskinen | 2007-09-07 | 1 | -0/+2 |
* | - Missed this from previous commit to zend_ini.h | Jani Taskinen | 2007-09-07 | 1 | -0/+5 |
* | - No need to break binary compatibility here | Jani Taskinen | 2007-09-07 | 1 | -3/+1 |
* | BFN | Jani Taskinen | 2007-09-07 | 1 | -1/+3 |
* | MFH: - Fixed the rest of bug #41561 ( @ operator not working ) | Jani Taskinen | 2007-09-07 | 4 | -10/+15 |
* | MFH: folding tags | Jani Taskinen | 2007-09-07 | 1 | -55/+58 |
* | BFN | Jani Taskinen | 2007-09-07 | 1 | -0/+1 |
* | MFH:- Fixed bug #42579 (apache_reset_timeout() does not exist) | Jani Taskinen | 2007-09-07 | 1 | -2/+3 |
* | Added checks for malformated FastCGI requests (Mattias Bengtsson) | Dmitry Stogov | 2007-09-07 | 1 | -1/+10 |
* | Added missing safety checks for 2nd parameter of setlocale() function | Ilia Alshanetsky | 2007-09-07 | 2 | -4/+9 |
* | - MFH: Add a comment why not ~0 or -1. | Derick Rethans | 2007-09-06 | 1 | -1/+2 |
* | Fixed leaks with multiple connects using one mysqli object. | Andrey Hristov | 2007-09-06 | 4 | -9/+32 |
* | New testcases for addslashes() function | Raghubansh Kumar | 2007-09-06 | 5 | -0/+646 |
* | MFH: fixed typo in function name | Ilia Alshanetsky | 2007-09-05 | 1 | -1/+1 |
* | Fixed bug #42378 (mysqli_stmt_bind_result memory exhaustion) | Andrey Hristov | 2007-09-05 | 3 | -3/+11 |
* | Fixed bug #42214 (SoapServer sends clients internal PHP errors) | Dmitry Stogov | 2007-09-05 | 4 | -20/+64 |
* | Fixed bug #42488 (SoapServer reports an encoding error and the error itself b... | Dmitry Stogov | 2007-09-05 | 3 | -4/+65 |
* | Fixed bug #42523 (PHP_SELF duplicates path) | Dmitry Stogov | 2007-09-05 | 2 | -0/+16 |
* | bfn | Antony Dovgal | 2007-09-04 | 1 | -0/+2 |
* | MFH: detect endianness in compile time when using Apple's GCC (fixes universa... | Antony Dovgal | 2007-09-04 | 3 | -0/+30 |
* | MFH: fixed bug #29955 invalid case conversion in iso-8859-9. | Rui Hirokawa | 2007-09-04 | 1 | -4/+2 |
* | Fixed possible buffer overflows inside the fnmatch() and glob() functions | Ilia Alshanetsky | 2007-09-04 | 3 | -0/+13 |
* | Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acos... | Zoe Slattery | 2007-09-04 | 37 | -0/+1752 |
* | fix tests | Raghubansh Kumar | 2007-09-04 | 4 | -40/+8 |
* | Fixed bug #42506 (php_pgsql_convert() timezone parse bug) | Ilia Alshanetsky | 2007-09-03 | 2 | -1/+3 |
* | Fixed bug #42468 (Write lock on file_get_contents fails when using a | Ilia Alshanetsky | 2007-09-03 | 2 | -2/+4 |
* | - MFH: Fixed bug #42512 (ip2long('255.255.255.255') should return 4294967295 on | Derick Rethans | 2007-09-01 | 3 | -1/+70 |
* | adapt for PCRE 7.3 | Nuno Lopes | 2007-09-01 | 3 | -6/+2 |
* | upgrade to PCRE 7.3 | Nuno Lopes | 2007-09-01 | 52 | -1650/+3873 |
* | new test | Nuno Lopes | 2007-09-01 | 1 | -0/+46 |
* | 1.2.4 | Antony Dovgal | 2007-08-31 | 1 | -2/+2 |
* | fix package2.xml | Antony Dovgal | 2007-08-31 | 1 | -10/+0 |
* | add Chris to the maintainers | Antony Dovgal | 2007-08-31 | 1 | -0/+6 |
* | New tests for getAttribute | Christopher Jones | 2007-08-31 | 10 | -0/+572 |
* | Add $dbh->getAttribute() support for ATTR_SERVER_VERSION, ATTR_SERVER_INFO, A... | Christopher Jones | 2007-08-31 | 4 | -22/+105 |
* | MFH: prohibit arguments by ref in magic methods | Antony Dovgal | 2007-08-31 | 9 | -10/+181 |
* | Fixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline o... | Dmitry Stogov | 2007-08-31 | 2 | -11/+15 |
* | update changelog, prepare for 1.2.4 release | Antony Dovgal | 2007-08-31 | 1 | -3/+4 |
* | Fixed bug #42359 (xsd:list type not parsed) | Dmitry Stogov | 2007-08-31 | 5 | -6/+139 |
* | MFH: ws + protos | Jani Taskinen | 2007-08-31 | 1 | -13/+17 |
* | Fixed bug #42086 (SoapServer return Procedure '' not present for WSIBasic com... | Dmitry Stogov | 2007-08-31 | 4 | -2/+190 |
* | MFH: ws | Jani Taskinen | 2007-08-31 | 1 | -5/+6 |
* | MFH: ws fixes | Jani Taskinen | 2007-08-31 | 1 | -20/+20 |
* | MFH | Jani Taskinen | 2007-08-31 | 1 | -3/+3 |
* | Fixed bug #42326 (SoapServer crash) | Dmitry Stogov | 2007-08-31 | 4 | -3/+140 |