php-src/ext
Dmitry Stogov 68906dbe62 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.
2006-04-19 10:48:54 +00:00
..
bcmath bump year and license version 2006-01-01 12:51:34 +00:00
bz2 bump year and license version 2006-01-01 12:51:34 +00:00
calendar bump year and license version 2006-01-01 12:51:34 +00:00
com_dotnet fix bug #36898 (__set() leaks in classes extending internal ones) 2006-03-29 14:28:43 +00:00
ctype bump year and license version 2006-01-01 12:51:34 +00:00
curl fix bug #37061 (curl_exec() doesn't zero-terminate binary strings) - we get the data length from cURL, so it's binary safe. 2006-04-13 11:26:10 +00:00
date add default timezone to the tests 2006-04-11 19:34:14 +00:00
dba - Fixed bug #36436 (DBA problem with Berkeley DB4). 2006-02-18 17:11:06 +00:00
dbase MFH: fix #36113 (Reading records of unsupported type causes segfault) 2006-01-23 22:42:12 +00:00
dom fix bug #36898 (__set() leaks in classes extending internal ones) 2006-03-29 14:28:43 +00:00
ereg - Warning fixes by Steph 2006-02-26 10:57:00 +00:00
exif - MFH Fix condition 2006-04-10 18:23:24 +00:00
fbsql bump year and license version 2006-01-01 12:51:34 +00:00
fdf bump year and license version 2006-01-01 12:51:34 +00:00
filepro bump year and license version 2006-01-01 12:51:34 +00:00
ftp fix spelling in error messages: 2006-04-03 09:14:33 +00:00
gd - #36697, Transparency is lost when using imagecreatetruecolor 2006-03-13 21:56:38 +00:00
gettext Fixed bug #36935 2006-04-09 23:14:47 +00:00
gmp bump year and license version 2006-01-01 12:51:34 +00:00
hash Sync with source distro, enable hash by default 2006-03-03 14:34:34 +00:00
hwapi bump year and license version 2006-01-01 12:51:34 +00:00
iconv - Fix warning 2006-02-28 02:22:57 +00:00
imap - not efree but free 2006-01-28 08:07:20 +00:00
informix WS 2006-01-13 14:31:38 +00:00
interbase bump year and license version 2006-01-01 12:51:34 +00:00
ldap bump year and license version 2006-01-01 12:51:34 +00:00
libxml bump year and license version 2006-01-01 12:51:34 +00:00
mbstring MFH: Fixed bug #37103 (libmbfl headers not installed) 2006-04-17 22:13:56 +00:00
mcrypt bump year and license version 2006-01-01 12:51:34 +00:00
mhash fix spelling in error messages: 2006-04-03 09:14:33 +00:00
mime_magic bump year and license version 2006-01-01 12:51:34 +00:00
ming - MFH Proto fixes 2006-03-06 10:06:25 +00:00
msql bump year and license version 2006-01-01 12:51:34 +00:00
mssql Fix #33694 invalid sql or timeouts makes it impossible to reuse persistent connections 2006-04-04 18:49:12 +00:00
mysql Fixed test to work when TCP/IP access to MySQL is disabled or test server 2006-02-06 14:25:07 +00:00
mysqli fixed bigint conversion on windows platforms 2006-04-05 12:17:08 +00:00
ncurses bump year and license version 2006-01-01 12:51:34 +00:00
oci8 fix #37059 (oci_bind_by_name() doesn't support RAW and LONG RAW fields) 2006-04-12 19:21:35 +00:00
odbc MFH: fix #35959 (Cannot build with Solid 2.3) 2006-01-10 14:15:35 +00:00
openssl bump year and license version 2006-01-01 12:51:34 +00:00
pcntl bump year and license version 2006-01-01 12:51:34 +00:00
pcre MFH 2006-04-11 21:33:46 +00:00
pdo Add "ATTR_EMULATE_PREPARES" general attribute to replace the custom 2006-04-09 08:05:01 +00:00
pdo_dblib - Fix date 2006-01-01 12:47:32 +00:00
pdo_firebird bump year and license version 2006-01-01 12:51:34 +00:00
pdo_mysql Fixed Bug #36602: persistent connections don't work with MySQL 5.0.3+. 2006-04-09 08:11:31 +00:00
pdo_oci fix skip condition 2006-03-28 23:15:40 +00:00
pdo_odbc Fix for #36342; ODBC won't let you bind variables by buffer after "long" 2006-03-27 21:04:12 +00:00
pdo_pgsql be aware of PDO_ATTR_EMULATE_PREPARES 2006-04-09 08:17:50 +00:00
pdo_sqlite bump year and license version 2006-01-01 12:51:34 +00:00
pgsql - MFH Fix potenbtioal SEGV 2006-04-10 19:51:55 +00:00
posix Adjusted credits file so that it appears properly on phpinfo() 2006-04-07 03:41:06 +00:00
pspell bump year and license version 2006-01-01 12:51:34 +00:00
readline bump year and license version 2006-01-01 12:51:34 +00:00
recode bump year and license version 2006-01-01 12:51:34 +00:00
reflection fix bug #36898 (__set() leaks in classes extending internal ones) 2006-03-29 14:28:43 +00:00
session Commit the actual fix 2006-04-18 00:31:45 +00:00
shmop bump year and license version 2006-01-01 12:51:34 +00:00
simplexml - MFH Fix properties access to children() result 2006-04-14 15:19:45 +00:00
skeleton MFH 2005-12-05 23:53:05 +00:00
snmp bump year and license version 2006-01-01 12:51:34 +00:00
soap Cleaned up Andrei's patch for caching WSDL in process memory, added TTL and LIMIT for memory cache. 2006-04-19 10:48:54 +00:00
sockets - revert last commit, something else went wrong 2006-04-07 14:04:36 +00:00
spl AIX #define's accept as naccept 2006-04-13 13:21:43 +00:00
sqlite Fixed bug #29476 (sqlite_fetch_column_types() locks the database forever). 2006-04-18 14:30:16 +00:00
standard MFH: fix typo 2006-04-19 08:43:29 +00:00
sybase bump year and license version 2006-01-01 12:51:34 +00:00
sybase_ct bump year and license version 2006-01-01 12:51:34 +00:00
sysvmsg bump year and license version 2006-01-01 12:51:34 +00:00
sysvsem bump year and license version 2006-01-01 12:51:34 +00:00
sysvshm bump year and license version 2006-01-01 12:51:34 +00:00
tidy #ifdef new functions and use their bodies to make PECL extensions compile with PHP < 5.1.3 2006-04-03 14:59:30 +00:00
tokenizer - Fixed broken test case. 2006-01-04 10:31:58 +00:00
wddx Add header so WDDX builds as shared 2006-01-28 06:15:25 +00:00
xml nuke unused variable 2006-02-02 21:43:09 +00:00
xmlreader #ifdef new functions and use their bodies to make PECL extensions compile with PHP < 5.1.3 2006-04-03 14:59:30 +00:00
xmlrpc add test 2006-04-12 15:18:38 +00:00
xmlwriter #ifdef new functions and use their bodies to make PECL extensions compile with PHP < 5.1.3 2006-04-03 14:59:30 +00:00
xsl fix bug #36898 (__set() leaks in classes extending internal ones) 2006-03-29 14:28:43 +00:00
zlib bump year and license version 2006-01-01 12:51:34 +00:00
ext_skel ; 2004-05-16 12:10:35 +00:00
ext_skel_win32.php