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
Johannes Schlüter
e3b92dbca2
- There's no need to mention these bugs, they all belong to "Added namespaces"
2007-10-17 17:22:52 +00:00
Dmitry Stogov
68bacdd797
Fixed possible crash because of uninitialized value (Zdash Urf)
2007-10-17 12:09:03 +00:00
Dmitry Stogov
af76115fe5
Fixed bug #42637 (SoapFault : Only http and https are allowed). (Bill Moran)
2007-10-17 11:18:34 +00:00
Dmitry Stogov
cb0991bb85
Fixed bug #42919 (Unserializing of namespaced class object fails)
2007-10-17 10:36:33 +00:00
Dmitry Stogov
1087e6b1e6
Fixed bug #42859 (import always conflicts with internal classes). (cellog@php.net, Dmitry)
2007-10-17 10:01:22 +00:00
Scott MacVicar
798c222c06
BFN
...
[DOC] Note: getimagesize() needs a note about icon support and that information is about the icon with the highest bitrate.
2007-10-13 18:08:04 +00:00
Nuno Lopes
66a24c86a6
Fixed bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines)
2007-10-07 13:57:10 +00:00
Nuno Lopes
640db15ff8
BFN: #37911
2007-10-07 11:51:35 +00:00
Nuno Lopes
41dcd7d0b5
upgrade pcre to version 7.4
2007-10-07 10:35:03 +00:00
Jani Taskinen
c65b53b6c6
BFN
...
[DOC] Note: ldap_[get|set]_option() manual pages needs an entry for
[DOC] LDAP_OPT_NETWORK_TIMEOUT
2007-10-06 01:46:24 +00:00
David Soria Parra
d4e8fa62c6
MFH: Add an escape parameter to fgetcsv to satisfy rfc4180 and bug #40501 .
...
[DOC] 5th parameter available since PHP 5.3+
2007-10-03 10:44:32 +00:00
Dmitry Stogov
eb0c56ada1
Fixed bug #42820 (defined() on constant with namespace prefixes tries to load class).
2007-10-03 10:33:02 +00:00
Jani Taskinen
fd9c80b054
- There really is no point in mentioned fixed bugs in something that has never been in any release..
2007-10-02 10:42:55 +00:00
Dmitry Stogov
220641af70
Fixed bug #42819 (namespaces in indexes of constant arrays)
2007-10-02 08:26:50 +00:00
Christian Stocker
5b0f4647b6
- Added xsl->setProfiling() for profiling stylesheets.
2007-10-02 06:31:18 +00:00
Jani Taskinen
2bc631fb40
MFH:- Added common getopt implementation to core.
...
MFH:- Added long-option feature to getopt().
MFH:- Made getopt() available on win32 systems.
MFH: Patch by: David Soria Parra <dsp@php.net>
[DOC]: These changes will be available from 5.3+
# Note: Fixed also tests and synced basic_functions.c with HEAD.
2007-10-01 12:40:54 +00:00
Dmitry Stogov
41e9b6b61c
Fixed bug #42802 (Namespace not supported in typehints)
2007-10-01 10:37:14 +00:00