php-src/ext
Anatol Belski 793ca716fb Fix datatypes and compiler warnings
Switch to size_t

Not critical as an unsigned is already used, but fixes a couple of
warnings in other areas.

Normalize signature

It's a function with the usual compare semantics, returning a platform
specific at least produces unnecessary warnings elsewhere and is otherwise
inappropriate.

Fix return value

Drop unused var

Fix compiler warnings

Fix compiler warning

Fix var name in arginfo

Fix cast
2017-10-23 08:56:57 +02:00
..
bcmath Merge branch 'pull-request/2742' 2017-09-18 15:21:22 +02:00
bz2 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
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 Always use IS_CONSTANT_AST (IS_CONSTANT is removed). 2017-10-10 10:11:05 +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 Merge branch 'PHP-7.0' into PHP-7.1 2017-10-19 11:40:05 +01:00
date Merge branch 'PHP-7.2' 2017-10-09 15:40:00 +02:00
dba
dom Remove code examples from dom extension 2017-10-08 17:50:17 +02:00
enchant Merge branch 'PHP-7.2' 2017-10-15 14:08:03 +02:00
exif Test requires mbstring – skip if not available 2017-10-11 15:27:56 +02:00
fileinfo Merge branch 'PHP-7.2' 2017-10-11 22:26:09 +02:00
filter Update filter docs and tests 2017-10-19 12:09:06 +01:00
ftp Add test for ftp functions with bogus resource 2017-09-12 07:12:35 +01:00
gd Merge branch 'PHP-7.2' 2017-09-26 00:47:09 +02:00
gettext Fixed bug #73730 (textdomain(null) throws in strict mode) 2017-09-10 18:39:29 +02:00
gmp Revert "Allow internal functions to return values by reference (this was disabled in implementation of DO_ICALL, but enabled in DO_FCALL)." 2017-10-17 13:25:19 +03:00
hash Merge branch 'PHP-7.2' 2017-10-03 06:42:48 +02:00
iconv
imap Fixed bug #72324 (imap_mailboxmsginfo() return wrong size) 2017-07-07 08:18:33 +02:00
interbase Free the HMODULE handle after use 2017-07-21 22:21:25 +02:00
intl Fix datatypes and compiler warnings 2017-10-23 08:56:57 +02:00
json Merge JSON_THROW_ON_ERROR 2017-10-22 19:41:23 +01:00
ldap Remove these ancient ldap parts for Windows thats no longer relevant 2017-10-23 03:13:53 +02:00
libxml Refactored array creation API. array_init() and array_init_size() are converted into macros calling zend_new_array(). They are not functions anymore and don't return any values. 2017-09-20 02:25:56 +03:00
mbstring Update README information for the libmbfl library 2017-10-08 17:51:02 +02:00
mysqli Remove done and old TODO file from ext/mysqli 2017-09-30 03:23:28 +02:00
mysqlnd Convert some mysqlnd file encodings to UTF-8 2017-10-19 11:46:54 +01:00
oci8 Fixed valgrind issue 2017-10-16 19:16:30 -04:00
odbc ODBC Solid is not supported in our build system on Windows, so remove this #ifdef 2017-07-28 10:34:38 +02:00
opcache Constify key access for hash and formal params 2017-10-19 12:07:08 +02:00
openssl Merge branch 'PHP-7.2' 2017-10-22 18:59:32 +01:00
pcntl Removed support for BeOS, development for BeOS was supported 17 years ago. 2017-08-29 22:03:56 +02:00
pcre Fixed bug #75285i Broken build when system libpcre don't have jit support 2017-09-29 15:47:50 +02:00
pdo Merge branch 'PHP-7.2' 2017-10-16 19:02:46 +03:00
pdo_dblib Implemented request #69592: allow 0-column rowsets to be skipped automatically 2017-10-17 14:16:38 -04: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 Merge branch 'PHP-7.1' into PHP-7.2 2017-08-22 01:44:20 -04:00
pdo_odbc Remove EXPERIMENTAL files from fileinfo and pdo_odbc stable extensions 2017-09-30 01:58:08 +02:00
pdo_pgsql 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_sqlite Fix test cleanup 2017-09-06 12:59:10 +02:00
pgsql We don't use these makefiles for compiling PHP extensions anymore (PHP4 era) 2017-08-17 22:10:49 +02:00
phar Refactor ext/phar License info 2017-10-19 11:59:12 +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 Always use IS_CONSTANT_AST (IS_CONSTANT is removed). 2017-10-10 10:11:05 +03:00
session 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
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 Remove PHP examples from simplexml 2017-10-05 12:35:19 +02:00
skeleton Added missing config.x.in files for ext_skel 2017-08-11 15:42:47 +02:00
snmp Fixed bug #74906 redirecting incorrect include <sys/errno.h> 2017-07-17 06:56:59 +01:00
soap Simplify tsrm cache update 2017-10-22 11:57:35 +02:00
sockets Guard against AI_NUMERICSERV not being defined. 2017-10-01 21:37:04 -04:00
sodium ext/sodium: untab tests 2017-10-02 22:28:46 +02:00
spl Refactored recursion pretection 2017-10-06 01:34:50 +03:00
sqlite3 Merge branch 'PHP-7.2' 2017-08-31 07:56:24 +02:00
standard Fix datatypes and compiler warnings 2017-10-23 08:56:57 +02: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 Refactored recursion pretection 2017-10-06 01:34:50 +03:00
xml Kill compiler warnings in ext/xml 2017-08-24 01:09:16 +02:00
xmlreader Remove PHP code examples from xmlreader 2017-10-19 12:05:19 +01:00
xmlrpc Always use IS_CONSTANT_AST (IS_CONSTANT is removed). 2017-10-10 10:11:05 +03:00
xmlwriter Remove PHP code examples from xmlwriter extension 2017-10-15 15:38:45 +02:00
xsl Refactored array creation API. array_init() and array_init_size() are converted into macros calling zend_new_array(). They are not functions anymore and don't return any values. 2017-09-20 02:25:56 +03:00
zend_test Make ext/zend_test report itself as zend-test in `php -m' 2017-08-17 22:15:09 +02:00
zip Use system libzip by default 2017-09-11 09:23:01 +02:00
zlib Merge branch 'PHP-7.2' 2017-10-11 17:40:12 +02: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