summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_1_0RC3'.php-5.1.0RC3SVN Migration2005-10-173-34/+5
|
* 5.1.0RC3Ilia Alshanetsky2005-10-173-4/+6
|
* MFH: only need context set onceRob Richards2005-10-171-1/+1
|
* MFH: Properly fixed bug #34456 (original patch completely reverted).Ilia Alshanetsky2005-10-172-110/+44
|
* - Fixed bug #29361 (var_export() producing invalid code). (Derick)Derick Rethans2005-10-176-497/+513
|
* MFH: Fixed bug #34884 (Possible crash in ext/sqlite when sqlite.assoc_caseIlia Alshanetsky2005-10-172-11/+13
| | | | | is being used).
* Fixed bug #34873 (Segmentation Fault on foreach in object)Dmitry Stogov2005-10-173-5/+8
|
* MFH: Further URL validations in safe_mode/open_basedir configs.Ilia Alshanetsky2005-10-171-1/+1
|
* MFHfoobar2005-10-163-7/+7
|
* NEWS file is about changes between releases. (RCs are not releases..)foobar2005-10-161-2/+0
|
* - Updated timezone database to version 2005.14.Derick Rethans2005-10-151-429/+411
|
* - Fixed timezone guessing on Windows. (Derick, Nuno)Derick Rethans2005-10-153-8/+19
|
* fixed an error in mysqli_fetch_fields (function returns NULL instead of arrayGeorg Richter2005-10-152-4/+2
| | | | | | when row_number > num_fields). Thanks to Marc Deslisle and phpMyAdmin team for the report.
* MFH: add test for bug #34873Antony Dovgal2005-10-141-0/+27
|
* Pear installer fixIlia Alshanetsky2005-10-141-1/+1
|
* ZTS fixIlia Alshanetsky2005-10-141-3/+1
|
* Back to devIlia Alshanetsky2005-10-143-3/+5
|
* - Use the non-zlib version of the PHAR.Derick Rethans2005-10-141-3/+3
|
* Prepare for 5.1RC2Ilia Alshanetsky2005-10-143-4/+4
|
* MFH: fix test failuresIlia Alshanetsky2005-10-132-2/+4
|
* MFH: move constants to classRob Richards2005-10-135-32/+35
|
* MFH: insure stream usageRob Richards2005-10-131-46/+77
|
* MFH: bump libxml min version to 2.6.11Rob Richards2005-10-131-2/+2
|
* - MFH SPL example was changed, so change PDO test accordinglyMarcus Boerger2005-10-131-1/+1
|
* - MFH Add ability to bypass key() surrounding and make that defaultMarcus Boerger2005-10-131-7/+13
|
* MFHfoobar2005-10-131-3/+4
|
* - Do not try to autoload the class, use internal onlyMarcus Boerger2005-10-131-1/+1
|
* MFH: fix #34856 (configure fails to detect libiconv's type)Antony Dovgal2005-10-132-1/+9
|
* MFH: fix #34855 (ibase_service_attach() segfault on AMD64)Antony Dovgal2005-10-132-1/+3
|
* - Fixed bug #34850 (--program-suffix and --program-prefix not included in ↵foobar2005-10-133-6/+8
| | | | man page names)
* reorderfoobar2005-10-131-3/+3
|
* ws fixAntony Dovgal2005-10-131-1/+1
|
* fix bug #34581 (crash with mod_rewrite)Antony Dovgal2005-10-122-1/+11
|
* missing entryfoobar2005-10-120-0/+0
|
* - MFH: Apperently you can't store NULL pointer values into Zend hashes - godDerick Rethans2005-10-121-4/+4
| | | | | know why not - so we won't store those in the cache anymore.
* MFH: Fixed bug #34758 (PDO_DBLIB did not implement rowCount()).Ilia Alshanetsky2005-10-122-0/+3
|
* fix compile warnings (again)Antony Dovgal2005-10-121-4/+4
|
* make GCC happy and improve CS a bitAntony Dovgal2005-10-121-1/+2
|
* MFH: nuke unused varsAntony Dovgal2005-10-121-2/+0
|
* MFH: use spprintf where appropriateRob Richards2005-10-121-17/+18
|
* fix TS buildAntony Dovgal2005-10-122-5/+5
|
* BFNRob Richards2005-10-121-0/+1
|
* MFH: Fixed Bug #27908 (xml default_handlers not being called)Rob Richards2005-10-122-28/+44
| | | | | | Fix memleak when entitydecls are parsed remove old ifdefs
* MFH: removed confusing dot.foobar2005-10-111-1/+1
|
* fix testfoobar2005-10-111-1/+1
|
* MFH: Fixed bug #33167 (Possible crash inside pg_fetch_array()).Ilia Alshanetsky2005-10-112-10/+7
|
* MFH: Fixed bug #34742 (ftp wrapper failures caused from segmented commandIlia Alshanetsky2005-10-112-60/+22
| | | | | transfer).
* fix #34757 (iconv_substr() gives "Unknown error" when offset > string length)Antony Dovgal2005-10-112-15/+29
|
* Fixed bug #32455 (wrong setting property to unset value)Dmitry Stogov2005-10-112-1/+10
|
* Fixed bug #34790 (preg_match_all(), named capturing groups, variable ↵Dmitry Stogov2005-10-113-0/+26
| | | | assignment/return => crash)