php-src/ext
2006-09-09 21:14:05 +00:00
..
bcmath Added automatic module globals management 2006-06-15 18:33:09 +00:00
bz2 fix #38485 (bz2 extension does not compile with GCC 4.1) 2006-08-17 20:46:51 +00:00
calendar fix test on 64bit machines 2006-07-27 08:11:47 +00:00
com_dotnet Prevent opening of empty filename "" 2006-09-08 05:52:00 +00:00
ctype fix warnings about nonextistent functions 2006-08-31 11:10:23 +00:00
curl CURL->cURL 2006-09-09 20:04:50 +00:00
date - MFH: The .c file is generated... so updating the .re file and cleaning up WS. 2006-09-09 12:26:33 +00:00
dba - Fix bug #38290 2006-08-07 07:57:12 +00:00
dbase fix leaks & uninitialized vars 2006-09-06 11:34:43 +00:00
dom fix #38474 (getAttribute select attribute by order, even when prefixed) 2006-08-28 23:36:23 +00:00
ereg - Warning fixes by Steph 2006-02-26 10:57:00 +00:00
exif initialize static buffer with 0's 2006-08-17 14:32:35 +00:00
fbsql MFH: Cleanup before reusing failed persistant connection. Better formating of timestamp and decimal values 2006-08-14 18:40:08 +00:00
fdf MFH: cleanup after lazy people 2006-07-23 23:55:46 +00:00
filter - MFH 2006-08-31 22:34:32 +00:00
ftp MFH: argument infos 2006-06-11 20:03:05 +00:00
gd - MFH: add support for entities in hexadecimal format, like © can 2006-08-23 20:22:31 +00:00
gettext fix typo, add test 2006-09-05 10:36:24 +00:00
gmp MFH: add gmp_nextprime() 2006-07-18 14:54:32 +00:00
hash cleanup of the phpinfo() output. 2006-07-28 14:27:03 +00:00
iconv - MFH: fix warnings 2006-09-07 14:24:42 +00:00
imap fix leak in imap_utf8(), avoid extra strlen() call 2006-09-05 11:24:49 +00:00
informix plug a leak 2006-05-04 22:48:29 +00:00
interbase Added automatic module globals management 2006-06-15 18:33:09 +00:00
json move static declaration to *.c files 2006-08-14 20:08:18 +00:00
ldap Added automatic module globals management 2006-06-15 18:33:09 +00:00
libxml MFH: fix def file for 2.6.26 (xmlXPathCompiledEvalToBoolean required in .27) 2006-09-07 11:25:14 +00:00
mbstring first fix from my new zend_parse_parameters_* checker 2006-09-05 12:30:35 +00:00
mcrypt MFH: fix/add SKIPIF 2006-06-27 00:09:43 +00:00
mhash fix spelling in error messages: 2006-04-03 09:14:33 +00:00
mime_magic Added automatic module globals management 2006-06-15 18:33:09 +00:00
ming E_ERROR > E_RECOVERABLE_ERROR 2006-05-22 14:22:26 +00:00
msql bump year and license version 2006-01-01 12:51:34 +00:00
mssql Added automatic module globals management 2006-06-15 18:33:09 +00:00
mysql init variable, eliminate compile warning 2006-08-02 10:04:11 +00:00
mysqli typos in comments and other minor improvements 2006-08-10 13:43:18 +00:00
ncurses bump year and license version 2006-01-01 12:51:34 +00:00
oci8 last portion of z/Z fixes 2006-08-31 16:15:24 +00:00
odbc fix #37848 (ext/odbc compile failure) 2006-06-19 16:13:15 +00:00
openssl implement feature request #38731 (openssl_pkey_new does not support DSA key generation) 2006-09-08 20:10:47 +00:00
pcntl fix typo in errmsg 2006-08-31 15:42:18 +00:00
pcre fix memleak of pcre study data 2006-09-06 16:30:59 +00:00
pdo it's not a PEAR only issue 2006-08-24 16:00:43 +00:00
pdo_dblib fix build and typo after another lazy ass who does not test before commit: Dmitry 2006-07-24 00:01:02 +00:00
pdo_firebird Remove pecl includes (Steph), except pdo_odbc which will remain broke 2006-05-11 21:43:59 +00:00
pdo_mysql fix #38451 (PDO_MYSQL doesn't compile on Solaris) 2006-08-14 20:11:31 +00:00
pdo_oci Remove pecl includes (Steph), except pdo_odbc which will remain broke 2006-05-11 21:43:59 +00:00
pdo_odbc set min pdo dep to 1.0.3, which will be the new pecl release 2006-05-02 02:43:11 +00:00
pdo_pgsql Fixed bug #38168 (Crash in pdo_pgsql on missing bound parameters). 2006-08-01 16:31:29 +00:00
pdo_sqlite Removed duplicated entry 2006-09-09 21:14:05 +00:00
pgsql fix leak in pg_copy_to() when invalid resource was passed 2006-09-06 12:40:56 +00:00
posix last portion of z/Z fixes 2006-08-31 16:15:24 +00:00
pspell move static declaration to *.c files 2006-08-14 20:08:18 +00:00
readline fix gcc warning 2006-09-04 18:59:01 +00:00
recode Added automatic module globals management 2006-06-15 18:33:09 +00:00
reflection - MFH: Add HAVE_REFLECTION define for win32 (by Steph) 2006-09-02 19:13:23 +00:00
session change ini handlers to produce E_ERROR if they are called during startup 2006-08-30 16:24:40 +00:00
shmop bump year and license version 2006-01-01 12:51:34 +00:00
simplexml fix one more parameter (int*->int) 2006-09-06 15:31:48 +00:00
skeleton Added automatic module globals management 2006-06-15 18:33:09 +00:00
snmp MFH: - Fixed bug #37164 (snmp_set_oid_numeric_print() misbehaves) 2006-07-27 05:17:34 +00:00
soap Fixed support for endpoint's URL without <path> part (Rob) 2006-09-06 11:03:45 +00:00
sockets last portion of z/Z fixes 2006-08-31 16:15:24 +00:00
spl MFH: build ext/spl and ext/reflection as static (fixes #38556) 2006-08-23 09:47:21 +00:00
sqlite MFH: fix #38759 (PDO sqlite2 empty query causes segfault) 2006-09-09 10:59:05 +00:00
standard add new tests 2006-09-07 11:48:30 +00:00
sybase bump year and license version 2006-01-01 12:51:34 +00:00
sybase_ct MFH: Fix compilation with TSRM (now correct) 2006-07-25 09:20:32 +00:00
sysvmsg sys/msg.h does not exist on MacOS X 2006-08-24 13:18:24 +00:00
sysvsem bump year and license version 2006-01-01 12:51:34 +00:00
sysvshm MFH: make sure we won't get into endless loop 2006-06-29 09:03:27 +00:00
tidy sync code and tests between HEAD and PHP_5_2 branches. what a confusion... 2006-09-05 15:23:26 +00:00
tokenizer Removed pointless callbacks. 2006-06-20 22:39:15 +00:00
wddx fix ZTS build 2006-08-02 22:03:47 +00:00
xml fix test 2006-09-02 15:42:00 +00:00
xmlreader MFH: fix/add SKIPIF 2006-06-27 00:09:43 +00:00
xmlrpc fix segfault and leak in ext/xmlrpc 2006-08-14 08:18:01 +00:00
xmlwriter - fix tests for PI with libxml 2.6.24+, a new line is now added 2006-07-19 18:50:51 +00:00
xsl Bump libxslt version to 1.1.0 (closes bug#35589) 2006-09-08 16:41:01 +00:00
zip - bump version, 5.2.0 will have zip-2.0.0-stable 2006-09-06 17:38:36 +00:00
zlib the error message is different on different OSes and zlib versions 2006-08-24 11:30:35 +00:00
ext_skel ; 2004-05-16 12:10:35 +00:00
ext_skel_win32.php On win32 extensions starts with php_ 2003-10-29 05:42:26 +00:00