summaryrefslogtreecommitdiff
path: root/Zend/zend_extensions.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix buildZeev Suraski2000-10-291-1/+1
|
* Allow module to proclaim compatibility with any Zend versionStanislav Malyshev2000-10-291-9/+12
|
* - Try #2. Wasn't allowed to delete in the previous manner because we wereAndi Gutmans2000-10-181-8/+4
| | | | | in the middle of an llist_apply()
* - Fix crashAndi Gutmans2000-10-181-1/+5
|
* - Only run startup() if ZEND_EXTENSIONS is defined to 1.Andi Gutmans2000-10-141-0/+2
| | | | | This fixes a link error on platforms which don't support libdl
* Fix previous update - move extension startup further down the startup sequenceZeev Suraski2000-09-251-9/+20
|
* - Add another "\n" at the end of error messages.Andi Gutmans2000-06-261-2/+2
|
* - Oops I miss-wrote that fieldAndi Gutmans2000-06-221-1/+1
|
* - Change API version and make the error messages more meaningful.Andi Gutmans2000-06-221-5/+6
|
* crash fixZeev Suraski2000-04-291-1/+1
|
* - Add zend_llist_apply_with_arguments()Zeev Suraski2000-04-291-0/+22
| | | | | - Add a message handler to the extensions
* Fix a bug in the resource dispencerZeev Suraski2000-04-281-1/+9
|
* Fix bugZeev Suraski2000-04-251-3/+3
|
* fixes compile on platforms without dl() support.Thies C. Arntzen2000-04-151-0/+2
| | | | | #i think zend_register_extension should be declared static
* Fix zend_register_extension()Zeev Suraski2000-03-301-6/+7
|
* *** empty log message ***Zeev Suraski2000-03-291-7/+18
|