php-src/ext
Derick Rethans 7ca9d09689 - Added the date_parse() function that returns a parsed date/time string
including warnings and errors.
- Added the timezone_name_from_abbr() function that exposes the guessing
  mechanism that tries to find a timezone identifier from a timezone
  abbreviation and GMT offset.
- Fixed a bug where combined date formats 'c' and 'r' were cut off due to
  insufficient space in the buffer.
- Implemented better error and warning handling that is also used for the
  date_parse() function.
- Fixed the date::RFC3339 class constant.
- Fixed bug #37017 (strtotime fails before 13:00:00 with some time zones
  identifiers)
- Fixed problems with "T" in front of a time string was seen as a time zone
  string.
- Fixed a problem were 5 and 6 character timezone abbreviations where not
  correctly parsed.
2006-04-08 14:57:42 +00:00
..
bcmath bump year and license version 2006-01-01 13:10:10 +00:00
bz2 Make some tests pass. 2006-04-02 17:41:04 +00:00
calendar bump year and license version 2006-01-01 13:10:10 +00:00
com_dotnet MF51: fix bug #36898 (__set() leaks in classes extending internal ones) 2006-03-29 15:08:52 +00:00
ctype Unicode stuff is changed according to decision maden on PDM. 2006-01-17 12:18:53 +00:00
curl - Couple of compile fixes. 2006-02-19 05:05:42 +00:00
date - Added the date_parse() function that returns a parsed date/time string 2006-04-08 14:57:42 +00:00
dba - Fix warning 2006-04-02 12:48:37 +00:00
dbase More safe_mode nuking 2006-02-19 18:20:51 +00:00
dom MF51: fix bug #36898 (__set() leaks in classes extending internal ones) 2006-03-29 15:08:52 +00:00
enchant - add tests files 2006-03-21 19:02:00 +00:00
ereg bump year and license version 2006-01-01 13:10:10 +00:00
exif no magic_quotes anymore 2006-03-22 19:41:42 +00:00
fbsql bump year and license version 2006-01-01 13:10:10 +00:00
fdf Start nuking safe_mode. Still a lot of work to do... 2006-02-19 00:55:22 +00:00
fileinfo fixed php version detection 2005-12-20 19:17:00 +00:00
filepro More safe_mode nuking 2006-02-19 18:20:51 +00:00
filter - Test commit to see if mail works. 2006-02-04 15:36:35 +00:00
ftp fix spelling in error messages: 2006-04-03 09:14:50 +00:00
gd - MFB: #36697, truecolor image lost im->transparent 2006-03-14 03:46:59 +00:00
gettext bump year and license version 2006-01-01 13:10:10 +00:00
gmp add test for gmp_nextprime() 2006-04-03 18:11:56 +00:00
hash - prepare 1.2 release; use package.xml v2 2006-03-04 14:17:35 +00:00
hwapi bump year and license version 2006-01-01 13:10:10 +00:00
iconv - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase 2006-03-08 00:43:32 +00:00
imap - Get rid of using ENFORCE_SAFE_MODE. 2006-02-19 04:29:42 +00:00
informix - WS 2006-01-13 14:30:34 +00:00
interbase - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase 2006-03-08 00:43:32 +00:00
json Fix PECL bug #7147 - rework comma insertion whilst encoding. 2006-03-18 04:15:16 +00:00
ldap bump year and license version 2006-01-01 13:10:10 +00:00
libxml Unicode support: MS Visual C compatibility 2006-02-26 11:57:14 +00:00
mbstring fixed commnet typo, and duplicate logic. 2006-04-04 15:14:28 +00:00
mcrypt bump year and license version 2006-01-01 13:10:10 +00:00
mhash fix spelling in error messages: 2006-04-03 09:14:50 +00:00
mime_magic - Get rid of using ENFORCE_SAFE_MODE. 2006-02-19 04:29:42 +00:00
ming - Proto fixes 2006-03-06 10:06:03 +00:00
msql - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase 2006-03-08 00:43:32 +00:00
mssql MFP51: Fix #33694 invalid sql or timeouts makes it impossible to reuse persistent connections 2006-04-04 18:49:44 +00:00
mysql - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase 2006-03-08 00:43:32 +00:00
mysqli MF51: fix tests 2006-03-30 20:43:55 +00:00
oci8 add new tests 2006-04-05 14:09:31 +00:00
odbc Start nuking safe_mode. Still a lot of work to do... 2006-02-19 00:55:22 +00:00
openssl Portable unicode string API: 2006-02-21 20:12:43 +00:00
pcntl bump year and license version 2006-01-01 13:10:10 +00:00
pcre Disallowed numeric named captures. 2006-04-07 21:20:10 +00:00
pdo fix possible NULL dereference 2006-03-27 16:43:02 +00:00
pdo_dblib bump year and license version 2006-01-01 13:10:10 +00:00
pdo_firebird bump year and license version 2006-01-01 13:10:10 +00:00
pdo_mysql MFB51: 2006-03-23 18:39:12 +00:00
pdo_oci MFB: Added support for BINARY_DOUBLE and BINARY_FLOAT to PDO_OCI and OCI8 (also fixes bug #36764) 2006-03-18 22:06:45 +00:00
pdo_odbc Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend extensions 2005-11-25 15:44:40 +00:00
pdo_pgsql MFB: fix #36727 (segfault in pdo_pgsql bindValue() when no parameters are defined) 2006-03-17 22:17:15 +00:00
pdo_sqlite Start nuking safe_mode. Still a lot of work to do... 2006-02-19 00:55:22 +00:00
pgsql restore E_WARNING in correct place 2006-03-29 01:10:27 +00:00
phar - Drop supoerflous skipif 2006-03-11 00:25:07 +00:00
posix Start nuking safe_mode. Still a lot of work to do... 2006-02-19 00:55:22 +00:00
pspell Start nuking safe_mode. Still a lot of work to do... 2006-02-19 00:55:22 +00:00
readline bump year and license version 2006-01-01 13:10:10 +00:00
recode bump year and license version 2006-01-01 13:10:10 +00:00
reflection MF51: fix bug #36898 (__set() leaks in classes extending internal ones) 2006-03-29 15:08:52 +00:00
session Fixed test 2006-03-27 14:08:10 +00:00
shmop bump year and license version 2006-01-01 13:10:10 +00:00
simplexml MF51: fix bug #36898 (__set() leaks in classes extending internal ones) 2006-03-29 15:08:52 +00:00
skeleton - Use the real name instead of the BC name here 2005-12-05 23:52:30 +00:00
snmp bump year and license version 2006-01-01 13:10:10 +00:00
soap fix spelling in error messages: 2006-04-03 09:14:50 +00:00
sockets - MFB: revert leak fix, something else went wrong 2006-04-07 14:05:21 +00:00
spl MF51: fix memory corruptions and leaks when cloning ArrayObjects and ArrayIterators 2006-04-07 22:53:34 +00:00
sqlite MF51: fix bug #36898 (__set() leaks in classes extending internal ones) 2006-03-29 15:08:52 +00:00
standard Plug leak which occurs in unicode mode 2006-04-06 20:05:43 +00:00
sybase - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase 2006-03-08 00:43:32 +00:00
sybase_ct - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase 2006-03-08 00:43:32 +00:00
sysvmsg bump year and license version 2006-01-01 13:10:10 +00:00
sysvsem bump year and license version 2006-01-01 13:10:10 +00:00
sysvshm bump year and license version 2006-01-01 13:10:10 +00:00
tidy MF51: fix bug #36898 (__set() leaks in classes extending internal ones) 2006-03-29 15:08:52 +00:00
tokenizer Implemented "jump label" operator (limited "goto") 2006-03-10 08:29:43 +00:00
unicode Another (and hopefully last) major streams commit. 2006-03-29 01:20:43 +00:00
wddx - Fix build 2006-03-30 23:03:53 +00:00
xml - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase 2006-03-08 00:43:32 +00:00
xmlreader - move setSchema to the 2.6.20 block, this method is only available from 2006-03-31 23:20:58 +00:00
xmlrpc bump year and license version 2006-01-01 13:10:10 +00:00
xmlwriter MF51: fix bug #36898 (__set() leaks in classes extending internal ones) 2006-03-29 15:08:52 +00:00
xsl MF51: fix bug #36898 (__set() leaks in classes extending internal ones) 2006-03-29 15:08:52 +00:00
zlib Silence false positive test failures 2006-04-02 17:49:10 +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