Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1 |
|
#
d2281d1d |
| 05-Jan-2010 |
Sebastian Bergmann |
sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php |
#
b63f178e |
| 30-Dec-2009 |
Ilia Alshanetsky |
Fixed bug #44827 (define() allows :: in constant names). |
Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1 |
|
#
dc74c513 |
| 06-Aug-2009 |
Jani Taskinen |
- Restore PHP-5.2 behaviour when passing null inside object scope to get_class() |
#
5a816990 |
| 30-Jun-2009 |
Felipe Pena |
- MFH: Fixed bug #48709 (metaphone and 'wh') |
Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3 |
|
#
c59a4a01 |
| 08-Jun-2009 |
Pierre Joye |
- typo |
#
5289261b |
| 08-Jun-2009 |
Ilia Alshanetsky |
Fixed bug #44827 (define() is missing error checks for class constants) |
#
d5530029 |
| 05-Jun-2009 |
Matt Wilmas |
MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe |
Revision tags: php-5.2.10RC1 |
|
#
b33c5169 |
| 22-May-2009 |
Arnaud Le Blanc |
MFH: Use zend_get_property_info() in get_class_vars() (fixes #46812) |
#
dcfe5d71 |
| 07-May-2009 |
Felipe Pena |
- MFH: Parameter parsing changes for get_defined_constants() (Kalle) |
Revision tags: php-5.3.0RC2, php-5.3.0RC1 |
|
#
cc91da1b |
| 16-Mar-2009 |
Dmitry Stogov |
Fixed bug #47664 (get_class returns NULL instead of FALSE) |
Revision tags: RELEASE_1_3_5 |
|
#
1c3b44b3 |
| 08-Mar-2009 |
Felipe Pena |
- MFH: Fixed bug #47593 (interface_exists() returns false when using absolute namespace path) patch by Kalle - BFN #47572 |
#
e66b91c0 |
| 03-Mar-2009 |
Ilia Alshanetsky |
Fixed bug #47549 (get_defined_constants() return array with broken array categories) |
Revision tags: php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1 |
|
#
23f7fa57 |
| 10-Jan-2009 |
Felipe Pena |
- MFH: Fixed bug #47054 (BC break in static functions called as dynamic) |
#
8797aa99 |
| 31-Dec-2008 |
Marcus Boerger |
MFH - Register engine classes when and where they should be - Show core module version as PHP version |
#
63d00f70 |
| 31-Dec-2008 |
Marcus Boerger |
- MFH Move stdClass registering where it should be |
#
08659c2d |
| 31-Dec-2008 |
Sebastian Bergmann |
MFH: Bump copyright year, 3 of 3. |
#
826cc0dc |
| 30-Dec-2008 |
Marcus Boerger |
- MFH Provide a core module that contains all Zend and php/main (in 5.3 incl. stdClass) |
#
7cfc6b91 |
| 30-Dec-2008 |
Hannes Magnusson |
Fix arginfo and proto |
#
ff037203 |
| 30-Dec-2008 |
Marcus Boerger |
MFH Use a module struct for the built-in functions |
Revision tags: NEWS |
|
#
d828b8ac |
| 09-Dec-2008 |
Johannes Schlüter |
MFH: Fix #46813 (class_exists doesn`t work with fully qualified namespace) |
Revision tags: php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4 |
|
#
34742e3f |
| 17-Nov-2008 |
Felipe Pena |
MFH: - Changed 'strlen' to use ZEND_FUNCTION(strlen) - Removed duplicated arginfo structs |
#
fc2fb50d |
| 17-Nov-2008 |
Felipe Pena |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro |
#
96ab6ace |
| 16-Nov-2008 |
Felipe Pena |
- MFH: Fixed strlen function entry (missing arginfo struct size, thanks Philip!) |
Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3 |
|
#
7a37fa2d |
| 02-Nov-2008 |
Felipe Pena |
- Revert ZEND_BEGIN_ARG_INFO change |
#
df100055 |
| 24-Oct-2008 |
Felipe Pena |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro |