Gustavo André dos Santos Lopes
|
cd2cdd256a
|
- Make SplFileInfo::_bad_state_ex final.
|
2011-04-05 08:38:09 +00:00 |
|
Gustavo André dos Santos Lopes
|
2975308e1a
|
- Fixed bug #54384 (Dual iterators, GlobIterator, SplFileObject and
SplTempFileObject crash when user-space classes don't call the paren
constructor).
|
2011-04-04 02:50:27 +00:00 |
|
Pierrick Charron
|
e8486cc374
|
Fix common typos in the source code (Reported in Bug #54065)
# External libraries were excluded
# Thanks eitan at eitanadler dot com for the first patch :)
|
2011-04-03 21:46:52 +00:00 |
|
Felipe Pena
|
0ab7f1cebf
|
- Fixed bug #54292 (Wrong parameter causes crash in SplFileObject::__construct())
|
2011-03-23 22:46:04 +00:00 |
|
Felipe Pena
|
0dd448cbf1
|
- Fixed bug #54281 (Crash in non-initialized RecursiveIteratorIterator)
|
2011-03-22 22:41:16 +00:00 |
|
Gustavo André dos Santos Lopes
|
f06e3ba5c1
|
- Fixed bug #54291 (Crash iterating DirectoryIterator for dir name starting
with \0).
|
2011-03-19 23:15:04 +00:00 |
|
Felipe Pena
|
c7e7de3485
|
- Fixed bug #49608 (Using CachingIterator on DirectoryIterator instance segfaults)
|
2011-03-08 19:56:29 +00:00 |
|
Felipe Pena
|
53b1c76efe
|
- Fixed SplObjectStorage::offsetSet arginfo, reported in bug #54118
|
2011-03-01 00:13:23 +00:00 |
|
Felipe Pena
|
54a7e5d7c3
|
- Fixed memory leak in DirectoryIterator::getExtension() and SplFileInfo::getExtension()
|
2011-02-20 16:33:53 +00:00 |
|
Felipe Pena
|
5b442c82f0
|
- Fixed bug #54040 (Logical && where & probably needed in spl_iterators)
|
2011-02-20 16:09:50 +00:00 |
|
Peter Cowburn
|
14c6cc5b7f
|
MFH - Added SplFileInfo::getExtension() (FR #48767)
|
2011-02-11 22:07:22 +00:00 |
|
Adam Harvey
|
a7d4b80ca2
|
Fix bug #53914 (SPL assumes HAVE_GLOB is defined). Original patch by Chris
Jones; test updates by myself.
|
2011-02-04 10:49:49 +00:00 |
|
Adam Harvey
|
e4fe297006
|
Remove empty files left when r306542 was reverted in r306552.
|
2011-01-06 02:24:49 +00:00 |
|
Etienne Kneuss
|
47fc5e06f0
|
Implement SplObjectStorage::removeAllExcept (Patch by Matthey Turland)
|
2011-01-05 15:01:18 +00:00 |
|
Felipe Pena
|
927bf09c29
|
- Year++
|
2011-01-01 02:19:59 +00:00 |
|
Eyal Teutsch
|
cc1759598f
|
SplFileObject_fgetcsv files: SplFileObject__fgetcsv.csv used instead of SplFileObject::fgetcsv.csv, as to make this naming convetion windows legitimate
|
2010-12-26 13:29:29 +00:00 |
|
Gustavo André dos Santos Lopes
|
8f44d2ca36
|
- Revert of revision 306542, turns out the semantics of compare() are
different in SplMinHeap and SplMaxHeap.
|
2010-12-21 19:52:17 +00:00 |
|
Gustavo André dos Santos Lopes
|
e427e312d4
|
- Fixed bug #53588 (SplMinHeap bad sorting with custom compare
function).
|
2010-12-21 17:29:14 +00:00 |
|
Pierre Joye
|
aea6771d19
|
- add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :)
|
2010-12-13 18:43:10 +00:00 |
|
Eyal Teutsch
|
95c4e449d1
|
moved the second unlink() to the CLEAN section in the SplFileObject_fwrite_variation* tests
|
2010-12-12 07:24:51 +00:00 |
|
Felipe Pena
|
9864040e35
|
- Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0 values)
|
2010-12-10 23:58:33 +00:00 |
|
Eyal Teutsch
|
7eb70247a3
|
test bug42364 included a superfluous ?>
|
2010-12-09 12:39:21 +00:00 |
|
Felipe Pena
|
f16059d697
|
- Fixed bug #53362 (Segmentation fault when extending SplFixedArray)
|
2010-11-19 20:07:32 +00:00 |
|
Jani Taskinen
|
d225fe4e58
|
- Fix test
|
2010-11-17 14:54:37 +00:00 |
|
Felipe Pena
|
6958cb4a14
|
- Added missing void arg checks
|
2010-11-14 18:40:08 +00:00 |
|
Adam Harvey
|
84dc845ff8
|
Fix bug #53279 (SplFileObject doesn't initialise default CSV escape character).
|
2010-11-09 14:53:23 +00:00 |
|
Felipe Pena
|
22f7998a0d
|
- Fix the fix (wrong behavior)
|
2010-11-08 20:26:14 +00:00 |
|
Felipe Pena
|
7636635ec5
|
- Fixed bug #50579 (RegexIterator::REPLACE doesn't work)
|
2010-11-06 00:09:50 +00:00 |
|
Gustavo André dos Santos Lopes
|
384cd8cda5
|
- Small optimization of the fix of bug #53071. It's not necessary to destroy
the debug info as it's not holding references anymore (the fix removed
the refcount increments).
|
2010-10-25 02:03:20 +00:00 |
|
Gustavo André dos Santos Lopes
|
5721132c29
|
- Fixed bug #53071 (SPLObjectStorage defeats gc_collect_cycles).
|
2010-10-25 01:41:54 +00:00 |
|
Felipe Pena
|
6887b97a8d
|
- Fixed bug #53144 (SplObjectStorage::removeAll())
|
2010-10-24 14:03:07 +00:00 |
|
Pierre Joye
|
2b04364852
|
- Implement bug #51804, splFileInfo::getLinkTarget() on Windows
|
2010-09-10 14:17:40 +00:00 |
|
Felipe Pena
|
2fb2f81538
|
- Improved fix for bug #52573
|
2010-08-18 01:59:37 +00:00 |
|
Felipe Pena
|
658272c9ee
|
- Fixed bug #52573 (SplFileObject::fscanf Segmentation fault)
|
2010-08-10 22:37:24 +00:00 |
|
Felipe Pena
|
904b9282fe
|
- Fixed bug #50481 (Storing many SPLFixedArray in an array crashes)
|
2010-08-08 23:56:29 +00:00 |
|
Felipe Pena
|
5f790678ec
|
- Fixed ZTS build
|
2010-07-07 22:46:54 +00:00 |
|
Etienne Kneuss
|
a3bf7aa4fe
|
Fixed #51697 (Unsafe operations in free_storage of SPL iterators,
causes crashes during shutdown)
|
2010-07-07 21:55:17 +00:00 |
|
Johannes Schlüter
|
e46fee1d1a
|
Fix bug #52238: Crash when an Exception occured in iterator_to_array
|
2010-07-02 19:17:45 +00:00 |
|
Stanislav Malyshev
|
865f85718f
|
fix SplObjectStorage unserialization (CVE-2010-2225)
|
2010-06-29 00:58:31 +00:00 |
|
Ben Longden
|
ddc9246071
|
Merged SplFileObject::fgetcsv tests from trunk
|
2010-06-15 21:42:04 +00:00 |
|
Ben Longden
|
d1c912628d
|
Merged SplTempFileObject tests from trunk
|
2010-06-15 11:20:21 +00:00 |
|
Felipe Pena
|
a14dd7502b
|
- Fixed bug #51991 (spl_autoload and *nix support with namespace)
|
2010-06-04 00:10:15 +00:00 |
|
Dmitry Stogov
|
24704df3a8
|
Fixed a possible memory corruption in ArrayObject::uasort() Reported by Stefan Esser
|
2010-05-13 08:09:54 +00:00 |
|
Etienne Kneuss
|
a5d361e3ea
|
Fixed #48361 (SplFileInfo::getPathName() should return the parent
|
2010-04-27 08:56:01 +00:00 |
|
Etienne Kneuss
|
c200eeeb61
|
Fix #51374 (Wrongly initialized object properties)
|
2010-04-27 05:58:39 +00:00 |
|
Etienne Kneuss
|
9f16874a53
|
Fix #49723 (Skip seek when unnecessary)
|
2010-04-27 04:57:48 +00:00 |
|
Etienne Kneuss
|
eb88d58e6c
|
Fix #51532 (Invalid prototype for SplFileInfo::fscanf)
|
2010-04-25 05:18:42 +00:00 |
|
Felipe Pena
|
4d571dee74
|
- Fixed tests
|
2010-04-03 15:42:42 +00:00 |
|
Peter Cowburn
|
fbbe3e3686
|
Corrected typo in LimitIterator offset exception. Fixes #51119
|
2010-02-22 23:55:30 +00:00 |
|
Johannes Schlüter
|
85fcabf3ce
|
- A few more extern declarations
|
2010-01-19 13:24:02 +00:00 |
|