Marcus Boerger
37f5474ce9
- MFH Use engine call to register interfaces (steph)
2006-06-04 10:34:22 +00:00
Sara Golemon
79b21ec4cf
MFH: Minor fixes (bjori)
2006-05-30 19:06:22 +00:00
Antony Dovgal
755caecfc9
fix test
2006-05-24 23:04:58 +00:00
Marcus Boerger
e3f89f116a
- MFH
...
. Make code exception safe
. Make RecursiveRegexIterator::getChildren pass regex to inner ctor
. Fix CachingIterator::__toString() in TOSTRING_USE_KEY mode
. Add CachingIterator::getCache()
. Add tests
2006-05-21 18:13:37 +00:00
Marcus Boerger
96916c95e8
- MFH Sync with head fixes part of an issue with iterator_(to_array|count)
2006-05-20 21:01:42 +00:00
Marcus Boerger
55041d6f3d
- MFH Add new test
2006-05-18 22:52:04 +00:00
Marcus Boerger
69079a7537
- MFH Add new test
2006-05-18 22:42:05 +00:00
Marcus Boerger
5e5327a7e0
- MFH Add new test
2006-05-18 21:59:05 +00:00
Marcus Boerger
e33afedd96
- You shall not use %v in 5.*
...
# Even though it is there it is only meant for pecl dev to ease their pain
2006-05-18 21:48:33 +00:00
Marcus Boerger
7d79686f45
- MFH Fixed CachingIterator issues with string conversion/__toString()
...
Partly by adding new mode TOSTRING_USE_INNER
2006-05-18 21:42:58 +00:00
Marcus Boerger
26a67b8925
- MFH Fixed Bug #37457 (Crash when an exception is thrown in accept() method of FilterIterator)
2006-05-16 08:21:08 +00:00
Antony Dovgal
046b34955c
MFH: fix #37416 (iterator_to_array() hides exceptions thrown in rewind() method)
2006-05-12 09:42:56 +00:00
Marcus Boerger
05273a73d8
- Fix test
2006-05-11 21:01:04 +00:00
Antony Dovgal
8ee1c45a3b
fix test
2006-05-11 15:43:28 +00:00
Marcus Boerger
ac3c882bb6
- Use of E_RECOVERABLE_ERROR
2006-05-11 08:06:22 +00:00
Andrei Zmievski
9e0e89c5cf
Rename RegExIterator -> RegexIterator.
...
Also rename recursive one.
2006-05-10 16:50:57 +00:00
Marcus Boerger
3a3e310e2e
- MFH: SplFileObject improvements
...
. FILE_OBJECT_READ_AHEAD: allow to read ahead
. FILE_OBJECT_SKIP_EMPTY: allow to skip empty lines (includes read ahead)
. FILE_OBJECT_READ_CSV: allow to read as csv
2006-05-10 00:31:04 +00:00
Marcus Boerger
982822be93
- Fix iterators part and add tests
2006-05-10 00:29:42 +00:00
Marcus Boerger
9afb3e041b
- Update after api changes
...
- MFH
. ArrayIterator/ArrayObject: function lookup caches and array functions
. Added RegExIterator, RecursiveRegExIterator
. Added (full) caching support for CachingIterator
2006-05-10 00:03:38 +00:00
Antony Dovgal
af429910ef
AIX #define's accept as naccept
...
add a workaround
2006-04-13 13:21:43 +00:00
Antony Dovgal
e8270edf9d
fix memory corruptions and leaks when cloning ArrayObjects and ArrayIterators
2006-04-07 22:53:23 +00:00
Antony Dovgal
ad7768ee63
fix #36981 (SplFileObject->fgets() ignores max_length)
2006-04-06 19:01:56 +00:00
Marcus Boerger
c58e1fa5be
- MFH
...
. Fixed bug #36941 (ArrayIterator does not clone itself)
. Fixed SEGV when ArrayObject/Iterator use reference to self
. Added tests
2006-04-04 19:53:21 +00:00
Antony Dovgal
9a59df13cc
fix segfault when assigning value by ref and add test
...
(I consider it's wrong that we can't do it, but we shouldn't segfault anyway)
2006-04-01 19:13:04 +00:00
Marcus Boerger
ea9487249b
- Make readable
2006-03-30 21:57:28 +00:00
Antony Dovgal
59b8592c8c
fix bug #36898 (__set() leaks in classes extending internal ones)
...
Added:
ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC)
ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC)
to initialize and destroy zend_object structs
2006-03-29 14:28:43 +00:00
Marcus Boerger
a824bcf41d
- MFH: Make IteratorIterator base of most SPL iterators
2006-03-26 02:25:03 +00:00
Marcus Boerger
7b70ca475f
- Fix docu
2006-03-26 02:24:33 +00:00
Marcus Boerger
ed43fd9b3b
- My eyes don't hurt anymore
2006-03-23 21:28:06 +00:00
Marcus Boerger
fe1c2cfc0f
- MFH
...
. spl_autoload_register() return bool to denote success/failure
. spl_autoload_unregister() acept any callable
2006-03-23 19:55:16 +00:00
Antony Dovgal
5f80bcaf26
add missing skipif sections
2006-03-23 15:03:27 +00:00
Antony Dovgal
e40df39518
fix typos
2006-03-23 14:56:12 +00:00
Marcus Boerger
1440bb5c7b
- MFH Add new test
2006-03-23 12:21:40 +00:00
Marcus Boerger
4b4d61952f
- MFH: Add new test
2006-03-23 11:57:34 +00:00
Marcus Boerger
660956b514
- Add missing bug title and synch with other tests
2006-03-23 11:48:59 +00:00
Dmitry Stogov
87ae2460d1
Fixed possible memory corruption
2006-03-23 11:42:32 +00:00
Antony Dovgal
1ce8546cd1
fix leak
2006-03-22 23:12:03 +00:00
Antony Dovgal
09fcf3162c
add test
2006-03-22 23:10:59 +00:00
Antony Dovgal
32f611097f
fix #36825 (Exceptions thrown in ArrayObject::offsetGet cause segfault)
...
fix similar issue in offsetExists()
remove redundant semicolons
2006-03-22 21:56:40 +00:00
Antony Dovgal
afd781a09a
MFH: initialize retval
2006-03-20 13:54:16 +00:00
Marcus Boerger
7c14d86dc3
- Fix test
2006-03-16 00:39:50 +00:00
Frank M. Kromann
c6b8c26cdf
Fix Win32 compilation.
2006-03-14 18:07:51 +00:00
Sebastian Bergmann
e1d9cf07cd
MFH: Make spl_register_std_class() and spl_register_sub_class() available outside of SPL, for instance in SPL_Types.
2006-03-09 11:43:45 +00:00
Marcus Boerger
4a5dd30201
- MFH Allow pecl/phar and alike too hook into spl_filesystem_object's
2006-03-08 21:54:48 +00:00
Marcus Boerger
a325d22cd1
- MFH Missed 'proto'
2006-03-06 22:22:54 +00:00
Marcus Boerger
dc8221c154
- Fix last %v, too
2006-03-06 10:56:41 +00:00
Marcus Boerger
94165e41a7
- There is no %v in 5.1 (found by Tony)
2006-03-06 10:09:13 +00:00
Marcus Boerger
e795f8f427
- MFH Proto fixes
2006-03-06 09:50:44 +00:00
Marcus Boerger
7dc322754a
- Fix issues with not/double calling of constructors of SPL iterators
...
- Fix issues with info-class/file-class in SPL directory handling classes
- Add SimpleXMLElement::count()
- Drop erroneous RecursiveDirectoryIterator::getSubPathInfo()
- Drop dead code
- Add tests
- Update docu
2006-03-05 17:39:49 +00:00
Marcus Boerger
728493ca37
- MFH Fix issues withhandling of derived info classes as entries
2006-02-28 01:33:32 +00:00
Marcus Boerger
289f45c279
- Synch docu
2006-02-20 22:21:54 +00:00
Marcus Boerger
4b2b9461d4
- MFH No more old parameter api usage
2006-02-12 16:44:36 +00:00
Antony Dovgal
08c4c9c202
MFH: fix #36359 (splFileObject::fwrite() doesn't write when no data length specified)
2006-02-10 16:57:56 +00:00
Antony Dovgal
bccf4bd9e7
MFH: initialize variables and reduce the number of warnings
2006-02-06 11:28:41 +00:00
Marcus Boerger
ff4ee6f043
- MFH Add new tests
2006-02-06 01:28:12 +00:00
Antony Dovgal
aa920b8e00
MFH: fix #36295 (typo in SplFileObject::flock() parameter name)
2006-02-05 19:23:30 +00:00
Marcus Boerger
39d71e375c
- MFH Fix bug #36287
2006-02-05 11:43:44 +00:00
Marcus Boerger
a31f337c24
- MFH Fix ArrayIterator::seek() edge cases
2006-02-02 22:17:42 +00:00
Marcus Boerger
a266261eb6
- Fix oversight
2006-02-02 18:59:11 +00:00
Ilia Alshanetsky
0c972edce4
Only use win32 directory separators on win32 or netware.
2006-02-02 15:10:04 +00:00
Antony Dovgal
0655132e2c
add test for bug #36258
2006-02-02 13:56:16 +00:00
Antony Dovgal
ff30daae6e
MFH: add missing folding tags
...
nuke unnecessary semicolons
2006-02-02 12:40:33 +00:00
Antony Dovgal
0506d1a9f5
fix #36258 (SplFileObject::getPath() may lead to segfault)
2006-02-02 12:19:14 +00:00
Ilia Alshanetsky
9cbc3ae264
Fixed bug #36134 (DirectoryIterator constructor failed to detect empty
...
directory names).
2006-01-23 15:24:10 +00:00
Marcus Boerger
2d1d476391
- MFH Fix error message
2006-01-23 02:26:32 +00:00
Marcus Boerger
d059b92fea
- MFH Fix issue found by Nuno
2006-01-15 00:17:43 +00:00
Marcus Boerger
1edc8eec88
- Update
2006-01-14 20:21:10 +00:00
Marcus Boerger
c863542dc1
- Fix #35998 (getPathname() method always returns unix style filenames)
2006-01-13 19:36:57 +00:00
Marcus Boerger
58349878fc
- MFH Update
2006-01-06 19:58:10 +00:00
foobar
02f405ccb1
MFH
2006-01-06 14:03:37 +00:00
Marcus Boerger
5121b2a78a
- MFH Fix docu
2006-01-05 19:00:27 +00:00
Marcus Boerger
47e6f644f7
- MFH Update examples
2006-01-04 15:34:39 +00:00
Marcus Boerger
34f32d4dcd
- Just another place where rewind() might not be set
2006-01-01 19:55:27 +00:00
Marcus Boerger
e99fac3d01
- key() might be optional
2006-01-01 19:51:17 +00:00
Marcus Boerger
d6ee7d1d9a
- Fix SEGV when rewind() not set
2006-01-01 19:48:11 +00:00
foobar
5bd93221a8
bump year and license version
2006-01-01 12:51:34 +00:00
foobar
cfda375620
MFH
2005-12-25 16:04:15 +00:00
Marcus Boerger
319dff73fb
- Make this work with VPATH builds too
2005-12-24 12:23:09 +00:00
Marcus Boerger
7f6018aa3a
- WS
2005-12-22 00:37:07 +00:00
Marcus Boerger
53e37ac843
- Fix memleak
2005-12-22 00:35:37 +00:00
Antony Dovgal
c01d79b2df
merge two skipif entries
2005-12-22 00:19:28 +00:00
Marcus Boerger
0986f33d1e
- Fix memleak
2005-12-22 00:06:38 +00:00
Marcus Boerger
fc0fe6472e
- MFH Add missing skipif
2005-12-21 22:22:33 +00:00
Marcus Boerger
fe3f66e188
- We need to store the length of the class name
2005-12-21 20:05:24 +00:00
Marcus Boerger
8e43f0085b
- Apply workaround only when neccessary
2005-12-20 21:38:28 +00:00
Antony Dovgal
efff8a45e2
more SPL leak fixes
2005-12-20 12:41:24 +00:00
Antony Dovgal
2a130b19fc
fix possible reads of uninitialized memory (reproducible only on 64bit platforms)
2005-12-19 13:53:06 +00:00
Marcus Boerger
32220d2e7e
- Check for result of getIterator() call
2005-12-19 00:45:28 +00:00
Marcus Boerger
e989e9f70f
- Fix reference counting
2005-12-19 00:32:51 +00:00
Antony Dovgal
9e8a1bfcbe
fix leak in SPL iterators
2005-12-18 22:52:24 +00:00
Antony Dovgal
0d38bc9f80
MFH: more spelling fixes
2005-12-18 21:01:27 +00:00
Antony Dovgal
5500dea5f1
MFH: fix spelling
2005-12-18 20:57:27 +00:00
Zeev Suraski
b1264f7172
prototype fix
2005-12-18 15:46:46 +00:00
Zeev Suraski
99cd9ed713
Fix protos
2005-12-18 15:40:34 +00:00
Zeev Suraski
2f3678eb44
Fix prototype
2005-12-18 14:00:23 +00:00
Marcus Boerger
70a53e10c6
- Simplify (+fix memleak)
2005-12-16 23:58:38 +00:00
Marcus Boerger
e4210e3851
- Drop superflous param
2005-12-16 22:38:17 +00:00
Marcus Boerger
69fdadf1a0
- Add SplTempFileObject to output
2005-12-16 22:29:02 +00:00
Marcus Boerger
10f77a5d71
- Add/fix tests
2005-12-16 22:19:02 +00:00
Marcus Boerger
57492cc2d4
- Provide better error message when using illegal function 'pointers'
2005-12-16 22:17:32 +00:00
Marcus Boerger
5c8027584f
- MFH Fix issue spotted by Wez using ms vc 2005
2005-12-14 09:55:11 +00:00
Marcus Boerger
bac905b982
MFH:
...
. Change to use sane default flags fro RecursiveDirectoryIterator
. Drop 2nd parameter from DirectoryIterator::__construct()
2005-12-11 16:43:29 +00:00
Antony Dovgal
4ccdc86561
fix C++ comment
2005-12-09 13:28:10 +00:00
Antony Dovgal
0d1efb245b
MFH: fix segfault in SplFileObject when file doesn't exist or cannot be read
2005-12-08 19:55:13 +00:00
foobar
a4295629b8
MFH
2005-12-06 02:00:14 +00:00
Stanislav Malyshev
3eafc3d329
fix reallocation bug
2005-12-05 19:54:47 +00:00
Marcus Boerger
6dec77d25e
- MFH Add class SplFileInfo as base for DirectoryIterator and SplFileObject
...
# As discussed with ilia before 5.1.0
2005-11-29 03:33:59 +00:00
Marcus Boerger
e8ec9a98dd
- Fixed bug #35423 RecursiveDirectoryIterator doesnt appear to recurse with RecursiveFilterIterator
2005-11-27 12:22:54 +00:00
Marcus Boerger
c37b13e0db
- MFH Editor blocks
2005-11-27 12:16:14 +00:00
Antony Dovgal
241aa9a59d
MFH: fix #35197 (Destructor is not called) and similar issues in other extensions
2005-11-14 22:03:02 +00:00
Marcus Boerger
134b2718d4
- Add new tests
2005-11-07 18:38:20 +00:00
Marcus Boerger
bb293e15c3
- Drop unnecessary param
2005-11-07 13:08:24 +00:00
Marcus Boerger
2ca2153a06
- MFH Add missing check flag
2005-11-03 22:06:30 +00:00
Marcus Boerger
e464f0f456
- MFH Try fixing #35088
2005-11-03 21:59:13 +00:00
Marcus Boerger
7ae7cc363a
- MFH Add missing check
2005-11-03 21:28:43 +00:00
Marcus Boerger
8098790208
- Add missing test
2005-11-02 20:32:21 +00:00
Marcus Boerger
50ba309495
- Make spl_autoload_register use zend_is_callable_ex()
2005-11-02 20:31:01 +00:00
Marcus Boerger
1d0b88d316
- Update docu
2005-11-01 21:48:25 +00:00
Marcus Boerger
376d4554fb
- MFH the iterator base interface is Traversable not IteratorAggregate
2005-11-01 21:18:24 +00:00
Marcus Boerger
cea6a783af
- MFH Add docu
2005-10-30 16:07:45 +00:00
Antony Dovgal
4c98758328
MFH: make compilers happy
2005-10-26 22:47:23 +00:00
Marcus Boerger
936b1e56c3
- MFH zend_is_callable_ex() has been changed
2005-10-25 23:20:29 +00:00
Marcus Boerger
4c8afd895a
- MFH Add ability to bypass key() surrounding and make that default
2005-10-13 19:49:27 +00:00
Marcus Boerger
de03dd6387
- MFH Fix potential SEGV with overloaded objects
2005-10-09 14:42:08 +00:00
Marcus Boerger
11f0ff9c1a
- Update docu
...
- Synch class consts with HEAD
- Synch example RecursiveTreeIterator (as far as possible)
2005-10-08 19:09:58 +00:00
Marcus Boerger
b29b16af2e
- Synch RecursiveIteratorIterator, fixes a few memory corruptions/memleaks
2005-10-05 21:59:13 +00:00
Marcus Boerger
3ced246dfc
- MFH Update examples
2005-10-05 19:11:51 +00:00
Marcus Boerger
061ff97f69
- MFH Throw an exception if an illegal string value is being used in
...
ArrayObject::offsetSet()
2005-10-03 17:59:56 +00:00
Marcus Boerger
308a64bc08
- MFH Really allow SXE being shared by not using anything from it directly in SPL
2005-10-03 16:05:08 +00:00
Marcus Boerger
42728f947c
- Synch (to decrease number of diffs)
2005-10-03 15:43:40 +00:00
Marcus Boerger
31f8d7dc20
- MFH Update example
2005-10-03 13:36:18 +00:00
Marcus Boerger
184309c2e9
- MFH Fix issue with RecursiveArrayIterator::getChildren()
2005-10-03 09:14:30 +00:00
Marcus Boerger
b76dcd68ee
- MFH add new example
2005-10-02 23:12:35 +00:00
Marcus Boerger
0ea0e1615f
- MFH Add new example
2005-10-02 17:33:05 +00:00
Marcus Boerger
13dc73940d
- SPL may extend SimpleXML (if present)
2005-10-01 15:46:31 +00:00
Marcus Boerger
69722777a0
- Allow xpl/simplexml integration with simplexml being built shared
2005-10-01 15:41:37 +00:00
Marcus Boerger
15c9f414a6
- MFH: Reset global pointer to NULL after mem free (required for apache 1.3)
2005-09-26 17:56:26 +00:00
Marcus Boerger
049882f29c
- Try to fix bugs #34216 (Segfault with autoload) and #34584 (Segfault with
...
SPL autoload handler)
2005-09-25 18:04:35 +00:00
Marcus Boerger
06550ce8e0
- MFH: Rename here too
2005-09-24 23:48:58 +00:00
Marcus Boerger
a349428685
- MFH: Serializeable was renamed to Serializable long ago
2005-09-24 23:19:24 +00:00
Antony Dovgal
33d913d9da
MF5.0: add new test
2005-09-19 18:58:59 +00:00
Marcus Boerger
e26ae04d5f
- MFH Add deprecated/compatibility class for BC
2005-09-19 18:28:52 +00:00
Marcus Boerger
c3a79b5990
- MFH: Synch dosu
2005-09-18 17:52:09 +00:00
Marcus Boerger
8acd34d6d8
- MFH: Add missing docu/Synch
2005-09-18 17:39:54 +00:00
Marcus Boerger
d1ee4b407c
- Commite manually if not conatined in bunch commit
2005-09-18 17:16:17 +00:00
Marcus Boerger
7d918fae4c
- Synch naming/move changes with HEAD
...
- Update tests/docu
# New functionality in CachingIterator/RecursiveIteratorIterator not MFHed
2005-09-18 17:15:04 +00:00
Marcus Boerger
c0ffebcee6
- Rename file class again by popular demmand: calling it SplFileObject now
2005-09-15 14:08:16 +00:00
Marcus Boerger
5ca5efcdda
- Update docu
2005-09-15 03:54:42 +00:00
Marcus Boerger
3fab7a3ed6
- No longer needed (moved into c)
2005-09-15 03:39:17 +00:00
Marcus Boerger
a29501195f
- MFH: Add new files
2005-09-15 03:38:03 +00:00
Marcus Boerger
b4dd030782
MFH:
...
- Add SplObjectStorage
- Add RecursiveFilterIterator
- Rename Observer to SplObserver
- Rename Subject to SplSubject
- Move SPL constants to class constants
- Update docu
2005-09-15 03:33:04 +00:00
Marcus Boerger
222900c4b0
- MFH
2005-09-04 18:55:03 +00:00
Marcus Boerger
a8355965bb
- MFH Update docu
2005-09-02 19:11:10 +00:00
Johannes Schlüter
9e0ed1cb67
- MFH: Fix alphabetic order and add missing class
2005-08-24 10:17:43 +00:00
Marcus Boerger
3bc9bc5de8
- MFH estrdup/strndup change (as hinted by Andi)
2005-08-10 08:36:46 +00:00
Dmitry Stogov
1a29376c07
Fixed test file (.inc.php -> .php)
2005-08-10 06:10:04 +00:00
Marcus Boerger
1c7eb15eea
- MFH: PEAR uses .php not .inc.php (as discussed with Andi)
2005-08-09 21:13:04 +00:00
foobar
23e671a51e
- Bumber up year
2005-08-03 14:08:58 +00:00
Marcus Boerger
cf7089972f
- Need to expose this one too
2005-08-02 02:20:01 +00:00
Marcus Boerger
fb5f1b7fad
- Update version info
2005-08-02 00:00:41 +00:00
Marcus Boerger
0b34e041e3
- Before we later run into BC trouble we split flags into two params mode
...
and flags now before branching for 5.1.
2005-07-28 21:09:02 +00:00
Marcus Boerger
d608181dc7
- Allow static loader functions (but only for 5.1.1 as discussed with Andi)
2005-07-28 20:59:44 +00:00
Marcus Boerger
a935b06236
- Fix issues with iterators and excpetions
...
# update documentation
#
# In 5.2 we need to implement an event handler onException() to be invoked
# on exceptions during getChildren() calls. Its default implementation
# would simply rethrow the exception if the flag is not set and delete if
# if it was set. To do so the exceptions refcount needs to be increased
# before calling zend_clear_exception() to keep the exception alive but
# clear the control information.
#
# As a side note this is alos the easy solution to allow multi exception
# handling: Simply clear the engine's exception info and add a property
# called $previousException to the base exception and assign it from the
# already pending one.
2005-07-27 22:19:01 +00:00
Marcus Boerger
efcfe44299
- Use correct/complete skipif condition
2005-07-20 07:33:19 +00:00
foobar
3996e49272
one might not have simplexml enabled
2005-06-28 10:17:01 +00:00
Marcus Boerger
74a63cc1b2
- Fixed #33136 :
...
- Allow ArrayObject::offsetSet(NULL, $value) as replacement for [] = $value
- Fix memleaks with overloading ArrayObject
2005-06-20 03:02:52 +00:00
Marcus Boerger
6a67d06c26
- Fix handling of ArrayObject/ArrayIterator flags and provide test
2005-06-20 00:19:18 +00:00
foobar
19639aa9ab
Use the new dependency system
2005-06-17 16:42:54 +00:00
Johannes Schlüter
f2fab902c4
fix typos
2005-06-16 21:27:51 +00:00
Dmitry Stogov
aedbdb087d
Allowed return by refrence from internal functions
2005-06-16 14:56:13 +00:00
Marcus Boerger
ae35d25940
- Update
2005-05-30 20:10:38 +00:00
Marcus Boerger
309025e8c1
- Small fix (found by joerg)
2005-05-24 17:59:42 +00:00
Marcus Boerger
b45fb630d9
- Add ability to reference the object itself
...
- Add ability to exchange the refrenced object
- Add ArrayObject::getFlags/setFlags and 2nd param to __construct to
control operation modes
2005-05-19 15:52:02 +00:00
Marcus Boerger
cccdec3577
- Update tests after correcting internal order of actions
2005-05-19 15:49:44 +00:00
Marcus Boerger
626d781afd
- Execute both RecursiveIteratorIterator::beginChildren() and endChildren()
...
on the same level (while the actual child is available).
2005-05-14 16:40:58 +00:00
Marcus Boerger
a5c37f37b6
- Add ability to fail silently
2005-05-12 21:23:56 +00:00
Marcus Boerger
99c72d0b94
- Update docu
2005-05-04 19:14:08 +00:00
Marcus Boerger
d6d9b15ef7
- Add another note
2005-05-03 22:28:44 +00:00
Marcus Boerger
177ea26dc1
- Make line counting work with FileObject::fgetc()
...
- Add a test for FileObject::fgetc()
- Update docs
2005-05-03 22:18:19 +00:00
Marcus Boerger
287864a611
- Change FileObject's line counting to be zero based
...
- Make FileObject implement SeekableIterator
- Add tests
2005-05-03 21:11:26 +00:00
Marcus Boerger
51d100a27a
- Fix speling
...
- Add links
2005-05-03 12:09:26 +00:00
Marcus Boerger
4f3b12b3fd
- Rename class File to FileObject
...
# by popular demand
2005-04-14 21:02:09 +00:00
Marcus Boerger
733aa2e949
- Make class_parentS() and class_implements() accepts class names as well
2005-04-06 15:16:45 +00:00
Marcus Boerger
7e7775a328
- Register class File
...
- Remove superflous ;
- Stop spl_autoloading on pending exception
2005-04-05 09:24:53 +00:00
Marcus Boerger
2f8d672bfc
- Use correct var name
2005-04-05 09:23:50 +00:00
Marcus Boerger
58d45bfe2e
- Add new test
2005-04-05 09:23:14 +00:00
Marcus Boerger
7adb2b0c0b
- Add RecursiveDirectoryIterator::getSubPathname()
2005-03-31 23:02:20 +00:00
Marcus Boerger
d383735978
- Add RecursiveDirectoryIterator::getSubPath()
2005-03-31 21:51:46 +00:00
Marcus Boerger
530917b463
- Make iterator_to_array() accept Traversable
2005-03-31 21:49:47 +00:00
Marcus Boerger
3eb4162122
- Bugfix #32521 (apache2handler accidental crashes caused by SPL)
2005-03-31 17:17:38 +00:00
Marcus Boerger
041524feee
- Fix Bug #32394 offsetUnset() segfaults in a foreach
2005-03-21 20:07:33 +00:00
Marcus Boerger
6735e8c2a7
- Update test
2005-03-19 15:15:32 +00:00
Marcus Boerger
fec4937052
- Add new test
2005-03-19 15:09:11 +00:00
Marcus Boerger
dd54f36d49
- Fix signature definition
2005-03-13 16:35:01 +00:00
Marcus Boerger
5880260c78
- Update docu
2005-03-12 23:21:41 +00:00
Marcus Boerger
6f668d4978
- Fix extension to be .inc
2005-03-12 23:05:03 +00:00
Marcus Boerger
f9de3fd02b
- Allow to hook into RecursiveIteratorIterator's child handling
...
- Better=faster function caching for RecursiveIteratorIterator
- Check for exceptions and fix check for illegal return values
- Add UnexpectedValueException
- Add docu
2005-03-12 23:03:33 +00:00
Marcus Boerger
b924ef8796
- Don't touch refcount/is_ref
2005-03-11 00:44:34 +00:00
Marcus Boerger
56235c6cc8
Fix the fix
2005-03-09 10:29:27 +00:00
Antony Dovgal
a2413c32ce
fix build
2005-03-09 09:19:27 +00:00