History log of /php-src/Zend/zend_builtin_functions.c (Results 551 – 575 of 911)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

Revision tags: php-5.2.7RC2
# 8a106deb 22-Oct-2008 Ilia Alshanetsky

Revert define() fix, it needs further review

# e2bee492 19-Oct-2008 Ilia Alshanetsky

Fixed bug #46341 (Added missing validation checks into define() for class
constants)

Revision tags: php-5.2.7RC1
# 317b48f3 22-Aug-2008 Felipe Pena

MFH:
- Fixed bug #45862 (get_class_vars is inconsistent with 'protected' and 'private' variables)
- Added some tests

# 9c787d8c 18-Aug-2008 Felipe Pena

- MFH: Fixed bug #45743 (property_exists fails to find static protected member in child class)

Revision tags: php-4.4.9
# e304515d 02-Aug-2008 Felipe Pena

- MFH: Added parameter TSRMLS_DC in zend_is_callable()

Revision tags: php-5.3.0alpha1
# 1f845199 24-Jul-2008 Moriyoshi Koizumi

- MFH: Suppress signedness warnings

# 0fbe6a0c 24-Jul-2008 Felipe Pena

- MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.

Revision tags: php-4.4.9RC1
# d619b57e 21-Jul-2008 Hannes Magnusson

MFH: Add E_USER_DEPRECATED (patch by Lars Strojny)

# 73d93df4 06-Jul-2008 Felipe Pena

- Fixed arginfo

1...<<21222324252627282930>>...37