php-src/ext
2007-11-23 10:02:53 +00:00
..
bcmath Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
bz2 Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
calendar Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
com_dotnet 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:44 +00:00
ctype Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
curl - Fixed bug #43092 (curl_copy_handle() crashes with > 32 chars long URL) 2007-11-16 14:18:59 +00:00
date MFB: Fixed bug #43377 (PHP crashes with invalid argument for DateTimeZone) 2007-11-23 00:15:37 +00:00
dba Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
dbase MFB 'L' size support 2007-11-19 13:57:02 +00:00
dom Fixed tests 2007-11-19 08:21:58 +00:00
enchant - add tests files 2006-03-21 19:02:00 +00:00
ereg Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
exif Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
fbsql Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
fdf Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
fileinfo 1.0.4 2006-11-07 21:45:20 +00:00
filter - Fix compiler warnings 2007-09-28 12:54:42 +00:00
ftp Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
gd -MFB, Right filename 2007-11-05 01:14:44 +00:00
gettext Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
gmp fix tests 2007-11-06 14:31:08 +00:00
hash Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
iconv initialize correct variable 2007-11-01 19:13:28 +00:00
imap Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
interbase Fixed bug #43128 (Very long class name causes segfault) 2007-11-22 13:33:53 +00:00
json Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:15:07 +00:00
ldap - Add support for LDAP_X_OPT_CONNECT_TIMEOUT (Netscape LDAP SDK equivalent for LDAP_OPT_NETWORK_TIMEOUT) 2007-10-06 02:13:31 +00:00
libxml Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:15:07 +00:00
mbstring fix bug number 2007-11-16 12:29:29 +00:00
mcrypt Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
mhash Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
mime_magic Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
ming Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
msql Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
mssql MFB: Fixed bug #4294 (Move *timeout initialization from RINIT to connect 2007-10-22 22:42:54 +00:00
mysql plug memory leak on invalid result type 2007-11-08 13:28:38 +00:00
mysqli Fix crashes with pconn (merge from 5_3) 2007-11-09 12:13:15 +00:00
mysqlnd Fix segfault in debug build 2007-11-08 17:29:06 +00:00
oci8 remove Oracle8 support (it should have been done long ago..) 2007-11-13 11:09:30 +00:00
odbc MFB and unify code 2007-10-10 14:32:01 +00:00
openssl MFB: fix compiler warnings 2007-09-29 11:26:51 +00:00
pcntl Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
pcre Add some more pcre tests 2007-11-21 18:23:02 +00:00
pdo revert previous pdo patch 2007-11-20 23:27:56 +00:00
pdo_dblib Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
pdo_firebird - Added 3 firebird specific attributes to firebird_handle_set_attribute() 2007-10-30 18:06:02 +00:00
pdo_mysql Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
pdo_oci Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
pdo_odbc Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
pdo_pgsql Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
pdo_sqlite Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
pgsql MFB: Fixed bug #43041 (micro-optimizations in pgsql data retrieval) 2007-11-22 00:20:40 +00:00
phar MFB fixes to phar.phar 2007-11-23 05:51:59 +00:00
posix Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
pspell Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
readline Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
recode Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
reflection Fixed bug #43128 (Very long class name causes segfault) 2007-11-22 13:33:53 +00:00
session Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:15:07 +00:00
shmop Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
simplexml fix bug #43221 (SimpleXML adding default namespace in addAttribute) 2007-11-12 18:58:01 +00:00
skeleton Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
snmp Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
soap Fixed bug #42952 (soap cache file is created with insecure permissions) 2007-11-23 10:02:53 +00:00
sockets Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
spl 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:44 +00:00
sqlite Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:15:07 +00:00
standard - Fixed weights array, which was broken with: 2007-11-22 10:18:30 +00:00
sybase Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:15:07 +00:00
sybase_ct Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:15:07 +00:00
sysvmsg Add msg_queue_exists() function (Benjamin Schulz) 2007-11-20 21:24:35 +00:00
sysvsem Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
sysvshm Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
tidy Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:15:07 +00:00
tokenizer T_IMPORT is gone 2007-11-06 09:54:34 +00:00
unicode Fix build 2007-11-02 16:19:57 +00:00
wddx Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:15:07 +00:00
xml Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
xmlreader Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:15:07 +00:00
xmlrpc fix #42736 (xmlrpc_server_call_method() crashes) 2007-11-12 11:22:00 +00:00
xmlwriter that endElement() call was required 2007-10-25 13:00:58 +00:00
xsl Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:15:07 +00:00
zip fix test broken by Sara's commit 2007-11-19 11:12:21 +00:00
zlib Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
ext_skel
ext_skel_win32.php