php-src/ext
2006-12-19 08:58:58 +00:00
..
bcmath Intialization code is moved from request startup to module startup 2006-11-10 12:02:10 +00:00
bz2
calendar Fixed tests 2006-12-04 18:29:49 +00:00
com_dotnet fix heap corruption when adding/caching typelib (also fixes bug 39606) 2006-12-09 10:52:09 +00:00
ctype
curl Adjust previous patch to work better 2006-11-21 15:53:23 +00:00
date Fixed bug #39782 (setTime() on a DateTime constructed with a Weekday 2006-12-11 21:04:40 +00:00
dba Revert previous patch and it breaks builds with built-in cdb lib 2006-12-05 17:54:52 +00:00
dbase Fixed a possible memory corruption in dbase_open() with invalid open mode 2006-12-01 19:10:50 +00:00
dom add a note that libxml2 2.6.2x is required 2006-11-13 12:54:04 +00:00
ereg Fixed potential use of un-initialized var (detected by Coverity) 2006-10-12 01:05:09 +00:00
exif - MFH: Make parameter parsing api check happy 2006-11-04 20:46:32 +00:00
fbsql
fdf
filter Cleanup & optimize php_filter_encode_url() 2006-12-18 15:42:18 +00:00
ftp MFH: fix leaks 2006-12-03 13:59:11 +00:00
gd - #39286, misleading error message when nvalid dimensions are given 2006-12-10 02:55:30 +00:00
gettext
gmp
hash Backport md2, ripemd256, and ripemd320 algos from HEAD 2006-11-15 20:06:09 +00:00
iconv Fixed bug #37773 (iconv_substr() gives "Unknown error" when string length = 2006-11-15 18:34:57 +00:00
imap Fixed bug #39779 (Enable AUTH PLAIN mechanism in underlaying libc-client). 2006-12-17 18:22:53 +00:00
informix
interbase Thread safety fixes. 2006-11-30 16:21:24 +00:00
json Fixed bug #38680 (Added missing handling of basic types in json_decode). 2006-11-03 13:16:33 +00:00
ldap MFH: fix bug #38882 (ldap_connect causes segfault with newer versions of OpenLDAP) 2006-10-18 20:58:23 +00:00
libxml mark a few variables and functions as static 2006-11-10 18:05:11 +00:00
mbstring Fixed compiler warnings 2006-11-16 17:33:39 +00:00
mcrypt Replace non-threadsafe rand() with php_rand_r() 2006-11-28 00:22:05 +00:00
mhash MFH: Fix double "wron param count" messages 2006-11-03 14:46:48 +00:00
mime_magic Use thread-safe code 2006-11-30 15:13:19 +00:00
ming Remove PHP4.x stuff 2006-12-05 21:46:23 +00:00
msql
mssql
mysql
mysqli Fix tests 2006-12-12 08:09:40 +00:00
ncurses
oci8 disable tests 2006-12-12 13:22:44 +00:00
odbc
openssl Fix win32 build 2006-12-06 13:18:36 +00:00
pcntl
pcre Removed dummy vars. 2006-12-12 15:35:16 +00:00
pdo Fixed test 2006-12-09 16:41:24 +00:00
pdo_dblib
pdo_firebird Fixed compiler warnings 2006-11-16 17:33:39 +00:00
pdo_mysql Fix skipif 2006-12-12 08:13:31 +00:00
pdo_oci
pdo_odbc Fix for PECL #7755; use the displayable column width as the basis for our 2006-10-11 03:07:29 +00:00
pdo_pgsql Fixed bug #39845 (Persistent connections generate a warning in pdo_pgsql). 2006-12-18 17:56:25 +00:00
pdo_sqlite Fix win32 build 2006-12-06 13:18:36 +00:00
pgsql Fix test 2006-12-12 09:15:25 +00:00
posix Fixed bug #39754 (Some POSIX extension functions not thread safe). 2006-12-07 01:41:18 +00:00
pspell
readline
recode
reflection - MFH: Fix #38465 (ReflectionParameter fails if default value is an access to self:: 2006-10-18 16:35:15 +00:00
session MFH: fix retval type 2006-12-04 15:58:48 +00:00
shmop MFH: Fix double "wron param count" messages 2006-11-03 14:46:48 +00:00
simplexml fix tests 2006-12-08 17:55:58 +00:00
skeleton
snmp
soap Fixed bug #39832 (SOAP Server: parameter not matching the WSDL specified type are set to 0) 2006-12-18 14:39:23 +00:00
sockets
spl - MFH Fix comparison of RecursiveDualIterators 2006-12-10 23:44:49 +00:00
sqlite Fix win32 build 2006-12-01 20:24:58 +00:00
standard Added function stream_socket_shutdown(). It is a wraper for system shutdown() function, that shut downs part of a full-duplex connection 2006-12-19 08:58:58 +00:00
sybase
sybase_ct
sysvmsg
sysvsem
sysvshm
tidy MFH: Fix double "wron param count" messages 2006-11-03 14:46:48 +00:00
tokenizer
wddx optimize out strlen() calls 2006-12-13 15:31:47 +00:00
xml
xmlreader
xmlrpc last set of zts fixes 2006-11-30 16:38:37 +00:00
xmlwriter statification of local functions and variables. 2006-11-09 16:04:34 +00:00
xsl fix bug #39625 (Apache crashes on importStylesheet call) 2006-12-05 12:04:34 +00:00
zip Fix win32 build 2006-12-01 20:24:58 +00:00
zlib cosmetic improvements 2006-12-05 23:03:19 +00:00
ext_skel
ext_skel_win32.php