php-src/ext
2008-10-12 15:01:12 +00:00
..
bcmath - Revert wrong fix 2008-08-15 16:36:39 +00:00
bz2 fix Bug #46026: bz2.decompress/zlib.inflate filter tries to decompress after end of stream 2008-10-11 19:14:08 +00:00
calendar
com_dotnet MFH: nuketh C++ comments 2008-08-03 12:15:55 +00:00
ctype
curl - fix zlib detection and enable features available in 7.18.1 2008-08-24 15:16:39 +00:00
date - Updated to version 2008.7 (2008g) 2008-10-06 14:27:41 +00:00
dba
dom MFH: fix bug #46185 (importNode changes the namespace of an XML element) 2008-09-29 16:52:45 +00:00
enchant
ereg
exif MFH 2008-08-03 12:11:07 +00:00
fileinfo - MFH: Fixed mime-type generation. 2008-10-08 09:44:24 +00:00
filter - MFH: Added parameter TSRMLS_DC in zend_is_callable() 2008-08-02 04:46:07 +00:00
ftp
gd Removed deprecated usage of zend_get_parameters_ex() 2008-10-06 17:57:32 +00:00
gettext - MFH: use static lib first if found 2008-08-01 21:20:08 +00:00
gmp
hash update tests 2008-09-18 12:16:15 +00:00
iconv clean some dead code (with static analysis help) 2008-09-23 15:18:26 +00:00
imap Fixed a few signedness warnings 2008-10-06 01:18:54 +00:00
interbase - MFH: Fixed bug #45575 (Segfault with invalid non-string as event handler callback) 2008-10-07 18:18:45 +00:00
intl fix tests to work both in ICU 3.6 and 3.8 2008-09-08 20:49:10 +00:00
json - New test 2008-10-02 03:36:52 +00:00
ldap - MFH: Added parameter TSRMLS_DC in zend_is_callable() 2008-08-02 04:46:07 +00:00
libxml MFH: fix warning 2008-08-25 21:04:30 +00:00
mbstring - MFH: Reenable ini_set("mbstring.internal_encoding", VALUE) to work on runtime. 2008-09-13 19:53:01 +00:00
mcrypt - MFH: Fixed bug #46010 (warnings incorrectly generated for iv in ecb mode) 2008-09-07 22:57:37 +00:00
mhash MFH: Fixed #45911 (Cannot disable ext/hash) 2008-09-07 13:15:59 +00:00
msql - MFH: Initialize variable 2008-10-05 04:38:01 +00:00
mssql MFH: 2008-10-09 18:34:20 +00:00
mysql MFH: No mysqli stuff in ext/mysql 2008-09-29 21:18:31 +00:00
mysqli - Declarations MUST BE done in the beginning of a context 2008-10-03 16:19:49 +00:00
mysqlnd MFH: Improve order in MINFO output 2008-10-01 21:36:43 +00:00
oci8 MFH: Bug #45888 (Refcounting in ZTS mode) 2008-08-28 06:33:24 +00:00
odbc - MFH: Added odbc.default_cursortype to control the ODBC cursormodel 2008-08-29 19:16:58 +00:00
openssl MFH: initialize keyresource 2008-09-30 14:41:49 +00:00
pcntl Add tests for pcntl 2008-09-12 19:49:46 +00:00
pcre clean some dead code (with static analysis help) 2008-09-23 15:18:26 +00:00
pdo - Removed unnecessary strcmp call (thanks Tony) 2008-10-12 13:46:10 +00:00
pdo_dblib - MFH: Fixed bug #44991 (Compile Failure With freetds0.82) (patch by matthias at dsx dot at) 2008-10-04 12:52:58 +00:00
pdo_firebird
pdo_mysql - Fixed tests 2008-10-10 16:51:43 +00:00
pdo_oci improve OCI detection 2008-10-10 20:05:05 +00:00
pdo_odbc MFH: nuketh C++ comments 2008-08-03 12:15:55 +00:00
pdo_pgsql - Fixed compiler warnings 2008-10-12 15:01:12 +00:00
pdo_sqlite - Added skipif 2008-10-10 19:53:20 +00:00
pgsql use proper macro 2008-10-08 23:04:38 +00:00
phar add new test for copy-on-write, fix copy-on-write for Phar/PharFileInfo methods 2008-10-12 06:53:32 +00:00
posix MFH: Fixed #46059 (Compile failure under IRIX 6.5.30 building posix.c) 2008-09-20 22:12:43 +00:00
pspell MFH: 2008-08-23 16:32:04 +00:00
readline - Fixed mem. leak 2008-09-10 13:47:29 +00:00
recode
reflection Fixed bug #46205 (Closure - Memory leaks when ReflectionException is thrown) 2008-10-01 07:30:31 +00:00
session - Revert idiotic patch (hint: Windows IS NOT the most important OS!) 2008-09-07 17:59:24 +00:00
shmop
simplexml Committting tests for Olafur Waage 2008-10-02 20:09:54 +00:00
skeleton
snmp Fixed bug #45405 (snmp extension memory leak) 2008-09-06 07:57:22 +00:00
soap Added ability to send user defined HTTP headers with SOAP request. 2008-10-01 13:13:34 +00:00
sockets - MFH: 2008-08-23 19:22:10 +00:00
spl Fix #46222 (Allow indirect modifications of Arrays inside ArrayObject + fix EG(uninitialized_zval_ptr) overwrite) 2008-10-05 14:20:55 +00:00
sqlite - MFH: WS 2008-09-13 00:23:48 +00:00
sqlite3 MFH: SQLite3::escapeString can be static as it doesn't rely on an instance of SQLite 2008-09-30 11:14:48 +00:00
standard MFH: Fixed #46164 (stream_filter_remove() closes the stream) 2008-10-05 01:40:19 +00:00
sybase_ct
sysvmsg
sysvsem
sysvshm
tidy - MFH: first static lib then dyn or old one 2008-08-01 11:21:50 +00:00
tokenizer . Added support for using static HEREDOCs to initialize static variables and class members or constants. (Matt) 2008-07-26 15:30:28 +00:00
wddx MFH: fix bug #45901 (wddx_serialize_value crash with SimpleXMLElement object) 2008-09-11 14:17:31 +00:00
xml - Removed unnecessary variable 2008-08-24 02:13:23 +00:00
xmlreader fix proto 2008-08-23 18:06:59 +00:00
xmlrpc MFH: 2008-09-10 00:07:45 +00:00
xmlwriter Fixed bug #46110 (XMLWriter - openmemory() and openuri() leak memory on 2008-09-17 23:27:53 +00:00
xsl MFH: fix bug #46099 (Xsltprocessor::setProfiling - memory leak) 2008-09-18 11:47:59 +00:00
zip - MFH: file will exist only on error (thx tony for the headup) 2008-08-30 23:55:04 +00:00
zlib fix Bug #46026: bz2.decompress/zlib.inflate filter tries to decompress after end of stream 2008-10-11 19:14:08 +00:00
ext_skel
ext_skel_win32.php