Revision tags: php-5.1.2 |
|
#
bbda630e |
| 26-Apr-2006 |
Dmitry Stogov |
Fixed bug #37205 (Serving binary content/images fails with "comm with server aborted" FastCGI err) |
Revision tags: RELEASE_1_3 |
|
#
b1de3647 |
| 25-Apr-2006 |
Michael Wallner |
-improve last entry |
#
90b3dadc |
| 25-Apr-2006 |
Antony Dovgal |
fix #37191 (chmod takes off sticky bit when safe_mode is On) |
#
1c02dff7 |
| 25-Apr-2006 |
Michael Wallner |
- Fixed bug #37192 (cc fails on hash_adler.c:32) |
#
033c0797 |
| 23-Apr-2006 |
Ilia Alshanetsky |
Fixed typos |
#
a1bbdf83 |
| 23-Apr-2006 |
Ilia Alshanetsky |
Fixed bug #37162 (wddx does not build as a shared extension). #Patch By: jdolecek at NetBSD dot org |
#
2765fdfa |
| 22-Apr-2006 |
Antony Dovgal |
BFN |
#
8663f164 |
| 22-Apr-2006 |
Wez Furlong |
fix for #37158 |
Revision tags: php-5.1.3RC3 |
|
#
50e1a51e |
| 20-Apr-2006 |
Ilia Alshanetsky |
Prepare for RC3 |
#
f7a63277 |
| 20-Apr-2006 |
Michael Wallner |
- Fix reading stream filters never notified about EOF |
#
bdef85af |
| 20-Apr-2006 |
Dmitry Stogov |
Fixed bug #37138 (__autoload tries to load callback'ed self and parent) |
#
68906dbe |
| 19-Apr-2006 |
Dmitry Stogov |
Cleaned up Andrei's patch for caching WSDL in process memory, added TTL and LIMIT for memory cache. Memory cache is disblead by fefault because it is experemental and isn't tested enough. It can
Cleaned up Andrei's patch for caching WSDL in process memory, added TTL and LIMIT for memory cache. Memory cache is disblead by fefault because it is experemental and isn't tested enough. It can be enabled whit configuartion directive "soap.wsdl_cache = WSDL_CACHE_MEMORY" or "soap.wsdl_cache = WSDL_CACHE_BOTH" or derectly in SoapClent/SoapServer constructor: $ws = new SoapClient($wsdl, array("cache_wsdl"=>WSDL_CACHE_BOTH)) Disk and memory caches use the same TTL value - "soap.wsdl_cache_ttl". Configuration directive "soap.wsdl_cache_limit" restricts the number of cached wsdl files in memory. Adding new files into full memory cache will delete oldest files from it. Note that, each PHP process or thread uses it's own memory cache.
show more ...
|
#
1c0d8a53 |
| 18-Apr-2006 |
Ilia Alshanetsky |
Fixed bug #29476 (sqlite_fetch_column_types() locks the database forever). |
#
349bcd74 |
| 18-Apr-2006 |
Dmitry Stogov |
Fixed bug #37083 (Frequent crashs in SOAP extension with new WSDL caching code in multithread WS). (Andrei, Dmitry) |
#
76419e13 |
| 17-Apr-2006 |
Ilia Alshanetsky |
Fixed Bug #36872 (session_destroy() fails after call to + session_regenerate_id(true)). |
#
5fd09944 |
| 17-Apr-2006 |
foobar |
BFN |
#
79d8f014 |
| 16-Apr-2006 |
Ilia Alshanetsky |
Fixed bug #37045 (Fixed check for special chars for http redirects). |
#
29254a47 |
| 15-Apr-2006 |
Antony Dovgal |
fix #37062 (compile failure on ARM architecture) if ARM is big endian - don't define IEEE_LITTLE_ENDIAN |
#
67abcb58 |
| 13-Apr-2006 |
Dmitry Stogov |
Fixed bug #36513 (comment will be outputed in last line) |
#
65fcbcbd |
| 13-Apr-2006 |
Antony Dovgal |
fix bug #37061 (curl_exec() doesn't zero-terminate binary strings) - we get the data length from cURL, so it's binary safe. fix leak appearing when re-using curl handle |
#
f897cff4 |
| 13-Apr-2006 |
Dmitry Stogov |
Fixed bug #37054 (SoapClient Error Fetching http headers) |
#
9047558f |
| 12-Apr-2006 |
Johannes Schlüter |
- MFH: Fix bug #37060 (Type of retval of Countable::count() is not checked) |
#
5751903b |
| 12-Apr-2006 |
Antony Dovgal |
fix #37059 (oci_bind_by_name() doesn't support RAW and LONG RAW fields) add tests |
#
195271dd |
| 12-Apr-2006 |
Antony Dovgal |
fix #37057 (xmlrpc_decode() may produce arrays with numeric strings which are unaccessible) |
#
bac1fda3 |
| 12-Apr-2006 |
Antony Dovgal |
fix #37055 (incorrect reference counting for persistent OCI8 connections) |