php-src/ext
Jani Taskinen 13ea8ee05a MFH
2007-10-10 12:44:46 +00:00
..
bcmath Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
bz2 Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
calendar Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
com_dotnet MFH: Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:22:07 +00:00
ctype Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
curl MFH: fix CURLOPT_TIMEOUT_MS support 2007-10-03 20:34:01 +00:00
date MFH: Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:22:07 +00:00
dba Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
dbase Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
dom MFH: Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:22:07 +00:00
enchant This commit was manufactured by cvs2svn to create branch 'PHP_5_3'. 2007-09-26 15:44:16 +00:00
ereg MFH:- Moved the old regex functions to own extension: ereg 2007-10-05 15:00:09 +00:00
exif Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
fbsql Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
fdf Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
fileinfo This commit was manufactured by cvs2svn to create branch 'PHP_5_3'. 2007-09-26 15:44:16 +00:00
filter Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
ftp Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
gd Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
gettext Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
gmp Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
hash Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
iconv MFH: Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:22:07 +00:00
imap Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
interbase Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
json MFH: Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:22:07 +00:00
ldap MFH:- Add support for LDAP_X_OPT_CONNECT_TIMEOUT (Netscape LDAP SDK equivalent for LDAP_OPT_NETWORK_TIMEOUT) 2007-10-06 02:13:50 +00:00
libxml MFH: Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:22:07 +00:00
mbstring MFH: Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:22:07 +00:00
mcrypt Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
mhash Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
mime_magic Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
ming Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
msql Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
mssql Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
mysql And the last set of new tests for ext/mysql. "new" does not really mean new. 2007-10-10 09:56:48 +00:00
mysqli Last bunch of new tests. 2007-10-10 10:20:11 +00:00
mysqlnd Fix build for mysqlnd 2007-10-07 21:47:36 +00:00
ncurses Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
oci8 MFH: Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:22:07 +00:00
odbc Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
openssl use FREE_ZVAL() instead of free() to free a zval 2007-09-29 11:24:05 +00:00
pcntl Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
pcre Fixed bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines) 2007-10-07 13:57:10 +00:00
pdo MFH: stmt->fetch.func.values is not a zval and should not be freed with FREE_ZVAL 2007-10-08 04:06:15 +00:00
pdo_dblib Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
pdo_firebird Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
pdo_mysql Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
pdo_oci Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
pdo_odbc add iODBC support to pdo_odbc 2007-10-08 17:55:40 +00:00
pdo_pgsql Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
pdo_sqlite Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
pgsql MFH:- Moved the old regex functions to own extension: ereg 2007-10-05 15:00:09 +00:00
phar This commit was manufactured by cvs2svn to create branch 'PHP_5_3'. 2007-09-26 15:44:16 +00:00
posix Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
pspell Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
readline Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
recode Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
reflection MFH: Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:22:07 +00:00
session MFH: Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:22:07 +00:00
shmop Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
simplexml MFH: Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:22:07 +00:00
skeleton Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
snmp Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
soap MFH: Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:22:07 +00:00
sockets Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
spl MFH: Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:22:07 +00:00
sqlite MFH: Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:22:07 +00:00
standard MFH 2007-10-10 12:44:46 +00:00
sybase MFH: Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:22:07 +00:00
sybase_ct Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
sysvmsg Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
sysvsem Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
sysvshm Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
tidy MFH: Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:22:07 +00:00
tokenizer - Merge minor namespace related stuff (README and tokenizer) 2007-09-28 21:02:19 +00:00
wddx one more fix 2007-10-07 08:33:38 +00:00
xml Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
xmlreader MFH: Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:22:07 +00:00
xmlrpc Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
xmlwriter Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
xsl MFH: Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:22:07 +00:00
zip MFH: Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:22:07 +00:00
zlib Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
ext_skel ; 2004-05-16 12:10:35 +00:00
ext_skel_win32.php