| Commit message (Expand) | Author | Age | Files | Lines |
* | MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe | Matt Wilmas | 2009-06-05 | 1 | -1/+1 |
* | MFH: Fixed tests again after double->long conversion change (to match 5.2) | Matt Wilmas | 2009-06-05 | 5 | -4/+12 |
* | MFH: Updated tests after double->long conversion change (basically to match 5.2) | Matt Wilmas | 2009-06-04 | 30 | -81/+288 |
* | MFH: Add test for Bug #47859 parse_ini_file() does not like asterisk (*) in k... | Brian Shire | 2009-06-03 | 1 | -0/+42 |
* | - fix title | Pierre Joye | 2009-06-03 | 1 | -1/+1 |
* | - fix parameter order and return value check in windows (Venkat Raman Don, Pi... | Pierre Joye | 2009-06-03 | 2 | -2/+31 |
* | Fixed test | Ilia Alshanetsky | 2009-06-02 | 1 | -2/+2 |
* | MFH: New test | Arnaud Le Blanc | 2009-05-28 | 1 | -0/+124 |
* | MFB: Improve fix for bug #48313 | Ilia Alshanetsky | 2009-05-24 | 3 | -36/+38 |
* | MFH: set second argument of gettimeofday() to NULL (fixes #48346, | Arnaud Le Blanc | 2009-05-21 | 1 | -2/+1 |
* | MFH: ws | Jani Taskinen | 2009-05-21 | 1 | -67/+79 |
* | - Sync with HEAD (thanks Hannes :) | Jani Taskinen | 2009-05-20 | 1 | -2/+1 |
* | MFH: Fix non-windows builds | Jani Taskinen | 2009-05-20 | 1 | -2/+3 |
* | MFH: Fix Windows build, dns_get_record is defined in dns_win32.c, not here | Kalle Sommer Nielsen | 2009-05-20 | 1 | -1/+1 |
* | MFH:- Fix bug #48317 (compile failure in dns.h) (thanks to Pierre for introdu... | Jani Taskinen | 2009-05-19 | 1 | -2/+1 |
* | MFH: Unify macros | Jani Taskinen | 2009-05-19 | 1 | -3/+2 |
* | Fixed bug #48313 (fgetcsv() does not return null for empty rows) | Ilia Alshanetsky | 2009-05-18 | 1 | -2/+6 |
* | - #44859, fixed support for windows ACL, drop win9x code | Pierre Joye | 2009-05-17 | 6 | -0/+334 |
* | MFH: Fixed bug #48309 (stream_copy_to_stream() and fpasstru() do not | Arnaud Le Blanc | 2009-05-17 | 1 | -0/+33 |
* | MFH: Test for #38802 | Arnaud Le Blanc | 2009-05-16 | 1 | -0/+172 |
* | MFH: Minimal HTTP server to test HTTP stream wrapper | Arnaud Le Blanc | 2009-05-16 | 1 | -0/+92 |
* | Fixed bug #38802 (max_redirects and ignore_errors) | Arnaud Le Blanc | 2009-05-16 | 1 | -4/+6 |
* | MFH: Fixed bug #48307 (stream_copy_to_stream() copies 0 bytes when $source | Arnaud Le Blanc | 2009-05-16 | 1 | -0/+30 |
* | - New tests (testfest Quebec) | Felipe Pena | 2009-05-16 | 8 | -0/+84 |
* | - New tests (testfest CataloniaUG) | Felipe Pena | 2009-05-16 | 6 | -0/+93 |
* | * MFH: Roll it back. | Moriyoshi Koizumi | 2009-05-15 | 1 | -1/+1 |
* | MFH: New array_multisort() test and code comment fix (Simon Westcott) | Christopher Jones | 2009-05-15 | 2 | -1/+22 |
* | MFH: fix potential free of NULL | Greg Beaver | 2009-05-14 | 1 | -1/+3 |
* | MFH: Fix compiler warnings, safe_emalloc expects size_t, not double as ceil r... | Kalle Sommer Nielsen | 2009-05-13 | 1 | -2/+2 |
* | Fixed bug #47564 (unpacking unsigned long 32bit bit endian returns wrong | Ilia Alshanetsky | 2009-05-12 | 2 | -1/+8 |
* | - Fix paths | Jani Taskinen | 2009-05-11 | 2 | -3/+3 |
* | MFB: Add test for #48224 | Etienne Kneuss | 2009-05-10 | 1 | -0/+15 |
* | MFB: Fix #48224 (Remove incorrect shuffle) | Etienne Kneuss | 2009-05-10 | 1 | -4/+0 |
* | really delete it | Johannes Schlüter | 2009-05-09 | 1 | -3/+0 |
* | MFH Remove bad CREDITS file | Johannes Schlüter | 2009-05-09 | 1 | -1/+0 |
* | test for #44034 | Arnaud Le Blanc | 2009-05-08 | 1 | -0/+39 |
* | Fix invalid read | Arnaud Le Blanc | 2009-05-08 | 1 | -1/+1 |
* | Fix tests | Hannes Magnusson | 2009-05-07 | 4 | -4/+4 |
* | - Fixed tests | Felipe Pena | 2009-05-05 | 4 | -3/+6 |
* | MFH: Implemented manual scanning for strings/comments, plus misc. fixes | Matt Wilmas | 2009-05-05 | 1 | -1/+1 |
* | MFH: - Fixed Bug #45092header HTTP context option not being used (--with-curl... | Jani Taskinen | 2009-05-05 | 1 | -7/+25 |
* | - Sync with HEAD | Jani Taskinen | 2009-05-05 | 1 | -10/+10 |
* | Added E_DEPRECATED startup notice (5.3 only) | Kalle Sommer Nielsen | 2009-05-04 | 4 | -0/+4 |
* | - MFB: #45997, safe_mode bypass with exec/sytem/passthru (windows only) | Pierre Joye | 2009-04-30 | 1 | -0/+9 |
* | MFH: fix test | Jani Taskinen | 2009-04-30 | 1 | -2/+2 |
* | MFH:fix test | Jani Taskinen | 2009-04-30 | 1 | -4/+4 |
* | Refixing to follow documented behaviour | Zoe Slattery | 2009-04-29 | 1 | -2/+6 |
* | Fixed bug #47365 (ip2long() may allow some invalid values on certain 64bit | Ilia Alshanetsky | 2009-04-28 | 2 | -7/+18 |
* | fix test | Antony Dovgal | 2009-04-28 | 1 | -2/+2 |
* | - MFH: Fixed bug #48087 (call_user_method() invalid free of arguments) | Felipe Pena | 2009-04-27 | 1 | -1/+3 |