summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* - Dont't warn in case an exception is pending - in this case it'd superflousMarcus Boerger2005-07-191-1/+4
* Fixed bug #33710 (ArrayAccess objects doen't initialize $this)Dmitry Stogov2005-07-192-38/+43
* ChangeLog update2005-07-191-0/+37
* Valgrind is unhappy that this is not initializedRasmus Lerdorf2005-07-181-1/+1
* Fixed bug in new module statrup mechanismDmitry Stogov2005-07-182-10/+10
* Fixed bug #33558 (warning with nested calls to functions returning by reference)Dmitry Stogov2005-07-183-13/+39
* Removed some compilation warnings.Dmitry Stogov2005-07-183-34/+56
* ChangeLog update2005-07-181-0/+10
* typofoobar2005-07-181-1/+1
* - Add new testMarcus Boerger2005-07-171-0/+32
* Added missing init.Ilia Alshanetsky2005-07-171-0/+1
* ChangeLog update2005-07-151-0/+9
* - Back to -devAndi Gutmans2005-07-141-1/+1
* - Beta 3Andi Gutmans2005-07-141-1/+1
* ChangeLog update2005-07-131-0/+17
* - Back to -devAndi Gutmans2005-07-121-1/+1
* - Beta 3Andi Gutmans2005-07-121-1/+1
* Fixed bug #33156 (cygwin version of setitimer doesn't accept ITIMER_PROF). (N...Dmitry Stogov2005-07-121-0/+7
* ChangeLog update2005-07-121-0/+7
* Make references misuse emit E_NOTICE rather E_STRICT to be compatible withIlia Alshanetsky2005-07-112-10/+10
* ChangeLog update2005-07-091-0/+6
* fix test when session.save_handler is "user"foobar2005-07-082-0/+4
* ChangeLog update2005-07-081-0/+31
* Fixed bug #33512 (Add missing support for isset()/unset() overloading to comp...Dmitry Stogov2005-07-078-26/+152
* zend_stream_getc uses fread internally. NetWare LibC fread reads 4(Which I be...Anantha Kesari H Y2005-07-071-0/+9
* Fixed bug #28072 (static array with some constant keys will be incorrectly or...Dmitry Stogov2005-07-074-4/+156
* ChangeLog update2005-07-051-0/+14
* Fixed SIGSEGV on 'global ${"{$blah}_ID"};'Dmitry Stogov2005-07-045-17/+4
* Fixed bug #31158 (array_splice on $GLOBALS crashes)Dmitry Stogov2005-07-042-0/+16
* ChangeLog update2005-07-041-0/+7
* Fixed memory leakDmitry Stogov2005-07-032-0/+16
* ChangeLog update2005-07-011-0/+6
* Restored old behavior of zend_statup_module()Dmitry Stogov2005-06-302-7/+7
* ChangeLog update2005-06-301-0/+15
* fix conditions for freeingStanislav Malyshev2005-06-293-8/+8
* add commentStanislav Malyshev2005-06-291-0/+1
* ChangeLog update2005-06-291-0/+24
* fix leak: when dup was <success>ful zend_std_object_get_class_name() returns ...Antony Dovgal2005-06-281-1/+1
* fix previous patchStanislav Malyshev2005-06-283-8/+8
* updateStanislav Malyshev2005-06-281-11/+63
* fixes for non-php objectsStanislav Malyshev2005-06-282-11/+49
* ChangeLog update2005-06-281-0/+32
* - Fixed bug #31358 (Older GCC versions do not provide portable va_copy()).foobar2005-06-271-5/+12
* fix various "Class entry requested for an object without PHP class" messagesStanislav Malyshev2005-06-274-27/+58
* Fixed SIGSEGV on assigment string offset by referenceDmitry Stogov2005-06-272-0/+5
* Fixed wrong include/requre occurrences in debug backtrace.Dmitry Stogov2005-06-271-1/+6
* ChangeLog update2005-06-251-0/+33
* Export zend_do_fcall() helper from executorDmitry Stogov2005-06-244-0/+89
* Partial fix for bug #26584 (Class member - array key overflow)Dmitry Stogov2005-06-241-0/+7
* Fixed bug #30519 (Interface not existing says Class not found)Dmitry Stogov2005-06-246-14/+58