| .. |
|
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
|
Fix test, one skipif is enough
|
15 years ago |
|
dba
|
Prevent the magic quotes fatal error causing a diff
|
15 years ago |
|
dom
|
- fix test for OS where dir sep is \
|
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
|
Eliminated compiler's warnings and make static analyzer silent
|
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 #55659 also the 006 firebird test
|
15 years ago |
|
intl
|
Added skipif
|
15 years ago |
|
json
|
Add test for #53946 to 5.4 (missed it when committing revision 315707)
|
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
|
- unused var
|
15 years ago |
|
mcrypt
|
- skip if no hash
|
15 years ago |
|
mssql
|
- Fix #55301 (mssql part) check if malloc succeded
|
15 years ago |
|
mysql
|
skip these tests if can't connect to mysql
|
15 years ago |
|
mysqli
|
Those will fail with MySQL 5.5. Running them because they have unveiled a crash, which has been fixed already. Setting to XFAIL, need to be decide if and/or how the functionality shall be supported.
|
15 years ago |
|
mysqlnd
|
- Fix bug #55609 (mysqlnd cannot be built shared)
|
15 years ago |
|
oci8
|
Use unique object names to reduce potential clashes when testing in parallel
|
15 years ago |
|
odbc
|
- Make usage of new PHP_FE_END macro
|
15 years ago |
|
openssl
|
Fix the path to the .pem
|
15 years ago |
|
pcntl
|
Fix errormessage
|
15 years ago |
|
pcre
|
Ensure we are working with strings here
|
15 years ago |
|
pdo
|
Update SKIPIFs for test portability
|
15 years ago |
|
pdo_dblib
|
- Added ZEND_MOD_END macro to use in the end of zend_module_dep[]
|
15 years ago |
|
pdo_firebird
|
extension is not experimental anymore
|
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 error message
|
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
|
Commit Gustavo's closure rebinding patch as desided by vote
|
15 years ago |
|
session
|
Expose session status via new function, session_status (Req #52982)
|
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
|
- skip on win, diff TZ format
|
15 years ago |
|
sockets
|
fixed typo
|
15 years ago |
|
spl
|
- nuke unused var
|
15 years ago |
|
sqlite3
|
- add skipif
|
15 years ago |
|
standard
|
- fix test, again...
|
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
|
- add skipif
|
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
|
- force LF and fix... and blame me for not reading the code correctly, zlib tests pass now, linux/bsd/win 100%
|
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 |