155 Commits (76d68f8dbd72da8340407d5a3f612986cf0674c4)

Author SHA1 Message Date
Etienne Kneuss bb7a93081e Fix CID 538/539, explicitely check for something that should never occur 15 years ago
Felipe Pena 4b30846b50 - Make usage of new PHP_FE_END macro 15 years ago
Dmitry Stogov 77ed819430 Fixed bug #54323 (Accessing unset()'ed ArrayObject's property causes crash) 15 years ago
Felipe Pena 0203cc3d44 - Year++ 15 years ago
Felipe Pena 13c99651fc - Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0 values) 15 years ago
Felipe Pena 8192f0f771 - Added missing void arg checks 16 years ago
Michael Wallner 89e93723fb Added support for object references in recursive serialize() calls. FR #36424 16 years ago
Dmitry Stogov c5237d82bf Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties 16 years ago
Dmitry Stogov f5ef32e7ab Fixed a possible memory corruption in ArrayObject::uasort() Reported by Stefan Esser 16 years ago
Dmitry Stogov 94dd83722b Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table 16 years ago
Sebastian Bergmann 22f4ef45fe sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
Sebastian Bergmann 9ba1e81665 sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
Dmitry Stogov eedc39f4f3 Fixed ext/spl/tests/arrayObject_magicMethods2.phpt 17 years ago
Dmitry Stogov 42b62e7ca6 Fixed ext/spl/tests/arrayObject_magicMethods2.phpt 17 years ago
Etienne Kneuss 642251da3c Fix several recursion problems when var_dump'ing self-referencing objects 17 years ago
Etienne Kneuss 6e164aa35a Fix several recursion problems when var_dump'ing self-referencing objects 17 years ago
Felipe Pena fc4e43ec3c MFH: 17 years ago
Felipe Pena 19808909da - Added missing methods' arginfo (for void params) 17 years ago
Felipe Pena 6d34e06a2f - Dropped *_TEXT* macros in favor of unicode macros direct usage 17 years ago
Arnaud Le Blanc 52cc098a90 MFH: Better fix for #45622 (patch by robinf at php do net) 17 years ago
Arnaud Le Blanc c176114acb Better fix for #45622 (patch by robinf at php do net) 17 years ago
Felipe Pena 8ecf8ede1f - Removed: 17 years ago
Etienne Kneuss 8623e9db8b MFH: Fix #47231 (offsetGet error using incorrect offset) 17 years ago
Etienne Kneuss c856710706 Fix #47231 (offsetGet error using incorrect offset) 17 years ago
Marcus Boerger d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 17 years ago
Antony Dovgal 029f5e651a fix compile warning 17 years ago
Sebastian Bergmann 08659c2dcd MFH: Bump copyright year, 3 of 3. 17 years ago
Sebastian Bergmann 7f4dc8702a Bump copyright year, 3 of 3. 17 years ago
Etienne Kneuss b296c25ba2 MFH: Fix #45820 (Empty ArrayObject keys not allowed) 17 years ago
Etienne Kneuss 040585ddfc Fix #45820 (Empty ArrayObject keys not allowed) 17 years ago
Arnaud Le Blanc 085b11a8cb CS 18 years ago
Arnaud Le Blanc 756aef0607 CS 18 years ago
Arnaud Le Blanc 629c74a10a Improved ArrayObject performance (made spl_hash_verify_pos() an O(1) 18 years ago
Arnaud Le Blanc a46300ec06 Improved ArrayObject performance (made spl_hash_verify_pos() an O(1) 18 years ago
Etienne Kneuss 3919b16f04 MFH: Fix #46241 (stacked error_handlers, error_handling in general) 18 years ago
Etienne Kneuss 8251921307 Fix #46241 (stacked error_handlers, error_handling in general) 18 years ago
Felipe Pena fc2fb50d09 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 18 years ago
Felipe Pena 43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 18 years ago
Felipe Pena 7a37fa2d6b - Revert ZEND_BEGIN_ARG_INFO change 18 years ago
Felipe Pena e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 18 years ago
Felipe Pena df10005563 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 18 years ago
Felipe Pena 7eb2715464 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 18 years ago
Etienne Kneuss 1a642296ba Fix #46317 (Iterator class not properly checked) 18 years ago
Etienne Kneuss 78325e3f94 Link to spl iterator 18 years ago
Antony Dovgal 8696c38966 MFH: fix memleak 18 years ago
Antony Dovgal ac589d8084 fix memleak 18 years ago
Etienne Kneuss 0d7d9b0540 Fix #46222 (Allow indirect modifications of Arrays inside ArrayObject + fix EG(uninitialized_zval_ptr) overwrite) 18 years ago
Etienne Kneuss 002e17d501 Fix #46222 (Allow indirect modifications of Arrays inside ArrayObject + fix EG(uninitialized_zval_ptr) overwrite) 18 years ago
Etienne Kneuss f0cf9b4c88 MFH: Fix #46192 (Serialization of ArrayObject with objects as storage) 18 years ago
Etienne Kneuss 41493606e6 Fix #46192 (Serialization of ArrayObject with objects as storage) 18 years ago