summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use new infrastructure.Zeev Suraski2003-08-0321-107/+190
* Remove unnecessary macroZeev Suraski2003-08-031-1/+0
* ntroduce infrastructure for supplying information about arguments,Zeev Suraski2003-08-0314-194/+241
* Disable the test temporarily because "-d" flags in the command line doesn'tMoriyoshi Koizumi2003-08-031-0/+1
* Made package dep checking to work againTomas V.V.Cox2003-08-031-0/+1
* Fix Win32 Build because of missint TSRM stuffUwe Schindler2003-08-031-0/+1
* No need for this initialization - this function initializes all of theZeev Suraski2003-08-031-1/+0
* Clean up. extended_value can only contain either ZEND_UNSET_DIM orZeev Suraski2003-08-031-25/+21
* Generalize fetch_classZeev Suraski2003-08-035-76/+89
* ChangeLog update2003-08-031-0/+18
* Initialize all struct members: Necessary for reflectionMarcus Boerger2003-08-021-0/+1
* Fixed bug #24177 (Status not set correctly after flush() in Apache 2)Ilia Alshanetsky2003-08-022-1/+5
* fix invalid $fp check (by nicox@php.net)Tomas V.V.Cox2003-08-021-1/+1
* upgrade-all back to workTomas V.V.Cox2003-08-021-1/+2
* trailing wsTomas V.V.Cox2003-08-020-0/+0
* Show interfacesMarcus Boerger2003-08-022-2/+16
* Use correct macroMarcus Boerger2003-08-022-8/+8
* fix usage of instanceof here tooWez Furlong2003-08-021-3/+4
* Fix warningMarcus Boerger2003-08-021-1/+2
* ChangeLog update2003-08-021-0/+8
* Fixed bug #22072 (Apache2 sapis do not detect aborted connections).Ilia Alshanetsky2003-08-012-6/+6
* better fix...Wez Furlong2003-08-011-3/+6
* Preserve exit status for non-php execution modes.Ilia Alshanetsky2003-08-012-2/+6
* Fix "O" format for zend_parse_parametersWez Furlong2003-08-011-2/+2
* Fixed bug #23509 (exit code lost when exit() called fromIlia Alshanetsky2003-08-012-4/+2
* Removed the unnecessary check of array_init() return value.Andrey Hristov2003-08-011-6/+2
* Add missing .cvsignore files.Edin Kadribasic2003-08-010-0/+0
* Segfault fix.John Coggeshall2003-08-011-6/+12
* Fixed a number of memleaks and cleaned up the code a bit.John Coggeshall2003-08-012-177/+210
* ChangeLog update2003-08-011-0/+17
* Adding the tidy extension to PECLJohn Coggeshall2003-08-0118-0/+2707
* Only register server variables when needed.Ilia Alshanetsky2003-07-311-1/+1
* Fixed bug #24883 (variables created through register_globals, ignoreIlia Alshanetsky2003-07-311-14/+39
* Fixed bug #22154 (Possible crash when memory_limit is reached andIlia Alshanetsky2003-07-311-10/+13
* - Removed the unnecessary check of array_init() return value.foobar2003-07-311-3/+1
* Use instanceof_function()Zeev Suraski2003-07-311-20/+4
* Finish the array overloading patchZeev Suraski2003-07-312-8/+39
* CleanupZeev Suraski2003-07-311-67/+0
* - Fix logic. It was the wrong way around.Andi Gutmans2003-07-311-1/+1
* ChangeLog update2003-07-311-0/+38
* Revert the fix for nowfoobar2003-07-303-9/+14
* - Fix problem with hash when updating same bucket with data of differentAndi Gutmans2003-07-302-14/+17
* Fixed bug #24873 (incorrect handling of / inside open_basedir)Ilia Alshanetsky2003-07-301-7/+7
* Get rid of an opcodeZeev Suraski2003-07-303-7/+12
* Support overloading of $foo["bar"] += "baz"Zeev Suraski2003-07-302-19/+53
* Fixed bug #23792 (8 bit graphics don't rotate properly)Ilia Alshanetsky2003-07-301-59/+66
* Improve array overloading - support unset($foo["bar"])Zeev Suraski2003-07-305-17/+58
* Remove garbageZeev Suraski2003-07-301-8/+0
* Call exec_finished()Zeev Suraski2003-07-301-1/+6
* Add exec_finished() callback for modules - this is the last place where theZeev Suraski2003-07-306-5/+30