Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make OBJCE return zend_class_entry*, also some cleanups | Stanislav Malyshev | 2002-04-30 | 1 | -12/+14 |
| | |||||
* | some type cleanup work | Harald Radi | 2002-04-23 | 1 | -1/+1 |
| | |||||
* | added get_class_entry callback handler to the | Harald Radi | 2002-04-22 | 1 | -4/+18 |
| | | | | | object handlers structure | ||||
* | - make class tables contain class_entry *, not class_entry | Stanislav Malyshev | 2002-03-12 | 1 | -6/+14 |
| | | | | | - fix isset($this) | ||||
* | - MFZE1 | Derick Rethans | 2002-03-02 | 1 | -1/+3 |
| | |||||
* | - MFZE1 | Derick Rethans | 2002-03-02 | 1 | -1/+1 |
| | |||||
* | Mega-commit: Enter the new object model | Stanislav Malyshev | 2002-02-07 | 1 | -10/+43 |
| | | | | | | | Note: only standard Zend objects are working now. This is definitely going to break custom objects like COM, Java, etc. - this will be fixed later. Also, this may break other things that access objects' internals directly. | ||||
* | Revert per Andi's request. Sorry :-( | Sebastian Bergmann | 2002-02-02 | 1 | -1/+1 |
| | |||||
* | Fix warning. Again :-) | Sebastian Bergmann | 2002-02-02 | 1 | -1/+1 |
| | |||||
* | - Please don't use strcmp() and friends in Zend but only the mem* | Andi Gutmans | 2002-02-02 | 1 | -1/+1 |
| | | | | | - functions. I didn't check this patch so please check that it works. | ||||
* | Fix a warning. | Sebastian Bergmann | 2002-02-02 | 1 | -1/+1 |
| | |||||
* | MFZE1: is_a() | Sebastian Bergmann | 2002-02-01 | 1 | -11/+30 |
| | |||||
* | Happy New Year. | Sebastian Bergmann | 2002-01-06 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | - Damn Zeev :) | Andi Gutmans | 2001-12-04 | 1 | -2/+49 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -7/+7 |
| | |||||
* | TSRMLS fixes | Zeev Suraski | 2001-08-02 | 1 | -2/+2 |
| | |||||
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -5/+5 |
| | |||||
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
| | |||||
* | More TSRMLS_FETCH work, and get rid of redundant ParametersPassedByRef | Zeev Suraski | 2001-07-30 | 1 | -2/+1 |
| | |||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
| | |||||
* | Avoid TSRMLS_FETCH()'s (still lots of work left) | Zeev Suraski | 2001-07-30 | 1 | -3/+3 |
| | |||||
* | - Use the Z_OBJ* macros for accessing objects | Andi Gutmans | 2001-07-28 | 1 | -5/+9 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -2/+1 |
| | |||||
* | Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -2/+2 |
| | | | | | | This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | ||||
* | - Fix crash bug (fix by Jani). | Andi Gutmans | 2001-06-26 | 1 | -1/+5 |
| | |||||
* | Fix segfault -- need to copy-construct constant value. | Andrei Zmievski | 2001-05-23 | 1 | -1/+7 |
| | |||||
* | Moving some functions into Zend. | Andrei Zmievski | 2001-05-21 | 1 | -0/+97 |
| | |||||
* | - Add mistakenly removen closing bracket | Andi Gutmans | 2001-04-30 | 1 | -0/+1 |
| | |||||
* | - Get rid of warning | Andi Gutmans | 2001-04-30 | 1 | -24/+1 |
| | |||||
* | - More whitespace fixes while I'm at it. | Andi Gutmans | 2001-04-27 | 1 | -1/+1 |
| | |||||
* | - Whitespace changes to be standard like the rest of Zend | Andi Gutmans | 2001-04-27 | 1 | -2/+2 |
| | |||||
* | Updated get_class_methods() to take class instance as well as class name. | Andrei Zmievski | 2001-03-26 | 1 | -30/+26 |
| | |||||
* | Making it possible to pass a class name to get_parent_class() as well | Andrei Zmievski | 2001-03-26 | 1 | -4/+15 |
| | | | | | as a class instance. | ||||
* | Fixing function name length. | Andrei Zmievski | 2001-03-23 | 1 | -2/+2 |
| | |||||
* | - Update copyright year | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | - Add exports from Daniel Beulshausen | Andi Gutmans | 2001-02-24 | 1 | -4/+4 |
| | |||||
* | Allow get_current_key() not to return the key itself, instead of a duplicate | Zeev Suraski | 2000-12-22 | 1 | -3/+3 |
| | |||||
* | Hardcode strlen due to problems on SCO OpenServer 5.0.4 which defines | Sascha Schumann | 2000-12-07 | 1 | -3/+3 |
| | | | | | strlen to __std_hdr_strlen. | ||||
* | Fix memory leak - get_current_key mallocs it's result, no need to | Stanislav Malyshev | 2000-12-07 | 1 | -1/+1 |
| | | | | | copy it. | ||||
* | Update class constants before trying to get default properties. | Andrei Zmievski | 2000-11-27 | 1 | -0/+4 |
| | |||||
* | Sterling's patch to make get_defined_vars() simpler and better. | Andrei Zmievski | 2000-11-21 | 1 | -36/+4 |
| | |||||
* | - Fix copy&paste bug | Andi Gutmans | 2000-10-17 | 1 | -1/+1 |
| | |||||
* | - Add another patch from Sterling. | Andi Gutmans | 2000-10-14 | 1 | -14/+36 |
| | |||||
* | - Preliminary commit of Sterlings get_defined_functions()/get_defined_vars | Andi Gutmans | 2000-10-14 | 1 | -0/+76 |
| | | | | | functions | ||||
* | - Cleanup error output | Andi Gutmans | 2000-09-30 | 1 | -1/+1 |
| | |||||
* | Made get_included_files() work again, in somewhat different way | Stanislav Malyshev | 2000-09-18 | 1 | -1/+8 |
| | |||||
* | Make compile_string() accept a description of the code | Zeev Suraski | 2000-09-12 | 1 | -1/+5 |
| | |||||
* | Fix memory overrun. | Andrei Zmievski | 2000-09-05 | 1 | -1/+1 |
| | |||||
* | Fix crash with trigger_error having no args (#6549) | Stanislav Malyshev | 2000-09-05 | 1 | -0/+2 |
| |