Bug #65788 [Opn-Nab]: mktime return wrong month

2013-09-30 Thread derick
Edit report at https://bugs.php.net/bug.php?id=65788edit=1 ID: 65788 Updated by: der...@php.net Reported by:condor at stz-bg dot com Summary:mktime return wrong month -Status: Open +Status: Not a bug Type: Bug

Req #64242 [Asn]: Extend date() formats with week number of year, weeks starting on Sunday

2013-09-22 Thread derick
Edit report at https://bugs.php.net/bug.php?id=64242edit=1 ID: 64242 Updated by: der...@php.net Reported by:thbley at gmail dot com Summary:Extend date() formats with week number of year, weeks starting on Sunday Status:

Bug #65730 [Nab]: DateTime::format('W') returns wrong week number

2013-09-21 Thread derick
Edit report at https://bugs.php.net/bug.php?id=65730edit=1 ID: 65730 Updated by: der...@php.net Reported by:glavic at gmail dot com Summary:DateTime::format('W') returns wrong week number Status: Not a bug Type: Bug

Req #65694 [Opn-Nab]: error calendar in year 2016, with function mktime()

2013-09-18 Thread derick
Edit report at https://bugs.php.net/bug.php?id=65694edit=1 ID: 65694 Updated by: der...@php.net Reported by:philippe dot alcaina at hotmail dot fr Summary:error calendar in year 2016, with function mktime() -Status: Open +Status:

Bug #65654 [Opn]: Extending DateInterval and unable to use $this-days

2013-09-11 Thread derick
Edit report at https://bugs.php.net/bug.php?id=65654edit=1 ID: 65654 Updated by: der...@php.net Reported by:steven at gowebprint dot com Summary:Extending DateInterval and unable to use $this-days Status: Open Type: Bug

Bug #65623 [Opn-Nab]: BC change: strtotime() returns non-false for certain integer input values

2013-09-05 Thread derick
-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php This is working as it should. strtotime() wants a *string* and not an integer. It's just interpreted differently than you expect now: derick@whisky

Bug #64258 [Opn]: --with-mcrypt causes bad linking (with --with-libxml-dir). Reason: -lltdl flag

2013-06-13 Thread derick
Edit report at https://bugs.php.net/bug.php?id=64258edit=1 ID: 64258 Updated by: der...@php.net Reported by:spamik at yum dot pl Summary:--with-mcrypt causes bad linking (with --with-libxml-dir). Reason: -lltdl flag Status:

Bug #45081 [Asn]: strtotime incorrectly interprets SGT time zone

2013-05-31 Thread derick
: Bug Package:Date/time related Operating System: SUSE 10.2 PHP Version:5.2.6 Assigned To:derick Block user comment: N Private report: N New Comment: Timezonedb is used for strtotime. Previous Comments

Bug #64910 [Opn]: Line number of $e = new Exception vs. line number of throw $e

2013-05-23 Thread derick
Edit report at https://bugs.php.net/bug.php?id=64910edit=1 ID: 64910 Updated by: der...@php.net Reported by:sebast...@php.net Summary:Line number of $e = new Exception vs. line number of throw $e Status: Open Type:

Bug #64908 [Opn-Nab]: DateTime's constructor accepts time that not exists because of DST

2013-05-23 Thread derick
Edit report at https://bugs.php.net/bug.php?id=64908edit=1 ID: 64908 Updated by: der...@php.net Reported by:istvan dot dani at gmail dot com Summary:DateTime's constructor accepts time that not exists because of DST -Status:

Bug #64635 [Opn-Nab]: segfault in inmem_seek_to_tz_position from parse_tz.c

2013-04-11 Thread derick
Edit report at https://bugs.php.net/bug.php?id=64635edit=1 ID: 64635 Updated by: der...@php.net Reported by:shakaran at gmail dot com Summary:segfault in inmem_seek_to_tz_position from parse_tz.c -Status: Open

Bug #64369 [Opn-Nab]: strtotime() doesn't return false for some invalid formats

