summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagBEFORE_HEAD_NS_CHANGES_MERGESVN Migration2008-12-0410510-2138754/+0
* - Fixed bug #46749 (Crash when repeatedly attempting to assign to property of...Felipe Pena2008-12-041-5/+5
* *** empty log message ***Derick Rethans2008-12-041-1/+1
* Fixes bug #46739Mikko Koppanen2008-12-041-0/+5
* ChangeLog update2008-12-041-0/+737
* MFB: Fix cc detection in phpize according to changes in configure.inDavid Soria Parra2008-12-041-1/+14
* MFB: Fix test for auto_cflags and explictly set GCC="no" if we detect sunccDavid Soria Parra2008-12-042-1/+2
* - Fixed strange typosFelipe Pena2008-12-037-7/+28
* One more cleanup after running testsJohannes Schlüter2008-12-031-1/+5
* XML tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).Ant Phillips2008-12-0357-0/+8002
* - Coverage++Felipe Pena2008-12-037-0/+101
* Put bug number in the XFAIL section for cross referencingAnt Phillips2008-12-032-0/+2
* Update creditsJohannes Schlüter2008-12-031-3/+1
* Cleanup after running the tests ...Johannes Schlüter2008-12-032-2/+4
* Fix tests (use a in-memory database not a file called memory)Johannes Schlüter2008-12-037-7/+7
* fix possible invalid readAntony Dovgal2008-12-031-3/+7
* ChangeLog update2008-12-032-0/+893
* MFB: Fixed bug #46731 (Missing validation for the options parameter of theIlia Alshanetsky2008-12-031-2/+7
* MFB (1.82.2.31.2.17.2.10): "Added a warning message on pdo::exec() failure in...Matt Wilmas2008-12-031-0/+1
* - Fixed autoconf 2.13 issues with FP checks.Christian Seiler2008-12-021-124/+69
* - Fixed memory leaksFelipe Pena2008-12-025-2/+126
* - Fixed bug #46732 (mktime.year description is wrong).Derick Rethans2008-12-022-4/+8
* - Implemented http://wiki.php.net/rfc/roundingChristian Seiler2008-12-027-74/+268
* - Fixed comment style.Christian Seiler2008-12-022-41/+41
* - Changed floating point behaviour to consistently use double precision onChristian Seiler2008-12-026-1/+580
* Changed logic for LONG_MINMatt Wilmas2008-12-021-1/+1
* Array tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 b...Ant Phillips2008-12-02179-404/+12056
* - MFB: export php_scandir and php_alphasort correctly (used by APC for example)Pierre Joye2008-12-022-4/+4
* ChangeLog update2008-12-021-0/+326
* - hash_insert was renamed in MySQL 5.0 so we can safely use recode and mysqlJohannes Schlüter2008-12-011-1/+6
* Fix mysql_fetch_* and tests after param parsing changesJohannes Schlüter2008-12-014-12/+10
* Adding tests for array_multisortIain Lewis2008-12-0113-0/+1195
* - Fixed memory leakFelipe Pena2008-12-011-0/+2
* Exif tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).Ant Phillips2008-12-0127-60/+663
* DOM tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).Ant Phillips2008-12-0127-53/+257
* remove unneeded includes (not needed since NSAPI 3.0, wich is very old). This...Uwe Schindler2008-12-011-6/+0
* Fixed bug #43069 (SoapClient causes 505 HTTP Version not supported error mess...Dmitry Stogov2008-12-013-10/+40
* ChangeLog update2008-12-011-0/+60
* - c/p fix, correct descriptionPierre Joye2008-12-011-1/+1
* - MFB: Enable fix fo #42862 (IMAP toolkit crash: rfc822.c legacy routine buf...Pierre Joye2008-12-011-0/+1
* - fix line endingPierre Joye2008-11-300-0/+0
* MFB: Fixed bug #46711 (cURL curl_setopt leaks memory in foreach loops).Ilia Alshanetsky2008-11-301-3/+3
* ChangeLog update2008-11-301-0/+96
* Fix arginfoHannes Magnusson2008-11-301-0/+1
* Fixed protoHannes Magnusson2008-11-301-1/+1
* support stat cache of webserver (like apache does)Uwe Schindler2008-11-291-1/+8
* Some nsapi.h specific ifdefs unified & correctedUwe Schindler2008-11-291-4/+2
* remove one stat call and replace by cached oneUwe Schindler2008-11-291-6/+3
* Fix #46718: ReflectionProperty::setValue() and ReflectionProperty::setAccessi...Sebastian Bergmann2008-11-292-28/+71
* - Implement the changes needed for http://news.php.net/php.cvs/54228Uwe Schindler2008-11-291-29/+94