.. |
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
|
Drop VC6 support in ext/calendar
|
2015-03-29 06:35:23 +02:00 |
com_dotnet
|
switch to the unified globals accessor where appropriate
|
2015-07-29 13:26:35 +02:00 |
ctype
|
Remove these old references to the DSP files we don't use anymore
|
2015-06-22 13:29:42 +02:00 |
curl
|
Fixed bug #70330 (Segmentation Fault with multiple "curl_copy_handle")
|
2015-08-23 13:01:47 +08:00 |
date
|
fix dir separator in test
|
2015-08-28 11:39:26 +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
|
add some range checks to ext/dom
|
2015-08-26 16:39:50 +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
|
fix libwebp namings
|
2015-07-24 17:06:29 +02: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
|
Fix #70158: Building with static imap fails
|
2015-07-29 17:00:37 +02:00 |
interbase
|
switch to the unified globals accessor where appropriate
|
2015-07-29 13:26:35 +02:00 |
intl
|
Get rid of implicit type casting in GC_*() macros in Zend/zend_types.h.
|
2015-08-13 13:56:29 +03:00 |
json
|
switch to the unified globals accessor where appropriate
|
2015-07-29 13:26:35 +02:00 |
ldap
|
Merge branch 'PHP-5.6'
|
2015-08-18 17:26:46 +02:00 |
libxml
|
switch to the unified globals accessor where appropriate
|
2015-07-29 13:26:35 +02:00 |
mbstring
|
fix incompatible types
|
2015-08-15 12:03:47 +02:00 |
mcrypt
|
improve condition
|
2015-08-12 14:50:43 +02:00 |
mysqli
|
Fix #32490: constructor of mysqli has wrong name
|
2015-09-01 21:44:16 +02:00 |
mysqlnd
|
remove TSRMLS_*
|
2015-08-02 13:42:01 +02:00 |
oci8
|
Squash some more PHP 7 diffs and improve test portability (Senthil)
|
2015-08-26 21:22:58 +10:00 |
odbc
|
Add missing variable from birdstep_commit() which got removed in e8fcd52ef
|
2015-09-03 18:46:07 +03:00 |
opcache
|
Prevent HashTable compaction below HT_MIN_SIZE (this may lead to hash collisions).
|
2015-09-02 13:03:31 +03:00 |
openssl
|
Merge branch 'PHP-5.6'
|
2015-08-27 20:17:33 +01:00 |
pcntl
|
Fixed bug #70386 Can't compile on NetBSD because of missing WCONTINUED
|
2015-08-29 08:07:45 +02:00 |
pcre
|
Merge branch 'PHP-5.6'
|
2015-09-02 00:37:20 -07:00 |
pdo
|
Merge branch 'PHP-5.6'
|
2015-08-30 05:32:37 -07: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
|
remove TSRMLS_*
|
2015-08-02 13:42:01 +02:00 |
phar
|
Merge branch 'PHP-5.6'
|
2015-08-29 10:48:53 +02: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
|
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
|
fix dir separators in test
|
2015-09-02 17:26:35 +02: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
|
Merge branch 'PHP-5.6'
|
2015-09-02 00:37:20 -07:00 |
sockets
|
switch to the unified globals accessor where appropriate
|
2015-07-29 13:26:35 +02:00 |
spl
|
Merge branch 'PHP-5.6'
|
2015-09-02 00:37:20 -07:00 |
sqlite3
|
SQLite3::open/__construct has 2 optional args
|
2015-07-07 11:53:07 -07:00 |
standard
|
Seems master is not affected
|
2015-09-02 23:15:57 -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
|
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
|
more range checks in ext/tidy
|
2015-08-26 16:39:52 +02:00 |
tokenizer
|
Don't return T_ERROR from token_get_all()
|
2015-07-09 23:02:21 +02:00 |
wddx
|
wddx_add_vars() returns a bool
|
2015-07-19 07:05:03 -07:00 |
xml
|
switch to the unified globals accessor where appropriate
|
2015-07-29 13:26:35 +02:00 |
xmlreader
|
make this test Windows only
|
2015-08-21 19:47:17 +02: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
|
Merge branch 'PHP-5.6'
|
2015-09-02 00:37:20 -07:00 |
zip
|
Merge branch 'PHP-5.6'
|
2015-09-02 00:37:20 -07:00 |
zlib
|
added test for gzgetss()
|
2015-08-23 17:55:23 +02:00 |
ext_skel
|
|
|
ext_skel_win32.php
|
|
|