#
ed33d232 |
| 03-May-2006 |
Rob Richards |
BFN re-order news |
#
7941dcf5 |
| 02-May-2006 |
Dmitry Stogov |
typo |
Revision tags: RELEASE_1_0_3 |
|
#
299fe255 |
| 01-May-2006 |
Wez Furlong |
add note about ssl context options. |
#
f3a123a9 |
| 30-Apr-2006 |
Marcus Boerger |
- After 5.1.3 follows 5.1.4, 5.2 requires a new branch, preferable from this point of development (ilia will do so) |
#
07e11dcc |
| 30-Apr-2006 |
Wez Furlong |
Fix #36632 |
#
aa5dbc8c |
| 30-Apr-2006 |
Wez Furlong |
Fix #35552 |
Revision tags: php-5.1.3 |
|
#
0c54f6f7 |
| 26-Apr-2006 |
Ilia Alshanetsky |
Restore dev |
#
3566fe4a |
| 26-Apr-2006 |
Ilia Alshanetsky |
Remove soap cache news |
#
fc4614d1 |
| 26-Apr-2006 |
Edin Kadribasic |
BFN |
#
77755502 |
| 26-Apr-2006 |
Ilia Alshanetsky |
Prepare the news file for release |
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)). |