summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_1_0b2'.php-5.1.0b2SVN Migration2005-06-2351-4606/+1646
* - Beta 2Andi Gutmans2005-06-234-16/+14
* temporary fix to let mysqli extension build, so we can make a release.Ilia Alshanetsky2005-06-231-2/+2
* - Add +ifdefs to still allow PHP 5.0 builds of PDOMarcus Boerger2005-06-234-1/+33
* BFNRob Richards2005-06-221-0/+2
* - Fix bug #33299 (php:function no longer handles returned dom objects)Rob Richards2005-06-223-35/+69
* Fixed bug #32160 (copying a file into itself leads to data loss).Ilia Alshanetsky2005-06-224-0/+66
* Debug backtrace was fixedDmitry Stogov2005-06-222-3/+23
* Fixed bug #29896 (Backtrace argument list out of sync)Dmitry Stogov2005-06-224-11/+70
* Slightly more reliable current path detection.Ilia Alshanetsky2005-06-221-1/+1
* Skip MySQLi tests if connection could not be established and not usingIlia Alshanetsky2005-06-221-0/+5
* "64M should be enough for everyone." -- Jani, 2005 :)foobar2005-06-221-1/+1
* export zend_vm_set_opcode_handlerStanislav Malyshev2005-06-223-4/+4
* - allow to use "yes" and "true" with ini_set() and in commandline (through -d...Antony Dovgal2005-06-222-6/+33
* added testcase for mysqli_warning classGeorg Richter2005-06-221-0/+28
* added testcase for cursors (nested selects)Georg Richter2005-06-221-0/+51
* changed/fixed mysqli_warning classGeorg Richter2005-06-223-84/+146
* build related adjustments.Wez Furlong2005-06-222-2/+15
* Fixed bug in test fileDmitry Stogov2005-06-221-1/+1
* Fixed bug #33257 (array_splice() inconsistent when passed function instead of...Dmitry Stogov2005-06-226-5/+36
* BFNfoobar2005-06-221-0/+3
* - Fixed bug #33427 (ext/odbc: check if unixODBC header file exists)foobar2005-06-221-12/+19
* - Never ever add /usr/lib as libpath, even if --with-libdir is usedfoobar2005-06-221-1/+1
* ChangeLog update2005-06-222-0/+120
* fix testsfoobar2005-06-222-2/+6
* - Fix testMarcus Boerger2005-06-211-1/+2
* - Fixed Rasmus' problem with Jan.14, 2004.Derick Rethans2005-06-213-3325/+3365
* Fixed test fileDmitry Stogov2005-06-211-9/+4
* - Back to -dev. Guys (n' Girls), give at least 1 hour before you startAndi Gutmans2005-06-213-4/+4
* - Take #3 :)Andi Gutmans2005-06-214-8/+6
* Fixed memory leak.Ilia Alshanetsky2005-06-212-0/+6
* - Partial revert: It does not matter if awk works or not but helps if it does :)foobar2005-06-211-3/+3
* Fixed test skip conditions.Ilia Alshanetsky2005-06-213-3/+18
* fix testfoobar2005-06-211-0/+4
* Fixed bug #31213 (Sideeffects caused by fix of bug #29493)Dmitry Stogov2005-06-212-2/+7
* Remove unnecessary ZEND_FETCH_CLASS together with ZEND_DECLARE_INHERITED_CLAS...Dmitry Stogov2005-06-211-0/+13
* Fix configure problem in braindead systems like Solaris.foobar2005-06-211-2/+2
* - Add new testMarcus Boerger2005-06-211-0/+34
* ext/soap should use type defined in SoapVar(), if wsdl defines another typeDmitry Stogov2005-06-211-2/+5
* ChangeLog update2005-06-211-0/+25
* Fixed possible memory corruption.Ilia Alshanetsky2005-06-211-0/+3
* fix memleak when connection fails (and we still keep trying)Antony Dovgal2005-06-201-1/+7
* - Back to -devAndi Gutmans2005-06-204-4/+6
* - Beta 2Andi Gutmans2005-06-204-5/+5
* reorder and prevent memleak: bailout after free()Antony Dovgal2005-06-201-1/+1
* Fixed possible crash on $x = $obj->$non_stringDmitry Stogov2005-06-201-2/+2
* Fixed bug #31054 (safe_mode & open_basedir checks only check firstIlia Alshanetsky2005-06-202-8/+10
* - Added session.hash_bits_per_character support. (3rd param)foobar2005-06-201-2/+10
* fix #29683 (headers_list() returns empty array)Antony Dovgal2005-06-205-12/+5
* typofoobar2005-06-201-1/+1