.. |
bcmath
|
MFH: config.h is in this directory, not in ext/bcmath root, fixes re-compilation for me
|
2009-06-03 01:19:33 +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
|
MFH: Fix compiler warnings
|
2009-05-19 17:38:29 +00:00 |
ctype
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +00:00 |
curl
|
Simplify original fix for bug #33475
|
2009-06-15 12:37:37 +00:00 |
date
|
MFH Fix bug #48276 - year is a long long so we need %lld so big endian systems print the correct value.
|
2009-06-21 22:19:11 +00:00 |
dba
|
Fixed test
|
2009-06-16 12:40:59 +00:00 |
dom
|
MFB: Fixed bug #48512 (DOMDocument::validate() fails with both a E_NOTICE
|
2009-06-14 13:13:35 +00:00 |
enchant
|
- MFH: Year++
|
2009-01-30 00:16:32 +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
|
- Dropped unnecessary var
|
2009-06-12 14:03:35 +00:00 |
fileinfo
|
- MFH: Fixed bug #48578 (Can't build 5.3 on FBSD 4.11) (Rasmus)
|
2009-06-17 16:20:04 +00:00 |
filter
|
- MFH: Fix the fix (Bug #46973 - IPv6 address filter rejects valid address)
|
2009-06-10 19:01:17 +00:00 |
ftp
|
MF52: fix test: don't create tmp files in "." and clean up when done
|
2009-01-09 23:12:12 +00:00 |
gd
|
MFH: fixed bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines)
|
2009-06-21 06:09:46 +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
|
Add missing prototypes for mhash, no code changes.
|
2009-05-04 16:37:31 +00:00 |
iconv
|
New iconv extension tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-06-13 12:17:42 +00:00 |
imap
|
MFH: Fixed error message grammar:
|
2009-06-06 02:40:49 +00:00 |
interbase
|
MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe
|
2009-06-05 18:50:32 +00:00 |
intl
|
revent wrong part
|
2009-05-10 20:58:26 +00:00 |
json
|
New json extension tests. Tested on Windows, Linux and Linux 64 bit.
|
2009-06-14 12:08:27 +00:00 |
ldap
|
MFH: Fixing #48441 (ldap_search() with sizelimit/timelimit/deref options makes those options persistent)
|
2009-06-15 15:18:31 +00:00 |
libxml
|
MFH: add LIBXML_LOADED_VERSION constant that contains currently loaded libxml2 version
|
2009-03-14 17:30:28 +00:00 |
mbstring
|
MFH: Fixed static build of mbstring on Windows (makes static build of exif possible too)
|
2009-06-12 16:15:51 +00:00 |
mcrypt
|
MFH: Fixed error message grammar:
|
2009-06-06 02:40:49 +00:00 |
mssql
|
- Fixed param type (%l -> %ld)
|
2009-05-26 12:35:46 +00:00 |
mysql
|
MFH: Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysql
|
2009-05-20 08:30:12 +00:00 |
mysqli
|
MFH - Fixing tests - messages/warnings can vary by version
|
2009-05-29 13:37:08 +00:00 |
mysqlnd
|
Temporarily disable this optimization causing too much trouble, kept in HEAD
|
2009-06-18 15:07:23 +00:00 |
oci8
|
Obsolete package2.xml: resume using package.xml
|
2009-03-25 02:00:53 +00:00 |
odbc
|
MFH: Fixed error message grammar:
|
2009-06-06 02:40:49 +00:00 |
openssl
|
MFH: Closes #47991 SSL streams fail if error stack contains items
|
2009-04-20 09:44:29 +00:00 |
pcntl
|
MFH: Fix return value of pcntl_wexitstatus() (fixes #47566,
|
2009-05-26 14:01:39 +00:00 |
pcre
|
MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe
|
2009-06-05 18:50:32 +00:00 |
pdo
|
MFH
|
2009-05-12 23:40:32 +00:00 |
pdo_dblib
|
MFH: Fixed shared build
|
2009-05-20 10:18:51 +00:00 |
pdo_firebird
|
fix compilation of pdo_firebird and intl extension with ld --as-needed
|
2009-05-23 13:52:00 +00:00 |
pdo_mysql
|
MFH: Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysql
|
2009-05-20 08:30:12 +00:00 |
pdo_oci
|
MFH
|
2009-05-12 21:53:18 +00:00 |
pdo_odbc
|
MFH: Cast to SQLUSMALLINT
|
2009-05-19 10:25:53 +00:00 |
pdo_pgsql
|
MFH: Typo
|
2009-05-25 19:41:13 +00:00 |
pdo_sqlite
|
MFB: Re-introduce the Matteo's patch and combine default & text handling
|
2009-05-20 15:05:36 +00:00 |
pgsql
|
MFH: Fix compiler warnings
|
2009-05-19 16:03:36 +00:00 |
phar
|
fix EXPECT section of test
|
2009-06-18 18:12:04 +00:00 |
posix
|
New POSIX extension tests from Berlin UG TestFest 2009.
|
2009-06-15 12:14:55 +00:00 |
pspell
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +00:00 |
readline
|
MFH:- Fixed bug #48256 (Crash due to double-linking of history.o)
|
2009-05-14 13:40:51 +00:00 |
recode
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +00:00 |
reflection
|
- MFH: Fixed build (removed trailing comma) patch by Seiji Masugata <s.masugata at digicom.dnp.co.jp>
|
2009-06-16 14:33:33 +00:00 |
session
|
fix test
|
2009-05-26 10:12:16 +00:00 |
shmop
|
MFH: Fixed error message grammar:
|
2009-06-06 02:40:49 +00:00 |
simplexml
|
MFH: Mark spl as required and fix extension loading order
|
2009-06-11 09:41:15 +00:00 |
skeleton
|
MFH: New way for check void parameters
|
2008-03-10 22:15:36 +00:00 |
snmp
|
Fixed bug #48273 (snmp*_real_walk() returns SNMP errors as values)
|
2009-06-01 13:10:18 +00:00 |
soap
|
- Drop unused code
|
2009-06-15 17:56:08 +00:00 |
sockets
|
MFB
|
2009-06-04 18:17:43 +00:00 |
spl
|
MFH Add SplDoublyLinkedList::prev() and fix a memory leak when the iterator pointer isn't at the end
|
2009-06-17 13:27:09 +00:00 |
sqlite
|
Revert previous commit as it was causing alot more trouble than expected
|
2009-04-07 11:45:13 +00:00 |
sqlite3
|
MFH sync SQLite 3.6.15
|
2009-06-15 13:23:59 +00:00 |
standard
|
Fixed bug #48620 (X-PHP-Originating-Script assumes no trailing CRLF in
|
2009-06-21 15:29:16 +00:00 |
sybase_ct
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +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
|
test for /ext/tidy from stefan priebsch
|
2009-03-16 20:38:19 +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
|
fix test
|
2009-01-13 12:00:53 +00:00 |
xmlreader
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +00:00 |
xmlrpc
|
- MFH: Fixed invalid date checking
|
2009-05-22 12:49:40 +00:00 |
xmlwriter
|
- add a note about the actual problen so we don't forget it
|
2009-05-26 08:10:49 +00:00 |
xsl
|
MFH: Fixed error message grammar:
|
2009-06-06 02:40:49 +00:00 |
zip
|
Closes bug #47667
|
2009-03-16 10:19:43 +00:00 |
zlib
|
MFB52: Fix "request_startup() for zlib module failed" when client does not
|
2009-05-28 10:15:14 +00:00 |
ext_skel
|
MFH: remove -ldl
|
2008-04-15 12:47:33 +00:00 |
ext_skel_win32.php
|
|
|