php-src/ext/spl
Nikita Popov 34885408db Fixed bug #78409
This removes an incorrect optimization (I think this code used to be
necessary to properly handle references in the Serializable based
implementation, but now this code just avoids an array duplication
in a way that is not sound).
2019-08-15 10:40:28 +02:00
..
tests Fixed bug #78409 2019-08-15 10:40:28 +02:00
config.m4 Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
config.w32 Remove HAVE_* for always available extensions 2019-04-14 11:44:12 -03:00
CREDITS Change some permissions from 755 to 644 2018-08-28 23:26:49 +02:00
php_spl.c Remove local variables 2019-02-03 21:03:00 +01:00
php_spl.h Remove local variables 2019-02-03 21:03:00 +01:00
spl_array.c Fixed bug #78409 2019-08-15 10:40:28 +02:00
spl_array.h Remove local variables 2019-02-03 21:03:00 +01:00
spl_directory.c Report errors from stream read and write operations 2019-07-22 17:17:28 +02:00
spl_directory.h Remove local variables 2019-02-03 21:03:00 +01:00
spl_dllist.c Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macros 2019-05-28 20:10:02 +03:00
spl_dllist.h Remove local variables 2019-02-03 21:03:00 +01:00
spl_engine.c Remove local variables 2019-02-03 21:03:00 +01:00
spl_engine.h Remove local variables 2019-02-03 21:03:00 +01:00
spl_exceptions.c Remove local variables 2019-02-03 21:03:00 +01:00
spl_exceptions.h Remove local variables 2019-02-03 21:03:00 +01:00
spl_fixedarray.c Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macros 2019-05-28 20:10:02 +03:00
spl_fixedarray.h Remove local variables 2019-02-03 21:03:00 +01:00
spl_functions.c Remove local variables 2019-02-03 21:03:00 +01:00
spl_functions.h Remove local variables 2019-02-03 21:03:00 +01:00
spl_heap.c Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macros 2019-05-28 20:10:02 +03:00
spl_heap.h Remove local variables 2019-02-03 21:03:00 +01:00
spl_iterators.c Cheaper checks for exceptions thrown from __toString() 2019-06-06 01:47:22 +03:00
spl_iterators.h Remove HAVE_PCRE/HAVE_BUNDLED_PCRE checks 2019-03-22 10:29:18 +01:00
spl_observer.c Fixed some arg infos to match documentation 2019-05-22 09:05:32 +02:00
spl_observer.h Remove local variables 2019-02-03 21:03:00 +01:00