Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - Ensure that stderr output are not buffered, portability for tests | Pierre Joye | 2010-01-25 | 1 | -0/+24 |
| | |||||
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
| | |||||
* | Fix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX ↵ | Scott MacVicar | 2009-08-06 | 1 | -61/+0 |
| | | | | specific code. | ||||
* | MFH: Changed spelling from "build" to "built" | Matt Wilmas | 2009-04-08 | 1 | -1/+1 |
| | |||||
* | Added ability to check build_id by extension | Dmitry Stogov | 2009-04-08 | 1 | -1/+2 |
| | |||||
* | Build IDs | Stanislav Malyshev | 2009-01-17 | 1 | -12/+3 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - MFH: Constness (Added const qualifier to several function parameters) | Felipe Pena | 2008-08-12 | 1 | -3/+3 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #42629 (Dynamically loaded PHP extensions need symbols exported ↵ | Jani Taskinen | 2007-09-18 | 1 | -1/+1 |
| | | | | on MacOSX) | ||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | - MFH as discussed | Marcus Boerger | 2006-05-09 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | . zend_exception_get_default() -> zend_exception_get_default(TSRMLS_D) . zend_get_error_exception() -> zend_get_error_exception(TSRMLS_D) . added E_RECOVERABLE_ERROR . added ZEND_TOSTRING_FUNC_NAME . added __tostring function cache to zend_class_entry . added ZEND_NAMED_ME . modified ZEND_ME_MAPPING to support method flags . added ZEND_MN . method entries now use prefix "zim_" instead of "zif_" . drop EG(ze1_compatibility_mode) . changed cast handler, now without (int should_free): typedef int (*zend_object_cast_t)(zval *readobj, zval *retval, int type TSRMLS_DC); . changed get_iterator, now receives whether value is by ref: zend_object_iterator *(*get_iterator)(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC); . added zend_objects_store_add_ref_by_handle . added zend_objects_store_del_ref_by_handle . convert_to_explicit_type(pzv, type) | ||||
* | - Update copyright notices to 2006 | Andi Gutmans | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Bump up the year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - 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? | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -1/+1 |
| | |||||
* | - Revert my symbol fix patch, and merge in Stas' fixes to Zend Engine 1. | Derick Rethans | 2003-04-18 | 1 | -0/+6 |
| | |||||
* | MFZE1 | Stanislav Malyshev | 2003-03-17 | 1 | -0/+1 |
| | |||||
* | - Added some missing CVS $Id$ tags, headers and footers. | foobar | 2003-02-01 | 1 | -0/+9 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | - dlerror -> DL_ERROR | Andi Gutmans | 2002-08-23 | 1 | -1/+1 |
| | |||||
* | - MFZE1 - MacOSX fixes by Marko Karppinen | Derick Rethans | 2002-07-18 | 1 | -0/+61 |
| | |||||
* | Happy New Year. | Sebastian Bergmann | 2002-01-06 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | MFZE1 | Zeev Suraski | 2001-08-15 | 1 | -7/+7 |
| | |||||
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -5/+7 |
| | |||||
* | - Whitespace changes to be standard like the rest of Zend | Andi Gutmans | 2001-04-27 | 1 | -1/+1 |
| | |||||
* | - Update copyright year | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Move version registration to a more correct place | Zeev Suraski | 2001-02-13 | 1 | -1/+1 |
| | |||||
* | - Remove unused function | Andi Gutmans | 2000-11-13 | 1 | -17/+0 |
| | |||||
* | Add ability to find extensions by name | Zeev Suraski | 2000-11-08 | 1 | -0/+15 |
| | |||||
* | Fix build | Zeev Suraski | 2000-10-29 | 1 | -1/+1 |
| | |||||
* | Allow module to proclaim compatibility with any Zend version | Stanislav Malyshev | 2000-10-29 | 1 | -9/+12 |
| | |||||
* | - Try #2. Wasn't allowed to delete in the previous manner because we were | Andi Gutmans | 2000-10-18 | 1 | -8/+4 |
| | | | | | in the middle of an llist_apply() | ||||
* | - Fix crash | Andi Gutmans | 2000-10-18 | 1 | -1/+5 |
| | |||||
* | - Only run startup() if ZEND_EXTENSIONS is defined to 1. | Andi Gutmans | 2000-10-14 | 1 | -0/+2 |
| | | | | | This fixes a link error on platforms which don't support libdl | ||||
* | Fix previous update - move extension startup further down the startup sequence | Zeev Suraski | 2000-09-25 | 1 | -9/+20 |
| | |||||
* | - Add another "\n" at the end of error messages. | Andi Gutmans | 2000-06-26 | 1 | -2/+2 |
| | |||||
* | - Oops I miss-wrote that field | Andi Gutmans | 2000-06-22 | 1 | -1/+1 |
| | |||||
* | - Change API version and make the error messages more meaningful. | Andi Gutmans | 2000-06-22 | 1 | -5/+6 |
| | |||||
* | crash fix | Zeev Suraski | 2000-04-29 | 1 | -1/+1 |
| | |||||
* | - Add zend_llist_apply_with_arguments() | Zeev Suraski | 2000-04-29 | 1 | -0/+22 |
| | | | | | - Add a message handler to the extensions | ||||
* | Fix a bug in the resource dispencer | Zeev Suraski | 2000-04-28 | 1 | -1/+9 |
| | |||||
* | Fix bug | Zeev Suraski | 2000-04-25 | 1 | -3/+3 |
| | |||||
* | fixes compile on platforms without dl() support. | Thies C. Arntzen | 2000-04-15 | 1 | -0/+2 |
| | | | | | #i think zend_register_extension should be declared static | ||||
* | Fix zend_register_extension() | Zeev Suraski | 2000-03-30 | 1 | -6/+7 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 2000-03-29 | 1 | -7/+18 |
| |