php-src/ext
Stanislav Malyshev e7574a5329 Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
  Fix bug #69720: Null pointer dereference in phar_get_fp_offset()

Conflicts:
	ext/phar/util.c
2015-09-28 17:00:32 -07:00
..
bcmath switch to the unified globals accessor where appropriate 2015-07-29 13:26:35 +02: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
com_dotnet Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). 2015-09-24 22:39:59 +03:00
ctype Remove these old references to the DSP files we don't use anymore 2015-06-22 13:29:42 +02:00
curl Add CURLPIPE_* constants to properly expose HTTP/2 multiplexing 2015-09-02 17:16:43 +12:00
date Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). 2015-09-24 22:39:59 +03: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 add ovfl check, fix warnings 2015-09-24 16:33:56 +02:00
enchant Merge branch 'pull-request/1471' 2015-08-19 22:27:39 +02:00
exif Merge branch 'PHP-5.6' 2015-09-02 00:37:20 -07:00
fileinfo remove TSRMLS_* 2015-08-02 13:42:01 +02:00
filter Partially fix bug #67167 - Wrong return value... 2015-09-02 18:23:26 -06: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 incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). 2015-09-24 22:39:59 +03: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 Merge branch 'PHP-5.6' 2015-09-02 00:37:20 -07:00
hash Merge branch 'PHP-5.6' 2015-09-02 00:37:20 -07:00
iconv fix tests 2015-08-21 15:13:39 +02:00
imap Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). 2015-09-24 22:39:59 +03:00
interbase switch to the unified globals accessor where appropriate 2015-07-29 13:26:35 +02:00
intl Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). 2015-09-24 22:39:59 +03:00
json Simplify JSON constants registration 2015-09-04 20:00:29 +01:00
ldap fixed compilation error 2015-09-10 20:24:11 +03:00
libxml Fixed bug #70535 (XSLT: free(): invalid pointer) 2015-09-20 09:30:50 -07:00
mbstring Upgrade unicode_data.h to UnicodeData.txt 8.0.0 (part of bug #70475 ext/mbstring/unicode_data.h needs update) 2015-09-15 07:56:10 -07:00
mcrypt Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). 2015-09-24 22:39:59 +03:00
mysqli Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). 2015-09-24 22:39:59 +03:00
mysqlnd Merge branch 'PHP-5.6' into PHP-7.0 2015-09-25 14:29:06 +02:00
oci8 Improve row fetch changes for PHP7. Update test SKIPIFs. Add test for 11g client (Senthil) 2015-09-15 12:03:24 +10:00
odbc Add missing variable from birdstep_commit() which got removed in e8fcd52ef 2015-09-03 18:46:07 +03:00
opcache Extended zend_extension API to allow storing additional data associated with op_arrays in opcache SHM. (op_array->reserved[]) 2015-09-25 11:50:38 +03:00
openssl Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). 2015-09-24 22:39:59 +03:00
pcntl Add support for parameters to tick functions, on C level. This is only 2015-09-28 11:21:17 +02:00
pcre Merge branch 'PHP-5.6' 2015-09-02 00:37:20 -07:00
pdo Cleanup: removed deprecated commented code. Incorrect zval_dtor() usage replaced by zval_dtor_ptr(). 2015-09-23 01:32:30 +03: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 Merge branch 'PHP-5.6' 2015-08-30 05:32:37 -07:00
pdo_oci Fixed bug #70308 (PDO::ATTR_PREFETCH is ignored) 2015-08-20 14:09:30 +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 fix test 2015-08-23 17:27:53 +02:00
pdo_sqlite Fixed bug #70221 (persistent sqlite connection + custom function segfaults) 2015-08-10 19:00:35 +08:00
pgsql Avoid reallocations 2015-09-14 23:04:27 +03:00
phar Merge branch 'PHP-5.6' into PHP-7.0 2015-09-28 17:00:32 -07:00
posix Fix posix_setrlimit segfault 2015-07-09 20:40:07 +02:00
pspell
readline Various warning fixes 2015-07-17 20:18:25 +02:00
recode Added two tests to check the main functionallity of recode extension 2015-09-02 00:11:45 +02:00
reflection Add test for ReflectionMethod::getPrototype_basic() 2015-09-02 00:28:46 +02:00
session Fixed bug #70529 Session read causes "String is not zero-terminated" error 2015-09-19 11:26:14 +09:00
shmop exclude a non windows test 2015-07-19 19:53:53 +02:00
simplexml fix test 2015-08-26 16:39:48 +02:00
skeleton switch to the unified globals accessor where appropriate 2015-07-29 13:26:35 +02:00
snmp Switch position of ce in exception ce variable names 2015-07-03 09:45:03 -05:00
soap Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). 2015-09-24 22:39:59 +03:00
sockets Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). 2015-09-24 22:39:59 +03:00
spl Make necessary separation (it might be possible to fix this in a better way, but this will requre some refactoring) 2015-09-25 10:59:27 +03:00
sqlite3 Fix a memory leak in sqlite3_do_callback. 2015-09-24 14:16:45 +02:00
standard Merge branch 'PHP-5.6' into PHP-7.0 2015-09-28 13:08:44 -07: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
sysvshm add test 2015-09-22 20:45:52 +02:00
tidy Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). 2015-09-24 22:39:59 +03:00
tokenizer adds missing tokens to list of semi-reserved words and regenerates test suite 2015-09-04 15:02:50 +02:00
wddx Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). 2015-09-24 22:39:59 +03:00
xml Merge branch 'PHP-5.6' 2015-09-09 04:33:28 +02:00
xmlreader make this test Windows only 2015-08-21 19:47:17 +02:00
xmlrpc Fixed bug #70526 (xmlrpc_set_type returns false on success) 2015-09-19 06:10:48 -07:00
xmlwriter catch more places for libxml headers search 2015-05-10 22:22:05 +02:00
xsl Use die 2015-09-20 09:34:28 -07:00
zip Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). 2015-09-24 22:39:59 +03:00
zlib added test for gzgetss() 2015-08-23 17:55:23 +02:00
ext_skel
ext_skel_win32.php