summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_0_0RC1RC1'.php-5.0.0RC1RC1SVN Migration2004-03-1517-2002/+0
* Fugbix typo.Sebastian Bergmann2004-03-151-1/+1
* ChangeLog update2004-03-152-0/+225
* Guard display_startup_errors with checking for default (working) outputMarcus Boerger2004-03-143-6/+12
* typofoobar2004-03-141-1/+1
* BFNMarcus Boerger2004-03-141-0/+2
* Fix strval to use __toString if necessaryMarcus Boerger2004-03-141-2/+12
* Make object parameter optionalMarcus Boerger2004-03-141-1/+8
* - That change was unintentional, but it would be the right thing to do ;-)Derick Rethans2004-03-141-1/+1
* - The extension list is ordered alphabetically, also moved the tidy sectionDerick Rethans2004-03-142-21/+21
* - ReorderDerick Rethans2004-03-141-3/+3
* - TypoAndi Gutmans2004-03-141-1/+1
* - Add all of the fixes from the past week. Almost ready for RC1 now.Andi Gutmans2004-03-141-0/+23
* Fixed bug #27590 (crash during shutdown when freeing persistent resourcesIlia Alshanetsky2004-03-141-1/+1
* - Fix windows buildAndi Gutmans2004-03-141-1/+2
* - improve error messageJan Lehnardt2004-03-141-1/+1
* - Fix for bug #27504Andi Gutmans2004-03-141-9/+51
* Renaming cvsclean target; IRIX make seems to ignore .PHONYSascha Schumann2004-03-142-4/+3
* - Fixing bug #27123Andi Gutmans2004-03-141-0/+2
* - Improve compatibility mode and compare objects according to propertyAndi Gutmans2004-03-141-0/+5
* - Fix flow of logicAndi Gutmans2004-03-141-2/+4
* - Support old style of converting objects to long/double/bool.Andi Gutmans2004-03-141-19/+65
* Add new testMarcus Boerger2004-03-141-0/+21
* Fix: Add return type voidMarcus Boerger2004-03-141-1/+1
* - Support Cast operator in convert_to_* so that we support internalAndi Gutmans2004-03-144-9/+9
* - Fix memory leak in the following code (Dmitry):Andi Gutmans2004-03-141-0/+6
* - Initial commit which allows comparing overloaded objects with nativeAndi Gutmans2004-03-141-13/+41
* Fix a typo, dating back from 1.145.Melvyn Sopacua2004-03-141-1/+1
* - add a 2nd test for #27582Pierre Joye2004-03-141-0/+23
* ChangeLog update2004-03-141-0/+52
* Adding extension=php_tidy.dllJohn Coggeshall2004-03-142-0/+4
* - add tests for the bug #27582 (imagefilltoborder crashes)Pierre Joye2004-03-131-0/+92
* - restore too the alphablending if we do not reach the end of the functionPierre Joye2004-03-131-1/+3
* Update test with check for [] assignmentMarcus Boerger2004-03-131-0/+14
* Check for ext/spl being availableMarcus Boerger2004-03-131-0/+2
* Add new testMarcus Boerger2004-03-131-0/+91
* Bugfix #27586 ArrayObject::getIterator crashes with [] assignmentMarcus Boerger2004-03-132-0/+7
* - fix #27582 (http://bugs.php.net/bug.php?id=27582)Pierre Joye2004-03-131-2/+11
* fix #1008: safe mode raises warningGreg Beaver2004-03-132-3/+5
* ChangeLog update2004-03-131-0/+114
* MFB: Test getaddrinfo() for brokenness. Pretend it doesn't exist if it misbeh...Sara Golemon2004-03-121-2/+37
* zval **, not a zval *Sterling Hughes2004-03-121-4/+4
* avoid a memory leak when a php_curl handle is allocated, but the initializationSterling Hughes2004-03-121-5/+8
* add the curl_copy_handle() function which will exactly duplicate a cURL handle.Sterling Hughes2004-03-122-0/+36
* - revert previous commit:Pierre Joye2004-03-121-1/+1
* * Adding new state "emeritus", which can be used for former maintainers ofMartin Jansen2004-03-121-1/+1
* Simplify check.Ilia Alshanetsky2004-03-121-8/+6
* Additional checks of return values from user callback functions.Ilia Alshanetsky2004-03-121-8/+20
* Fix/workaround for http://bugs.php.net/27533Rasmus Lerdorf2004-03-121-2/+8
* leave length as -1, no need to strdup()Sterling Hughes2004-03-121-5/+1