You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
foobar 4c3fdcaa4e - Fixed bug #32647 (Using register_shutdown_function() with invalid callback can crash PHP) 22 years ago
..
bcmath - Fix outside-source-tree builds. Always include generated header files 22 years ago
bz2 - Make VC6 happy 22 years ago
calendar Removed unused vars. 22 years ago
com_dotnet merge from branch: fixes for #32758 and #32759 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. 23 years ago
dom Fix bug #32755 Segfault in replaceChild() when DocumentFragment has no children 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 Don't truncate the .options file when a database is started without the optional options parameter. 22 years ago
fdf Fixed ZTS build of fdf extension. 22 years ago
fileinfo Added another search patch for magic file (fixes bug #3232). 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 - Fixed bug #32735 (Compile error in GD extension). 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 - Add test case for iconv_mime_encode(). 22 years ago
imap Missing part of the patch for bug #32589 22 years ago
informix - Fix typo (avaliable -> available). (bug #28725) 22 years ago
ingres_ii - Fix windows build (using config.w32 and keeping sync with config.m4) 22 years ago
interbase Fixed bug #31597: ibase_connect() - incorrect warning 22 years ago
ldap - Fixed bug #30819 (Better support for LDAP SASL bind) 22 years ago
libxml - Possible fix for bug #32778 22 years ago
mbstring - Fix bug #32311 (mb_encode_mimeheader() does not properly escape characters.) 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 Fix for #32682. Error on module shutdown when called from activescript 22 years ago
mysql - Fixed bug #32591 (ext/mysql: Unsatisfied symbol: ntohs with HP-UX) 22 years ago
mysqli another fix for last commit (committed from wrong tree) :( 22 years ago
ncurses don't null it - let the engine do its magic ;) 22 years ago
oci8 fix bug preventing from building oci8 as shared module 22 years ago
odbc - Add support for latest Birdstep 22 years ago
openssl - Never use Z_TYPE* macros on non-zvals. 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 missing header (re2c 0.9.4 built .c file) 22 years ago
pdo_dblib use a number here, fixes PECL #3493 22 years ago
pdo_firebird No c++ comments in C code 22 years ago
pdo_mysql removed unused var. 22 years ago
pdo_oci - Interface name was changed 22 years ago
pdo_odbc Removed unused var. 22 years ago
pdo_pgsql No c++ comments in C code 22 years ago
pdo_sqlite - Add new test 22 years ago
pfpro Free vars before calling E_ERROR. 22 years ago
pgsql disable pg_cmdtuples() too, if there is no pg_affected_rows() 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 Fixed compiler warning. 22 years ago
recode Simplify and cleanup code. 22 years ago
reflection - Add ReflectionProperty::getDocComment() 22 years ago
session These tests require register_long_arrays=1 22 years ago
shmop Removed pointless operations/declarations. 22 years ago
simplexml - Add tests 22 years ago
skeleton - don't use short tag 22 years ago
snmp - Use correct type (bug #32720) 22 years ago
soap Fixed wrong SoapFault codes. The codes MUST be namespace qualified. 22 years ago
sockets - More sock->error resets 22 years ago
spl - Rename class File to FileObject 22 years ago
sqlite - This is not C++ code 22 years ago
standard - Fixed bug #32647 (Using register_shutdown_function() with invalid callback can crash PHP) 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 fix tests 22 years ago
tokenizer - Fixed bug #28930 (PHP sources pick wrong header files generated by bison) 22 years ago
wddx Fixed SIGSEGV on serializing data with circular references 22 years ago
xml Partial fix test: It is still possible to use expat libs with ext/xml.. 22 years ago
xmlreader add workaround for libxml bug when using next() method 22 years ago
xmlrpc Reshufle includes to make it compile on windows 22 years ago
xmlwriter use php streams for uri I/O under PHP 4 22 years ago
xsl - Added optional first parameter to XsltProcessor::registerPHPFunctions to only 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