1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00
Commit Graph

1066 Commits

Author SHA1 Message Date
William Martin 783be65fbd Backported 5.3 tests to 5.2 and added more RecursiveIteratorIterator tests 2009-12-08 19:51:56 +00:00
Felipe Pena a51e7d3343 - Added MAKE_COPY_ZVAL(ppzv, pzv) macro 2009-12-08 01:57:37 +00:00
Felipe Pena 059e2c1901 - Fixed bug #50090 (Typo in IteratorIterator constructor) 2009-11-07 21:27:15 +00:00
Felipe Pena 0388c2b642 - Fixed bug #50018 (Typo in spl_limit_it_seek()) 2009-10-27 21:57:26 +00:00
Johannes Schlüter 64400b8724 Fix #49972 (AppendIterator undefined function crash) 2009-10-23 16:47:35 +00:00
Etienne Kneuss 61fd248432 Fix bug #49263 (Offset error when unserializing self-references in SplObjectStorage) 2009-10-06 13:34:56 +00:00
Dmitry Stogov eedc39f4f3 Fixed ext/spl/tests/arrayObject_magicMethods2.phpt 2009-09-22 07:54:06 +00:00
Antony Dovgal 1ad2044b80 nuke duplicated tests 2009-08-31 15:32:39 +00:00
Zoe Slattery 36a338a569 The last of the 2009 testfest tests 2009-08-30 18:18:50 +00:00
Zoe Slattery 157453148a More tests from 2009 testfest 2009-08-28 14:31:19 +00:00
Zoe Slattery 7effcd5f6c Test from 2009 testfest 2009-08-26 17:17:58 +00:00
Etienne Kneuss 642251da3c Fix several recursion problems when var_dump'ing self-referencing objects 2009-08-13 22:07:05 +00:00
Etienne Kneuss f52cd698a2 Addref on clone as well 2009-08-02 21:21:46 +00:00
Antony Dovgal 86af167ce1 fix test 2009-08-02 20:49:20 +00:00
Felipe Pena f15d7f8b38 - Fixed memleak on SplFileInfo::getLinkTarget() 2009-07-29 17:31:25 +00:00
Hannes Magnusson 3d136f42e2 MFH: Fixed bug #44144 & add test 2009-07-28 22:25:31 +00:00
Jani Taskinen 8130a1d354 - Fixed bug #49032 (SplFileObject::fscanf() variables passed by reference) 2009-07-23 14:42:46 +00:00
Felipe Pena 4432cf5370 - Sync proto with 5.3 2009-07-20 22:20:36 +00:00
Ilia Alshanetsky 31bfaef5f7 MFB: Fixed bug #48788 (RecursiveDirectoryIterator doesn't descend into
symlinked
directories).
2009-07-08 03:09:58 +00:00
Zoe Slattery 9e23aa5064 fix test 2009-07-05 14:45:14 +00:00
Felipe Pena 19808909da - Added missing methods' arginfo (for void params)
- Fixed arginfos:
  - MultipleIterator::__construct
  - MultipleIterator::setFlags      (Thanks Philip!)
  - SplFixedArray::__construct
2009-07-04 20:28:16 +00:00
Dmitry Stogov 2cdd26b0b7 Fixed bug #48643 (String functions memory issue) 2009-06-24 08:53:44 +00:00
Johannes Schlüter 6255234a6d Fix build problem (Kalle) 2009-06-23 18:14:03 +00:00
Christian Seiler b5ffb2d9af - Fixed spl_autoload_functions/spl_autoload_unregister wrt. closures and
invokables.
2009-06-22 18:14:14 +00:00
Scott MacVicar 1217eab950 Update test to test a few more cases and another for calling prev() on a blank DLL. 2009-06-17 13:15:39 +00:00
Scott MacVicar 88994ce758 Add SplDoublyLinkedList::prev(), no point in having a DLL that only goes one way 2009-06-17 12:57:38 +00:00
Greg Beaver 1d43c910df fix Bug #48541: spl_autoload_register only registers first closure, then leaks the others 2009-06-13 17:28:35 +00:00
Hannes Magnusson f7887e7c54 Fix exception message 2009-06-10 13:43:43 +00:00
Scott MacVicar 518ad70390 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.
2009-06-09 01:57:57 +00:00
Etienne Kneuss f357b310a2 Include other flags as well 2009-06-04 14:46:08 +00:00
Zoe Slattery ab4ec6a5b4 Commiting testfest tests from tek 2009-06-03 12:29:57 +00:00
Felipe Pena 6d34e06a2f - Dropped *_TEXT* macros in favor of unicode macros direct usage 2009-05-25 14:32:15 +00:00
Felipe Pena 9708b01654 - New tests (testfest NorthWestUG) 2009-05-23 15:37:36 +00:00
Felipe Pena 1498bb45c8 - Added missing param checks 2009-05-23 15:14:00 +00:00
Arnaud Le Blanc c176114acb Better fix for #45622 (patch by robinf at php do net) 2009-05-21 13:25:48 +00:00
Felipe Pena 05b9feb85f - New tests (testfest LondonUG) 2009-05-17 15:21:45 +00:00
Etienne Kneuss 9ca4884a71 Fix bug #47534 (RecursiveDirectoryIterator::getChildren ignoring CURRENT_AS_PATHNAME) 2009-05-09 21:05:18 +00:00
Scott MacVicar 24d2bf28a8 Broken test when you have a snapshot as it relies on CVS 2009-05-09 20:18:18 +00:00
Scott MacVicar 5fb7b376dc Fix bug #48206 again 2009-05-09 19:42:43 +00:00
Scott MacVicar 433a7c6f58 Fix bug #48206 - Iterating over an invalid data structure leads to a segfault 2009-05-09 19:37:34 +00:00
Kalle Sommer Nielsen 671ad60a50 Fix typo 2009-05-02 06:27:08 +00:00
Kalle Sommer Nielsen 874f864db8 Update copyright year + line feeds 2009-05-02 01:52:54 +00:00
Felipe Pena 0382e8ff36 - Fixed bug #48120 (Implementing abstract class FilterIterator in regexiterator.inc) 2009-05-01 01:55:28 +00:00
Sebastian Schürmann c550cc0bcf - fixing spl_classes test here as well 2009-04-27 00:08:21 +00:00
Arnaud Le Blanc 6215a61653 Fix memleak 2009-04-25 21:54:39 +00:00
Arnaud Le Blanc 793c221a7d MFB5.3 (Fixed bug #38325 (spl_autoload_register() gaves wrong line for
"class not found"))
2009-04-25 21:05:00 +00:00
Sebastian Schürmann 5e7fe4e86c Initial import 2009-04-25 19:06:26 +00:00
Etienne Kneuss cdc6dcfc3c Fix #48023 (spl_autoload_register didn't store closures) 2009-04-20 14:18:46 +00:00
Hannes Magnusson f8ebc02dab Use an obscure name
# Yes, I have "foo.php" :]
2009-04-06 09:31:41 +00:00
Felipe Pena 8ecf8ede1f - Removed:
- UG(unicode) checks
       - pcre_cache_entry.unicode_mode
- Changed:
       - ZEND_STR_TYPE -> IS_UNICODE
       - convert_to_text -> convert_to_unicode
       - convert_to_text_ex -> convert_to_unicode_ex

(Felipe, Steph)
2009-03-26 20:02:53 +00:00