summaryrefslogtreecommitdiff
path: root/Zend/zend_extensions.c
Commit message (Collapse)AuthorAgeFilesLines
* Future-proof email addressesZeev Suraski2018-11-011-2/+2
|
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
| | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore.
* year++Xinchen Hui2018-01-021-1/+1
|
* Remove duplicate check for already loaded extensionzimuyang2017-11-161-8/+0
|
* Fixed bug #74866 extension_dir = "./ext" now use current directory for baseFrancois Laupretre2017-07-131-3/+16
|
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* 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
|