summaryrefslogtreecommitdiff
path: root/Zend/zend_extensions.c
Commit message (Collapse)AuthorAgeFilesLines
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
|
* Merge branch 'PHP-5.6' into PHP-7.0Remi Collet2015-12-111-0/+8
|\ | | | | | | | | | | * PHP-5.6: NEWS Fix Bug #71089 No check to duplicate zend_extension
| * Fix Bug #71089 No check to duplicate zend_extensionRemi Collet2015-12-111-0/+8
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | Extended zend_extension API to allow storing additional data associated with ↵Dmitry Stogov2015-09-251-0/+68
| | | | | | | | op_arrays in opcache SHM. (op_array->reserved[])
* | This macro check is not needed (Anatol)Kalle Sommer Nielsen2015-07-041-2/+0
| |
* | Replace references to PHP_WIN32 and TSRM_WIN32 with ZEND_WIN32 in Zend/, ↵Kalle Sommer Nielsen2015-07-041-10/+10
| | | | | | | | this also fixes 1 instance of where fflush(stderr) was misplaced (zend_extensions.c)
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-10/+10
| |
* | Don't anload zend extensions if ZEND_DONT_UNLOAD_MODULES environment ↵Dmitry Stogov2014-09-091-1/+1
| | | | | | | | variable is set
* | Fixed typoXinchen Hui2014-08-281-1/+1
| |
* | Fixed zend extensions multipy-times loadableXinchen Hui2014-08-281-0/+8
| |
* | Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\ \ | |/
| * Bump yearXinchen Hui2014-01-031-1/+1
| |
* | Kill another TSRMLS_FETCH() in the zend extension loading codeKalle Sommer Nielsen2013-12-181-7/+5
|/
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* - Ensure that stderr output are not buffered, portability for testsPierre Joye2010-01-251-0/+24
|
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
|
* Fix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX ↵Scott MacVicar2009-08-061-61/+0
| | | | specific code.
* MFH: Changed spelling from "build" to "built"Matt Wilmas2009-04-081-1/+1
|
* Added ability to check build_id by extensionDmitry Stogov2009-04-081-1/+2
|
* Build IDsStanislav Malyshev2009-01-171-12/+3
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-3/+3
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* - Fixed bug #42629 (Dynamically loaded PHP extensions need symbols exported ↵Jani Taskinen2007-09-181-1/+1
| | | | on MacOSX)
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* - MFH as discussedMarcus Boerger2006-05-091-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 2006Andi Gutmans2006-01-041-1/+1
|
* Bump up the yearfoobar2005-08-031-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* updating license information in the headers.James Cox2003-06-101-1/+1
|
* - Revert my symbol fix patch, and merge in Stas' fixes to Zend Engine 1.Derick Rethans2003-04-181-0/+6
|
* MFZE1Stanislav Malyshev2003-03-171-0/+1
|
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+9
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* - dlerror -> DL_ERRORAndi Gutmans2002-08-231-1/+1
|
* - MFZE1 - MacOSX fixes by Marko KarppinenDerick Rethans2002-07-181-0/+61
|
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* MFZE1Zeev Suraski2001-08-151-7/+7
|
* More TSRMLS_FETCH workZeev Suraski2001-07-311-5/+7
|
* - Whitespace changes to be standard like the rest of ZendAndi Gutmans2001-04-271-1/+1
|
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
|
* Move version registration to a more correct placeZeev Suraski2001-02-131-1/+1
|
* - Remove unused functionAndi Gutmans2000-11-131-17/+0
|
* Add ability to find extensions by nameZeev Suraski2000-11-081-0/+15
|