php-src/ext
Stanislav Malyshev acb38ac636 Eliminate _PP macro
Not sure if this code ever used (probably not as it doesn't even compile now)
but just in case...
2015-10-18 16:37:03 -07:00
..
bcmath switch to the unified globals accessor where appropriate 2015-07-29 13:26:35 +02:00
bz2
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
curl Add CURLPIPE_* constants to properly expose HTTP/2 multiplexing 2015-09-02 17:16:43 +12:00
date Merge branch 'pull-request/1527' 2015-10-18 15:02:48 -07:00
dba
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
gd Merge branch 'pull-request/1507' 2015-10-18 14:39:45 -07:00
gettext
gmp Split test into different versions for 32-bit and 64-bit systems 2015-10-07 01:51:37 +03:00
hash Fix undefined symbol error when compiling with LLVM 2015-10-16 17:23:18 -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 Fix/improve zpp usage 2015-10-02 09:35:00 +02:00
intl fork test for ICU 56.1 2015-10-12 11:20:51 +02:00
json Simplify JSON constants registration 2015-09-04 20:00:29 +01:00
ldap Removed or simplified incorrect SEPARATE_*() macros usage. 2015-09-29 11:17:43 +03:00
libxml Removed or simplified incorrect SEPARATE_*() macros usage. 2015-09-29 11:17:43 +03:00
mbstring Fix/improve zpp usage 2015-10-02 09:35:00 +02:00
mcrypt Merge branch 'pull-request/1511' 2015-10-18 15:05:09 -07:00
mysqli fix test 2015-10-12 09:46:52 +02:00
mysqlnd Merge branch 'PHP-5.6' into PHP-7.0 2015-09-25 14:29:06 +02:00
oci8 Fix mem leak and improve test portability (Senthil) 2015-10-07 20:24:49 +11:00
odbc Add missing variable from birdstep_commit() which got removed in e8fcd52ef 2015-09-03 18:46:07 +03:00
opcache Fixed bug #70724 (Undefined Symbols from opcache.so on Mac OS X 10.10) 2015-10-17 01:52:32 -07:00
openssl Update openssl_x509_checkpurpose.phpt 2015-09-29 10:41:24 +02:00
pcntl Removed or simplified incorrect SEPARATE_*() macros usage. 2015-09-29 11:17:43 +03:00
pcre add comment to test 2015-10-07 09:43:28 +02: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 Merge branch 'PHP-5.6' into PHP-7.0 2015-10-18 11:28:57 +02:00
pdo_firebird
pdo_mysql Fixed test running on MarinaDB. 2015-10-07 12:21:43 +03:00
pdo_oci Fixed bug #70308 (PDO::ATTR_PREFETCH is ignored) 2015-08-20 14:09:30 +10:00
pdo_odbc
pdo_pgsql Removed or simplified incorrect SEPARATE_*() macros usage. 2015-09-29 11:17:43 +03: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-30 13:19:37 +02:00
posix Fix posix_setrlimit segfault 2015-07-09 20:40:07 +02:00
pspell
readline Eliminate _PP macro 2015-10-18 16:37:03 -07:00
recode Added two tests to check the main functionallity of recode extension 2015-09-02 00:11:45 +02:00
reflection Do not create a fake Closure for real Closures 2015-10-14 12:07:33 +02:00
session fix test 2015-09-29 13:04:06 +02:00
shmop replace typedef by an appropriate include 2015-10-10 17:31:40 +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 Merge branch 'PHP-5.6' into PHP-7.0 2015-10-18 14:51:13 -07:00
soap Fixed bug #70715 (Segmentation fault inside soap client) 2015-10-15 18:46:57 +08:00
sockets Fixed test (it failed on 32-bit Linux and worked on 64-bit Linux just because of luck). 2015-10-07 03:08:11 +03:00
spl Fixed bug #70730 (Incorrect ArrayObject serialization if unset is called in serialize()) 2015-10-17 05:28:49 -07:00
sqlite3 Fixed Conditional jump or move depends on uninitialised value 2015-10-14 10:19:57 +08:00
standard Merge branch 'pull-request/1574' 2015-10-18 16:26:50 -07:00
sysvmsg
sysvsem
sysvshm replace typedef by an appropriate include 2015-10-10 17:31:40 +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
xsl Fixed bug #70678 (PHP7 returns true when false is expected) 2015-10-16 17:44:17 +02: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