Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fixed a memory leak | Ilia Alshanetsky | 2010-05-20 | 1 | -0/+1 | |
| | | ||||||
* | | Added concept of interned strings. All strings constants known at compile ↵ | Dmitry Stogov | 2010-04-20 | 1 | -2/+4 | |
|/ | | | | time are allocated in a single copy and never changed. | |||||
* | Fixed bug #50519 (segfault in garbage collection when using ↵ | Dmitry Stogov | 2010-01-11 | 1 | -7/+7 | |
| | | | | set_error_handler and DomDocument) | |||||
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #50519 (segfault in garbage collection when using ↵ | Dmitry Stogov | 2009-12-25 | 1 | -0/+3 | |
| | | | | set_error_handler and DomDocument) | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 | |
| | ||||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 | |
| | ||||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -1/+1 | |
| | ||||||
* | Namespaces | Dmitry Stogov | 2007-09-28 | 1 | -3/+3 | |
| | ||||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 | |
| | ||||||
* | Speedup array/HashTable copying. (Matt W) | Dmitry Stogov | 2006-10-03 | 1 | -1/+1 | |
| | ||||||
* | - Update copyright notices to 2006 | Andi Gutmans | 2006-01-04 | 1 | -1/+1 | |
| | ||||||
* | Bump up the year | foobar | 2005-08-03 | 1 | -1/+1 | |
| | ||||||
* | - Use zval_ctor_func() for wrapper and update the prototype to void | Andi Gutmans | 2004-09-27 | 1 | -2/+2 | |
| | ||||||
* | - Make zval_copy_ctor() return void like dtor(). No one ever checks the | Andi Gutmans | 2004-09-27 | 1 | -3/+2 | |
| | | | | | - return value which is SUCCESS always. | |||||
* | - Apply Thies and Sterling's patch which doesn't call ctor/dtor functions | Andi Gutmans | 2004-09-26 | 1 | -5/+2 | |
| | | | | | | - for types which don't require it (BOOL/NULL/LONG/DOUBLE) - Breaks serialization!!! | |||||
* | - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() | Andi Gutmans | 2004-07-19 | 1 | -15/+1 | |
| | | | | | | | | | | | | | | | used to return "" and not bool(false). It's not worth keeping it because STR_FREE() and zval_dtor() always have to check for it and it slows down the general case. In addition, it seems that empty_string has been abused quite a lot, and was used not only for setting zval's but generally in PHP code instead of "", which wasn't the intention. Last but not least, nuking empty_string should improve stability as I doubt every place correctly checked if they are not mistakenly erealloc()'ing it or calling efree() on it. NOTE: Some code is probably broken. Each extension maintainer should check and see that my changes are OK. Also, I haven't had time to touch PECL yet. Will try and do it tomorrow. | |||||
* | - Better stability during premature shutdown of request startup | Andi Gutmans | 2004-07-10 | 1 | -3/+5 | |
| | ||||||
* | Object cloning in ze1 compatibility mode (zend.ze1_compatibility_mode) was ↵ | Dmitry Stogov | 2004-03-24 | 1 | -6/+1 | |
| | | | | reimplemented (Dmitry, Andi) | |||||
* | - Rename compatiblity mode to zend.ze2_compatibility_mode (it doesn't only ↵ | Zeev Suraski | 2004-02-25 | 1 | -1/+1 | |
| | | | | | | | | | | | affect auto-clone). - Perform implementation checks even with simple inheritance (off when compatibility mode is enabled). - Restore default arguments in interfaces and handle it correctly. - Move registration of internal classes later in the startup sequence in order to have INI options available. | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -1/+1 | |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | |||||
* | - Provide appropriate way to destroy internal zval's. | Marcus Boerger | 2003-08-24 | 1 | -0/+37 | |
| | | | | | | - Allow internal zval's of type string and disallow complex types. - Define the default string for extensions at class level instead of ctor. | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -1/+1 | |
| | ||||||
* | - Added some missing CVS $Id$ tags, headers and footers. | foobar | 2003-02-01 | 1 | -1/+2 | |
| | ||||||
* | Implemented compatibility mode | Zeev Suraski | 2003-01-12 | 1 | -5/+6 | |
| | | | | | To enable - zend2.implicit_clone = on in php.ini or using ini_set() | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 | |
| | ||||||
* | h WHitespace | Andi Gutmans | 2002-11-30 | 1 | -1/+1 | |
| | ||||||
* | MFZE1 | Stanislav Malyshev | 2002-09-10 | 1 | -1/+1 | |
| | ||||||
* | - Nuke persist_alloc(). | Andi Gutmans | 2002-06-22 | 1 | -31/+0 | |
| | ||||||
* | - Pass TSRMLS to callbacks. | Andi Gutmans | 2002-03-15 | 1 | -4/+12 | |
| | ||||||
* | Mega-commit: Enter the new object model | Stanislav Malyshev | 2002-02-07 | 1 | -2/+2 | |
| | | | | | | | 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 | |
| | ||||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 | |
| | ||||||
* | - Sync with ZE1 | Andi Gutmans | 2001-08-16 | 1 | -4/+2 | |
| | ||||||
* | - Fix a bug in method calls. | Andi Gutmans | 2001-08-16 | 1 | -4/+7 | |
| | | | | | - Try to get the old copying behavior of objects to work (doesn't work yet). | |||||
* | MFZE1 | Zeev Suraski | 2001-08-14 | 1 | -0/+34 | |
| | ||||||
* | - Sync Engine2 CVS with latest Engine CVS | Andi Gutmans | 2001-08-07 | 1 | -10/+3 | |
| | ||||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-30 | 1 | -5/+11 | |
| | ||||||
* | 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 bug #10287 - avoid crashing under a bogus usage of list() | Zeev Suraski | 2001-07-16 | 1 | -2/+2 | |
| | ||||||
* | Time to bid this old timer goodbye - get rid of var_uninit() | Zeev Suraski | 2001-07-15 | 1 | -6/+0 | |
| | ||||||
* | Get rid of some inlines | Zeev Suraski | 2001-07-11 | 1 | -13/+0 | |
| | ||||||
* | cleaned up the RETVAL_ RETURN_ and ZVAL_ macros | Thies C. Arntzen | 2001-07-10 | 1 | -0/+2 | |
| | | | | | | | 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. | |||||
* | - Remove check for ht == NULL in copy_ctor. | Andi Gutmans | 2001-05-12 | 1 | -4/+1 | |
| | | | | | | If ht is NULL at this point then we are better off crashing and fixing the bug that caused it. | |||||
* | - Nuke zval_del_ref() | Andi Gutmans | 2001-02-27 | 1 | -10/+0 | |
| | ||||||
* | - Update copyright year | Andi Gutmans | 2001-02-26 | 1 | -1/+1 | |
| | ||||||
* | Fix a bug in static initializers/default values/class member variables that ↵ | Zeev Suraski | 2000-05-31 | 1 | -2/+4 | |
| | | | | | | | contained array values | |||||
* | Fix - forgot to split away if refcount>1 | Zeev Suraski | 2000-04-26 | 1 | -0/+1 | |
| | ||||||
* | export zval_add-ref and zvale_del_ref | Thies C. Arntzen | 2000-04-21 | 1 | -2/+2 | |
| | ||||||
* | - Some header dependencies cleanup | Zeev Suraski | 2000-03-25 | 1 | -1/+0 | |
| | | | | | - Generalize zval_print() and zval_print_r() |