summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* Implemented FR #53407 (make scandir()'s directory sorting optional).Adam Harvey2010-11-265-3/+92
* - cleanup broken double definition of php_win_err and rename it while being t...Pierre Joye2010-11-256-16/+13
* Fixed bug #53304 (quot_print_decode does not handle lower-case hex digits)Ilia Alshanetsky2010-11-252-1/+14
* - Fixed bug #53403 (use of unitialized values). Fixes the fix for bug #46587.Gustavo André dos Santos Lopes2010-11-252-7/+24
* Added multibyte suppport by default. Previosly php had to be compiled with --...Dmitry Stogov2010-11-246-48/+28
* - Fixed compile warningsFelipe Pena2010-11-231-1/+1
* Fixed bug #46587 (mt_rand() does not check that max is greater than min).Ilia Alshanetsky2010-11-231-0/+5
* Fix bug #53377 (imap_mime_header_decode() doesn't ignore \t during long MIMEAdam Harvey2010-11-232-1/+39
* Set svn propertiesJohannes Schlüter2010-11-221-1/+1
* - Update tokenizer dataJohannes Schlüter2010-11-222-1/+25
* Fixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c).Ilia Alshanetsky2010-11-221-1/+1
* - Fixed ZTS buildFelipe Pena2010-11-211-1/+1
* - Improve testJohannes Schlüter2010-11-211-4/+4
* - Fix #52854 (ReflectionClass::newInstanceArgs does not work for classes with...Johannes Schlüter2010-11-212-1/+29
* - Fixed bug #53366 (Reflection doesnt get dynamic property value from getProp...Felipe Pena2010-11-202-2/+36
* Added second fix from #50987 that wasn't apart of Ilia's commitKalle Sommer Nielsen2010-11-201-1/+1
* Fixed bug #50987 (unaligned memory access in phar.c)Ilia Alshanetsky2010-11-201-1/+1
* Add support for DateTime in datefmt_formatStanislav Malyshev2010-11-202-5/+159
* Fix invalid args bugs by Maksymilian ArciemowiczStanislav Malyshev2010-11-194-3/+20
* - Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVER...Felipe Pena2010-11-192-2/+26
* - Fixed bug #53362 (Segmentation fault when extending SplFixedArray)Felipe Pena2010-11-192-1/+27
* Fixed bug #47168 (printf of floating point variable prints maximum of 40 deci...Ilia Alshanetsky2010-11-192-1/+13
* Kill some more constness warnings in com_dotnet/phar/standardKalle Sommer Nielsen2010-11-197-21/+20
* Kill warnings about constnessKalle Sommer Nielsen2010-11-191-10/+10
* - Move the old sqlite extension to PECLJohannes Schlüter2010-11-19131-50385/+0
* - Fixed bug #53335 (pdo_firebird did not implement rowCount())Felipe Pena2010-11-182-0/+81
* Remove unused variablesPierrick Charron2010-11-172-2/+0
* - Fix testJani Taskinen2010-11-171-1/+1
* - Fixed wrong type causing crash (in php-cgi -i and phpinfo(); when doing HTM...Jani Taskinen2010-11-171-9/+10
* - Updated QA and User note maintainers creditsFelipe Pena2010-11-161-2/+2
* - Fixed bug #53319 (strip_tags() may strip '<br />' incorrectly)Felipe Pena2010-11-162-3/+19
* - Fixed bug #53323 (pdo_firebird getAttribute() crash)Felipe Pena2010-11-161-1/+5
* Improve test cross- DB version portabilityChristopher Jones2010-11-165-0/+92
* Protect against null bytes in LOB filenames (rasmus)Christopher Jones2010-11-165-11/+145
* -fix buildPierre Joye2010-11-151-13/+13
* - Fix wrong argument to read_property callFelipe Pena2010-11-151-1/+1
* - Added missing testFelipe Pena2010-11-151-0/+43
* - Fixed bug #52820 (writes to fopencookie FILE* not commited when seeking theGustavo André dos Santos Lopes2010-11-151-0/+69
* - Moved leak_variable() to zend_builtin_functions.c (Gustavo)Felipe Pena2010-11-152-33/+0
* - Added test relative to the fix in rev #305346.Gustavo André dos Santos Lopes2010-11-151-0/+20
* - Added leak_variable() function.Gustavo André dos Santos Lopes2010-11-152-0/+33
* - Altered htmlentities19.phpt (now htmlentities24.phpt) to reflect new defaul...Gustavo André dos Santos Lopes2010-11-152-6/+6
* - allow firebird header to be in the normal deps directory and restore firebi...Pierre Joye2010-11-142-2/+5
* - Added missing void arg checksFelipe Pena2010-11-149-17/+533
* - Copied test cases (that all fail?!) from 5.3 to trunk.Derick Rethans2010-11-134-0/+113
* - MFH: Added support for the ( and ) delimiters/separators toDerick Rethans2010-11-132-3/+5
* - Don't show timezone if it wasn't found while parsing.Derick Rethans2010-11-131-2/+0
* - Added support for the ( and ) delimiters/separators toDerick Rethans2010-11-131-1/+3
* - Fixed bug #53136 (Invalid read on openssl_csr_new())Felipe Pena2010-11-121-1/+2
* Testing for the two new statistics 'bytes_received_real_data_normal' and 'byt...Ulf Wendel2010-11-121-3/+74