1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 23:48:14 +02:00
Commit Graph

740 Commits

Author SHA1 Message Date
Marcus Boerger 8117489f19 - Unicode support 2007-01-11 21:33:23 +00:00
Dmitry Stogov e28fd01d7d Fixed tests 2007-01-10 16:00:57 +00:00
Marcus Boerger 54917a290b - MFH (Ilia's changes) 2007-01-09 18:38:38 +00:00
Marcus Boerger 4562ab4d4a - Make Andrei happy - spread some U's 2007-01-02 18:15:22 +00:00
Sebastian Bergmann 3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Marcus Boerger f9a45d2cdb - Bugfix: #39996 Wrong PHPDoc comment for SplFileInfo::getType() 2006-12-31 18:20:03 +00:00
Ilia Alshanetsky 2dbfe66e4a MFB: safety checks 2006-12-26 17:40:20 +00:00
Marcus Boerger 844b3a1b86 - Fix memory allocation/deallocation to match 2006-12-22 00:57:51 +00:00
Marcus Boerger 483aae6646 - Mark a fewthings as unicode ready 2006-12-21 22:56:58 +00:00
Marcus Boerger ba2f82f2eb - Quick hackto make tests pass
# There is something missing, ZVAL_TYPED_ASCII_STRING(z, type, char*,flags)
# Or am i overseeinghow that works?
2006-12-20 23:30:23 +00:00
Marcus Boerger 09bee96044 - More unicode 2006-12-20 22:11:14 +00:00
Marcus Boerger 14a81a2974 - Add unicode expectations 2006-12-20 22:08:51 +00:00
Marcus Boerger 8fb4a771bc - Fix test name 2006-12-20 22:08:35 +00:00
Marcus Boerger 39898f9f9d - Use new 'x' parameter parsing 2006-12-19 22:31:26 +00:00
Marcus Boerger 362b986352 - Make spl_autoload_call() unicode safe 2006-12-19 22:30:59 +00:00
Marcus Boerger a0733cc2fa - More tests
- Test naming
2006-12-18 23:01:29 +00:00
Marcus Boerger 5a04fb4815 - Support members in SplObjectStorage serialization / shorter serialization 2006-12-18 22:32:10 +00:00
Marcus Boerger e02a15a625 - Make this work in unicode mode
# Well of course i should have set the return type to ascii here :-)
2006-12-17 23:23:33 +00:00
Marcus Boerger 1b11ae1e74 - Implement feature request #39836i (SplObjectStorage empty after
unserialize)
# Unicode mode currently does not work...looks like funny changes in the
# unserializer.
2006-12-16 13:55:14 +00:00
Marcus Boerger d17cd366e9 - Fix comparison of RecursiveDualIterators 2006-12-10 23:44:35 +00:00
Dmitry Stogov f37ad2e146 Fixed bug #39775 ("Indirect modification ..." message is not shown) 2006-12-08 16:23:04 +00:00
Antony Dovgal 6aa5ed0d9c partly fix #39724
ext/spl has a soft dependcy from ext/pcre (not ext/pcre-regex)
2006-12-04 18:01:24 +00:00
Marcus Boerger 61d7b66a81 - Fix handling of recursive inner iterators 2006-12-01 09:28:38 +00:00
Marcus Boerger f40fd6731c - Add new example 2006-11-28 22:19:22 +00:00
Marcus Boerger 0187226da0 - Fix arginfo 2006-11-20 20:03:46 +00:00
Marcus Boerger 91ac043e7e - Add new test 2006-11-20 19:55:54 +00:00
Marcus Boerger ddd4482998 - Add optional use_keys parameter to iterator_to_array(), (idea by Kevin) 2006-11-20 19:50:19 +00:00
Dmitry Stogov 57d22421db Unicode support.
Now the real UG(unicode) value is available during MINIT calls.
2006-11-17 10:48:53 +00:00
Hannes Magnusson 14c48cb50b MFB: add missing headers 2006-11-12 19:01:33 +00:00
Marcus Boerger 61b3ee59fd - Optimize SPL directory stuff by making iterator part of object 2006-11-12 17:56:14 +00:00
Hannes Magnusson b1b8dcfd42 SplFileObject no longer overwrites getFilename() 2006-11-12 17:34:28 +00:00
Hannes Magnusson d98dfdb119 SplFileObject::getFilename() should not overwrite SplFileInfo::getFilename()
(Fixes bug where SplFileObject::getFilename() returns relative/path/to/file)
2006-11-12 17:08:45 +00:00
Marcus Boerger 74420e6be6 - Correct comments 2006-11-12 15:58:05 +00:00
Johannes Schlüter 70eac43346 - No C++ comments (fix #39414) 2006-11-07 15:17:42 +00:00
Hannes Magnusson d634bee086 Fix arginfo 2006-11-06 23:19:46 +00:00
Hannes Magnusson d8895dd81d Fix segfault on $splinfo->openFile()->getPath()
Improve test
2006-11-06 15:20:23 +00:00
Marcus Boerger 50514b8202 - Store length of autoload file exts 2006-11-04 20:22:29 +00:00
Marcus Boerger b605d4eb3d - Mark some funcs as unicode ready 2006-11-04 20:12:26 +00:00
Hannes Magnusson 7fb679aae2 CS fix 2006-11-03 14:08:11 +00:00
Hannes Magnusson d9c61f95c6 Fix segfault on invalid regex 2006-10-31 23:57:29 +00:00
Marcus Boerger 4cc8c959cd - Fixed Bug #39090 DirectoryFilterDots doxygen docs and example is wrong 2006-10-31 23:28:30 +00:00
Marcus Boerger f35c2a34c4 - Fixed Bug #39151 Parse error in recursiveiteratoriterator.php 2006-10-31 23:22:56 +00:00
Marcus Boerger 6a73cbe914 - Fixed Bug #39313 spl_autoload triggers Fatal error 2006-10-31 23:18:00 +00:00
Sara Golemon 5f19062164 Update test to reflect fix in spl_array.c r-1.114 2006-10-19 22:30:55 +00:00
Sara Golemon 631b9b016e Fix working with ArrayObjects which contain arrays. 2006-10-19 22:20:44 +00:00
Andrei Zmievski 83e0dbb3d2 - Add an extra parameter to the cast_object handler that can be used by
various types as needed.
- Use that parameter to pass a specific converter for
  IS_UNICODE/IS_STRING types.
2006-10-13 14:52:19 +00:00
Hannes Magnusson 32d1b3ad55 Remove duplicate 'wrong param count' warning 2006-10-08 10:50:19 +00:00
Hannes Magnusson 2288a69be1 fix proto 2006-09-29 13:22:43 +00:00
Hannes Magnusson 5075de6c5e Fix arginfo 2006-09-29 12:28:57 +00:00
Antony Dovgal cefb8421f4 declare subclass after adding class constants to the parent 2006-09-29 12:18:54 +00:00