1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00
Commit Graph

291 Commits

Author SHA1 Message Date
Etienne Kneuss 6e2845f377 Fix #45976 (Move SXE from SPL to SimpleXML) 2008-11-06 00:36:29 +00:00
Zoe Slattery 868c69b72b Replacing explicit object ID with %d 2008-10-17 15:05:31 +00:00
Zoe Slattery 75fcb938c5 Committing for Robin Fernandes 2008-10-17 14:40:13 +00:00
Etienne Kneuss 002e17d501 Fix #46222 (Allow indirect modifications of Arrays inside ArrayObject + fix EG(uninitialized_zval_ptr) overwrite) 2008-10-05 14:19:55 +00:00
Etienne Kneuss 41493606e6 Fix #46192 (Serialization of ArrayObject with objects as storage) 2008-09-29 22:42:49 +00:00
Felipe Pena 4a0956cf09 - Fixed bug #46160 (SPL - Memory leak when exception is throwed in offsetSet method) 2008-09-23 12:05:02 +00:00
Felipe Pena ac5d2bd5f0 - Fixed bug #46088 (RegexIterator::accept - segfault) 2008-09-22 13:06:29 +00:00
Dmitry Stogov 063c29f9ce Fixed bug #46115 (Memory leak when calling a method using Reflection) 2008-09-19 12:48:45 +00:00
Etienne Kneuss 4396e6ec11 Fix #45656 (new Class silenting exceptions in autoloaders) 2008-09-15 10:19:15 +00:00
Arnaud Le Blanc 962cc9d9c8 Fix test 2008-09-11 15:47:56 +00:00
Arnaud Le Blanc f49c3c98bc Fixed #46053 (SplFileObject::seek - Endless loop) 2008-09-11 15:31:48 +00:00
Arnaud Le Blanc f327994df3 Fixed #46051 (SplFileInfo::openFile - memory overlap) 2008-09-11 15:22:17 +00:00
Arnaud Le Blanc cee365dbf0 Fixed bug #46031 (Segfault in AppendIterator::next) 2008-09-09 19:43:52 +00:00
Etienne Kneuss b2dd15897a Fix #45826 (Custom serialization) 2008-08-25 18:38:23 +00:00
Marcus Boerger 2b929abc84 - Add new test 2008-08-24 16:46:17 +00:00
Jani Taskinen 955d49d3fb - Skipif: as long as it is an extension, it can be disabled.. 2008-08-14 23:27:38 +00:00
Marcus Boerger de87bc2d27 - EXPECT rather than EXPECTF 2008-08-11 17:30:22 +00:00
Etienne Kneuss f3ca0282f2 Test the catching of chains of exceptions 2008-08-08 14:09:15 +00:00
Robin Fernandes 4ef68b9627 Improve ArrayObject::exchangeArray() behaviour with objects and CoW references (see http://turl.ca/exarr ). 2008-08-04 11:45:15 +00:00
Etienne Kneuss 1c23174d9d Fix clone + add tests 2008-08-03 19:07:22 +00:00
Dmitry Stogov 03ebd36385 Fixed memory leak 2008-07-29 14:27:31 +00:00
Etienne Kneuss 03de75498d Increase coverage a bit 2008-07-28 14:24:35 +00:00
Dmitry Stogov bdf7981e28 Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B" 2008-07-26 13:14:56 +00:00
Arnaud Le Blanc a3f0f90dfd Fix bug #45622 (isset($arrayObject->p) misbehaves with ArrayObject::ARRAY_AS_PROPS set) 2008-07-26 12:33:34 +00:00
Arnaud Le Blanc 2db33d3d7f Fixed bug #45614 (ArrayIterator::current(), ::key() can show 1st private prop of wrapped object) 2008-07-24 15:51:14 +00:00
Steph Fox 64a04a58a6 - Make test x-platform 2008-07-24 08:53:56 +00:00
Marcus Boerger 32f51050bc - Add MultipleIterator (Arnaud, Marcus) 2008-07-22 22:54:15 +00:00
Marcus Boerger 1223c085b0 - Move RecursiveTreeIterator from PHP to C code (Arnaud, Marcus)
[DOC] Added RecursiveTreeIterator
      Documentation in ext/spl/internal/recursivetreeiterator.inc
2008-07-19 15:43:35 +00:00
Etienne Kneuss 8ee084b365 Implement DirectoryIterator::seek 2008-07-19 11:20:04 +00:00
Antony Dovgal 8c96f79ca5 fix test 2008-07-14 08:05:58 +00:00
Marcus Boerger 7c3726c907 - Fix test 2008-07-13 21:38:19 +00:00
Antony Dovgal 05028ba6d3 improve code coverage 2008-07-13 19:47:27 +00:00
Etienne Kneuss b111b673e6 Implement toArray,fromArray and get_properties (Thanks Tony for the patches) 2008-07-13 15:59:38 +00:00
Marcus Boerger 059e4f06ef - Allow multiple exceptions in spl's autoload 2008-07-12 14:58:07 +00:00
Etienne Kneuss 4362c16f6a Test extended iterators methods 2008-07-09 20:34:36 +00:00
Etienne Kneuss 8cab636c24 Woopsy 2008-07-08 22:49:35 +00:00
Etienne Kneuss c621d4f63f - Fix filename in debug_info
- Fix #45345 (getPathInfo on the file instead of the dir)
- Remove trailing / on input
2008-07-08 22:40:30 +00:00
Etienne Kneuss b6c53b8c73 Remove .htaccess file(??) 2008-07-07 00:06:05 +00:00
Etienne Kneuss e6fe25f589 Add missing test 2008-07-06 23:52:44 +00:00
Etienne Kneuss e8cbf4c663 First part of count/handlers related fixes 2008-07-06 23:45:38 +00:00
Antony Dovgal 6c94aa02ab fix test 2008-07-02 12:24:45 +00:00
Etienne Kneuss 422bc27588 Add some tests to increase code coverage 2008-06-22 16:23:33 +00:00
Etienne Kneuss c6472bfd80 Rename everything from SplFastArray to SplFixedArray 2008-06-18 14:54:28 +00:00
Etienne Kneuss 6444ec388c Fix #45216 (Add a default size for fgetss) 2008-06-18 10:05:15 +00:00
Etienne Kneuss 53b6c68a90 Add tests for iterators when instanciated without argument (by Sebastian Schürmann) 2008-06-15 11:45:48 +00:00
Felipe Pena 7504d57043 - Fixed tests (unicode results, UEXPECT, line endings) 2008-06-13 00:18:57 +00:00
Etienne Kneuss 0e213d1628 Add tests from testfest 2008-06-12 20:51:25 +00:00
Etienne Kneuss 3dcd9ca7a2 Add tests from testfest 2008-06-12 20:46:00 +00:00
Antony Dovgal b519f3c83e more checks and tests 2008-06-07 21:35:53 +00:00
Antony Dovgal a5c08c6a6d more tests (by Felipe) 2008-06-07 14:10:21 +00:00