| .. |
|
bcmath
|
- Fix outside-source-tree builds. Always include generated header files
|
22 years ago |
|
bz2
|
fix #32373 (segfault in bzopen('/wrong/path'))
|
22 years ago |
|
calendar
|
Fixed bug #30375 (cal_info() does not work without a parameter).
|
22 years ago |
|
com_dotnet
|
emalloc -> safe_emalloc.
|
22 years ago |
|
ctype
|
Fixed bug #30945 (make ctype_* functions return FALSE on empty strings).
|
22 years ago |
|
curl
|
- Fixed bug #30609 (cURL functions bypass open_basedir)
|
22 years ago |
|
dba
|
- Make detection work for macros
|
22 years ago |
|
dbase
|
- Fixed bug #31754 (dbase_open() fails for mode = 1). (Mehdi, Derick)
|
22 years ago |
|
dbx
|
Call functions by their new, proper names instead of what are now aliases.
|
22 years ago |
|
dom
|
use new error handling when not throwing exceptions
|
22 years ago |
|
enchant
|
It's stable now.
|
22 years ago |
|
ereg
|
fix yet another annoying compile warning
|
22 years ago |
|
exif
|
MFB: Fixed build of exif extension on win32.
|
22 years ago |
|
fbsql
|
change return value from false to true, when a statement was executed with warnings
|
22 years ago |
|
fdf
|
Fixed possible crash on fstat() failure.
|
22 years ago |
|
fileinfo
|
Improved search paths.
|
22 years ago |
|
filepro
|
fix leaks on shutdown
|
22 years ago |
|
filter
|
Filter skeleton code. No actual filters yet.
|
22 years ago |
|
ftp
|
Fixed compiler warning on win32.
|
22 years ago |
|
gd
|
- Added some sanity checks by changing to the parameter parsing API
|
22 years ago |
|
gettext
|
Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib
|
22 years ago |
|
gmp
|
fix SIGFPE in gmp_powm(), gmp_sqrt() & gmp_sqrtrem() when using negative values
|
22 years ago |
|
hwapi
|
Get rid of more useless RINIT/RSHUTDOWN calls
|
22 years ago |
|
iconv
|
- Fixed all buildconf warnings + cross-compiling issues
|
22 years ago |
|
imap
|
Simplify Code.
|
22 years ago |
|
informix
|
- Fix typo (avaliable -> available). (bug #28725)
|
22 years ago |
|
ingres_ii
|
Added config.w32 (modified version, original by: Grant.Croker at ca dot com)
|
22 years ago |
|
interbase
|
Fixed bug #31597: ibase_connect() - incorrect warning
|
22 years ago |
|
ldap
|
- ldap_start_tls() requires ldapv3 protocol -> force it
|
22 years ago |
|
libxml
|
- WS
|
22 years ago |
|
mbstring
|
oniguruma updated to 3.7.1 and changed UChar to OnigUChar.
|
22 years ago |
|
mcrypt
|
- Typofix + removed unnecessary unsets caused by it
|
22 years ago |
|
mcve
|
- Fix outside-source-tree builds. Always include generated header files
|
22 years ago |
|
mhash
|
- Fix typo (avaliable -> available). (bug #28725)
|
22 years ago |
|
mime_magic
|
- Fix typo (avaliable -> available). (bug #28725)
|
22 years ago |
|
ming
|
Adding missing zend_list_addref() and make SWFShape::drawArc() work
|
22 years ago |
|
msession
|
Get rid of more useless RINIT/RSHUTDOWN calls
|
22 years ago |
|
msql
|
- Fix Bug #31960: msql_fetch_row() and msql_fetch_array() dropping columns with NULL values
|
22 years ago |
|
mssql
|
FreeTDS does not have support for DBTEXTLIMIT
|
22 years ago |
|
mysql
|
Fixed bug #31288 (Possible crash in mysql_fetch_field(), if
|
22 years ago |
|
mysqli
|
fix typo in error message
|
22 years ago |
|
ncurses
|
Get rid of more useless RINIT/RSHUTDOWN calls
|
22 years ago |
|
oci8
|
fix bug preventing from building oci8 as shared module
|
22 years ago |
|
odbc
|
add checks for libs & headers required by IBM DB2
|
22 years ago |
|
openssl
|
Fixed possible usage of str without being initialized.
|
22 years ago |
|
oracle
|
MFB_4_3: Quote macro names in AC_DEFUN()
|
22 years ago |
|
ovrimos
|
- A belated happy holidays and PHP 5
|
23 years ago |
|
pcntl
|
- Fix typo (avaliable -> available). (bug #28725)
|
22 years ago |
|
pcre
|
add test
|
22 years ago |
|
pdo
|
- Add new tests
|
22 years ago |
|
pdo_dblib
|
use a number here, fixes PECL #3493
|
22 years ago |
|
pdo_firebird
|
Add tests for firebird.
|
22 years ago |
|
pdo_mysql
|
- Add new tests
|
22 years ago |
|
pdo_oci
|
- Interface name was changed
|
22 years ago |
|
pdo_odbc
|
Add test for PDOStatement::getColumnMeta().
|
22 years ago |
|
pdo_pgsql
|
- Add new tests
|
22 years ago |
|
pdo_sqlite
|
fix my silly typo
|
22 years ago |
|
pfpro
|
Free vars before calling E_ERROR.
|
22 years ago |
|
pgsql
|
- Fixed a warning (might also be an error with some exotic compiler)
|
22 years ago |
|
posix
|
change return type from NULL to FALSE when parameter parsing failed
|
22 years ago |
|
pspell
|
- Fixed bug #29554 (compile failure when using --with-pspell=/usr/local)
|
22 years ago |
|
readline
|
Proper fix for bug #31796 .
|
22 years ago |
|
recode
|
Simplify and cleanup code.
|
22 years ago |
|
reflection
|
- Fix by Tim
|
22 years ago |
|
session
|
- Missing $Id$ tags
|
22 years ago |
|
shmop
|
Removed pointless operations/declarations.
|
22 years ago |
|
simplexml
|
- Add tests
|
22 years ago |
|
skeleton
|
- Remove unused blocks
|
22 years ago |
|
snmp
|
Adding SNMPv2 community based (i.e. protocol version) functions.
|
22 years ago |
|
soap
|
Support for <soap:body> "parts" attribute
|
22 years ago |
|
sockets
|
- More sock->error resets
|
22 years ago |
|
spl
|
- Fix Bug #32394 offsetUnset() segfaults in a foreach
|
22 years ago |
|
sqlite
|
- Fix test (warnings are expected since there is no support for this)
|
22 years ago |
|
standard
|
Simplify argument checking code for array_combine().
|
22 years ago |
|
sybase
|
- Fixed bug #28248 (Can not compile --with-sybase and freetds)
|
22 years ago |
|
sybase_ct
|
- Made error handler not output anything if error was not in error_reporting() mask
|
22 years ago |
|
sysvmsg
|
Fixed bug #31527 (crash in msg_send() when non-string is stored without
|
22 years ago |
|
sysvsem
|
fix typos in error messages & resource name
|
22 years ago |
|
sysvshm
|
fix typos in error messages
|
22 years ago |
|
tidy
|
Added three new properties to the node: line, column and if it is propreitary or not
|
22 years ago |
|
tokenizer
|
- Fixed bug #28930 (PHP sources pick wrong header files generated by bison)
|
22 years ago |
|
wddx
|
- Fix test
|
22 years ago |
|
xml
|
- Turn off incorrect case folding to let test over.
|
22 years ago |
|
xmlreader
|
add workaround for libxml bug when using next() method
|
22 years ago |
|
xmlrpc
|
MFB_4_3: Quote macro names in AC_DEFUN()
|
22 years ago |
|
xmlwriter
|
use php streams for uri I/O under PHP 4
|
22 years ago |
|
xsl
|
Fixed bug #31033 (php:function(string, nodeset) with xsl:key crashes PHP)
|
22 years ago |
|
zlib
|
Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib
|
22 years ago |
|
ext_skel
|
;
|
22 years ago |
|
ext_skel_win32.php
|
On win32 extensions starts with php_
|
23 years ago |