Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove handle_property from here too | Stanislav Malyshev | 2003-01-12 | 1 | -3/+3 | |
| | ||||||
* | Unify and make it easy to add code into the broken-string error handler | Zeev Suraski | 2003-01-09 | 1 | -2/+2 | |
| | ||||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 | |
| | ||||||
* | - Commit Marcus' cleanup of abstract and static inheritance and improve | Andi Gutmans | 2002-11-23 | 1 | -1/+1 | |
| | | | | | - error messages | |||||
* | MFZE1 | Andrei Zmievski | 2002-09-16 | 1 | -0/+2 | |
| | ||||||
* | only check for an available class entry instead of | Harald Radi | 2002-06-09 | 1 | -13/+1 | |
| | | | | | | | the std_object_handlers on some places #some linuxtag work | |||||
* | MFZE1 (Expose more C++ APIs) | Zeev Suraski | 2002-05-20 | 1 | -0/+4 | |
| | ||||||
* | Make OBJCE return zend_class_entry*, also some cleanups | Stanislav Malyshev | 2002-04-30 | 1 | -1/+1 | |
| | ||||||
* | 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 | -0/+2 | |
| | | | | | object handlers structure | |||||
* | Mega-commit: Enter the new object model | Stanislav Malyshev | 2002-02-07 | 1 | -1/+3 | |
| | | | | | | | 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. | |||||
* | Happy New Year. | Sebastian Bergmann | 2002-01-06 | 1 | -1/+1 | |
| | ||||||
* | - MFZE1 for exit fix, exposing current function name in error messages and | Derick Rethans | 2002-01-03 | 1 | -0/+1 | |
| | | | | | exposing zend_zval_type_name(). | |||||
* | - Experimental support for destructors. We need to see if destructors | Andi Gutmans | 2001-12-27 | 1 | -0/+2 | |
| | | | | | | | - will actually work well in the context of PHP so we should consider this - as experimental. Possible problems might be that when the constructor is - run PHP might not be in a stable state. | |||||
* | - Pretty much finish _clone() support | Andi Gutmans | 2001-12-26 | 1 | -0/+2 | |
| | ||||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 | |
| | ||||||
* | - Add some initializations | Andi Gutmans | 2001-11-03 | 1 | -0/+2 | |
| | ||||||
* | MFZE1: Introduced extension version numbers (Stig) | Sebastian Bergmann | 2001-10-12 | 1 | -0/+1 | |
| | ||||||
* | _FUNCTION is used in definition, so use _D | Stanislav Malyshev | 2001-08-12 | 1 | -4/+4 | |
| | ||||||
* | - More work on making objects work | Andi Gutmans | 2001-08-11 | 1 | -0/+2 | |
| | ||||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -30/+30 | |
| | ||||||
* | - Merge from Engine 1 | Andi Gutmans | 2001-08-10 | 1 | -11/+27 | |
| | ||||||
* | - Merge from Engine 1 CVS | Andi Gutmans | 2001-08-10 | 1 | -0/+1 | |
| | ||||||
* | - Use Z_ macros | Andi Gutmans | 2001-08-06 | 1 | -1/+1 | |
| | ||||||
* | TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -4/+4 | |
| | ||||||
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -1/+1 | |
| | ||||||
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-30 | 1 | -5/+5 | |
| | ||||||
* | More TSRMLS_FETCH work, and get rid of redundant ParametersPassedByRef | Zeev Suraski | 2001-07-30 | 1 | -4/+1 | |
| | ||||||
* | Let's be consisten and keep TSRMLS_DC declaration after num_args. | Andrei Zmievski | 2001-07-30 | 1 | -1/+1 | |
| | ||||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-30 | 1 | -2/+2 | |
| | ||||||
* | Get rid of more TSRMLS_FETCH's | Zeev Suraski | 2001-07-30 | 1 | -2/+7 | |
| | ||||||
* | Avoid TSRMLS_FETCH()'s (still lots of work left) | Zeev Suraski | 2001-07-30 | 1 | -8/+4 | |
| | ||||||
* | Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -1/+1 | |
| | | | | | | 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 bug #10287 - avoid crashing under a bogus usage of list() | Zeev Suraski | 2001-07-16 | 1 | -2/+4 | |
| | ||||||
* | fixed ZVAL_FALSE and ZVAL_TRUE | Thies C. Arntzen | 2001-07-11 | 1 | -2/+2 | |
| | ||||||
* | cleaned up the RETVAL_ RETURN_ and ZVAL_ macros | Thies C. Arntzen | 2001-07-10 | 1 | -107/+39 | |
| | | | | | | | added check for \0 at end-of-string at some places. all strings in PHP have to be terminated with \0 because 3th party libraries might not be binary-safe. | |||||
* | Adding new parameter parsing API. | Andrei Zmievski | 2001-07-09 | 1 | -0/+11 | |
| | ||||||
* | - Patch from Jason Greene. | Andi Gutmans | 2001-04-19 | 1 | -2/+6 | |
| | | | | | | - Make it easier to write PHP function definitions in more than just one .c file while accessing the same module globals. | |||||
* | Improve zend_is_callable() to the point where it's actually useful. | Andrei Zmievski | 2001-03-12 | 1 | -1/+1 | |
| | | | | | | Now it just needs to be invoked everywhere in PHP where a callback is expected. | |||||
* | - Rename modules.h to zend_modules.h | Andi Gutmans | 2001-02-26 | 1 | -1/+1 | |
| | ||||||
* | - Update copyright year | Andi Gutmans | 2001-02-26 | 1 | -1/+1 | |
| | ||||||
* | Added zend_is_callable() function that checks whether passed zval | Andrei Zmievski | 2001-02-01 | 1 | -0/+1 | |
| | | | | | represents a valid and exiting callable construct. | |||||
* | - Change unset() functions to null(). unset() is legacy | Andi Gutmans | 2001-01-31 | 1 | -6/+12 | |
| | ||||||
* | - Quick fix. I'm for changing these to add_property_null() as we've nuked | Andi Gutmans | 2001-01-31 | 1 | -1/+1 | |
| | | | | | - unset. | |||||
* | Make add_index_zval() available to the outside world. | Andrei Zmievski | 2001-01-22 | 1 | -0/+1 | |
| | ||||||
* | - Patch from Sterling. Add API calls to add zval's as array indeces/ | Andi Gutmans | 2001-01-20 | 1 | -18/+42 | |
| | | | | | | object properties. Add _ex functions which take the string length as an argument for better performance. | |||||
* | - For Sterling. I wonder if not all of the API functions should take the | Andi Gutmans | 2001-01-19 | 1 | -0/+1 | |
| | | | | | - key_length as a parameter in order to save that strlen(). | |||||
* | Fix call_user_function() with objects - it could leak under certain ↵ | Zeev Suraski | 2000-12-13 | 1 | -2/+2 | |
| | | | | circumstances | |||||
* | Fix EMPTY_STRING macros | Stanislav Malyshev | 2000-08-17 | 1 | -3/+3 | |
| | ||||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -3/+3 | |
| | | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. |