php-src/ext
2014-01-02 10:57:46 +00:00
..
bcmath Happy New Year 2013-01-01 16:28:54 +08:00
bz2 - Fixed possible memory leak 2013-10-19 23:29:34 -03:00
calendar Fixed bug #64895 Integer overflow in SndToJewish 2013-05-22 08:30:50 +02:00
com_dotnet - Fixed bug #62475 (variant_* functions causes crash when null given as an argument) 2013-06-25 21:36:50 -03:00
ctype Happy New Year 2013-01-01 16:28:54 +08:00
curl Suppress compiler warning "warning: variable ‘length’ set but not used [-Wunused-but-set-variable]" 2013-08-21 15:39:14 -07:00
date - Updated to version 2013.9 (2013i) 2013-12-19 18:58:44 +00:00
dba Fix unitialized opened_path here - found by Coverity 2013-10-19 19:24:17 -07:00
dom fix possibly uninitialized value 2013-12-06 10:27:33 +01:00
enchant typo fixes 2013-07-15 00:23:03 -07:00
ereg Happy New Year 2013-01-01 16:28:54 +08:00
exif Fix bug #65873 - Integer overflow in exif_read_data() 2013-12-16 11:34:24 -08:00
fileinfo non living code related typo fixes 2013-08-04 16:05:36 -07:00
filter Remove 128.0.0.0/16 and 191.255.0.0/16 from the reserved list. 2013-12-03 14:46:15 -08:00
ftp Fix leak caused by fix to bug #65667 2013-12-30 13:53:12 +01:00
gd Switch to using freetype-config for freetype detection. 2013-12-07 19:39:40 -08:00
gettext Happy New Year 2013-01-01 16:28:54 +08:00
gmp Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings. 2013-08-14 20:36:50 -07:00
hash typo fixes 2013-07-15 00:23:03 -07:00
iconv Happy New Year 2013-01-01 16:28:54 +08:00
imap Fix the broken sh syntax in ext/imap/config.m4. 2013-09-20 14:15:19 -07:00
interbase Merge branch 'pull-request/341' 2013-06-10 14:20:18 -07:00
intl Fix coverity issue with -1 returned by findOffset not being handled by getPreferredTag 2013-10-20 23:04:16 -07:00
json Better test: Check combined leading/trailing 2013-10-15 20:42:31 +00:00
ldap fix test 2013-09-30 11:41:35 +02:00
libxml Merge branch 'pull-request/341' 2013-06-10 14:20:18 -07:00
mbstring - Fixed possible uninitialized scalar variable usage (spotted by Coverity) 2013-10-20 08:51:09 -02:00
mcrypt Happy New Year 2013-01-01 16:28:54 +08:00
mssql Happy New Year 2013-01-01 16:28:54 +08:00
mysql non living code related typo fixes 2013-08-04 16:05:36 -07:00
mysqli Fix loss of precision 2013-12-04 12:06:59 +02:00
mysqlnd Fix loss of precision 2013-12-04 12:06:59 +02:00
oci8 typo fixes 2013-07-15 00:23:03 -07:00
odbc Fixed bug #65950 Field name truncation if the field name is bigger than 32 characters 2013-10-26 10:31:21 +09:00
openssl Merge branch 'PHP-5.3' into PHP-5.4 2013-12-11 13:32:49 +01:00
pcntl We shouldn't load any local ini files for these tests 2013-08-02 16:23:18 -04:00
pcre typo fixes 2013-07-15 00:23:03 -07:00
pdo Fix broken test 2013-11-09 09:45:52 -08:00
pdo_dblib FIX BUG #65219 - Typo correction 2013-10-05 20:59:20 -07:00
pdo_firebird Merge branch 'PHP-5.3' into PHP-5.4 2013-05-31 16:26:54 +02:00
pdo_mysql add test 2013-11-26 19:15:12 +02:00
pdo_oci Remove some compilation warnings: 2013-08-20 10:33:00 -07:00
pdo_odbc - Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries) patch by: michael at orlitzky dot com 2013-12-22 09:42:45 -02:00
pdo_pgsql Fixed other compiler warnings in PDO_PGSQL 2013-08-21 11:22:33 +02:00
pdo_sqlite Fixed Bug #66034 (Segmentation Fault when constructor of PDO statement throws an exception) 2013-11-05 11:04:55 +08:00
pgsql Fix Coverity issue reporting wrong sizeof() 2013-10-22 12:27:18 +09:00
phar remove "PHP 6" staff 2013-10-27 16:52:43 +08:00
posix non living code related typo fixes 2013-08-04 16:05:36 -07:00
pspell Happy New Year 2013-01-01 16:28:54 +08:00
readline readline can output control codes 2013-06-17 00:15:31 -07:00
recode Happy New Year 2013-01-01 16:28:54 +08:00
reflection Fixed Bug #66218 zend_register_functions breaks reflection 2013-12-10 16:07:16 +01:00
session Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings. 2013-08-14 20:36:50 -07:00
shmop Merge branch 'pull-request/341' 2013-06-10 14:20:18 -07:00
simplexml Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings. 2013-08-14 20:36:50 -07:00
skeleton fixed skeleton to produce the normalized ext version macros 2013-10-14 14:18:43 +02:00
snmp Fixed SNMP_ERR_TOOBIG handling for bulk walk operations 2013-12-20 00:25:16 +04:00
soap - Moved allocation to if block to make Coverity happy 2013-10-19 23:36:28 -03:00
sockets fix bug #65808 the socket_connect() won't work with IPv6 address 2013-10-02 15:19:25 +02:00
spl Fixed tests 2013-12-02 11:53:35 +04:00
sqlite3 non living code related typo fixes 2013-08-04 16:05:36 -07:00
standard Fixed tests 2013-12-02 11:53:35 +04:00
sybase_ct typo fixes 2013-07-15 00:23:03 -07:00
sysvmsg Merge branch 'pull-request/341' 2013-06-10 14:20:18 -07:00
sysvsem Merge branch 'pull-request/341' 2013-06-10 14:20:18 -07:00
sysvshm Happy New Year 2013-01-01 16:28:54 +08:00
tidy non living code related typo fixes 2013-08-04 16:05:36 -07:00
tokenizer Happy New Year 2013-01-01 16:28:54 +08:00
wddx Happy New Year 2013-01-01 16:28:54 +08:00
xml Eliminate compiler warnings: "warning: pointer targets in initialization differ in signedness" 2013-08-20 10:41:29 -07:00
xmlreader Fixed bug #64230 (XMLReader does not suppress errors) 2013-10-04 11:22:17 +02:00
xmlrpc Test extension xmlrpc encode type double and string decode type string and int 2013-08-24 21:44:50 -07:00
xmlwriter typo fixes 2013-07-15 00:23:03 -07:00
xsl fix bug #49634x 2013-12-02 12:10:00 +01:00
zip Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real) 2013-12-19 10:53:38 +01:00
zlib fix many parallel test issues 2013-11-06 10:31:47 +01:00
ext_skel
ext_skel_win32.php