History log of /PHP-7.2/ext/spl/php_spl.c (Results 101 – 125 of 243)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 6958cb4a 14-Nov-2010 Felipe Pena

- Added missing void arg checks


# 8192f0f7 14-Nov-2010 Felipe Pena

- Added missing void arg checks


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# a14dd750 04-Jun-2010 Felipe Pena

- Fixed bug #51991 (spl_autoload and *nix support with namespace)


# 18dd664e 04-Jun-2010 Felipe Pena

- Fixed bug #51991 (spl_autoload and *nix support with namespace)


# 9424d420 27-Apr-2010 Dmitry Stogov

Fixed memory leak in ext/spl/tests/spl_autoload_bug48541.phpt


# dd8e59da 26-Apr-2010 Kalle Sommer Nielsen

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore

show more ...


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
# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php


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
# b4a43d0d 30-Jun-2009 Christian Seiler

MFH: spl_autoload_unregister/spl_autoload_functions and closures


Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10
# 79d05eac 13-Jun-2009 Greg Beaver

fix Bug #48541: spl_autoload_register only registers first closure, then leaks the others. Fix missing erealloc in fix for bug #40091 (PHP_5_3 only)


Revision tags: php-5.2.10RC2, php-5.3.0RC3
# fc8426ad 09-Jun-2009 Scott MacVicar

MFH Fix bug #48493 - spl_autoload_register can leave the HT in an inconsistent way.
Need to point the second elements previous item to head so we can traverse upwards.


Revision tags: php-5.2.10RC1, php-5.3.0RC2
# 3b904998 20-Apr-2009 Etienne Kneuss

MFH: Fix #48023 (spl_autoload_register didn't store closures)


Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# e094d1aa 26-Jan-2009 Etienne Kneuss

MFH: Improve spl_object_hash()


# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7
# 97f64c39 30-Nov-2008 Hannes Magnusson

Fix arginfo


# ad672f1a 30-Nov-2008 Hannes Magnusson

MFH: Fix proto


Revision tags: php-5.2.7RC5
# 7d4fd3fd 27-Nov-2008 Dmitry Stogov

Fixed bug #46409 (__invoke method called outside of object context when using array_map)


Revision tags: php-5.2.7RC4
# fc2fb50d 17-Nov-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 27e41ff4 06-Nov-2008 Etienne Kneuss

MFH: Fix #45976 (Move SXE from SPL to SimpleXML)


# 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, php-5.2.7RC1
# 32f9d0e1 14-Aug-2008 Marcus Boerger

- MFH Improve exception linking


Revision tags: php-4.4.9, php-5.3.0alpha1
# af05ce0a 26-Jul-2008 Dmitry Stogov

Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B"


# feb85801 24-Jul-2008 Dmitry Stogov

LSB parent/self forwarding


# ae8ef6c1 22-Jul-2008 Marcus Boerger

- MFH Add MultipleIterator (Arnaud, Marcus)


Revision tags: php-4.4.9RC1
# ca647031 13-Jul-2008 Marcus Boerger

- Use new helper


12345678910