php-src/ext
Anatol Belski 80d6eb6806 Fix unsigned comparisons and remove dead code
Fix unsigned comparison

Cleanup never executed block

Fix unsigned comparison

Fix unsigned comparison, diff can't be < 0

Fix unsigned comparison

Fix unsigned comparison

Remove dead code
2017-11-17 22:38:44 +01:00
..
bcmath Don't reintroduce split_bc_num() 2017-11-07 16:37:31 +01:00
bz2 Encapsulate reference-counting primitives. 2017-10-27 01:28:58 +03:00
calendar Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
com_dotnet Encapsulate reference-counting primitives. 2017-10-27 01:28:58 +03:00
ctype Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
curl Avoid unnecessary reference-counting on strings. 2017-11-16 17:09:32 +03:00
date Avoid unnecessary reference-counting on strings. 2017-11-16 17:09:32 +03:00
dba Persistent resources are "thread-local". 2017-11-01 15:19:31 +03:00
dom Use interned strings for "magic" property of internal classes. (not copyied into SHM) 2017-11-01 19:04:54 +03:00
enchant Encapsulate reference-counting primitives. 2017-10-27 01:28:58 +03:00
exif These functions are always available, exif can't be cross version compiled anyway 2017-10-31 08:50:30 +01:00
fileinfo Fix remaining signedness warnings 2017-11-14 17:07:09 +01:00
filter Fix remaining signedness warnings 2017-11-14 17:07:09 +01:00
ftp convert spaces to tabs in ext/ftp/tests/server.inc 2017-10-28 13:02:23 +02:00
gd Merge branch 'PHP-7.2' 2017-10-25 14:58:49 +02:00
gettext Fixed bug #73730 (textdomain(null) throws in strict mode) 2017-09-10 18:39:29 +02:00
gmp Fix visibility 2017-10-23 13:27:34 +02:00
hash Fix unsigned comparisons and remove dead code 2017-11-17 22:38:44 +01:00
iconv
imap
interbase Persistent resources are "thread-local". 2017-11-01 15:19:31 +03:00
intl Enable and fix printf() format warnings 2017-11-16 21:15:36 +01:00
json RC manipulation cleanup 2 2017-11-02 12:13:35 +08:00
ldap Remove these ancient ldap parts for Windows thats no longer relevant 2017-10-23 03:13:53 +02:00
libxml Encapsulate reference-counting primitives. 2017-10-27 01:28:58 +03:00
mbstring Merge branch 'PHP-7.2' 2017-11-06 07:24:51 +00:00
mysqli Use single memory pool for result metadata and result set. 2017-11-15 14:07:09 +03:00
mysqlnd Enable and fix printf() format warnings 2017-11-16 21:15:36 +01:00
oci8 Persistent resources are "thread-local". 2017-11-01 15:19:31 +03:00
odbc Persistent resources are "thread-local". 2017-11-01 15:19:31 +03:00
opcache Backport some printf() fixes to 7.2 2017-11-16 21:26:33 +01:00
openssl Enable and fix printf() format warnings 2017-11-16 21:15:36 +01:00
pcntl RC manipulation cleanup 2017-11-01 10:25:10 +08:00
pcre Enable and fix printf() format warnings 2017-11-16 21:15:36 +01:00
pdo Enable and fix printf() format warnings 2017-11-16 21:15:36 +01:00
pdo_dblib Treat DATETIME2 columns like DATETIME 2017-11-10 17:20:33 -05:00
pdo_firebird Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
pdo_mysql Merge branch 'PHP-7.2' 2017-09-13 14:12:53 +02:00
pdo_oci Encapsulate reference-counting primitives. 2017-10-27 01:28:58 +03:00
pdo_odbc Remove EXPERIMENTAL files from fileinfo and pdo_odbc stable extensions 2017-09-30 01:58:08 +02:00
pdo_pgsql Merge branch 'PHP-7.2' 2017-10-27 16:24:22 +02:00
pdo_sqlite Encapsulate reference-counting primitives. 2017-10-27 01:28:58 +03:00
pgsql Enable and fix printf() format warnings 2017-11-16 21:15:36 +01:00
phar Backport some printf() fixes to 7.2 2017-11-16 21:26:33 +01:00
posix Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
pspell
readline Test that readline respects open_basedir 2017-08-25 00:12:36 +01:00
recode
reflection Avoid unnecessary reference-counting on strings. 2017-11-16 17:09:32 +03:00
session Avoid unnecessary reference-counting on strings. 2017-11-16 17:09:32 +03:00
shmop Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
simplexml Avoid unnecessary reference-counting on strings. 2017-11-16 17:09:32 +03:00
skeleton Added missing config.x.in files for ext_skel 2017-08-11 15:42:47 +02:00
snmp Use interned strings for "magic" property of internal classes. (not copyied into SHM) 2017-11-01 19:04:54 +03:00
soap Avoid unnecessary reference-counting on strings. 2017-11-16 17:09:32 +03:00
sockets Avoid unnecessary reference-counting on strings. 2017-11-16 17:09:32 +03:00
sodium Fix uninitialized vars 2017-10-23 12:02:41 +02:00
spl Fix remaining signedness warnings 2017-11-14 17:07:09 +01:00
sqlite3 Updated bundled libsqlite to 3.21.0 2017-11-07 16:21:07 +01:00
standard Fix unsigned comparisons and remove dead code 2017-11-17 22:38:44 +01:00
sysvmsg Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
sysvsem Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
sysvshm Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
tidy Remove tidy examples 2017-10-19 12:07:02 +01:00
tokenizer Remove tokenizer PHP example script 2017-10-19 12:06:10 +01:00
wddx Avoid unnecessary reference-counting on strings. 2017-11-16 17:09:32 +03:00
xml Kill compiler warnings in ext/xml 2017-08-24 01:09:16 +02:00
xmlreader Use interned strings for "magic" property of internal classes. (not copyied into SHM) 2017-11-01 19:04:54 +03:00
xmlrpc RC manipulation cleanup 2 2017-11-02 12:13:35 +08:00
xmlwriter Remove PHP code examples from xmlwriter extension 2017-10-15 15:38:45 +02:00
xsl RC manipulation cleanup 2 2017-11-02 12:13:35 +08:00
zend_test Make ext/zend_test report itself as zend-test in `php -m' 2017-08-17 22:15:09 +02:00
zip Enable and fix printf() format warnings 2017-11-16 21:15:36 +01:00
zlib Add support for zlib/level context option 2017-10-23 22:14:52 -04:00
ext_skel.php Fix ext_skel's help, the arguments passed are using a space, not an equal sign for values 2017-07-23 11:28:27 +02:00