| .. |
|
bcmath
|
- Make usage of new PHP_FE_END macro
|
15 years ago |
|
bz2
|
- Make usage of new PHP_FE_END macro
|
15 years ago |
|
calendar
|
- Make usage of new PHP_FE_END macro
|
15 years ago |
|
com_dotnet
|
- Fix #55301 (com_dotnet part) check if malloc succeded
|
15 years ago |
|
ctype
|
- Make usage of new PHP_FE_END macro
|
15 years ago |
|
curl
|
Fixed issues when streams were closed before curl read/write from them, or cleaning
|
15 years ago |
|
date
|
Separate test for %a is no longer needed.
|
15 years ago |
|
dba
|
Prevent the magic quotes fatal error causing a diff
|
15 years ago |
|
dom
|
Fixed ZE specific compile warnings (Bug #55629)
|
15 years ago |
|
enchant
|
- Make usage of new PHP_FE_END macro
|
15 years ago |
|
ereg
|
Omitted GCC warning "comparison is always false"
|
15 years ago |
|
exif
|
- Added ZEND_MOD_END macro to use in the end of zend_module_dep[]
|
15 years ago |
|
fileinfo
|
Update libmagic.patch (patch reversed base on -r296679)
|
15 years ago |
|
filter
|
add skipif
|
15 years ago |
|
ftp
|
- Make usage of new PHP_FE_END macro
|
15 years ago |
|
gd
|
move it to right place
|
15 years ago |
|
gettext
|
- Make usage of new PHP_FE_END macro
|
15 years ago |
|
gmp
|
- Make usage of new PHP_FE_END macro
|
15 years ago |
|
hash
|
Add skipif
|
15 years ago |
|
iconv
|
- missing --SKIPIF--
|
15 years ago |
|
imap
|
Update skipif
|
15 years ago |
|
interbase
|
fixes bug #55659 adn 006 test for firebird driver
|
15 years ago |
|
intl
|
Added skipif
|
15 years ago |
|
json
|
Add unescaped Unicode encoding to json_encode(). Closes bug #53946. Patch by Irker and Gwynne.
|
15 years ago |
|
ldap
|
Fix typo in tests for ldap bug #42060
|
15 years ago |
|
libxml
|
- Use our external entity loader only in the context of a PHP request.
|
15 years ago |
|
mbstring
|
fixed optional argument.
|
15 years ago |
|
mcrypt
|
- skip if no hash
|
15 years ago |
|
mssql
|
- Fix #55301 (mssql part) check if malloc succeded
|
15 years ago |
|
mysql
|
Reverted changes in connect.inc based on Ulf's feedback
|
15 years ago |
|
mysqli
|
Fix Bug #55703(PHP crash when calling mysqli_fetch_fields)
|
15 years ago |
|
mysqlnd
|
- fix TS build
|
15 years ago |
|
oci8
|
Test portability fix
|
15 years ago |
|
odbc
|
- Make usage of new PHP_FE_END macro
|
15 years ago |
|
openssl
|
- ext/openssl/tests/bug36732.phpt more portable.
|
15 years ago |
|
pcntl
|
Fix errormessage
|
15 years ago |
|
pcre
|
efree match_sets on an error here - found by Coverity
|
15 years ago |
|
pdo
|
Improve parameter handling cod
|
15 years ago |
|
pdo_dblib
|
- Added ZEND_MOD_END macro to use in the end of zend_module_dep[]
|
15 years ago |
|
pdo_firebird
|
fix gcov Warning: ibase_drop_db(): lock time-out on wait transaction object
|
15 years ago |
|
pdo_mysql
|
Fix skipifs
|
15 years ago |
|
pdo_oci
|
Update SKIPIFs for test portability
|
15 years ago |
|
pdo_odbc
|
- Added ZEND_MOD_END macro to use in the end of zend_module_dep[]
|
15 years ago |
|
pdo_pgsql
|
- Added ZEND_MOD_END macro to use in the end of zend_module_dep[]
|
15 years ago |
|
pdo_sqlite
|
Avoid strcpy() usage
|
15 years ago |
|
pgsql
|
Fixed a few false positives on gcov for ext/pgsql
|
15 years ago |
|
phar
|
Fix skipif for non zlib builds re message http://lxr.php.net/opengrok/xref/PHP_TRUNK/ext/phar/phar_object.c#351
|
15 years ago |
|
posix
|
Fixing SKIPIF
|
15 years ago |
|
pspell
|
- Make usage of new PHP_FE_END macro
|
15 years ago |
|
readline
|
Add a constant, READLINE_LIB, to be able to differenciate which lib is being used
|
15 years ago |
|
recode
|
- Make usage of new PHP_FE_END macro
|
15 years ago |
|
reflection
|
Fixed ZE specific compile warnings (Bug #55629)
|
15 years ago |
|
session
|
fix default session handler error message
|
15 years ago |
|
shmop
|
- Make usage of new PHP_FE_END macro
|
15 years ago |
|
simplexml
|
- add skipif for dom
|
15 years ago |
|
skeleton
|
- Make usage of new PHP_FE_END macro
|
15 years ago |
|
snmp
|
- Fix test
|
15 years ago |
|
soap
|
Fixed ZE specific compile warnings (Bug #55629)
|
15 years ago |
|
sockets
|
Fixed ext/sockets/tests/socket_strerror.phpt
|
15 years ago |
|
spl
|
Test for non-string replacement, bug#54304
|
15 years ago |
|
sqlite3
|
- add skipif
|
15 years ago |
|
standard
|
- Fixed bug #55231 (Unsatisfied symbols __sync_fetch_and_add_4)
|
15 years ago |
|
sybase_ct
|
- Fix #55301 (sybase part, take #2) check if malloc succeded
|
15 years ago |
|
sysvmsg
|
- Make usage of new PHP_FE_END macro
|
15 years ago |
|
sysvsem
|
- Make usage of new PHP_FE_END macro
|
15 years ago |
|
sysvshm
|
- add skipif
|
15 years ago |
|
tidy
|
- force LF (svn prop and config)
|
15 years ago |
|
tokenizer
|
- Drop T_SCALAR_CAST
|
15 years ago |
|
wddx
|
Fixed ZE specific compile warnings (Bug #55629)
|
15 years ago |
|
xml
|
Avoiding strcpy, strcat, sprintf usage to make static analyzer happy
|
15 years ago |
|
xmlreader
|
- fix test for OS where dir sep is \
|
15 years ago |
|
xmlrpc
|
- add skipif
|
15 years ago |
|
xmlwriter
|
- Make usage of new PHP_FE_END macro
|
15 years ago |
|
xsl
|
Added test for XSL bug 54446
|
15 years ago |
|
zip
|
Fix cleanup routines
|
15 years ago |
|
zlib
|
- use only zlib function and reported the failure with base64 in #55620
|
15 years ago |
|
ext_skel
|
- ext_skelshould create a .svnignore not .cvsignore these days
|
16 years ago |
|
ext_skel_win32.php
|
On win32 extensions starts with php_
|
23 years ago |