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 |
|
Zeev Suraski
|
41d83c5d95
|
Add ability to find extensions by name
|
2000-11-08 14:25:42 +00:00 |
|
Zeev Suraski
|
366c16e561
|
Fix build
|
2000-10-29 18:30:00 +00:00 |
|
Stanislav Malyshev
|
ca07586e1e
|
Allow module to proclaim compatibility with any Zend version
|
2000-10-29 16:25:16 +00:00 |
|
Andi Gutmans
|
928da71046
|
- Try #2. Wasn't allowed to delete in the previous manner because we were
in the middle of an llist_apply()
|
2000-10-18 20:15:53 +00:00 |
|
Andi Gutmans
|
a953f6bc5b
|
- Fix crash
|
2000-10-18 19:48:17 +00:00 |
|
Andi Gutmans
|
b8cadf21db
|
- Only run startup() if ZEND_EXTENSIONS is defined to 1.
This fixes a link error on platforms which don't support libdl
|
2000-10-14 00:16:46 +00:00 |
|
Zeev Suraski
|
309827ec1d
|
Fix previous update - move extension startup further down the startup sequence
|
2000-09-25 18:10:45 +00:00 |
|
Andi Gutmans
|
1a22c1eb86
|
- Add another "\n" at the end of error messages.
|
2000-06-26 15:37:28 +00:00 |
|
Andi Gutmans
|
e16710f1b5
|
- Oops I miss-wrote that field
|
2000-06-22 18:50:55 +00:00 |
|
Andi Gutmans
|
a536df5327
|
- Change API version and make the error messages more meaningful.
|
2000-06-22 18:47:39 +00:00 |
|
Zeev Suraski
|
96c648c9f7
|
crash fix
|
2000-04-29 10:34:03 +00:00 |
|
Zeev Suraski
|
8aac6e7d3d
|
- Add zend_llist_apply_with_arguments()
- Add a message handler to the extensions
|
2000-04-29 10:20:40 +00:00 |
|
Zeev Suraski
|
ddbcbb666d
|
Fix a bug in the resource dispencer
|
2000-04-28 15:52:02 +00:00 |
|
Zeev Suraski
|
94a724f686
|
Fix bug
|
2000-04-25 14:20:52 +00:00 |
|