summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_0_0b4'.php-5.0.0b4SVN Migration2004-02-123-444/+0
* - Roll Beta 4Andi Gutmans2004-02-122-3/+3
* - Remove old codeAndi Gutmans2004-02-121-18/+5
* making sure that the provided examples actualy work (or at least do notHartmut Holzgraefe2004-02-122-8/+10
* reorderfoobar2004-02-121-19/+19
* - This was too strict.Andi Gutmans2004-02-121-5/+0
* Fix testZeev Suraski2004-02-121-1/+1
* - Update to DB-1.6.0RC6 (stable)Pierre Joye2004-02-121-0/+0
* - Remove old DBPierre Joye2004-02-121-0/+0
* Fix prototype/warningZeev Suraski2004-02-121-1/+1
* - More newsAndi Gutmans2004-02-121-0/+2
* - Check return-by-reference bit when implementing interface prototypesZeev Suraski2004-02-126-10/+32
* ensure that install exists before copying files.Wez Furlong2004-02-121-0/+1
* - Add News entryAndi Gutmans2004-02-121-0/+3
* extend ExceptionZeev Suraski2004-02-121-1/+1
* Tidy up "nmake clean" for people that don't have a PECL checkout.Wez Furlong2004-02-123-14/+75
* - Add comments to read/write property/dimension for extension authorsAndi Gutmans2004-02-121-0/+11
* extend ExceptionZeev Suraski2004-02-121-1/+1
* fix copy-n-past error in constructor.Wez Furlong2004-02-121-2/+2
* Fix build; line continuation character should be the very last characterWez Furlong2004-02-121-1/+1
* Update configureZeev Suraski2004-02-121-1/+1
* Caching of temorary WSDL files was disabled.Dmitry Stogov2004-02-121-0/+1
* Added zend_exceptions.c to the buildEdin Kadribasic2004-02-121-1/+2
* zend_default_classes.h -> zend_exceptions.hZeev Suraski2004-02-1219-67/+18
* Using zend_throw_exception_object() instead of EG(exception).Dmitry Stogov2004-02-121-2/+2
* - Add zend_exceptions.cAndi Gutmans2004-02-121-1/+1
* Centralize exceptions code in zend_exceptions.[ch].Zeev Suraski2004-02-1210-564/+71
* - Use zend_throw_exception_object() in throw_handler to make sure itAndi Gutmans2004-02-121-1/+1
* Exceptions updates:Zeev Suraski2004-02-126-63/+46
* - Add API function to throw exception by using an objectAndi Gutmans2004-02-122-0/+11
* "Runtime Configuration" and "Exceptions" were added.Dmitry Stogov2004-02-121-8/+59
* - Go with b4 RC 1 (Sanity package)Andi Gutmans2004-02-123-4/+4
* ChangeLog update2004-02-122-0/+309
* ws fixfoobar2004-02-120-0/+0
* - Fixed bug #23467 (Showing incorrect Time Zone)foobar2004-02-121-0/+4
* CleanupMarcus Boerger2004-02-111-3/+1
* Must be initialized in ZTS modeMarcus Boerger2004-02-111-0/+1
* UpdateMarcus Boerger2004-02-111-3/+5
* UpdateMarcus Boerger2004-02-111-0/+32
* Fix: <interface> [extends <interface> [, <ineterface>]* ]Marcus Boerger2004-02-113-9/+21
* There is CODING_STANDARDS..at least NEW code should respect those..foobar2004-02-111-9/+7
* stylefoobar2004-02-111-6/+8
* Bugfix #27104 CLI/CGI SAPI module variable name conflictMarcus Boerger2004-02-112-56/+56
* Prevent SimpleXML from silently modifying types of variables that areZeev Suraski2004-02-111-0/+11
* Fix leaks in assignments to overloaded objectsZeev Suraski2004-02-111-0/+11
* - Added checks for invalid characters in a cookie name or cookie dataBrian France2004-02-111-0/+3
* Added checks for invalid characters in a cookie name or cookie data from set...Brian France2004-02-111-0/+10
* Added two new functions to set the dict-dir and data-dir options.Brian France2004-02-112-10/+36
* 'Touch' the file to make sure re2c is not needed.Ilia Alshanetsky2004-02-111-1/+1
* Fixed bug #26862 (ob_flush() followed by output_reset_rewrite_vars() mayIlia Alshanetsky2004-02-113-4/+25