Marcus Boerger
a339867860
MFH:
...
[DOC] Add ability to store associative infor with objects in SplObjectStorage
- Add second parameter to SplObjectStorage::attach()
- Add SplObjectStorage::setInfo()
- Add SplObjectStorage::getInfo()
2008-01-27 18:07:20 +00:00
Derick Rethans
216d0cb0ff
- MFH: Added support for selectively listing timezone identifiers through
...
timezone_identifiers_list() / DateTimezone::listIdentifiers().
2008-01-27 17:29:14 +00:00
Scott MacVicar
23e3baf62d
Fix html_entity_decode when converting numeric html entities, the numeric values for the extended characters don't correspond to that of windows-1251 and cp866.
2008-01-25 18:10:45 +00:00
Dmitry Stogov
f8297f6e37
Fixed bug #43426 (crash on nested call_user_func() calls)
2008-01-24 09:47:00 +00:00
Dmitry Stogov
0b6825102d
Changed EG(argument_stack) implementation.
2008-01-24 09:41:39 +00:00
Antony Dovgal
e837a3b7b6
BFN
2008-01-23 12:13:40 +00:00
Marcus Boerger
10a0f20652
- MFH Bugfix #37076 (SimpleXML ignores .=). (felipe, marcus)
2008-01-22 20:42:22 +00:00
Dmitry Stogov
71592cec06
Added garbage collector
2008-01-22 09:27:48 +00:00
Etienne Kneuss
7366d48c04
MFH: Add doxygen docs for SplDoublyLinkedList, SplStack, SplQueue
2008-01-21 21:55:55 +00:00
Dmitry Stogov
fa47e900e2
Changed exception handling. Now each op_array doesn't contain ZEND_HANDLE_EXCEPTION opcode in the end
2008-01-21 19:39:55 +00:00
David Coallier
13be31db35
- Added lcfirst() announcement.
2008-01-21 18:28:11 +00:00
Hannes Magnusson
72473f5299
Add note about new getopt() features
2008-01-20 14:14:28 +00:00
Nuno Lopes
ac11490f82
pcre 7.5 is in 5.2 branch as well
2008-01-17 23:02:50 +00:00
Derick Rethans
2d2552956c
- Fixed bug #41599 (setTime() fails after modify() is used).
2008-01-17 20:59:10 +00:00
Derick Rethans
3d0797da2b
- MFH: Fixed bug #43075 (Support 2007-11-01T24:00:00+00:00).
2008-01-17 20:45:08 +00:00
Derick Rethans
3fb0e425e0
- MFH: Fixed bug #43808 (date_create never fails (even when it should)).
2008-01-17 20:35:02 +00:00
Derick Rethans
2d4db6b8d6
- Fixed bug #43003 (Invalid timezone reported for DateTime objects constructed
...
using a timestamp).
2008-01-17 19:59:00 +00:00
Derick Rethans
e549873c10
- MFH: Added support for abbreviation and offset based timezone specifiers for
...
DateTime::getOffset() and DateTime::getName().
- MFH: Fixed bug #43527 (DateTime created from a timestamp reports environment
timezone).
- MFH: Fixed bug #42190 (Constructing DateTime with TimeZone Indicator
invalidates DateTimeZone).
2008-01-17 18:49:45 +00:00
Marcus Boerger
626881d9e8
- MFH Fixed Bug #37964 (Reflection shows private methods of parent class)
...
(felipe@php.net )
2008-01-16 14:21:07 +00:00
Ilia Alshanetsky
6e936f3bdb
Fixed in 5.2
2008-01-14 13:46:34 +00:00
Derick Rethans
9f979a16bf
- Added new date/time functionality:
...
* date_parse_from_format(): Parse date/time strings according to a format.
* date_create_from_format()/DateTime::createFromFormat(): Create a date/time
object by parsing a date/time string according to a given format.
* date_get_last_errors()/DateTime::getLastErrors(): Return a list of warnings
and errors that were found while parsing a date/time string through:
- strtotime() / new DateTime
- date_create_from_format() / DateTime::createFromFormat()
- date_parse_from_format()
# [DOC]
2008-01-13 15:16:02 +00:00
Nuno Lopes
18107c0b44
Fixed bug #42945 (preg_split() swallows part of the string)
2008-01-13 14:44:29 +00:00
Nuno Lopes
4c501a0ab6
upgrade PCRE to version 7.5
2008-01-13 12:44:57 +00:00
Dmitry Stogov
ab5bddd976
Fixed bug #39346 (Unsetting a static variable inside a destructor causes segfault later on)
2008-01-11 08:42:06 +00:00
Antony Dovgal
5dbb3e4d83
fix typo
2008-01-09 14:27:31 +00:00
Dmitry Stogov
18226f79bc
Remplemented support for SplArray using Traversable interface.
2008-01-09 13:49:40 +00:00
Ilia Alshanetsky
dddc5682db
Fixed typo
2007-12-30 16:46:27 +00:00
Andrey Hristov
77115c49ab
Here comes the NEWS entry. The RM knows his job ;)
2007-12-28 15:44:45 +00:00
Dmitry Stogov
5a3eb53723
Fixed bug #38469 (unexpected creation of cycle, json tests failed, leaks memory)
2007-12-28 13:22:00 +00:00
Dmitry Stogov
964b8bb30d
Added ability to use SplArrays instead of plain arrays in ext/soap. (Joshua Reese, Dmitry)
2007-12-27 13:10:20 +00:00
Hartmut Holzgraefe
edee094851
MFH: Fix for bug #42548 "PROCEDURE xxx can't return a result set"
2007-12-25 18:55:40 +00:00
Dmitry Stogov
2b981769a3
Fixed bug #42868 (Floats cast to integer produce unpredicatable results). (Zoe Slattery)
2007-12-17 10:02:13 +00:00
Scott MacVicar
d4bbbc0eab
Change createFromTimestamp to setTimestamp
2007-12-14 14:49:15 +00:00
Scott MacVicar
6f04c5169e
MFH: Add Datetime::createFromTimestamp to allow setting of a unix timestamp without invoking the date parser.
2007-12-14 14:28:36 +00:00
Dmitry Stogov
80e77c1366
Allowed multiple namespaces per file (Gregory)
2007-12-13 08:57:52 +00:00
Derick Rethans
fd73296bf2
- MFH: Fixed bug #43143 (Warning about empty IV with MCRYPT_MODE_ECB).
2007-12-01 17:20:45 +00:00
Dmitry Stogov
543f24742b
*** empty log message ***
2007-11-23 11:31:22 +00:00
Dmitry Stogov
648fbe9d58
Fixed bug #43128 (Very long class name causes segfault)
2007-11-22 13:27:13 +00:00
Jani Taskinen
54bcf0c813
Missing bla...credit :)
2007-11-21 05:44:34 +00:00
Johannes Schlüter
27e5176ba2
Fix NEWS file
2007-11-21 00:03:59 +00:00
Johannes Schlüter
cbf466a953
MFH: Add stream_supports_lock() function (Benjamin Schulz)
2007-11-20 22:17:01 +00:00
Johannes Schlüter
611a56faba
MFH: Add msg_queue_exists() function (Benjamin Schulz) [DOC]
2007-11-20 21:25:10 +00:00
Dmitry Stogov
c3ab6bd091
Fixed bug #43136 (possible crash on script execution timeout. The EG(function_state_ptr) is completely removed, EG(current_execute_data)->function_state must be used instead)
2007-11-20 09:51:12 +00:00
Antony Dovgal
1f1140a93a
MFH: fix #42736 (xmlrpc_server_call_method() crashes)
2007-11-12 11:23:04 +00:00
Jani Taskinen
02d966c263
MFH:- Added support for [HOST=www.example.com] special sections
...
MFH:- Allowed using full path to load modules using "extension" directive
2007-11-09 16:27:43 +00:00
Lars Westermann
78e0afe7ad
- ibase_query.c bugfixes
2007-11-08 19:54:19 +00:00
Jani Taskinen
070760c6a7
fix NEWS
2007-11-06 12:23:20 +00:00
Marcus Boerger
5aa7108eb2
- MFH Add glob stream wrapper
...
[DOC] The glob stream wrapper allows stuff like this:
php -r '$it = new DirectoryIterator("glob://ext/spl/*.c");
foreach($it as $f) var_dump($f);'
2007-11-06 12:12:58 +00:00
Jani Taskinen
dcb71d7bfc
add news
2007-11-06 09:45:37 +00:00
Sara Golemon
f75ae01f09
MFH: http/ignore_errors context option
2007-11-05 01:00:43 +00:00