| .. |
|
bcmath
|
Fixed bug#46847 (phpinfo() is missing some settings.)
|
18 years ago |
|
bz2
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
calendar
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
com_dotnet
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
ctype
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
curl
|
MFH:- Fixed bug #45161 (Reusing a curl handle leaks memory)
|
18 years ago |
|
date
|
- MFH: Fixed bug #46268 (DateTime::modify() does not reset relative time
|
18 years ago |
|
dba
|
Fixed bug#46847 (phpinfo() is missing some settings.)
|
18 years ago |
|
dom
|
MFH: fix bug #46849 (Cloning DOMDocument doesn't clone the properties)
|
18 years ago |
|
enchant
|
This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.
|
18 years ago |
|
ereg
|
- Fixed tests
|
18 years ago |
|
exif
|
Fixed bug#46847 (phpinfo() is missing some settings.)
|
18 years ago |
|
fileinfo
|
*** empty log message ***
|
18 years ago |
|
filter
|
MFB: Back out bugfix for #42718 as this broke magic_quotes_gpc
|
18 years ago |
|
ftp
|
New FTP test from Nathaniel McHugh
|
18 years ago |
|
gd
|
Fixed bug#46847 (phpinfo() is missing some settings.)
|
18 years ago |
|
gettext
|
MFH
|
18 years ago |
|
gmp
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
hash
|
- MFH: fix build
|
18 years ago |
|
iconv
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
imap
|
README for ext/imap tests
|
18 years ago |
|
interbase
|
- MFH: New parameter parsing API
|
18 years ago |
|
intl
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
json
|
MFH Add json_last_error() for getting a bit of information about what failed during a decode, also fixes a segfault when we have [1}
|
18 years ago |
|
ldap
|
Fixed bug#46847 (phpinfo() is missing some settings.)
|
18 years ago |
|
libxml
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
mbstring
|
MFH Fix bug #46738 - Segfault when mb_detect_encoding() fails.
|
18 years ago |
|
mcrypt
|
MCrypt tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows and Linux but not Linux 64 bit or 5.3).
|
18 years ago |
|
mssql
|
- fix build
|
18 years ago |
|
mysql
|
MFH: Fix mysql_fetch_* and tests after param parsing changes
|
18 years ago |
|
mysqli
|
Fixed bug #46887 (Invalid calls to php_error_docref())
|
18 years ago |
|
mysqlnd
|
MFH: No infinite loop in case the connection broke
|
18 years ago |
|
oci8
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
odbc
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
openssl
|
MFH Fix bug #46748, segfault when SSL has more than one error message.
|
18 years ago |
|
pcntl
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
pcre
|
export the pcre API when compiling with gcc 4. this fixes e.g. the linkage of APC (reported by shire)
|
18 years ago |
|
pdo
|
MFH
|
18 years ago |
|
pdo_dblib
|
- MFH: Fixed bug #44991 (Compile Failure With freetds0.82) (patch by matthias at dsx dot at)
|
18 years ago |
|
pdo_firebird
|
MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable all
|
18 years ago |
|
pdo_mysql
|
- Make test conform to the error reporting that always returns
|
18 years ago |
|
pdo_oci
|
fix instantclient detection
|
18 years ago |
|
pdo_odbc
|
MFH: nuketh C++ comments
|
18 years ago |
|
pdo_pgsql
|
- MFH: Fixed bug #43925 (Incorrect argument counter in prepared statements with pgsql)
|
18 years ago |
|
pdo_sqlite
|
MFH: Fix tests (use a in-memory database not a file called memory)
|
18 years ago |
|
pgsql
|
Fixed bug #46409 (__invoke method called outside of object context when using array_map)
|
18 years ago |
|
phar
|
MFH Use ' -f' as requested
|
18 years ago |
|
posix
|
Remove duff comment produced by the test generator tool
|
18 years ago |
|
pspell
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
readline
|
- Missing SKIPIF :(
|
18 years ago |
|
recode
|
MFH: hash_insert was renamed in MySQL 5.0 so we can safely use recode and mysql
|
18 years ago |
|
reflection
|
MFH: Fix #46718: ReflectionProperty::setValue() and ReflectionProperty::setAccessible().
|
18 years ago |
|
session
|
MFH Fix bug #35975 - Session cookie expires date format isn't the most compatible. Sync to that of setcookie().
|
18 years ago |
|
shmop
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
simplexml
|
MFH: Fix #46241 (stacked error_handlers, error_handling in general)
|
18 years ago |
|
skeleton
|
MFH: New way for check void parameters
|
19 years ago |
|
snmp
|
MFH
|
18 years ago |
|
soap
|
Fixed bug #43069 (SoapClient causes 505 HTTP Version not supported error message)
|
18 years ago |
|
sockets
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
spl
|
- MFH Remove more dead code
|
18 years ago |
|
sqlite
|
- MFH: Fixed memory leak
|
18 years ago |
|
sqlite3
|
MFH SQLite 3.6.7 plus a vc6 backport for LL
|
18 years ago |
|
standard
|
MFH: Fixed test
|
18 years ago |
|
sybase_ct
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
sysvmsg
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
sysvsem
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
sysvshm
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
tidy
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
tokenizer
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
wddx
|
- MFH: ext/wddx: classes providing __sleep() are stored without properties (fixed)
|
18 years ago |
|
xml
|
MFH: fix bug #46699: (xml_parse crash when parser is namespace aware)
|
18 years ago |
|
xmlreader
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
xmlrpc
|
Removed unused variable
|
18 years ago |
|
xmlwriter
|
Fixed bug #46887 (Invalid calls to php_error_docref())
|
18 years ago |
|
xsl
|
MFH: fix arginfo - these also accept SimpleXMLElement
|
18 years ago |
|
zip
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
zlib
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
ext_skel
|
MFH: remove -ldl
|
19 years ago |
|
ext_skel_win32.php
|
On win32 extensions starts with php_
|
23 years ago |