php-src/ext
2014-09-15 19:46:33 +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-03 09:45:17 +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 fix signed/unsigned mismatch warnings 2014-09-15 19:46:33 +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 fix signature 2014-08-27 22:13:01 +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 Fix yy_limit computation after encoding switch 2014-09-11 14:52:59 +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 align 4 byte to the start of the word 2014-09-14 10:27:00 +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 Removed ZEND_QM_ASSIGN_VAR and ZEND_JMP_SET_VAR opcodes (in PHPNG they did exacly the same as ZEND_QM_ASSIGN and ZEND_JMP_SET) 2014-09-11 12:29:54 +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 zend_get_property_info takes a zend_string* now 2014-09-14 16:18:08 +02:00
session reduce struct size by 8 byte on 64 bit 2014-09-13 23:34:08 +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 zend_get_property_info takes a zend_string* now 2014-09-14 16:18:08 +02:00
sockets Drop some unsafe-looking casting code from ext/socket 2014-09-05 11:35:41 +02:00
spl reduce struct size by 8 byte on 64 bit 2014-09-14 11:26:17 +02:00
sqlite3 first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
standard fix types 2014-09-15 19:46:32 +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 fix type 2014-09-12 21:35:21 +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