summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - PHP 5.3.4RC2php-5.3.4RC2Johannes Schlüter2010-12-020-0/+0
* - PHP 5.3.4RC2Johannes Schlüter2010-12-023-4/+4
* - not TS and useless on server, also not required anymore with the supported ...Pierre Joye2010-12-021-4/+1
* Minimal fix for bug #53440 (INSTALL file refers to php.ini-dist, should referAdam Harvey2010-12-021-12/+24
* Remove OCI8 devel status in preparation for PHP 5.3.4 releaseChristopher Jones2010-12-011-1/+1
* Add Berkeley DB 5.1 support to the DBA extensionChristopher Jones2010-12-012-1/+4
* Fixed bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words)Ilia Alshanetsky2010-12-013-2/+35
* add a commentAndrey Hristov2010-12-011-1/+1
* - Fixed bug #53412 (segfault when using -y)Jérôme Loyet2010-11-303-4/+16
* Missing bits from last commitIlia Alshanetsky2010-11-301-2/+0
* Fixed bug #52202 (CURLOPT_PRIVATE gets corrupted).Ilia Alshanetsky2010-11-303-14/+32
* Fixed crash in zip extract method (possible CWE-170)Pierre Joye2010-11-302-0/+5
* Fixed bug #52656 (DOMCdataSection does not work with splitText).Ilia Alshanetsky2010-11-293-1/+18
* Fixed bug #52828 (curl_setopt does not accept persistent streams).Ilia Alshanetsky2010-11-292-1/+5
* Update INI files per doc bug #53420 (mail.log is poorly documented).Adam Harvey2010-11-292-2/+4
* - Reorganize slightly as there was already a date and an intl extensionDerick Rethans2010-11-281-6/+5
* - Fixed two more test cases.Derick Rethans2010-11-282-332/+132
* - Fixed a few test cases.Derick Rethans2010-11-284-590/+23
* Missing bit from previous commitIlia Alshanetsky2010-11-261-1/+1
* Fixed bug #52327 (base64_decode() improper handling of leading padding in str...Ilia Alshanetsky2010-11-262-0/+14
* - Fixed #53409, sleep() return NULL on WindowsPierre Joye2010-11-264-2/+5
* - Fixed bug #52501 (libevent made FPM crashed when forking -- libevent has be...Jérôme Loyet2010-11-2614-360/+460
* - Remove outdated, unmaintained, misleading ChangeLog filesJohannes Schlüter2010-11-267-14191/+0
* Fixed bug #53304 (quot_print_decode does not handle lower-case hex digits)Ilia Alshanetsky2010-11-253-1/+16
* - Fixed bug #53403 (use of unitialized values). Fixes the fix for bug #46587.Gustavo André dos Santos Lopes2010-11-252-7/+24
* - OrderingFelipe Pena2010-11-251-5/+5
* - fixed #53352Pierre Joye2010-11-231-1/+4
* - Fixed compile warningsFelipe Pena2010-11-231-1/+1
* - Fixed testFelipe Pena2010-11-231-0/+6
* Fixed bug #46587 (mt_rand() does not check that max is greater than min).Ilia Alshanetsky2010-11-232-0/+7
* Explicitly name the added constantChristopher Jones2010-11-221-1/+2
* Fixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c).Ilia Alshanetsky2010-11-221-1/+1
* Fixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c)Ilia Alshanetsky2010-11-221-0/+4
* - Fix tests for \0 patch in PHP 5.3.Gustavo André dos Santos Lopes2010-11-2227-89/+81
* - Fixed ZTS buildFelipe Pena2010-11-211-1/+1
* - New NEWS structure (to be improved)Felipe Pena2010-11-211-236/+315
* - Improve testJohannes Schlüter2010-11-211-4/+4
* - Fix #52854 (ReflectionClass::newInstanceArgs does not work for classes with...Johannes Schlüter2010-11-213-1/+31
* - Fixed bug #53366 (Reflection doesnt get dynamic property value from getProp...Felipe Pena2010-11-203-2/+38
* 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-202-1/+3
* Add support for DateTime in datefmt_formatStanislav Malyshev2010-11-203-5/+161
* Remove unreverted duplicate fix for nullsChristopher Jones2010-11-201-4/+0
* report intl fixStanislav Malyshev2010-11-191-0/+2
* 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-193-2/+28
* - Fixed bug #53362 (Segmentation fault when extending SplFixedArray)Felipe Pena2010-11-193-1/+28
* Fixed two typos in NEWS.Martin Jansen2010-11-191-1/+1
* Fixed bug #47168 (printf of floating point variable prints maximum of 40 deci...Ilia Alshanetsky2010-11-193-1/+15
* - Merged check from trunk to prevent building multiple SAPIs (bug #52419)Jani Taskinen2010-11-191-0/+11