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

1023 Commits

Author SHA1 Message Date
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
Etienne Kneuss c856710706 Fix #47231 (offsetGet error using incorrect offset) 2009-03-19 03:00:44 +00:00
Etienne Kneuss 24835e7fb1 Add test covering for #47671 2009-03-19 02:46:41 +00:00
Etienne Kneuss 47aa4817f3 Fix #47671 (cloning SplObjectStorage instances) 2009-03-19 02:44:04 +00:00
Marcus Boerger d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
Marcus Boerger b43851b7aa - Safer flag handling as requested by Greg 2009-03-10 23:27:59 +00:00
Etienne Kneuss a9b3bfce52 Fix #47031 (Fix constants in example) 2009-02-03 12:40:00 +00:00
Pierre Joye 4395ea2faf - MFB: fix build 2009-01-28 10:33:14 +00:00
Etienne Kneuss 6d6d3233c1 Improve spl_object_hash() 2009-01-26 11:37:46 +00:00
Felipe Pena d86a33a6fc - Added missing "return;" 2009-01-20 00:40:16 +00:00
Etienne Kneuss eed64ece65 Add tests for addAll/RemoveAll 2009-01-17 01:30:43 +00:00
Etienne Kneuss 1dd3d05426 Implement SplObjectStorage::addAll/removeAll 2009-01-16 22:20:00 +00:00
Etienne Kneuss 1752a8a4c6 Fix #47045 (Correctly compare splobjectstorages with ==) 2009-01-14 15:51:54 +00:00
Sebastian Bergmann 7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Etienne Kneuss 040585ddfc Fix #45820 (Empty ArrayObject keys not allowed) 2008-12-30 23:32:50 +00:00
Etienne Kneuss 4e5c7990ce Fix #46646 (Implement zend functions to restrict serialization or internal classes) 2008-12-22 13:50:43 +00:00
Marcus Boerger 215167f7e9 - Remove more dead code 2008-12-06 15:24:33 +00:00
Marcus Boerger d106e3a33e - Drop dead code 2008-12-06 15:14:46 +00:00
Hannes Magnusson ff413c2304 Fix arginfo 2008-11-30 00:22:52 +00:00
Hannes Magnusson 6221154fed Fixed proto 2008-11-30 00:12:11 +00:00
Dmitry Stogov e5454b359a Fixed bug #46409 (__invoke method called outside of object context when using array_map) 2008-11-27 19:02:45 +00:00
David Coallier a3a0dbe923 - Return the key - 1
- Bug #46615
2008-11-22 14:18:15 +00:00
David Coallier 84020c1560 - Added tests for bug #46615 (Adjustments) 2008-11-22 14:17:40 +00:00
Arnaud Le Blanc 085b11a8cb CS 2008-11-19 17:54:24 +00:00
Arnaud Le Blanc 629c74a10a Improved ArrayObject performance (made spl_hash_verify_pos() an O(1)
and removed some spl_array_get_hash_table() calls). Fixes #46039
2008-11-19 14:42:27 +00:00
Etienne Kneuss 8251921307 Fix #46241 (stacked error_handlers, error_handling in general) 2008-11-19 01:59:07 +00:00
Felipe Pena 43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
Etienne Kneuss 933e2eb4dd Fix #46421 (Take care about /) 2008-11-06 01:07:05 +00:00
Etienne Kneuss 6e2845f377 Fix #45976 (Move SXE from SPL to SimpleXML) 2008-11-06 00:36:29 +00:00
Felipe Pena e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 2008-11-02 21:10:13 +00:00
Felipe Pena 7eb2715464 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-10-24 14:34:17 +00:00
Arnaud Le Blanc 5ef7ecafc1 initialize optional vars 2008-10-21 22:06:49 +00:00
Etienne Kneuss 78325e3f94 Link to spl iterator 2008-10-19 17:59:39 +00:00
Antony Dovgal ac589d8084 fix memleak 2008-10-17 22:09:35 +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
Felipe Pena 4768abe05f - Missing argument to type "t" 2008-09-12 16:24:12 +00:00
Arnaud Le Blanc 962cc9d9c8 Fix test 2008-09-11 15:47:56 +00:00