| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 woul... | Stanislav Malyshev | 2003-01-19 | 1 | -3/+25 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | added zend_ini_entry to zend_modules_entry as | Harald Radi | 2003-01-12 | 3 | -26/+53 |
* | 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 |
* | 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 |
* | freed reader twice instead of writer and reader | Harald Radi | 2003-01-11 | 1 | -1/+1 |
* | ChangeLog update | | 2003-01-11 | 1 | -0/+11 |
* | MFZE2 | Ilia Alshanetsky | 2003-01-10 | 1 | -10/+14 |
* | Automatically register constructor, destructor, and clone function when | Andrei Zmievski | 2003-01-10 | 1 | -2/+23 |
* | ChangeLog update | | 2003-01-10 | 1 | -0/+18 |
* | Found some more occurences of that elusive bug... | Zeev Suraski | 2003-01-09 | 1 | -2/+2 |
* | Fix one lousy, annoying lurking bug (memory corruption) | Zeev Suraski | 2003-01-09 | 1 | -2/+2 |
* | Unify and make it easy to add code into the broken-string error handler | Zeev Suraski | 2003-01-09 | 1 | -2/+2 |