Commit Graph

1012 Commits

Author SHA1 Message Date
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
Arnaud Le Blanc
8483399c08 Fix invalid free 2008-09-11 15:45:29 +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
Jani Taskinen
c66533a789 - Fix CS, folding tags..etc. PLEASE do not invent your own coding styles. Or commit something as fubar as this.. 2008-08-25 19:07:12 +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
Felipe Pena
be5df04540 - Removed unused variable 2008-08-24 04:18:22 +00:00
Jani Taskinen
4c1e90066f fix skipif 2008-08-14 23:46:12 +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
75b08f4adf - Improved exception linking 2008-08-14 10:06:39 +00:00