php-src/ext
2015-07-10 04:44:21 +03:00
..
bcmath Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
bz2 Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
calendar Drop VC6 support in ext/calendar 2015-03-29 06:35:23 +02:00
com_dotnet Switch position of ce in exception ce variable names 2015-07-03 09:45:03 -05:00
ctype Remove these old references to the DSP files we don't use anymore 2015-06-22 13:29:42 +02:00
curl Get rid of ZVAL_ZVAL() macro usages. Replace them with more clear and optimal equialent sequences. 2015-07-01 02:05:21 +03:00
date Merge branch 'PHP-5.6' 2015-07-07 23:39:18 +02:00
dba Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 13:59:27 +03:00
dom Switch position of ce in exception ce variable names 2015-07-03 09:45:03 -05:00
enchant Merge branch 'PHP-5.6' 2015-07-05 01:01:27 -07:00
exif Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
fileinfo Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
filter Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
ftp Remove these old references to the DSP files we don't use anymore 2015-06-22 13:29:42 +02:00
gd Fixed conditional jump or move depends on uninitialised value(s) 2015-07-02 19:02:49 +08:00
gettext Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
gmp Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
hash Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
iconv Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
imap Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 13:59:27 +03:00
interbase Cleanup (avoid reallocations) 2015-07-02 18:58:04 +03:00
intl Fix failing tests from exception code changes 2015-07-07 23:14:05 -05:00
json Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
ldap move the define to the right place 2015-07-06 19:43:35 +02:00
libxml Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
mbstring Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
mcrypt Cleanup (avoid reallocation) 2015-07-01 14:12:46 +03:00
mysqli Fix failing tests from exception code changes 2015-07-07 23:14:05 -05:00
mysqlnd Fix bug #69669 (mysqlnd is vulnerable to BACKRONYM) 2015-07-07 10:16:54 -07:00
oci8 More PHP 7 patches (Rajendra/Abdullah) 2015-06-30 13:54:40 +10:00
odbc Merge branch 'PHP-5.6' 2015-07-03 13:32:05 +02:00
opcache Resolve GOTO at compile time and replace it with sequnce of FREE/FE_FREE and JMP. 2015-07-10 04:44:21 +03:00
openssl fix backport mistake 2015-07-03 16:21:02 +02:00
pcntl Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
pcre Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
pdo Add Oracle syntax (Senthil) 2015-07-10 09:47:45 +10:00
pdo_dblib Use zend_string to represent pdo_column_data.name and avoid duplication. 2015-05-05 16:19:51 +03:00
pdo_firebird Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 13:59:27 +03:00
pdo_mysql Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
pdo_oci PDO_OCI LOB fixes (Senthil) 2015-07-10 09:55:36 +10:00
pdo_odbc Use zend_string to represent pdo_column_data.name and avoid duplication. 2015-05-05 16:19:51 +03:00
pdo_pgsql Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
pdo_sqlite Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
pgsql Fix x86 build 2015-07-07 12:41:05 +02:00
phar Better fix for bug #69958 2015-07-07 10:18:22 -07:00
posix Fix posix_setrlimit segfault 2015-07-09 20:40:07 +02:00
pspell cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
readline Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
recode cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
reflection Don't leak generator cycle in ReflectionGenerator test 2015-07-03 19:33:28 +02:00
session Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
shmop Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
simplexml Switch position of ce in exception ce variable names 2015-07-03 09:45:03 -05:00
skeleton Merge branch 'pull-request/1235' 2015-04-18 19:36:37 -07:00
snmp Switch position of ce in exception ce variable names 2015-07-03 09:45:03 -05:00
soap Fixed Bug #70032 (make_http_soap_request calls zend_hash_get_current_key_ex(,,,NULL)) 2015-07-09 16:36:31 +08:00
sockets Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
spl Merge branch 'PHP-5.6' 2015-07-07 21:28:51 +08:00
sqlite3 SQLite3::open/__construct has 2 optional args 2015-07-07 11:53:07 -07:00
standard Fixed bug #70018 (exec does not strip all whitespace) 2015-07-08 19:30:58 +08:00
sysvmsg Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
sysvsem cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
sysvshm Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
tidy Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
tokenizer Don't return T_ERROR from token_get_all() 2015-07-09 23:02:21 +02:00
wddx Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
xml Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
xmlreader Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
xmlrpc Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
xmlwriter catch more places for libxml headers search 2015-05-10 22:22:05 +02:00
xsl Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
zip Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
zlib Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
ext_skel integrated the static tsrmls cache into ext/skel 2014-12-17 12:37:50 +01:00
ext_skel_win32.php