Nuno Lopes
03444a67be
BFN #44214
2008-03-08 13:03:59 +00:00
Felipe Pena
11bbb0165a
BFN: #39108
2008-03-08 12:17:54 +00:00
Nuno Lopes
3f67ea4568
BFN: #44336
2008-03-08 12:05:19 +00:00
Gwynne Raskind
342a75906a
BFN
2008-03-08 10:36:15 +00:00
Scott MacVicar
1f150df537
BFN
2008-03-08 04:20:02 +00:00
Scott MacVicar
e6f6a1981f
BFN.
2008-03-07 17:17:00 +00:00
Jani Taskinen
51a57fe26e
style
2008-03-07 14:40:08 +00:00
Scott MacVicar
1937e87f6d
BFN
2008-03-07 12:19:56 +00:00
Dmitry Stogov
ab232458c7
Optimized require_once() and include_once() by eliminationg open() syscall on second usage.
2008-03-05 13:34:12 +00:00
Christopher Jones
b8a3bb32ef
Add oci_bind_by_name update
2008-03-04 21:58:07 +00:00
Christopher Jones
f5d1186793
Add #41069 . Clarify attributions.
2008-03-04 21:55:13 +00:00
Etienne Kneuss
e9918d1bcc
Heaps addition
2008-02-29 09:42:23 +00:00
Felipe Pena
95c95d741b
Fix ( #43559 ) merged into 5_2
2008-02-27 02:10:40 +00:00
Felipe Pena
c47f4b9fd0
Entry existent in 5_2
2008-02-24 18:19:17 +00:00
Marcus Boerger
d3e5026564
- MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)
...
[DOC] Finally added deprecation messages
2008-02-23 17:06:22 +00:00
Felipe Pena
f30b290938
Fix typo and add Derick's name
2008-02-21 20:01:23 +00:00
Antony Dovgal
70fb9a2078
news entry for new stuff
2008-02-21 13:37:14 +00:00
Pierre Joye
4652c2bf2c
- [DOC] add PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION,
...
PHP_EXTRA_VERSION, PHP_VERSION_ID, PHP_ZTS and PHP_DEBUG constants
2008-02-15 14:51:39 +00:00
Derick Rethans
d161f4ec88
- Fixed speling.
2008-02-15 12:48:13 +00:00
Derick Rethans
a764d75d08
- Add the ReflectionProperty::setAccesible() method that allows non-public
...
property's values to be read through ::getValue().
#- [DOC]
2008-02-15 12:38:53 +00:00
Dmitry Stogov
ddcf7a2f49
Added NEWDOC
2008-02-12 09:27:45 +00:00
Stanislav Malyshev
b6e6e77fce
__DIR__ announce
2008-02-12 00:24:12 +00:00
Dmitry Stogov
3ea9c13c4b
Improved md5() implementation (Solar Designer)
2008-02-08 09:11:17 +00:00
Marcus Boerger
f6a0999957
- WS/Cleanup/grouping - WOW that'll be a really nice release!
...
# Thanks for everyone working on this already!!
2008-02-06 11:07:20 +00:00
Derick Rethans
a61e5f897c
- MFH: Support "first/last day of <month>" style texts.
2008-02-03 14:15:07 +00:00
Felipe Pena
d37b0fca19
Missing Johannes' name
2008-02-03 12:59:41 +00:00
Marcus Boerger
b628fc219a
- MFH Synch directory changes
...
[DOC]
# Class FilesystemIterator was introduced to have a better DirectoryIterator
# without having to change DirectoryIterator or RecursiveDirectoryIterator.
# On top of FilterIterator the new GlobIterator was introduced. This one allows
# to implement Countable(). But a glob stream flattens all structure, so it
# cannot be derived from RedursiveIterator. With the new structure all children
# of FilesystemIterator have nearly the same behavior. Just their capabilities
# are a bit different. Check out new inheritance tree on SplFileInfo:
#
# [marcus@frodo PHP_5_3]$ php ext/spl/examples/class_tree.php SplFileInfo
# make: `sapi/cli/php' is up to date.
# SplFileInfo
# |-DirectoryIterator (Iterator)
# | \-FilesystemIterator
# | |-GlobIterator (Countable)
# | \-RecursiveDirectoryIterator (RecursiveIterator)
# | \-Phar (ArrayAccess, Countable)
# |-PharFileInfo
# \-SplFileObject (RecursiveIterator, SeekableIterator)
# \-SplTempFileObject
2008-02-02 23:09:38 +00:00
Felipe Pena
4ac6390098
MFH: Added new parameter for strstr(), stristr()
2008-02-01 18:01:50 +00:00
Hannes Magnusson
79da75ced0
glob:// was added in 5.3, no need to mention bug fixes for it
2008-02-01 10:45:48 +00:00
Marcus Boerger
0b71904acc
- Fixed glob:// stream handling in (Recursive)DirectoryIterator.
2008-01-30 20:31:07 +00:00
Felipe Pena
8452585fc8
Fixed Bug#43926 (isInstance() isn't equivalent to instanceof operator)
2008-01-30 10:27:28 +00:00
Dmitry Stogov
240fa244c3
Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)
2008-01-30 09:41:12 +00:00
Derick Rethans
6878464e06
- MFH: Fixed bug #43960 (strtotime() returns timestamp in the future when given
...
a bogus string).
2008-01-29 20:10:24 +00:00
Antony Dovgal
ea5148d394
entry moved to 5_2
2008-01-29 13:39:57 +00:00
Dmitry Stogov
9770b3cb00
Fixed bug #43323 (Wrong count abstract methods). (Felipe, Dmitry)
2008-01-29 11:12:57 +00:00
Antony Dovgal
b989cba092
BFN
2008-01-29 08:57:26 +00:00
Antony Dovgal
ec34464024
BFN
2008-01-28 23:08:54 +00:00
Marcus Boerger
e9914e9d06
- MFH Make SplObjectStorage implement ArrayAccess
...
[DOC]
2008-01-28 22:48:15 +00:00
Derick Rethans
a1180690a4
- MFH: Added two optional parameters to timezone_transitions_get() /
...
DateTimeZone::getTranstions() to limit the range of transitions being
returned.
2008-01-28 21:12:41 +00:00
Derick Rethans
ffbe501ad2
- MFH: Added date_timestamp_get() / DateTime::getTimestamp() to retrieve the
...
Unix timestamp belonging to a date object.
2008-01-28 20:30:51 +00:00
Dmitry Stogov
8d7d8bd018
Better message
2008-01-28 08:55:19 +00:00
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
Lars Westermann
c1ce41ac34
PDO_Firebird bugfixes
2007-11-03 20:56:58 +00:00
Jani Taskinen
eec1ca7387
fix news
2007-11-01 22:09:50 +00:00
Stanislav Malyshev
245d55674a
add gmp_testbit()
2007-11-01 20:36:48 +00:00
Stanislav Malyshev
b6914a87d7
add gmp fixes
2007-11-01 20:35:36 +00:00
Dmitry Stogov
bf0d17065f
Fixed bug #42773 (WSDL error causes HTTP 500 Response)
2007-11-01 12:26:25 +00:00
Dmitry Stogov
a1d37c3c7f
Fixed bug #42848 (Status: header incorrect under FastCGI)
2007-11-01 11:12:33 +00:00
Sara Golemon
dc08ee3404
Note addition of +/* specifiers
2007-10-29 17:17:54 +00:00
Dmitry Stogov
6f7b738b71
Added CGI SAPI -T option, to measure execution time of script repeated several times.
2007-10-25 05:39:06 +00:00
Dmitry Stogov
b599e434ad
Fixed bug #35163 (Array elements can lose references)
2007-10-23 09:55:11 +00:00