summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* MFH: Added zend_eval_stringl and made create_function(), etc. binary-safeMatt Wilmas2009-06-051-1/+1
* MFH: Fixed tests again after double->long conversion change (to match 5.2)Matt Wilmas2009-06-055-4/+12
* MFH: Updated tests after double->long conversion change (basically to match 5.2)Matt Wilmas2009-06-0430-81/+288
* MFH: Add test for Bug #47859 parse_ini_file() does not like asterisk (*) in k...Brian Shire2009-06-031-0/+42
* - fix titlePierre Joye2009-06-031-1/+1
* - fix parameter order and return value check in windows (Venkat Raman Don, Pi...Pierre Joye2009-06-032-2/+31
* Fixed testIlia Alshanetsky2009-06-021-2/+2
* MFH: New testArnaud Le Blanc2009-05-281-0/+124
* MFB: Improve fix for bug #48313Ilia Alshanetsky2009-05-243-36/+38
* MFH: set second argument of gettimeofday() to NULL (fixes #48346,Arnaud Le Blanc2009-05-211-2/+1
* MFH: wsJani Taskinen2009-05-211-67/+79
* - Sync with HEAD (thanks Hannes :)Jani Taskinen2009-05-201-2/+1
* MFH: Fix non-windows buildsJani Taskinen2009-05-201-2/+3
* MFH: Fix Windows build, dns_get_record is defined in dns_win32.c, not hereKalle Sommer Nielsen2009-05-201-1/+1
* MFH:- Fix bug #48317 (compile failure in dns.h) (thanks to Pierre for introdu...Jani Taskinen2009-05-191-2/+1
* MFH: Unify macrosJani Taskinen2009-05-191-3/+2
* Fixed bug #48313 (fgetcsv() does not return null for empty rows)Ilia Alshanetsky2009-05-181-2/+6
* - #44859, fixed support for windows ACL, drop win9x codePierre Joye2009-05-176-0/+334
* MFH: Fixed bug #48309 (stream_copy_to_stream() and fpasstru() do notArnaud Le Blanc2009-05-171-0/+33
* MFH: Test for #38802Arnaud Le Blanc2009-05-161-0/+172
* MFH: Minimal HTTP server to test HTTP stream wrapperArnaud Le Blanc2009-05-161-0/+92
* Fixed bug #38802 (max_redirects and ignore_errors)Arnaud Le Blanc2009-05-161-4/+6
* MFH: Fixed bug #48307 (stream_copy_to_stream() copies 0 bytes when $sourceArnaud Le Blanc2009-05-161-0/+30
* - New tests (testfest Quebec)Felipe Pena2009-05-168-0/+84
* - New tests (testfest CataloniaUG)Felipe Pena2009-05-166-0/+93
* * MFH: Roll it back.Moriyoshi Koizumi2009-05-151-1/+1
* MFH: New array_multisort() test and code comment fix (Simon Westcott)Christopher Jones2009-05-152-1/+22
* MFH: fix potential free of NULLGreg Beaver2009-05-141-1/+3
* MFH: Fix compiler warnings, safe_emalloc expects size_t, not double as ceil r...Kalle Sommer Nielsen2009-05-131-2/+2
* Fixed bug #47564 (unpacking unsigned long 32bit bit endian returns wrongIlia Alshanetsky2009-05-122-1/+8
* - Fix pathsJani Taskinen2009-05-112-3/+3
* MFB: Add test for #48224Etienne Kneuss2009-05-101-0/+15
* MFB: Fix #48224 (Remove incorrect shuffle)Etienne Kneuss2009-05-101-4/+0
* really delete itJohannes Schlüter2009-05-091-3/+0
* MFH Remove bad CREDITS fileJohannes Schlüter2009-05-091-1/+0
* test for #44034Arnaud Le Blanc2009-05-081-0/+39
* Fix invalid readArnaud Le Blanc2009-05-081-1/+1
* Fix testsHannes Magnusson2009-05-074-4/+4
* - Fixed testsFelipe Pena2009-05-054-3/+6
* MFH: Implemented manual scanning for strings/comments, plus misc. fixesMatt Wilmas2009-05-051-1/+1
* MFH: - Fixed Bug #45092header HTTP context option not being used (--with-curl...Jani Taskinen2009-05-051-7/+25
* - Sync with HEADJani Taskinen2009-05-051-10/+10
* Added E_DEPRECATED startup notice (5.3 only)Kalle Sommer Nielsen2009-05-044-0/+4
* - MFB: #45997, safe_mode bypass with exec/sytem/passthru (windows only)Pierre Joye2009-04-301-0/+9
* MFH: fix testJani Taskinen2009-04-301-2/+2
* MFH:fix testJani Taskinen2009-04-301-4/+4
* Refixing to follow documented behaviourZoe Slattery2009-04-291-2/+6
* Fixed bug #47365 (ip2long() may allow some invalid values on certain 64bitIlia Alshanetsky2009-04-282-7/+18
* fix testAntony Dovgal2009-04-281-2/+2
* - MFH: Fixed bug #48087 (call_user_method() invalid free of arguments)Felipe Pena2009-04-271-1/+3