Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Trivial fix - but the period looks odd in error messages | Rasmus Lerdorf | 2001-07-03 | 1 | -1/+1 | |
| | ||||||
* | Nuke unused variable. | Andrei Zmievski | 2001-05-09 | 1 | -2/+0 | |
| | ||||||
* | Fix a few bugs in zend_is_callable() and make it stricter. | Andrei Zmievski | 2001-05-09 | 1 | -37/+44 | |
| | ||||||
* | - More whitespace fixes while I'm at it. | Andi Gutmans | 2001-04-27 | 1 | -1/+1 | |
| | ||||||
* | Name length is already known. | Andrei Zmievski | 2001-03-12 | 1 | -4/+3 | |
| | ||||||
* | - Missed second place. | Andi Gutmans | 2001-03-12 | 1 | -4/+12 | |
| | ||||||
* | - Nuke snprintf() | Andi Gutmans | 2001-03-12 | 1 | -2/+9 | |
| | ||||||
* | Improve zend_is_callable() to the point where it's actually useful. | Andrei Zmievski | 2001-03-12 | 1 | -11/+52 | |
| | | | | | | 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/+40 | |
| | | | | | represents a valid and exiting callable construct. | |||||
* | - Change unset() functions to null(). unset() is legacy | Andi Gutmans | 2001-01-31 | 1 | -4/+4 | |
| | ||||||
* | fixed crash in add_index_bool. | Thies C. Arntzen | 2001-01-23 | 1 | -1/+1 | |
| | ||||||
* | - Patch from Sterling. Add API calls to add zval's as array indeces/ | Andi Gutmans | 2001-01-20 | 1 | -266/+188 | |
| | | | | | | 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/+5 | |
| | | | | | - key_length as a parameter in order to save that strlen(). | |||||
* | Maintain consistency | Zeev Suraski | 2000-11-02 | 1 | -1/+1 | |
| | ||||||
* | - Fix new -m on Windows | Andi Gutmans | 2000-10-26 | 1 | -1/+1 | |
| | ||||||
* | Avoid using E_CORE_* errorlevels in any place which is not in the global ↵ | Zeev Suraski | 2000-06-12 | 1 | -7/+14 | |
| | | | | startup sequence | |||||
* | Fix zend_get_parameters() | Zeev Suraski | 2000-06-11 | 1 | -2/+1 | |
| | ||||||
* | Fix bug #4768 | Zeev Suraski | 2000-06-10 | 1 | -13/+13 | |
| | ||||||
* | - Andrei, this is for you! | Andi Gutmans | 2000-06-09 | 1 | -0/+23 | |
| | | | | | | | - Add zend_register_internal_class_ex() which allows you to specify a - parent to inherit from. You can either specify the parent directly or via - its name. | |||||
* | - Change register_internal_class to zend_register_internal_class for | Andi Gutmans | 2000-06-09 | 1 | -1/+1 | |
| | | | | | | - consistency. - Andrei: I'm still thinking about the _ex you want me to implement | |||||
* | Add newline at the end of the file (breaks at least SCO and Tru64 C compiler). | Sascha Schumann | 2000-06-06 | 1 | -2/+2 | |
| | ||||||
* | Fix a bug in static initializers/default values/class member variables that ↵ | Zeev Suraski | 2000-05-31 | 1 | -1/+1 | |
| | | | | | | | contained array values | |||||
* | Allow disabling of functions for security reasons | Zeev Suraski | 2000-05-29 | 1 | -0/+28 | |
| | ||||||
* | Fix segfault occuring when a temporary module was unloaded and if this | Sascha Schumann | 2000-05-02 | 1 | -1/+2 | |
| | | | | | module did not have a request shutdown function. | |||||
* | Correct fix | Zeev Suraski | 2000-04-24 | 1 | -9/+8 | |
| | ||||||
* | MODULE_TEMPORARY should get a call to RSHUTDOWN as well! | Thies C. Arntzen | 2000-04-24 | 1 | -7/+9 | |
| | ||||||
* | - Clean up resource lists namespace | Zeev Suraski | 2000-04-15 | 1 | -22/+2 | |
| | | | | | - Prepare extended resource list destructor APIs (currently unused) | |||||
* | - Stop zend_func_args() and co. from crashing | Andi Gutmans | 2000-03-26 | 1 | -5/+5 | |
| | ||||||
* | - Some header dependencies cleanup | Zeev Suraski | 2000-03-25 | 1 | -2/+0 | |
| | | | | | - Generalize zval_print() and zval_print_r() | |||||
* | - Nuke hash_*_ptr functions | Andi Gutmans | 2000-03-24 | 1 | -1/+1 | |
| | ||||||
* | It's official now... | Zeev Suraski | 2000-03-06 | 1 | -3/+3 | |
| | ||||||
* | (c) patch | Zeev Suraski | 2000-02-19 | 1 | -1/+1 | |
| | ||||||
* | - Fix a nasty bug in the hash, introduced in the recent migration to macros | Zeev Suraski | 2000-02-19 | 1 | -6/+6 | |
| | | | | | - Make array_init() and friends trackable | |||||
* | Generalize macros | Zeev Suraski | 2000-02-19 | 1 | -2/+2 | |
| | ||||||
* | - Stop passing list/plist to internal functions | Zeev Suraski | 2000-02-05 | 1 | -3/+7 | |
| | | | | | | - Add a typedef for the pCopyConstructor function pointer - Minor hacks | |||||
* | *** empty log message *** | Andrei Zmievski | 2000-02-03 | 1 | -1/+1 | |
| | ||||||
* | - Fix built-in classes with more than 5 methods | Zeev Suraski | 2000-02-02 | 1 | -3/+4 | |
| | ||||||
* | Added add_property_unset() and add_property_bool(). | Andrei Zmievski | 2000-02-01 | 1 | -0/+21 | |
| | ||||||
* | - Change IS_UNSET -> IS_NULL | Andi Gutmans | 2000-01-04 | 1 | -3/+3 | |
| | ||||||
* | - Nuke undefined_variable_string | Zeev Suraski | 1999-12-31 | 1 | -0/+32 | |
| | | | | | - Introduce IS_UNSET | |||||
* | - Get rid of warning | Andi Gutmans | 1999-12-27 | 1 | -1/+1 | |
| | ||||||
* | - Generalize the fast cache mechanism | Zeev Suraski | 1999-12-27 | 1 | -2/+4 | |
| | | | | | - Add the HashTable struct to the fast cache mechanism | |||||
* | - Make zend_internal_function allocate a full zend_function structure so | Andi Gutmans | 1999-12-27 | 1 | -7/+8 | |
| | | | | | that we don't get memory overruns and Thies doesn't get angry :) | |||||
* | Change ALLOC_ZVAL() semantics | Zeev Suraski | 1999-12-26 | 1 | -31/+60 | |
| | ||||||
* | - Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend use | Andi Gutmans | 1999-12-24 | 1 | -31/+31 | |
| | | | | | them. | |||||
* | We're using ZVAL's now. | Andrei Zmievski | 1999-12-21 | 1 | -3/+3 | |
| | ||||||
* | - Introduce ZEND_NUM_ARGS(), to replace ARG_COUNT(ht) | Zeev Suraski | 1999-12-18 | 1 | -4/+4 | |
| | | | | | - Rename getParameters() and friends for consistency and namespace cleanliness | |||||
* | Fix some warnings | Sascha Schumann | 1999-12-05 | 1 | -1/+0 | |
| |