summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog update2003-01-201-0/+18
* relabelZeev Suraski2003-01-191-6/+6
* Restore for now old statics behaviour (so that indirect $$var references woul...Stanislav Malyshev2003-01-191-3/+25
* ini patch to allow 'entry[] = value' entriesHarald Radi2003-01-193-1/+14
* ChangeLog update2003-01-181-0/+13
* export zend_objects_destroy_object()Harald Radi2003-01-172-1/+2
* make std_object_handlers struct available for shared modulesHarald Radi2003-01-172-0/+7
* ChangeLog update2003-01-171-0/+5
* ChangeLog update2003-01-161-0/+10
* Fixed bug #20933 (isset/empty didn't work when used on string offsets).Ilia Alshanetsky2003-01-161-5/+14
* - Revert int -> unsigned int change for str.lenAndi Gutmans2003-01-151-1/+1
* Revert commit which turned the lengths of strings into zend_uint.Sascha Schumann2003-01-151-1/+1
* ChangeLog update2003-01-151-0/+42
* - Change "is" to "instanceof" as it explains better what the operator means.Andi Gutmans2003-01-148-15/+17
* fix memory leaks and key sizeStanislav Malyshev2003-01-141-8/+15
* MFZE2Ilia Alshanetsky2003-01-141-1/+1
* fix warningStanislav Malyshev2003-01-141-1/+1
* Make add_property_ functions work via write_property handlerStanislav Malyshev2003-01-142-41/+62
* wsStanislav Malyshev2003-01-142-10/+10
* Reverting previous patch.Ilia Alshanetsky2003-01-141-1/+1
* ChangeLog update2003-01-141-0/+10
* MFZE2Ilia Alshanetsky2003-01-131-1/+1
* - Don't check if the handle is bogus. We should crash.Andi Gutmans2003-01-131-1/+1
* ChangeLog update2003-01-131-0/+80
* fix wrong dereferenciationHarald Radi2003-01-121-1/+1
* fix inheritanceStanislav Malyshev2003-01-121-12/+9
* Remove handle_property from here tooStanislav Malyshev2003-01-121-3/+3
* RIP handle_* functions. ZE2 will use __ handlers instead.Stanislav Malyshev2003-01-123-17/+11
* Move Z_OBJ_P here.Stanislav Malyshev2003-01-121-0/+2
* Remove Z_OBJ - it's internal to Zend objects, no generic function exceptStanislav Malyshev2003-01-121-3/+4
* ZTS fixes.Sebastian Bergmann2003-01-123-18/+18
* add get_class_name handlerStanislav Malyshev2003-01-121-1/+19
* Use generic handlers instead of Z_OBJStanislav Malyshev2003-01-121-21/+47
* #@!$$grml*$%Harald Radi2003-01-121-2/+2
* partially revert previous commit andHarald Radi2003-01-123-51/+27
* added zend_ini_entry to zend_modules_entry asHarald Radi2003-01-123-26/+53
* fix 'use of uninitialized variable' warningHarald Radi2003-01-121-1/+1
* validate handleStanislav Malyshev2003-01-121-1/+1
* Implemented compatibility modeZeev Suraski2003-01-128-12/+41
* ChangeLog update2003-01-121-0/+18
* - Fix typo and whitespaceAndi Gutmans2003-01-111-2/+2
* - Ported the zend_execute_internal hook to ZendEngine2.Derick Rethans2003-01-114-1/+17
* freed reader twice instead of writer and readerHarald Radi2003-01-111-1/+1
* ChangeLog update2003-01-111-0/+11
* MFZE2Ilia Alshanetsky2003-01-101-10/+14
* Automatically register constructor, destructor, and clone function whenAndrei Zmievski2003-01-101-2/+23
* ChangeLog update2003-01-101-0/+18
* Found some more occurences of that elusive bug...Zeev Suraski2003-01-091-2/+2
* Fix one lousy, annoying lurking bug (memory corruption)Zeev Suraski2003-01-091-2/+2
* Unify and make it easy to add code into the broken-string error handlerZeev Suraski2003-01-091-2/+2