php-src/ext
Andrey Hristov 98f88d7a97 Remove RPL functions. They were always experimental and lead to crashes.
The underlying functions will be removed from libmysql as of MySQL 6.0, so
it's right time to remove them.
2007-12-28 15:37:52 +00:00
..
bcmath Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
bz2 MFB: Fixed bug #43589 (a possible infinite loop in bz2_filter.c) 2007-12-16 17:22:00 +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 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:12 +00:00
ctype Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
curl Fixed bug #43620 (Workaround for a bug inside libcurl 7.16.2 that can result 2007-12-18 13:46:07 +00:00
date Change createFromTimestamp to setTimestamp 2007-12-14 14:49:15 +00:00
dba - More about 4.6 2007-12-06 14:01:49 +00:00
dbase Fixed bug #42261 (Incorrect lengths for date and boolean data types) 2007-11-18 14:18:30 +00:00
dom MFH: Fix bug #43364 (recursive xincludes don't remove internal nodes properly) 2007-11-28 10:44:21 +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 - Fix indent of macros 2007-12-17 08:51:17 +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 -MFB, Right filename 2007-11-05 01:14:31 +00:00
gettext Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
gmp fix tests 2007-12-27 16:05:00 +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: detect IBM iconv implementation and use correct encoding names 2007-12-04 11:27:25 +00:00
imap Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
interbase Fixed bug #43128 (Very long class name causes segfault) 2007-11-22 13:27:13 +00:00
json Fixed test related to bug #38469 2007-12-28 13:23:00 +00:00
ldap add tests for ldap_dn2ufn() 2007-12-13 18:00:27 +00:00
libxml MFH: starting with 2.6.30, standard libxml2 build can be used 2007-12-04 17:14:34 +00:00
mbstring MFH: Fix typo (TAKAGI Masahiro) 2007-12-26 21:02:46 +00:00
mcrypt - MFH: Fixed bug #43143 (Warning about empty IV with MCRYPT_MODE_ECB). 2007-12-01 17:20:45 +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 Fixed bug #4294 (Move *timeout initialization from RINIT to connect time) 2007-10-22 22:42:43 +00:00
mysql Fixed bug #43635 (mysql extension ingores INI settings on NULL values passed 2007-12-20 00:26:21 +00:00
mysqli Remove RPL functions. They were always experimental and lead to crashes. 2007-12-28 15:37:52 +00:00
mysqlnd Fix segfault in debug build 2007-11-08 17:29:42 +00:00
ncurses Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
oci8 MFB: Fix #42496. Cursor leak fetching LOBs 2007-12-11 06:46:16 +00:00
odbc Fix ODBC, the GC patch missed this one leading to compilation failure. 2007-10-10 14:29:27 +00:00
openssl MFH: - Fixed bug #43137 (rmdir() and rename() do not clear statcache) 2007-10-31 13:22:45 +00:00
pcntl Fixed bug #43373 (pcntl_fork() should not raise E_ERROR on error) 2007-11-27 17:13:18 +00:00
pcre MFH:- Fixed bug #43365 (Several enums have trailing commas) 2007-11-26 10:59:04 +00:00
pdo fix test 2007-11-27 11:14:33 +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 - Fixed bug #43246 (firebird: INSERT ... RETURNING ... throws exception) 2007-11-19 21:55:30 +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 Sync with 5.2 2007-12-11 06:57:39 +00:00
pdo_odbc add iODBC support to pdo_odbc 2007-10-08 17:55:40 +00:00
pdo_pgsql Fixed test 2007-12-04 13:03:39 +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 Fixed bug #43041 (micro-optimizations in pgsql data retrieval) Initial patch 2007-11-22 00:17:28 +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 - fix oumlaut :) 2007-11-05 12:33:40 +00:00
reflection Adding PHPT tests for the ReflectionProperty class. 2007-12-18 17:21:55 +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: fix folding 2007-11-30 13:15:59 +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 Added ability to use SplArrays instead of plain arrays in ext/soap. (Joshua Reese, Dmitry) 2007-12-27 13:10:20 +00:00
sockets Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
spl Kill unused vars 2007-12-17 19:00:07 +00:00
sqlite update todo 2007-12-14 01:23:45 +00:00
standard Added 64-bit tests (Serg) 2007-12-27 11:39:01 +00:00
sybase MFH: Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:22:07 +00:00
sybase_ct Fixed bug #43074 (attempt to increment refcount outside of the macro) 2007-10-23 15:21:20 +00:00
sysvmsg MFH: Add msg_queue_exists() function (Benjamin Schulz) [DOC] 2007-11-20 21:25:10 +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 Fix test 2007-12-16 19:17:54 +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 MFH: fix #42736 (xmlrpc_server_call_method() crashes) 2007-11-12 11:23:04 +00:00
xmlwriter MFH 2007-10-25 13:01:09 +00:00
xsl MFH: Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:22:07 +00:00
zip MFB5.2: Fix protos 2007-12-15 12:52:55 +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
ext_skel_win32.php