| .. |
|
bcmath
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
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
|
Fixed missing initialization of uses when copying a curl handle
|
17 years ago |
|
date
|
- MFH: silent conversion warnings as it is not going to be "fixed" any time soon, removing false positive alerts. noise--;
|
17 years ago |
|
dba
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
17 years ago |
|
dom
|
DOM tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
17 years ago |
|
enchant
|
This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.
|
18 years ago |
|
ereg
|
- Fixed tests
|
17 years ago |
|
exif
|
Exif tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
17 years ago |
|
fileinfo
|
*** empty log message ***
|
17 years ago |
|
filter
|
MFB: Back out bugfix for #42718 as this broke magic_quotes_gpc
|
17 years ago |
|
ftp
|
FTP test from Nathaniel McHugh
|
17 years ago |
|
gd
|
MFH Fix segfault and potential security issue in imagerotate().
|
17 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
|
17 years ago |
|
iconv
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
imap
|
fix resource id
|
17 years ago |
|
interbase
|
- MFH: New parameter parsing API
|
17 years ago |
|
intl
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
json
|
MFH: Changed logic for LONG_MIN
|
17 years ago |
|
ldap
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
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.
|
17 years ago |
|
mcrypt
|
- Changed split() to preg_split()
|
17 years ago |
|
mssql
|
Fixed bug #46798 (Crash in mssql extension when retrieving a NULL value
|
17 years ago |
|
mysql
|
MFH: Fix mysql_fetch_* and tests after param parsing changes
|
17 years ago |
|
mysqli
|
MFH: Change to zend_parse_parameters
|
17 years ago |
|
mysqlnd
|
MFH: No infinite loop in case the connection broke
|
17 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.
|
17 years ago |
|
pcntl
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
17 years ago |
|
pcre
|
export the pcre API when compiling with gcc 4. this fixes e.g. the linkage of APC (reported by shire)
|
17 years ago |
|
pdo
|
MFH
|
17 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
|
17 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)
|
17 years ago |
|
pgsql
|
Fixed bug #46409 (__invoke method called outside of object context when using array_map)
|
17 years ago |
|
phar
|
MFH: fix test
|
17 years ago |
|
posix
|
Remove duff comment produced by the test generator tool
|
17 years ago |
|
pspell
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
readline
|
- Missing SKIPIF :(
|
17 years ago |
|
recode
|
MFH: hash_insert was renamed in MySQL 5.0 so we can safely use recode and mysql
|
17 years ago |
|
reflection
|
MFH: Fix #46718: ReflectionProperty::setValue() and ReflectionProperty::setAccessible().
|
17 years ago |
|
session
|
MFH Fix bug #35975 - Session cookie expires date format isn't the most compatible. Sync to that of setcookie().
|
17 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)
|
17 years ago |
|
skeleton
|
MFH: New way for check void parameters
|
18 years ago |
|
snmp
|
MFH
|
17 years ago |
|
soap
|
Fixed bug #43069 (SoapClient causes 505 HTTP Version not supported error message)
|
17 years ago |
|
sockets
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
spl
|
- MFH Remove more dead code
|
17 years ago |
|
sqlite
|
- MFH: Fixed memory leak
|
17 years ago |
|
sqlite3
|
- MFH: Fixed memory leaks in createFunction and createAggregate methods
|
17 years ago |
|
standard
|
- double declaration and comments cleanup
|
17 years ago |
|
sybase_ct
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
17 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)
|
17 years ago |
|
xml
|
Remove duff comment produced by the test generator tool
|
17 years ago |
|
xmlreader
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
xmlrpc
|
MFH: Fixed bug #46746 (xmlrpc_decode_request outputs non-suppressable error
|
17 years ago |
|
xmlwriter
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
xsl
|
MFH: fix arginfo - these also accept SimpleXMLElement
|
17 years ago |
|
zip
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
17 years ago |
|
zlib
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
18 years ago |
|
ext_skel
|
MFH: remove -ldl
|
18 years ago |
|
ext_skel_win32.php
|
On win32 extensions starts with php_
|
23 years ago |