summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Stanislav Malyshev2003-01-191-3/+25
| | | | would work again). Comprehensive fix will follow later.
* 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
| | | | | | | static inline was meaningless anyways as the function was only used as a callback handler and was never called directly
* 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
| | | | | - "is_a" was also appropriate but ugly.
* 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
| | | | | # Yes, I know this will break some things. I will fix those I can find shortly.
* 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
| | | | | | those in zend_object_handlers.c should use it. Add Z_OBJ_HANDLER macro for easy access to handlers
* 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
| | | | | | change zend_modules.h to include a forward declaration to zend_ini_entry
* added zend_ini_entry to zend_modules_entry asHarald Radi2003-01-123-26/+53
| | | | | discussed with zeev
* 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
| | | | | To enable - zend2.implicit_clone = on in php.ini or using ini_set()
* 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
|