.. |
bcmath
|
add missing skipifs
|
2009-08-31 19:22:29 +00:00 |
bz2
|
- check for static lib as well
|
2009-06-10 15:44:51 +00:00 |
calendar
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +00:00 |
com_dotnet
|
- Fixed crash in com_print_typeinfo when an invalid typelib is given
|
2009-10-27 19:16:55 +00:00 |
ctype
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +00:00 |
curl
|
Fixed bug #49921 (Curl post upload functions changed).
|
2009-10-26 12:57:01 +00:00 |
date
|
- Updated to version 2009.18 (2009r)
|
2009-11-09 15:39:15 +00:00 |
dba
|
Fixed tests
|
2009-09-21 09:52:19 +00:00 |
dom
|
Fixed bug #49647 (DOMUserData does not exist)
|
2009-09-24 13:18:22 +00:00 |
enchant
|
- Fix compiler warning
|
2009-10-11 15:23:09 +00:00 |
ereg
|
MFH: Updated tests after double->long conversion change (basically to match 5.2)
|
2009-06-04 18:25:06 +00:00 |
exif
|
removed now obsolete NetWare hack since I fixed this
|
2009-11-03 21:21:34 +00:00 |
fileinfo
|
- fix #49732, fix crash when timestamp conversion fails
|
2009-10-01 13:55:16 +00:00 |
filter
|
Fixed tests
|
2009-09-21 09:52:19 +00:00 |
ftp
|
- Fixed bug #49447 (php engine need to correctly check for socket API
|
2009-09-04 07:59:48 +00:00 |
gd
|
Fixed a possible memory leak in case that FT_Glyph_To_Bitmap() fails
|
2009-11-01 05:04:35 +00:00 |
gettext
|
Tests from Berlin test fest
|
2009-06-18 07:29:09 +00:00 |
gmp
|
- put mpir headers in their own directory
|
2009-06-10 09:59:21 +00:00 |
hash
|
- Fix for bug #49223 Inconsistency using get_defined_constants(true)
|
2009-08-17 21:28:22 +00:00 |
iconv
|
Test from 2009 testfest
|
2009-08-26 17:17:58 +00:00 |
imap
|
- Fixed bug #49630 (imap_listscan function missing)
|
2009-09-22 18:18:57 +00:00 |
interbase
|
Fixed bug #48189 (ibase_execute error in return param)
|
2009-07-25 23:37:47 +00:00 |
intl
|
fix version
|
2009-10-27 23:21:00 +00:00 |
json
|
Fix broken json tests in all branches
|
2009-08-03 04:01:57 +00:00 |
ldap
|
- Fixed tests
|
2009-09-26 17:59:33 +00:00 |
libxml
|
MFH: Fix arginfo for libxml_disable_entity_loader() and libxml_use_internal_errors()
|
2009-06-23 13:44:24 +00:00 |
mbstring
|
Fix bug #50115
|
2009-11-08 15:18:10 +00:00 |
mcrypt
|
- Fix bad section names (extra - in the end..)
|
2009-11-09 17:08:48 +00:00 |
mssql
|
MFH
|
2009-07-15 19:09:15 +00:00 |
mysql
|
Fixing test: of course, libmysql won't care about open_basedir, but mysqlnd should
|
2009-11-05 12:14:08 +00:00 |
mysqli
|
Fix bug #49098
|
2009-11-12 01:09:16 +00:00 |
mysqlnd
|
Fix: log slow queries in stats regardless of mysqlnd.log_mask setting.
|
2009-10-23 12:44:05 +00:00 |
oci8
|
New test
|
2009-11-14 23:28:53 +00:00 |
odbc
|
MFH: Fixed error message grammar:
|
2009-06-06 02:40:49 +00:00 |
openssl
|
added timezone define for NetWare.
|
2009-11-03 21:26:39 +00:00 |
pcntl
|
pcntl_exec() should inherit environment in case it's not provided as an argument
|
2009-09-30 13:04:28 +00:00 |
pcre
|
Update PCRE to 8.00
|
2009-11-03 12:15:03 +00:00 |
pdo
|
- Fixed PDORow and PDOStatement crashes when instantiating throught Reflection
|
2009-10-12 17:09:11 +00:00 |
pdo_dblib
|
- Possible fix for bug #49344 on Windows (pdo_mssql fails to connect,throws PDOException SQLSTATE[] (null) (severity 0))
|
2009-09-10 01:20:42 +00:00 |
pdo_firebird
|
- Fixed bug #48057 (Only the date fields of the first row are fetched, others are empty)
|
2009-07-20 00:17:24 +00:00 |
pdo_mysql
|
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
|
2009-11-04 12:33:49 +00:00 |
pdo_oci
|
MFH
|
2009-05-12 21:53:18 +00:00 |
pdo_odbc
|
- MFH: Fixed bug #48913 (Too long error code strings in pdo_odbc driver)
|
2009-07-15 02:36:08 +00:00 |
pdo_pgsql
|
- Properly fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).
|
2009-11-04 19:32:27 +00:00 |
pdo_sqlite
|
Add metadata support to the bundled version of libsqlite on Windows, part of bug #49206.
|
2009-10-16 02:22:48 +00:00 |
pgsql
|
Fixed compiler warnings
|
2009-11-02 13:33:24 +00:00 |
phar
|
fix PHP Bug #49938: Phar::isBuffering() returns inverted value
|
2009-11-13 00:58:11 +00:00 |
posix
|
Add missing open_basedir check in posix_mkfifo
|
2009-09-29 14:02:50 +00:00 |
pspell
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +00:00 |
readline
|
- Fixed bug #48608 (Invalid libreadline version not detected during configure)
|
2009-08-04 11:20:49 +00:00 |
recode
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +00:00 |
reflection
|
- Fixed bug #50152 (ReflectionClass::hasProperty hehaves like isset() not property_exists)
|
2009-11-11 18:52:12 +00:00 |
session
|
removed now obsolete NetWare hack since I fixed this
|
2009-11-03 21:21:34 +00:00 |
shmop
|
MFH: Fixed error message grammar:
|
2009-06-06 02:40:49 +00:00 |
simplexml
|
Fixed bug #49800 (SimpleXML allow (un)serialize() calls without warning).
|
2009-10-07 12:46:29 +00:00 |
skeleton
|
|
|
snmp
|
- Fixed bug #49990 (SNMP3 warning message about security level printed twice).
|
2009-10-25 20:17:04 +00:00 |
soap
|
Fixed bug #47273 (Encoding bug in SoapServer->fault)
|
2009-08-26 14:05:48 +00:00 |
sockets
|
- Fix bad section names (extra - in the end..)
|
2009-11-09 17:08:48 +00:00 |
spl
|
- Fixed bug #50090 (Typo in IteratorIterator constructor)
|
2009-11-07 21:27:15 +00:00 |
sqlite
|
- Fixed possible crash when calling SQLiteDatabase::{ArrayQuery, SingleQuery} methods using Reflection
|
2009-10-12 19:04:00 +00:00 |
sqlite3
|
Upgraded bundled sqlite to version 3.6.20
|
2009-11-09 01:54:23 +00:00 |
standard
|
- Fix bad section names (extra - in the end..)
|
2009-11-09 17:08:48 +00:00 |
sybase_ct
|
- More and more missing svn:ignore entries.
|
2009-08-02 01:48:27 +00:00 |
sysvmsg
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +00:00 |
sysvsem
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +00:00 |
sysvshm
|
MFH: Fixed error message grammar:
|
2009-06-06 02:40:49 +00:00 |
tidy
|
Merging last tests made in HEAD
|
2009-09-01 13:41:18 +00:00 |
tokenizer
|
Fixed bug #47038 (Memory leak in include)
|
2009-03-25 15:23:58 +00:00 |
wddx
|
- MFH: Fixed bug #48562 (Reference recursion causes segfault when used in wddx_serialize_vars())
|
2009-06-16 02:54:26 +00:00 |
xml
|
This needs to be larger to avoid an overflow on the bit-shifting in this function
|
2009-08-27 05:05:42 +00:00 |
xmlreader
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +00:00 |
xmlrpc
|
cleanup parameter parsing
|
2009-08-18 00:41:43 +00:00 |
xmlwriter
|
fix tests
|
2009-07-17 09:04:52 +00:00 |
xsl
|
Fixed tests
|
2009-09-07 14:18:46 +00:00 |
zip
|
The last of the 2009 testfest tests
|
2009-08-30 18:18:50 +00:00 |
zlib
|
- Fixed zlib.deflate compress filter to actually accpet level parameter.
|
2009-08-31 21:18:55 +00:00 |
ext_skel
|
|
|
ext_skel_win32.php
|
|
|