Sammy Kaye Powers
|
dac6c639bb
|
Update copyright headers to 2017
|
2017-01-04 11:23:42 -06:00 |
|
Xinchen Hui
|
97a9470d97
|
bump year which is missed in rev 49493a2
|
2016-01-02 17:56:11 +08:00 |
|
Remi Collet
|
66398757fc
|
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
NEWS
Fix Bug #71089 No check to duplicate zend_extension
|
2015-12-11 13:22:55 +01:00 |
|
Remi Collet
|
410eacc1a9
|
Fix Bug #71089 No check to duplicate zend_extension
|
2015-12-11 13:21:24 +01:00 |
|
Dmitry Stogov
|
a05fc48055
|
Extended zend_extension API to allow storing additional data associated with op_arrays in opcache SHM. (op_array->reserved[])
|
2015-09-25 11:50:38 +03:00 |
|
Kalle Sommer Nielsen
|
12b79fcb05
|
This macro check is not needed (Anatol)
|
2015-07-04 21:21:15 +02:00 |
|
Kalle Sommer Nielsen
|
ce2cd89258
|
Replace references to PHP_WIN32 and TSRM_WIN32 with ZEND_WIN32 in Zend/, this also fixes 1 instance of where fflush(stderr) was misplaced (zend_extensions.c)
|
2015-07-04 18:55:22 +02:00 |
|
Xinchen Hui
|
fc33f52d8c
|
bump year
|
2015-01-15 23:27:30 +08:00 |
|
Xinchen Hui
|
0579e8278d
|
bump year
|
2015-01-15 23:26:37 +08:00 |
|
Stanislav Malyshev
|
b7a7b1a624
|
trailing whitespace removal
|
2015-01-10 15:07:38 -08:00 |
|
Anatol Belski
|
bdeb220f48
|
first shot remove TSRMLS_* things
|
2014-12-13 23:06:14 +01:00 |
|
Dmitry Stogov
|
7edd562787
|
Don't anload zend extensions if ZEND_DONT_UNLOAD_MODULES environment variable is set
|
2014-09-09 00:50:44 +04:00 |
|
Xinchen Hui
|
ff0045ea67
|
Fixed typo
|
2014-08-28 17:05:21 +08:00 |
|
Xinchen Hui
|
671caa6255
|
Fixed zend extensions multipy-times loadable
|
2014-08-28 15:13:57 +08:00 |
|
Xinchen Hui
|
0f53e37494
|
Merge branch 'PHP-5.6'
|
2014-01-03 11:09:07 +08:00 |
|
Xinchen Hui
|
c081ce628f
|
Bump year
|
2014-01-03 11:08:10 +08:00 |
|
Kalle Sommer Nielsen
|
bd58146ad6
|
Kill another TSRMLS_FETCH() in the zend extension loading code
|
2013-12-18 07:59:47 +01:00 |
|
Xinchen Hui
|
a666285bc2
|
Happy New Year
|
2013-01-01 16:37:09 +08:00 |
|
Felipe Pena
|
8775a37559
|
- Year++
|
2012-01-01 13:15:04 +00:00 |
|
Felipe Pena
|
0203cc3d44
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
|
Pierre Joye
|
5eb4db5e8f
|
- Ensure that stderr output are not buffered, portability for tests
|
2010-01-25 14:47:19 +00:00 |
|
Sebastian Bergmann
|
d2281d1dff
|
sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php
|
2010-01-05 20:46:53 +00:00 |
|
Scott MacVicar
|
c54f6df978
|
Fix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX specific code.
|
2009-08-06 01:33:54 +00:00 |
|
Matt Wilmas
|
12805abff7
|
MFH: Changed spelling from "build" to "built"
|
2009-04-08 13:26:35 +00:00 |
|
Dmitry Stogov
|
7a1cca3f08
|
Added ability to check build_id by extension
|
2009-04-08 12:19:01 +00:00 |
|
Stanislav Malyshev
|
5d8c9f8c56
|
Build IDs
|
2009-01-17 02:05:13 +00:00 |
|
Sebastian Bergmann
|
08659c2dcd
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +00:00 |
|
Felipe Pena
|
cf7384aa40
|
- MFH: Constness (Added const qualifier to several function parameters)
|
2008-08-12 17:20:25 +00:00 |
|
Sebastian Bergmann
|
d1dded8751
|
MFH: Bump copyright year, 2 of 2.
|
2007-12-31 07:17:19 +00:00 |
|
Jani Taskinen
|
c29136bd08
|
- Fixed bug #42629 (Dynamically loaded PHP extensions need symbols exported on MacOSX)
|
2007-09-18 09:24:04 +00:00 |
|
Sebastian Bergmann
|
4223aa4d5e
|
MFH: Bump year.
|
2007-01-01 09:36:18 +00:00 |
|
Marcus Boerger
|
637a40423c
|
- MFH as discussed
. 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)
|
2006-05-09 23:53:23 +00:00 |
|
Andi Gutmans
|
61e93ccfe8
|
- Update copyright notices to 2006
|
2006-01-04 23:53:05 +00:00 |
|
foobar
|
916815b779
|
Bump up the year
|
2005-08-03 13:30:58 +00:00 |
|
foobar
|
ccfc46b0aa
|
- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?
|
2004-01-08 17:33:29 +00:00 |
|
James Cox
|
f68c7ff249
|
updating license information in the headers.
|
2003-06-10 20:04:29 +00:00 |
|
Derick Rethans
|
bfaf618b08
|
- Revert my symbol fix patch, and merge in Stas' fixes to Zend Engine 1.
|
2003-04-18 17:55:45 +00:00 |
|
Stanislav Malyshev
|
eb5fe6944d
|
MFZE1
|
2003-03-17 14:41:04 +00:00 |
|
foobar
|
333406bdc2
|
- Added some missing CVS $Id$ tags, headers and footers.
|
2003-02-01 01:49:15 +00:00 |
|
Sebastian Bergmann
|
2c5d4b8c23
|
Bump year.
|
2002-12-31 15:59:15 +00:00 |
|
Andi Gutmans
|
3844b6af97
|
- dlerror -> DL_ERROR
|
2002-08-23 22:07:59 +00:00 |
|
Derick Rethans
|
0650a59aea
|
- MFZE1 - MacOSX fixes by Marko Karppinen
|
2002-07-18 11:16:34 +00:00 |
|
Sebastian Bergmann
|
62dc854bb0
|
Happy New Year.
|
2002-01-06 15:21:36 +00:00 |
|
Sebastian Bergmann
|
d863d52a5d
|
Update headers.
|
2001-12-11 15:16:21 +00:00 |
|
Zeev Suraski
|
7fe3b91c67
|
MFZE1
|
2001-08-15 18:06:06 +00:00 |
|
Zeev Suraski
|
d76cf1da18
|
More TSRMLS_FETCH work
|
2001-07-31 04:53:54 +00:00 |
|
Andi Gutmans
|
0971ff99cb
|
- Whitespace changes to be standard like the rest of Zend
|
2001-04-27 18:51:56 +00:00 |
|
Andi Gutmans
|
d2c9e8074c
|
- Update copyright year
|
2001-02-26 05:43:27 +00:00 |
|
Zeev Suraski
|
f3063553c3
|
Move version registration to a more correct place
|
2001-02-13 13:53:42 +00:00 |
|
Andi Gutmans
|
9b42296bab
|
- Remove unused function
|
2000-11-13 18:14:16 +00:00 |
|