Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump year which is missed in rev 49493a2 | Xinchen Hui | 2016-01-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Remi Collet | 2015-12-11 | 1 | -0/+8 |
|\ | | | | | | | | | | | * PHP-5.6: NEWS Fix Bug #71089 No check to duplicate zend_extension | ||||
| * | Fix Bug #71089 No check to duplicate zend_extension | Remi Collet | 2015-12-11 | 1 | -0/+8 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | Extended zend_extension API to allow storing additional data associated with ↵ | Dmitry Stogov | 2015-09-25 | 1 | -0/+68 |
| | | | | | | | | op_arrays in opcache SHM. (op_array->reserved[]) | ||||
* | | This macro check is not needed (Anatol) | Kalle Sommer Nielsen | 2015-07-04 | 1 | -2/+0 |
| | | |||||
* | | Replace references to PHP_WIN32 and TSRM_WIN32 with ZEND_WIN32 in Zend/, ↵ | Kalle Sommer Nielsen | 2015-07-04 | 1 | -10/+10 |
| | | | | | | | | this also fixes 1 instance of where fflush(stderr) was misplaced (zend_extensions.c) | ||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -10/+10 |
| | | |||||
* | | Don't anload zend extensions if ZEND_DONT_UNLOAD_MODULES environment ↵ | Dmitry Stogov | 2014-09-09 | 1 | -1/+1 |
| | | | | | | | | variable is set | ||||
* | | Fixed typo | Xinchen Hui | 2014-08-28 | 1 | -1/+1 |
| | | |||||
* | | Fixed zend extensions multipy-times loadable | Xinchen Hui | 2014-08-28 | 1 | -0/+8 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
* | | Kill another TSRMLS_FETCH() in the zend extension loading code | Kalle Sommer Nielsen | 2013-12-18 | 1 | -7/+5 |
|/ | |||||
* | 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 |
| |