php-src/ext
2013-10-29 17:24:23 +09: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.8 (2013h) 2013-10-28 15:12:30 +01:00
dba Fix unitialized opened_path here - found by Coverity 2013-10-19 19:24:17 -07:00
dom Suppress compiler warning "warning: variable ‘retcount’ set but not used [-Wunused-but-set-variable]" 2013-08-21 15:37:02 -07: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 add tests for bug #62523 2013-10-21 22:15:09 +02:00
fileinfo non living code related typo fixes 2013-08-04 16:05:36 -07:00
filter Merge branch 'pull-request/499' 2013-10-19 00:42:53 -07:00
ftp Clean up this weird safe_emalloc() call 2013-10-20 09:36:50 -07:00
gd - Fix extern declaration according to definition 2013-10-20 01:16:07 -02: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 Happy New Year 2013-01-01 16:28:54 +08: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 non living code related typo fixes 2013-08-04 16:05:36 -07:00
mysqlnd Merge branch 'PHP-5.4' 2013-08-05 17:23:00 +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 C89 compatibility 2013-10-09 12:30:31 +02: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 Fixed other compiler warnings 2013-08-22 15:33:54 +02: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 pcre_quote? No such thing. How did this ever pass? 2013-08-02 16:12:21 -04:00
pdo_oci Remove some compilation warnings: 2013-08-20 10:33:00 -07:00
pdo_odbc Remove some compilation warnings: 2013-08-20 10:33:00 -07:00
pdo_pgsql Fixed other compiler warnings in PDO_PGSQL 2013-08-21 11:22:33 +02:00
pdo_sqlite Add user contributed test. Bug #61748 2013-08-02 09:52:08 +09:00
pgsql Fix Coverity issue reporting wrong sizeof() 2013-10-22 12:27:18 +09:00
phar - Fixed possible NULL ptr dereference 2013-10-20 09:04:24 -02: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 non living code related typo fixes 2013-08-04 16:05:36 -07: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 Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings. 2013-08-14 20:36:50 -07: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 Revert "EmptyIterator now implements Countable; fixes bug 60577" 2013-09-18 15:06:36 +02:00
sqlite3 non living code related typo fixes 2013-08-04 16:05:36 -07:00
standard Fixed Bug 64760 var_export() does not use full precision for floating-point numbers 2013-10-29 17:24:23 +09: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 Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings. 2013-08-14 20:36:50 -07:00
zip When src->src is null this doesn't get initialized 2013-10-20 22:15:35 -07:00
zlib fix bug #65391 2013-08-09 11:14:04 +02:00
ext_skel
ext_skel_win32.php