Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ChangeLog update | 2003-01-24 | 1 | -0/+10 | |
| | |||||
* | Let the scope propagate to internal functions | Zeev Suraski | 2003-01-23 | 1 | -13/+10 |
| | |||||
* | Fixed bug: #14542, register_shutdown_function() timeout problem | foobar | 2003-01-23 | 1 | -2/+3 |
| | |||||
* | ChangeLog update | 2003-01-23 | 1 | -0/+10 | |
| | |||||
* | some small refinements for get_class_* | Stanislav Malyshev | 2003-01-22 | 1 | -3/+5 |
| | |||||
* | Fixed bug #21814 (Allow booleans to be used as array keys). | Ilia Alshanetsky | 2003-01-22 | 1 | -0/+1 |
| | |||||
* | ChangeLog update | 2003-01-22 | 1 | -0/+5 | |
| | |||||
* | fix by phanto to the cloning | Sterling Hughes | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | ChangeLog update | 2003-01-20 | 1 | -0/+18 | |
| | |||||
* | relabel | Zeev Suraski | 2003-01-19 | 1 | -6/+6 |
| | |||||
* | Restore for now old statics behaviour (so that indirect $$var references ↵ | Stanislav Malyshev | 2003-01-19 | 1 | -3/+25 |
| | | | | would work again). Comprehensive fix will follow later. | ||||
* | ini patch to allow 'entry[] = value' entries | Harald Radi | 2003-01-19 | 3 | -1/+14 |
| | |||||
* | ChangeLog update | 2003-01-18 | 1 | -0/+13 | |
| | |||||
* | export zend_objects_destroy_object() | Harald Radi | 2003-01-17 | 2 | -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 modules | Harald Radi | 2003-01-17 | 2 | -0/+7 |
| | |||||
* | ChangeLog update | 2003-01-17 | 1 | -0/+5 | |
| | |||||
* | ChangeLog update | 2003-01-16 | 1 | -0/+10 | |
| | |||||
* | Fixed bug #20933 (isset/empty didn't work when used on string offsets). | Ilia Alshanetsky | 2003-01-16 | 1 | -5/+14 |
| | |||||
* | - Revert int -> unsigned int change for str.len | Andi Gutmans | 2003-01-15 | 1 | -1/+1 |
| | |||||
* | Revert commit which turned the lengths of strings into zend_uint. | Sascha Schumann | 2003-01-15 | 1 | -1/+1 |
| | |||||
* | ChangeLog update | 2003-01-15 | 1 | -0/+42 | |
| | |||||
* | - Change "is" to "instanceof" as it explains better what the operator means. | Andi Gutmans | 2003-01-14 | 8 | -15/+17 |
| | | | | | - "is_a" was also appropriate but ugly. | ||||
* | fix memory leaks and key size | Stanislav Malyshev | 2003-01-14 | 1 | -8/+15 |
| | |||||
* | MFZE2 | Ilia Alshanetsky | 2003-01-14 | 1 | -1/+1 |
| | |||||
* | fix warning | Stanislav Malyshev | 2003-01-14 | 1 | -1/+1 |
| | |||||
* | Make add_property_ functions work via write_property handler | Stanislav Malyshev | 2003-01-14 | 2 | -41/+62 |
| | |||||
* | ws | Stanislav Malyshev | 2003-01-14 | 2 | -10/+10 |
| | |||||
* | Reverting previous patch. | Ilia Alshanetsky | 2003-01-14 | 1 | -1/+1 |
| | |||||
* | ChangeLog update | 2003-01-14 | 1 | -0/+10 | |
| | |||||
* | MFZE2 | Ilia Alshanetsky | 2003-01-13 | 1 | -1/+1 |
| | |||||
* | - Don't check if the handle is bogus. We should crash. | Andi Gutmans | 2003-01-13 | 1 | -1/+1 |
| | |||||
* | ChangeLog update | 2003-01-13 | 1 | -0/+80 | |
| | |||||
* | fix wrong dereferenciation | Harald Radi | 2003-01-12 | 1 | -1/+1 |
| | |||||
* | fix inheritance | Stanislav Malyshev | 2003-01-12 | 1 | -12/+9 |
| | |||||
* | Remove handle_property from here too | Stanislav Malyshev | 2003-01-12 | 1 | -3/+3 |
| | |||||
* | RIP handle_* functions. ZE2 will use __ handlers instead. | Stanislav Malyshev | 2003-01-12 | 3 | -17/+11 |
| | | | | | # Yes, I know this will break some things. I will fix those I can find shortly. | ||||
* | Move Z_OBJ_P here. | Stanislav Malyshev | 2003-01-12 | 1 | -0/+2 |
| | |||||
* | Remove Z_OBJ - it's internal to Zend objects, no generic function except | Stanislav Malyshev | 2003-01-12 | 1 | -3/+4 |
| | | | | | | those in zend_object_handlers.c should use it. Add Z_OBJ_HANDLER macro for easy access to handlers | ||||
* | ZTS fixes. | Sebastian Bergmann | 2003-01-12 | 3 | -18/+18 |
| | |||||
* | add get_class_name handler | Stanislav Malyshev | 2003-01-12 | 1 | -1/+19 |
| | |||||
* | Use generic handlers instead of Z_OBJ | Stanislav Malyshev | 2003-01-12 | 1 | -21/+47 |
| | |||||
* | #@!$$grml*$% | Harald Radi | 2003-01-12 | 1 | -2/+2 |
| | |||||
* | partially revert previous commit and | Harald Radi | 2003-01-12 | 3 | -51/+27 |
| | | | | | | change zend_modules.h to include a forward declaration to zend_ini_entry | ||||
* | added zend_ini_entry to zend_modules_entry as | Harald Radi | 2003-01-12 | 3 | -26/+53 |
| | | | | | discussed with zeev | ||||
* | fix 'use of uninitialized variable' warning | Harald Radi | 2003-01-12 | 1 | -1/+1 |
| | |||||
* | validate handle | Stanislav Malyshev | 2003-01-12 | 1 | -1/+1 |
| | |||||
* | Implemented compatibility mode | Zeev Suraski | 2003-01-12 | 8 | -12/+41 |
| | | | | | To enable - zend2.implicit_clone = on in php.ini or using ini_set() | ||||
* | ChangeLog update | 2003-01-12 | 1 | -0/+18 | |
| | |||||
* | - Fix typo and whitespace | Andi Gutmans | 2003-01-11 | 1 | -2/+2 |
| | |||||
* | - Ported the zend_execute_internal hook to ZendEngine2. | Derick Rethans | 2003-01-11 | 4 | -1/+17 |
| |