summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-0171-7/+745
* ChangeLog update2003-01-311-0/+16
* Fixed compiler warning regarding signed/unsigned int comparisons.Ilia Alshanetsky2003-01-301-4/+4
* fix non-zts build for wezHarald Radi2003-01-302-8/+18
* ChangeLog update2003-01-301-0/+43
* Fix ZTS build.Ilia Alshanetsky2003-01-301-2/+2
* Add additional stage to post-session cleanup.Stanislav Malyshev2003-01-293-0/+40
* Code rearrangementsZeev Suraski2003-01-292-3/+3
* Fix object destructors:Stanislav Malyshev2003-01-291-4/+18
* extra safetyStanislav Malyshev2003-01-291-1/+1
* fix memory leakStanislav Malyshev2003-01-291-0/+1
* Fix assignments to $this.Zeev Suraski2003-01-292-2/+14
* ChangeLog update2003-01-291-0/+10
* Fix a ticks related crashZeev Suraski2003-01-281-0/+8
* Allow methods in parent classes to call protected methods in derivedZeev Suraski2003-01-281-7/+22
* ChangeLog update2003-01-281-0/+11
* Replace MAKE_VAR opcode with special 'data' opcodeStanislav Malyshev2003-01-273-70/+91
* ChangeLog update2003-01-271-0/+5
* Replace snprintf() call using zend_error's capabilitiesSascha Schumann2003-01-261-4/+1
* ChangeLog update2003-01-241-0/+10
* Let the scope propagate to internal functionsZeev Suraski2003-01-231-13/+10
* Fixed bug: #14542, register_shutdown_function() timeout problemfoobar2003-01-231-2/+3
* ChangeLog update2003-01-231-0/+10
* some small refinements for get_class_*Stanislav Malyshev2003-01-221-3/+5
* Fixed bug #21814 (Allow booleans to be used as array keys).Ilia Alshanetsky2003-01-221-0/+1
* ChangeLog update2003-01-221-0/+5
* fix by phanto to the cloningSterling Hughes2003-01-211-1/+1
* 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