2013-03-06 Thread derick
double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php That is because they are not invalid. Z is a timezone abbreviation: derick@whisky:~ $ php -r 'var_dump(date_parse(-1 monthZ));' array(17

Bug #64369 [Nab]: strtotime() doesn't return false for some invalid formats

2013-03-06 Thread derick
abbreviation: derick@whisky:~ $ php -r 'var_dump(date_parse(-1 monthZ));' array(17) { 'year' = bool(false) 'month' = bool(false) 'day' = bool(false) 'hour' = bool(false) 'minute' = bool(false) 'second' = bool(false) 'fraction' = bool(false) 'warning_count' = int(0

Bug #64086 [Opn-Nab]: Quirks with array entries 08 / 8 and 09 / 9 compared to other entries.

2013-01-27 Thread derick
Edit report at https://bugs.php.net/bug.php?id=64086edit=1 ID: 64086 Updated by: der...@php.net Reported by:jessewalker at gmail dot com Summary:Quirks with array entries 08 / 8 and 09 / 9 compared to other entries. -Status:

Bug #64052 [Opn-Nab]: PHP DateTime Add and sub

2013-01-23 Thread derick
Edit report at https://bugs.php.net/bug.php?id=64052edit=1 ID: 64052 Updated by: der...@php.net Reported by:moses dot liao at techlinkz dot net Summary:PHP DateTime Add and sub -Status: Open +Status: Not a bug Type:

Bug #63967 [Opn-Nab]: Date function calculation error

2013-01-11 Thread derick
Edit report at https://bugs.php.net/bug.php?id=63967edit=1 ID: 63967 Updated by: der...@php.net Reported by:bvb dot bolle at gmail dot com Summary:Date function calculation error -Status: Open +Status: Not a bug Type:

Bug #63967 [Nab]: Date function calculation error

2013-01-11 Thread derick
Edit report at https://bugs.php.net/bug.php?id=63967edit=1 ID: 63967 Updated by: der...@php.net Reported by:bvb dot bolle at gmail dot com Summary:Date function calculation error Status: Not a bug Type: Bug Package:

Bug #63970 [Opn-Nab]: Wrong year on week calculation from 2012-12-30

2013-01-11 Thread derick
Edit report at https://bugs.php.net/bug.php?id=63970edit=1 ID: 63970 Updated by: der...@php.net Reported by:obibann at hotmail dot com Summary:Wrong year on week calculation from 2012-12-30 -Status: Open +Status: Not a bug

Bug #63941 [Opn]: Date timezone code-cleanup

2013-01-08 Thread derick
Edit report at https://bugs.php.net/bug.php?id=63941edit=1 ID: 63941 Updated by: der...@php.net Reported by:njaguar at gmail dot com Summary:Date timezone code-cleanup Status: Open Type: Bug Package:

Bug #63929 [Opn-Nab]: wrong year in strtotime

2013-01-07 Thread derick
Edit report at https://bugs.php.net/bug.php?id=63929edit=1 ID: 63929 Updated by: der...@php.net Reported by:daniz at rocketmail dot com Summary:wrong year in strtotime -Status: Open +Status: Not a bug Type: Bug

Bug #63777 [Nab]: DateTime obj in Dec 2012 in Australia/South TZ reports 'CST' time zone abbrev

2013-01-07 Thread derick
: Not a bug Type: Bug Package:Date/time related Operating System: OS X, CentOS, Debian PHP Version:Irrelevant Block user comment: N Private report: N New Comment: Olson uses CST the year round: derick@whisky:~ $ zdump -v -c 2012,2014

Bug #63777 [Nab]: DateTime obj in Dec 2012 in Australia/South TZ reports 'CST' time zone abbrev

2013-01-07 Thread derick
: [2013-01-07 19:34:39] kavi at postpro dot net @derick: Wow. Well, that explains it. Thanks all. [2013-01-07 19:33:52] kavi at postpro dot net Here's an interesting one

Bug #55397 [Ana-Csd]: comparsion of incomplete DateTime causes SIGSEGV

2013-01-06 Thread derick
Type: Bug Package:Date/time related Operating System: Linux PHP Version:5.3.7RC4 Assigned To:derick Block user comment: N Private report: N New Comment: Automatic comment on behalf of git...@derickrethans.nl Revision: http://git.php.net/?p

Req #31875 [Asn-Opn]: get_defined_functions() should not list disabled functions

2013-01-06 Thread derick
: Assigned +Status: Open Type: Feature/Change Request Package:Scripting Engine problem Operating System: * PHP Version:* -Assigned To:derick +Assigned To: Block user comment: N Private report: N Previous Comments

Req #28016 [Asn-Opn]: is_resource() returns false for resources of type Unknown

2013-01-06 Thread derick
+Status: Open Type: Feature/Change Request Package:*General Issues Operating System: * PHP Version:* -Assigned To:derick +Assigned To: Block user comment: N Private report: N Previous Comments

Req #33445 [Asn-Opn]: strftime() arguments are system dependent

2013-01-06 Thread derick
: Open Type: Feature/Change Request Package:Date/time related Operating System: * PHP Version:5.0.4 -Assigned To:derick +Assigned To: Block user comment: N Private report: N Previous Comments

Bug-Req #40743 [ReO]: DateTime ignores the TimeZone object passed to the constructor

2013-01-06 Thread derick
-Opened -Type: Bug +Type: Feature/Change Request Package:Date/time related Operating System: Win XP PHP Version:5.2.1 Assigned To:derick Block user comment: N Private report: N New Comment: It's still not a bug, so changing

Bug #63615 [Asn]: DateTime::modify() ignores timezone

2013-01-06 Thread derick
:Date/time related Operating System: Linux x64 PHP Version:5.4.9 Assigned To:derick Block user comment: N Private report: N New Comment: The original idea behind modify was to only add specific hours, minutes, days etc. and not to *set* specific values

Req #62911 [Asn-Wfx]: Add DateTime::__toString()

2012-08-27 Thread derick
Edit report at https://bugs.php.net/bug.php?id=62911edit=1 ID: 62911 Updated by: der...@php.net Reported by:bdurand-php at ssji dot net Summary:Add DateTime::__toString() -Status: Assigned +Status: Wont fix Type:

Bug #62364 [Opn-Nab]: Strange behaviour in mktime() function using leading zeros

2012-06-19 Thread derick
Edit report at https://bugs.php.net/bug.php?id=62364edit=1 ID: 62364 Updated by: der...@php.net Reported by:praflo at gmail dot com Summary:Strange behaviour in mktime() function using leading zeros -Status: Open

Bug #61955 [Opn-Asn]: Adding DateInterval to DateTime adds 1 additional hour

2012-05-19 Thread derick
+Status: Assigned Type: Bug Package:Date/time related Operating System: Linux / Mac PHP Version:5.3.12 -Assigned To: +Assigned To:derick Block user comment: N Private report: N Previous Comments

Bug #61962 [Opn]: Relative format : second/third... not parsed

2012-05-11 Thread derick
Edit report at https://bugs.php.net/bug.php?id=61962edit=1 ID: 61962 Updated by: der...@php.net Reported by:francois dot dambrine at isen-lille dot fr Summary:Relative format : second/third... not parsed Status: Open Type:

Bug #61685 [Nab-Fbk]: putenv('TZ=UTC') doesn't update timezone for localtime()

2012-04-27 Thread derick
Edit report at https://bugs.php.net/bug.php?id=61685edit=1 ID: 61685 Updated by: der...@php.net Reported by:mattfic...@php.net Summary:putenv('TZ=UTC') doesn't update timezone for localtime() -Status: Not a bug

Req #61421 [Opn]: Missing SHA256,SHA512 families of signature algorithms

2012-04-02 Thread derick
functionality. Make sure those tests also run with older versions of openssl though! cheers, Derick Previous Comments: [2012-03-31 04:00:54] mark at zedwood dot com should i submit a new patch with #if OPENSSL_VERSION_NUMBER

Req #61602 [Opn]: Allow access to name of constant used as default value

2012-04-02 Thread derick
Edit report at https://bugs.php.net/bug.php?id=61602edit=1 ID: 61602 Updated by: der...@php.net Reported by:sebast...@php.net Summary:Allow access to name of constant used as default value Status: Open Type:

Bug #60332 [Opn-Nab]: timezone_abbreviations_list() returns incorrect time offset

2012-03-22 Thread derick
Edit report at https://bugs.php.net/bug.php?id=60332edit=1 ID: 60332 Updated by: der...@php.net Reported by:nazar-pc at yandex dot ru Summary:timezone_abbreviations_list() returns incorrect time offset -Status: Open

Req #61366 [Opn]: DateInterval should support weeks and days combined

2012-03-14 Thread derick
Edit report at https://bugs.php.net/bug.php?id=61366edit=1 ID: 61366 Updated by: der...@php.net Reported by:evert at rooftopsolutions dot nl Summary:DateInterval should support weeks and days combined Status: Open Type:

Bug #53791 [Csd-Fbk]: NumberFormat::parse fail with French thousands separator

2012-02-21 Thread derick
+Status: Feedback Type: Bug Package:I18N and L10N related PHP Version:5.3.5 Block user comment: N Private report: N New Comment: 4.8.1 gives: derick@whisky:/tmp$ ./unum fr_FR 1 234.56 1234.00 derick@whisky:/tmp$ ./unum fr_FR 1 234,56

Bug #53791 [Fbk-Csd]: NumberFormat::parse fail with French thousands separator

2012-02-21 Thread derick
: Feedback +Status: Closed Type: Bug Package:I18N and L10N related PHP Version:5.3.5 -Assigned To: +Assigned To:derick Block user comment: N Private report: N New Comment: Ok, in any case, in 4.8.1 a normal space seems to work as well

Bug #61028 [Opn-Nab]: DateTime constructor ignores Timezone info in DATE_ISO8601 formated strings

2012-02-09 Thread derick
Edit report at https://bugs.php.net/bug.php?id=61028edit=1 ID: 61028 Updated by: der...@php.net Reported by:tom dot anheyer at berlinonline dot de Summary:DateTime constructor ignores Timezone info in DATE_ISO8601 formated

Bug #61016 [Opn-Nab]: ZEND_EXTENSION_API_NO typo

2012-02-08 Thread derick
Edit report at https://bugs.php.net/bug.php?id=61016edit=1 ID: 61016 Updated by: der...@php.net Reported by:jbnance at tresgeek dot net Summary:ZEND_EXTENSION_API_NO typo -Status: Open +Status: Not a bug Type:

Bug #60980 [Opn-Nab]: date with strtotime

2012-02-05 Thread derick
Edit report at https://bugs.php.net/bug.php?id=60980edit=1 ID: 60980 Updated by: der...@php.net Reported by:moh dot e at live dot com Summary:date with strtotime -Status: Open +Status: Not a bug Type: Bug

Bug #60970 [Opn-Nab]: Wrong calculation of date() function from epoch

2012-02-03 Thread derick
Edit report at https://bugs.php.net/bug.php?id=60970edit=1 ID: 60970 Updated by: der...@php.net Reported by:gdarcan at gmail dot com Summary:Wrong calculation of date() function from epoch -Status: Open +Status: Not a bug

Bug #60960 [Nab-Asn]: Wrong number of days.

2012-02-03 Thread derick
: Bug Package:Date/time related Operating System: Ubuntu 11.04 64bits PHP Version:Irrelevant -Assigned To: +Assigned To:derick Block user comment: N Private report: N New Comment: This is a bug, it should show 1. Previous Comments

Bug #60723 [Asn]: error_log error time has changed to UTC ignoring default timezo

2012-01-31 Thread derick
: Assigned Type: Bug -Package:*General Issues +Package:Date/time related Operating System: Gentoo Linux PHP Version:5.3.9 Assigned To:derick Block user comment: N Private report: N New Comment: Hi! We had to change this in order

Bug #60712 [Asn-Spm]: PHP Server Central

2012-01-11 Thread derick
Edit report at https://bugs.php.net/bug.php?id=60712edit=1 ID: 60712 Updated by: der...@php.net Reported by:mbiama dot ekombitie dot com at live dot fr Summary:PHP Server Central -Status: Assigned +Status: Spam Type:

Bug #60650 [Opn-Bgs]: DateTime validation is incomplete

2012-01-04 Thread derick
/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php Hi! The parser checks for possible day numbers (00-31) and the validation for validity. With date_get_last_errors() you can find the warnings: derick@whisky:~$ php ?php $date = new DateTime('2000-02-30'); echo $date-format('Y

Req #60599 [Opn]: ADD DATE TIME FOR CONSOLE WARNINGS

2011-12-24 Thread derick
Edit report at https://bugs.php.net/bug.php?id=60599edit=1 ID: 60599 Updated by: der...@php.net Reported by:roberto at spadim dot com dot br Summary:ADD DATE TIME FOR CONSOLE WARNINGS Status: Open Type: Feature/Change

Bug #60563 [Opn-Bgs]: strtotime(float var) returns TRUE

2011-12-19 Thread derick
Edit report at https://bugs.php.net/bug.php?id=60563edit=1 ID: 60563 Updated by: der...@php.net Reported by:edu2004eu at yahoo dot com Summary:strtotime(float var) returns TRUE -Status: Open +Status: Bogus Type:

Bug #60565 [Opn-Bgs]: $_SERVER['REQUEST_TIME'] is now a float but lacks a digit in Apache2 SAPI

2011-12-19 Thread derick
Edit report at https://bugs.php.net/bug.php?id=60565edit=1 ID: 60565 Updated by: der...@php.net Reported by:lolautruche at gmail dot com Summary:$_SERVER['REQUEST_TIME'] is now a float but lacks a digit in Apache2 SAPI -Status:

Bug #60523 [Opn-Ana]: PHP Errors are not reported in browsers using built-in SAPI

2011-12-14 Thread derick
Edit report at https://bugs.php.net/bug.php?id=60523edit=1 ID: 60523 Updated by: der...@php.net Reported by:lolautruche at gmail dot com Summary:PHP Errors are not reported in browsers using built-in SAPI -Status:

Bug #60523 [Ana-Asn]: PHP Errors are not reported in browsers using built-in SAPI

2011-12-14 Thread derick
Edit report at https://bugs.php.net/bug.php?id=60523edit=1 ID: 60523 Updated by: der...@php.net Reported by:lolautruche at gmail dot com Summary:PHP Errors are not reported in browsers using built-in SAPI -Status:

Bug #60453 [Opn-Asn]: ISO Format sets invalid timezone: Z

2011-12-06 Thread derick
Type: Bug Package:Date/time related PHP Version:5.3.8 -Assigned To: +Assigned To:derick Block user comment: N Private report: N Previous Comments: [2011-12-06 23:03:46

Req #18209 [Opn-Bgs]: gmtime() function requested

2011-12-06 Thread derick
Edit report at https://bugs.php.net/bug.php?id=18209edit=1 ID: 18209 Updated by: der...@php.net Reported by:nevermiah at hotmail dot com Summary:gmtime() function requested -Status: Open +Status: Bogus Type:

Bug #50902 [Asn-Csd]: Segfault if date.timezone is not set and error_log is defined

2011-12-05 Thread derick
: Assigned +Status: Closed Type: Bug Package:SOAP related Operating System: * PHP Version:5.*, 6 Assigned To:derick Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots

Bug #52062 [Asn-Csd]: large timestamps with DateTime::getTimestamp and DateTime::setTimestamp

2011-12-05 Thread derick
: Assigned +Status: Closed Type: Bug Package:Date/time related Operating System: Ubuntu i686 2.6.32-22-generic PHP Version:5.3.2 Assigned To:derick Block user comment: N Private report: N New Comment: This bug has been fixed in SVN

Bug #52142 [Asn-Csd]: using diff change the datetime object

2011-12-05 Thread derick
Type: Bug Package:Date/time related Operating System: slackware PHP Version:5.3.2 Assigned To:derick Block user comment: N Private report: N New Comment: Thank you for your bug report. This issue has already been fixed in the latest released

Bug #53158 [Asn-Bgs]: strtotime('next monday') resets the time to 00:00

2011-12-05 Thread derick
: Bug Package:Date/time related Operating System: All PHP Version:5.3.3 Assigned To:derick Block user comment: N Private report: N New Comment: Duplicate of #54909 Previous Comments

Bug #53502 [Ver-Csd]: strtotime with timezone memory leak

2011-12-05 Thread derick
: Bug Package:Date/time related Operating System: Redhat ES5 PHP Version:5.3.3 Assigned To:derick Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours

Bug #51994 [Asn-Csd]: date_parse_from_format parsing invalid date

2011-12-05 Thread derick
: Bug Package:Date/time related Operating System: Windows XP SP3 PHP Version:5.3.2 Assigned To:derick Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours

Bug #52113 [Ver-Csd]: Seg fault after unserializing DatePeriod

2011-12-05 Thread derick
: Bug Package:Date/time related Operating System: Debian Squeeze/Sid PHP Version:5.3.2 Assigned To:derick Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three

Bug-Req #55240 [Asn]: DateTime::createFromFormat with format 'd.m.Y Gi' returns wrong date

2011-11-26 Thread derick
: Assigned -Type: Bug +Type: Feature/Change Request Package:Date/time related Operating System: Windows Server 2008 R2 PHP Version:5.3.6 Assigned To:derick Block user comment: N Private report: N New Comment: Hi! I've

Bug #54851 [Asn-Csd]: DateTime::createFromFormat, $format=='D' or $format=='l' Always Returns Today.

2011-11-26 Thread derick
. -Status: Assigned +Status: Closed Type: Bug Package:Date/time related Operating System: Mac OS X PHP Version:trunk-SVN-2011-05-18 (SVN) Assigned To:derick Block user comment: N Private report: N New Comment: This bug

Bug #60373 [Asn-Csd]: Startup errors with log_errors on cause segfault

2011-11-25 Thread derick
: Bug Package:Date/time related Operating System: ZTS builds (tested on Win) PHP Version:trunk-SVN-2011-11-24 (SVN) Assigned To:derick Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources

Bug #54597 [Asn-Csd]: incorrect years for DateTime objects created with 4-digit years

2011-11-25 Thread derick
: Assigned +Status: Closed Type: Bug Package:Date/time related Operating System: MacOS X PHP Version:5.3.6 Assigned To:derick Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots

Bug #55253 [Opn-Csd]: DateTime::add() and sub() result -1 hour on objects with time zone type 2

2011-11-24 Thread derick
2 -Status: Open +Status: Closed Type: Bug Package:Date/time related Operating System: Ubuntu 10.04 PHP Version:5.4SVN-2011-07-20 (SVN) -Assigned To: +Assigned To:derick Block user comment: N Private report: N New

Bug #60236 [Asn-Csd]: TLA timezone dates are not converted properly from timestamp

2011-11-24 Thread derick
: Closed Type: Bug Package:Date/time related Operating System: * PHP Version:5.4.0beta2 Assigned To:derick Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged

Bug #60358 [Fbk]: Output of var_dump() has changed

2011-11-22 Thread derick
Edit report at https://bugs.php.net/bug.php?id=60358edit=1 ID: 60358 Updated by: der...@php.net Reported by:mapi at pdepend dot org Summary:Output of var_dump() has changed Status: Feedback Type: Bug Package:

Req #60302 [Opn-Asn]: DateTime::createFromFormat should new static(), not new self()

2011-11-14 Thread derick
: Open +Status: Assigned Type: Feature/Change Request Package:Date/time related PHP Version:Irrelevant -Assigned To: +Assigned To:derick Block user comment: N Private report: N New Comment: Had a quick look at this, but it wasn't

Bug #60172 [Ana-Asn]: make fails

2011-11-04 Thread derick
:Compile Failure Operating System: Ubuntu 10.04 / Apache2 PHP Version:5.4SVN-2011-10-29 (snap) -Assigned To: +Assigned To:derick Block user comment: N Private report: N Previous Comments

Bug #60172 [Asn-Csd]: make fails

2011-11-04 Thread derick
:Compile Failure Operating System: Ubuntu 10.04 / Apache2 PHP Version:5.4SVN-2011-10-29 (snap) Assigned To:derick Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours

Req #60044 [Opn-Fbk]: make is failing for date/lib/parse_tz.lo

2011-10-12 Thread derick
Edit report at https://bugs.php.net/bug.php?id=60044edit=1 ID: 60044 Updated by: der...@php.net Reported by:sanjay dot d dot patil at oracle dot com Summary:make is failing for date/lib/parse_tz.lo -Status: Open +Status:

Bug #55733 [Opn-Bgs]: problem: date + new version of SERVER['REQUEST_TIME']

2011-09-20 Thread derick
Edit report at https://bugs.php.net/bug.php?id=55733edit=1 ID: 55733 Updated by: der...@php.net Reported by:bugzilla33 at gmail dot com Summary:problem: date + new version of SERVER['REQUEST_TIME'] -Status: Open

Bug #55642 [Opn-]: DateTime doesn't use default timezone

2011-09-08 Thread derick
Edit report at https://bugs.php.net/bug.php?id=55642edit=1 ID: 55642 Updated by: der...@php.net Reported by:alex dot whitman at durham dot ac dot uk Summary:DateTime doesn't use default timezone -Status: Open +Status: To be

Bug #55619 [Opn-Bgs]: checkdate() returns incorrect results

2011-09-06 Thread derick
Edit report at https://bugs.php.net/bug.php?id=55619edit=1 ID: 55619 Updated by: der...@php.net Reported by:invisiblexman2010 at gmail dot com Summary:checkdate() returns incorrect results -Status: Open +Status: Bogus Type:

Bug #55348 [Opn]: SoapServer (typemap related) Error calling from_xml callback

2011-08-23 Thread derick
Edit report at https://bugs.php.net/bug.php?id=55348edit=1 ID: 55348 Updated by: der...@php.net Reported by:sprotte at visionconnect dot de Summary:SoapServer (typemap related) Error calling from_xml callback Status:

Bug #55378 [Opn-Asn]: binary number literal returns float number though its value is enough small

2011-08-07 Thread derick
Edit report at https://bugs.php.net/bug.php?id=55378edit=1 ID: 55378 Updated by: der...@php.net Reported by:for-bugs at hnw dot jp Summary:binary number literal returns float number though its value is enough small -Status:

Bug #55378 [Asn-Tbd]: binary number literal returns float number though its value is enough small

2011-08-07 Thread derick
: Assigned +Status: To be documented Type: Bug Package:Scripting Engine problem Operating System: MacOSX PHP Version:5.4.0alpha3 Assigned To:derick Block user comment: N Private report: N New Comment: This bug has been fixed

Bug #55015 [Opn-Wfx]: strToTime calculates wrong date

2011-07-06 Thread derick
Edit report at https://bugs.php.net/bug.php?id=55015edit=1 ID: 55015 Updated by: der...@php.net Reported by:cp at ltur dot de Summary:strToTime calculates wrong date -Status: Open +Status: Wont fix Type: Bug

Bug #55024 [Opn-Bgs]: can't make

2011-06-10 Thread derick
Edit report at http://bugs.php.net/bug.php?id=55024edit=1 ID: 55024 Updated by: der...@php.net Reported by:gcnsc at 126 dot com Summary:can't make -Status: Open +Status: Bogus Type: Bug Package:GD

Bug #54799 [Opn-Asn]: Incorrect results when operating with time on DST changes

2011-05-17 Thread derick
: Open +Status: Assigned Type: Bug Package:Date/time related Operating System: Linux PHP Version:5.3.6 -Assigned To: +Assigned To:derick Block user comment: N Private report: N Previous Comments

Bug #54660 [Opn-Fbk]: DateInterval Fatal error: main(): Unknown property (h)

2011-05-04 Thread derick
For Windows: http://windows.php.net/snapshots/ This works fine for me: derick@whisky:~$ php -v PHP 5.3.7-dev (cli) (built: May 4 2011 09:16:17) (DEBUG) ?php $a = \DateInterval::createFromDateString(1 month 1 hour); echo $a-h; // ok $a = \DateInterval::createFromDateString(1 month 0

Bug #54597 [Opn-Asn]: incorrect years for DateTime objects created with 4-digit years

2011-04-30 Thread derick
: Open +Status: Assigned Type: Bug Package:Date/time related Operating System: MacOS X PHP Version:5.3.6 -Assigned To: +Assigned To:derick Block user comment: N Private report: N Previous Comments

Bug #54579 [Ver-Asn]: DateTime sub problem

2011-04-20 Thread derick
: Bug Package:Date/time related PHP Version:5.3.6 -Assigned To: +Assigned To:derick Block user comment: N Private report: N Previous Comments: [2011-04-20 23:33:48] dtajchre

Req #54537 [Opn]: production value for html_errors should be On

2011-04-15 Thread derick
Edit report at http://bugs.php.net/bug.php?id=54537edit=1 ID: 54537 Updated by: der...@php.net Reported by:tyra3l at gmail dot com Summary:production value for html_errors should be On Status: Open Type: Feature/Change

Bug #54505 [Opn-Bgs]: Date(Y) for certain years returns incorrectly

2011-04-11 Thread derick
Edit report at http://bugs.php.net/bug.php?id=54505edit=1 ID: 54505 Updated by: der...@php.net Reported by:josh dot reinert at gmail dot com Summary:Date(Y) for certain years returns incorrectly -Status: Open +Status: Bogus

Bug #54481 [Opn-Bgs]: date_default_timezone_get() returns incorrect timezone

2011-04-08 Thread derick
: derick@whisky:~$ php -n -r 'echo date_default_timezone_get(), \n;' Warning: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those

Bug #54493 [Opn-Bgs]: Dates stored as yyyy-00-00 in MySQL are returned as the previous year

2011-04-08 Thread derick
Edit report at http://bugs.php.net/bug.php?id=54493edit=1 ID: 54493 Updated by: der...@php.net Reported by:john at designstage dot co dot uk Summary:Dates stored as -00-00 in MySQL are returned as the previous year -Status:

Bug #54479 [Opn-Bgs]: round(1e15+0.1) returns 1e15+0.1 instead of 1e15

2011-04-06 Thread derick
Edit report at http://bugs.php.net/bug.php?id=54479edit=1 ID: 54479 Updated by: der...@php.net Reported by:for-bugs at hnw dot jp Summary:round(1e15+0.1) returns 1e15+0.1 instead of 1e15 -Status: Open +Status: Bogus Type:

Bug #26565 [Csd]: strtotime('this month') resolving to the wrong month?

2011-03-30 Thread derick
Type: Bug Package:Date/time related Operating System: Mac OS X 10.2.x PHP Version:4.3.4 -Assigned To: +Assigned To:derick Block user comment: N Private report: N New Comment: http://derickrethans.nl/obtaining-the-next-month-in-php.html

Bug #54409 [Opn-Asn]: strtotime(): this week gives incorrect result for Sunday dates

2011-03-28 Thread derick
: Open +Status: Assigned Type: Bug Package:Date/time related Operating System: Linux 2.6.36-hardened PHP Version:5.3.6 -Assigned To: +Assigned To:derick Block user comment: N Private report: N Previous Comments

Req #54308 [Bgs]: You named the new version 5.3.6 and not 5.4.0

2011-03-18 Thread derick
Edit report at http://bugs.php.net/bug.php?id=54308edit=1 ID: 54308 Updated by: der...@php.net Reported by:stevenmartin99 at gmail dot com Summary:You named the new version 5.3.6 and not 5.4.0 Status: Bogus Type:

Bug #54250 [Fbk-Bgs]: date_default_timezone_set stat()'s whole /usr/share/zoneinfo upon first call

2011-03-14 Thread derick
v2.3.0, Copyright (c) 1998-2010 Zend Technologies with Xdebug v2.1.0, Copyright (c) 2002-2010, by Derick Rethans with Suhosin v0.9.29, Copyright (c) 2007, by SektionEins GmbH PHP 5.2.6-1+lenny9 with Suhosin-Patch 0.9.6.2 (cli) (built: Aug 4 2010 03:25:57) Copyright (c) 1997-2008

Bug #54184 [Opn-Bgs]: (int)(1.13*100) returns 112 !!!!! (should be 113)

2011-03-07 Thread derick
Edit report at http://bugs.php.net/bug.php?id=54184edit=1 ID: 54184 Updated by: der...@php.net Reported by:yuriy at vihv dot org Summary:(int)(1.13*100) returns 112 ! (should be 113) -Status: Open +Status: Bogus Type:

Bug #54185 [Opn-Bgs]: strtotime misinterprets dates in format 1 Aug, 2005 for the 2000s

2011-03-07 Thread derick
it will then be used as a year: derick@whisky:~$ pe 5.3dev derick@whisky:~$ php -r 'print_r(date_parse(2 Mar, 2008));' Array ( [year] = [month] = 3 [day] = 2 [hour] = 20 [minute] = 8 [second] = 0 [fraction] = [warning_count] = 0 [warnings] = Array

Bug #54145 [Bgs]: DateTime-add is not affected by DST changes

2011-03-03 Thread derick
Edit report at http://bugs.php.net/bug.php?id=54145edit=1 ID: 54145 Updated by: der...@php.net Reported by:giorgio dot liscio at email dot it Summary:DateTime-add is not affected by DST changes Status: Bogus Type: Bug

Bug #54048 [Opn-Bgs]: unexpected strtotime() behavior with unix timestamps

2011-03-02 Thread derick
Edit report at http://bugs.php.net/bug.php?id=54048edit=1 ID: 54048 Updated by: der...@php.net Reported by:sheller0 at gmail dot com Summary:unexpected strtotime() behavior with unix timestamps -Status: Open +Status: Bogus

Bug #53158 [Asn]: strtotime('next monday') resets the time to 00:00

2011-03-01 Thread derick
:Date/time related Operating System: All PHP Version:5.3.3 Assigned To:derick Block user comment: N Private report: N New Comment: There is a reason for this... can't remember it now. I don't think it's a bug... but will investigate at some point. Previous

Bug #54080 [Opn-Fbk]: date.timezone in php.ini ignored

2011-02-23 Thread derick
Edit report at http://bugs.php.net/bug.php?id=54080edit=1 ID: 54080 Updated by: der...@php.net Reported by:huan at huan dot pl Summary:date.timezone in php.ini ignored -Status: Open +Status: Feedback Type: Bug

Bug #54080 [Opn-Bgs]: date.timezone in php.ini ignored

2011-02-23 Thread derick
Edit report at http://bugs.php.net/bug.php?id=54080edit=1 ID: 54080 Updated by: der...@php.net Reported by:huan at huan dot pl Summary:date.timezone in php.ini ignored -Status: Open +Status: Bogus Type: Bug

  1   2   3   4   5   6   7   8   9   10   >