summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_0_0RC1RC2'.php-5.0.0RC1RC2SVN Migration2004-03-1717-2002/+0
* - Improved patch for support multiplication on 64bit machinesAndi Gutmans2004-03-171-15/+6
* - Fix tiny bug (one of the reasons we can't support __toString() forAndi Gutmans2004-03-171-1/+1
* Test was fixedDmitry Stogov2004-03-171-3/+1
* - Stop make_printable_zval() from calling __toString()Andi Gutmans2004-03-171-0/+2
* - Fixed problem with __toString(). Due to the engine's architecture it isAndi Gutmans2004-03-171-8/+18
* fix typoStanislav Malyshev2004-03-171-2/+2
* - Apply Ard's patch to support multiplication & overflow on both 32bitAndi Gutmans2004-03-172-37/+24
* ChangeLog update2004-03-172-0/+269
* Provide a meaningful error message when registration failsSara Golemon2004-03-171-2/+9
* Fixed bug #27498 (bogus safe_mode error on nonexistent directories forIlia Alshanetsky2004-03-162-2/+2
* Fixed bug #27580 (pre-initialization errors in ap2 handler are not beingIlia Alshanetsky2004-03-161-7/+14
* - Replaced the exec_finished hook by the zend_post_deactive hook forDerick Rethans2004-03-162-4/+7
* - Replaced the exec_finished hook by the zend_post_deactive hook forDerick Rethans2004-03-164-7/+7
* - Update news with fugbixDerick Rethans2004-03-161-0/+2
* fixed stmt->stmt->query which was removed in libmysql 4.1.2Georg Richter2004-03-165-4/+31
* - Fixed compilation on the 'broken' IRIX native compiler.Derick Rethans2004-03-161-1/+1
* - Bump API number so that it actually differs from PHP 4. This is neededDerick Rethans2004-03-161-1/+1
* Fix SEGV in certain conditions while calling static methodsMarcus Boerger2004-03-161-2/+2
* - Fixed typoDerick Rethans2004-03-161-1/+1
* Improve the way auto-globals JIT works, and add the ability to turn it offZeev Suraski2004-03-163-7/+10
* Add ability to disable JIT for a particular auto globalZeev Suraski2004-03-162-1/+13
* Update messageMarcus Boerger2004-03-161-1/+1
* TSRM fixMarcus Boerger2004-03-161-2/+2
* Enable ptr format check for GCC 3.1 and higherSascha Schumann2004-03-161-1/+2
* - initial commitPierre Joye2004-03-161-0/+24
* fix typosfoobar2004-03-161-5/+5
* Do not allow 3.0.4 for __attribute__.Ilia Alshanetsky2004-03-161-1/+1
* Fixed bug #27600 (GCC 3.0.4 does not like __attribute__ directive)Ilia Alshanetsky2004-03-161-1/+1
* - Fix problem when using old-style constructors it wasn't being inheritedAndi Gutmans2004-03-161-6/+11
* - Spaces to tabsDerick Rethans2004-03-161-16/+16
* - NEWSAndi Gutmans2004-03-161-0/+4
* - If the called method is static then don't define $thisAndi Gutmans2004-03-161-10/+14
* - Error out if get_method() isn't defined.Andi Gutmans2004-03-162-13/+13
* Make use of zend_make_printable_zval() instead of 'manually' callingMarcus Boerger2004-03-161-7/+10
* This workaround is no longer neededMarcus Boerger2004-03-161-2/+1
* Improve error messageMarcus Boerger2004-03-164-29/+33
* ChangeLog update2004-03-162-0/+122
* Fixed bug #27559 (Corrected open_basedir resolving logic).Ilia Alshanetsky2004-03-161-4/+6
* Fixed bug #27291 (get_browser matches browscap.ini patterns incorrectly).Jay Smith2004-03-152-20/+84
* Keep BC of pg_fetch_objectMarcus Boerger2004-03-152-11/+10
* Bugfix #27597 pg_fetch_array not returning false .Marcus Boerger2004-03-153-3/+68
* Fix for #27594. Comuted columns does not return a column sourceFrank M. Kromann2004-03-151-2/+6
* Missing NEWS entriesRasmus Lerdorf2004-03-151-0/+3
* - Restore E_NOTICE for longs and doubles.Andi Gutmans2004-03-151-0/+4
* - Fixed bug #24582 (extensions can not be loaded dynamically in Solaris/iPlanet)foobar2004-03-151-1/+5
* - Fix test (wrong expected result..)foobar2004-03-151-1/+1
* - Nuke E_NOTICE. This caused a notice when doing if ($obj == NULL)Andi Gutmans2004-03-151-6/+0
* Use MAKE_STD_ZVAL instead of ALLOC_ZVALAdam Dickmeiss2004-03-151-3/+2
* Fixed crash in php_ini_scanned_files() when no additional INI files wereJon Parise2004-03-152-1/+3