php-src/ext
2014-09-17 09:10:26 +02:00
..
bcmath 's' works with size_t round 2 2014-08-27 20:49:33 +02:00
bz2 reduce the struct size by 8 byte on 64 bit 2014-09-12 23:27:55 +02:00
calendar fix func argument type 2014-08-25 23:52:40 +02:00
com_dotnet fix signature 2014-09-15 11:30:25 +02:00
ctype master renames phase 1 2014-08-25 19:24:55 +02:00
curl better way to check for empty string 2014-09-14 22:07:38 +02:00
date avoid strlen() usage in loop 2014-09-14 17:00:06 +02:00
dba Fix ext/dba ini handling 2014-09-11 16:06:31 +02:00
dom Fix DOM warnings 2014-09-03 21:35:53 +02:00
enchant 's' works with size_t round 3 2014-08-27 20:49:36 +02:00
ereg Revert "Removing ext/ereg and dependencies" 2014-09-11 11:06:57 +04:00
exif Refactored INI subsystem to use zend_string* instead of char* 2014-09-01 20:57:33 +04:00
fileinfo Merge branch 'PHP-5.6' 2014-08-30 04:05:42 +02:00
filter Revert "Move safe_address into zend_multiply.h" 2014-09-06 22:12:37 +02:00
ftp Fix ftp_login() 2014-09-03 16:52:56 +02:00
gd Merge branch 'PHP-5.6' 2014-09-16 10:23:03 +02:00
gettext 's' works with size_t round 3 2014-08-27 20:49:36 +02:00
gmp Merge branch 'PHP-5.6' 2014-09-04 21:23:11 +02:00
hash fix hash_pbkdf2() 2014-08-28 08:55:05 +02:00
iconv redo the fix casting to size_t 2014-09-16 21:17:21 +02:00
imap master renames phase 7 2014-08-25 21:51:49 +02:00
interbase resource type is int 2014-08-29 11:28:21 +08:00
intl fixed reference counting 2014-09-02 11:24:52 +04:00
json reduce struct size by 8 byte on 64 bit 2014-09-17 09:03:47 +02:00
ldap Fixed segfaults after change size_t of "s" 2014-08-28 15:43:14 +08:00
libxml avoid usage of strlen() in the loop 2014-09-13 23:21:53 +02:00
mbstring redo the fix casting to size_t where applicable 2014-09-16 21:17:19 +02:00
mcrypt 's' and size_t - fix some invalid pointers and the remaining ext/mcrypt parts 2014-08-27 21:53:06 +02:00
mssql master renames phase 7 2014-08-25 21:51:49 +02:00
mysql Refactored INI subsystem to use zend_string* instead of char* 2014-09-01 20:57:33 +04:00
mysqli fix type 2014-08-28 11:38:21 +02:00
mysqlnd fixed type 2014-09-16 21:17:18 +02:00
oci8 replace zend_hash_find with zend_hash_str_find which fixes leaking the key 2014-09-10 13:22:23 +02:00
odbc fix possible pointer truncation 2014-09-14 12:18:52 +02:00
opcache Use runtime-cache to avoid hash lookups in BIND_GLOBAL instruction 2014-09-17 00:52:45 +04:00
openssl Merge branch 'PHP-5.6' 2014-09-09 10:25:36 -06:00
pcntl first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
pcre first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
pdo reduce struct sizes by 8 bytes each on 64 bit 2014-09-14 11:13:17 +02:00
pdo_dblib master renames phase 1 2014-08-25 19:24:55 +02:00
pdo_firebird master renamings phase 5 2014-08-25 21:20:44 +02:00
pdo_mysql Revert previous commit by mistake 2014-09-04 11:59:58 +08:00
pdo_oci master renames phase 7 2014-08-25 21:51:49 +02:00
pdo_odbc master renames phase 1 2014-08-25 19:24:55 +02:00
pdo_pgsql make this test a bit more tolerant when checking sleep time 2014-09-12 14:39:19 +02:00
pdo_sqlite first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
pgsql avoid strlen usage in the loop 2014-09-15 00:39:55 +02:00
phar reduce struct size by 8 byte on 64 bit 2014-09-14 11:36:11 +02:00
posix first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
pspell first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
readline Fix readline warnings 2014-09-05 11:20:06 +02:00
recode first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
reflection Switch (un)mangle property name to size_t and zend_string 2014-09-16 00:31:27 +02:00
session fix signed/unsigned mismatch 2014-09-16 21:17:24 +02:00
shmop first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
simplexml 's' works with size_t round 2 2014-08-27 20:49:33 +02:00
skeleton first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
snmp first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
soap Switch (un)mangle property name to size_t and zend_string 2014-09-16 00:31:27 +02:00
sockets Drop some unsafe-looking casting code from ext/socket 2014-09-05 11:35:41 +02:00
spl reduce the struct size by 8 byte on 64 bit 2014-09-17 09:10:26 +02:00
sqlite3 first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
standard avoid strlen() usage in the loop 2014-09-17 08:59:19 +02:00
sybase_ct first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
sysvmsg master renames phase 7 2014-08-25 21:51:49 +02:00
sysvsem Merge branch 'PHP-5.6' 2014-09-10 07:32:36 +02:00
sysvshm master renames phase 1 2014-08-25 19:24:55 +02:00
tidy Refactored INI subsystem to use zend_string* instead of char* 2014-09-01 20:57:33 +04:00
tokenizer Fix tokenizer test to not depend on specific token numbers 2014-08-26 23:36:53 +02:00
wddx Switch (un)mangle property name to size_t and zend_string 2014-09-16 00:31:27 +02:00
xml make xml_utf8_ encode/decode work with size_t 2014-09-14 21:38:46 +02:00
xmlreader 's' works with size_t round 3 2014-08-27 20:49:36 +02:00
xmlrpc fix type 2014-09-12 21:35:22 +02:00
xmlwriter first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
xsl 's' works with size_t round 3 2014-08-27 20:49:36 +02:00
zip make it safer for an array underrun 2014-09-14 15:03:52 +02:00
zlib reduce the struct size (under circumstances) on 64 bit 2014-09-13 23:21:49 +02:00
ext_skel Merge branch 'PHP-5.5' into PHP-5.6 2014-05-01 11:23:14 -07:00
ext_skel_win32.php