[PHP-DOC] #37420 [Opn]: strtotime('at') returns current date at 8pm.

2006-05-13 Thread derick
 ID:   37420
 Updated by:   [EMAIL PROTECTED]
 Reported By:  jb243 at telus dot net
 Status:   Open
-Bug Type: Date/time related
+Bug Type: Documentation problem
-Operating System: Windows XP
+Operating System: *
-PHP Version:  4.4.2
+PHP Version:  *
 New Comment:

It's not a bug At (in any spelling) is the timezone identifier for
Azores Time. We need to document the full range of supported syntax
though (also for PHP 5.x).


Previous Comments:


[2006-05-12 17:36:38] jb243 at telus dot net

Description:

strtotime('at') returns today at current hour or maybe 8pm.  Should be
documented as a feature or return an invalid timestamp.

echo date(r,strtotime('At'));

Reproduce code:
---
echo date(r,strtotime('At'));






-- 
Edit this bug report at http://bugs.php.net/?id=37420edit=1


[PHP-DOC] #37420 [Opn-Csd]: strtotime('at') returns current date at 8pm.

2006-05-13 Thread jb243 at telus dot net
 ID:   37420
 User updated by:  jb243 at telus dot net
 Reported By:  jb243 at telus dot net
-Status:   Open
+Status:   Closed
 Bug Type: Documentation problem
 Operating System: *
 PHP Version:  *
 New Comment:

Thanks for your help.  Sorry for thinking so locally.  Maybe there can
be an option for more strict parsing that so that 'now MST', 'now EST',
'now AT' would be valid, but just MST or AT on its own would not.   Just
a thought.
Jeff.


Previous Comments:


[2006-05-13 07:48:50] [EMAIL PROTECTED]

It's not a bug At (in any spelling) is the timezone identifier for
Azores Time. We need to document the full range of supported syntax
though (also for PHP 5.x).



[2006-05-12 17:36:38] jb243 at telus dot net

Description:

strtotime('at') returns today at current hour or maybe 8pm.  Should be
documented as a feature or return an invalid timestamp.

echo date(r,strtotime('At'));

Reproduce code:
---
echo date(r,strtotime('At'));






-- 
Edit this bug report at http://bugs.php.net/?id=37420edit=1


[PHP-DOC] #37429 [NEW]: French traduction error

2006-05-13 Thread florian118 at hotmail dot com
From: florian118 at hotmail dot com
Operating system: Irrelevant
PHP version:  Irrelevant
PHP Bug Type: Documentation problem
Bug description:  French traduction error

Description:

In the Appendix G : php.ini directives (in French Annexe G : directives du
php.ini http://ch2.php.net/manual/fr/ini.php) there are some traduction
errors in the Changelog column.

For example, in the html_errors directive :
'PHP_INI_SYSTEM in PHP = 4.2.3. [...]'
French version :
'PHP_INI_SYSTEM depuis PHP = 4.2.3. [...]'
The french version is incorrect and has no sense. It means 'PHP_INI_SYSTEM
since PHP = 4.2.3'. The correct version would be :
'PHP_INI_SYSTEM pour PHP = 4.2.3.' or 'PHP_INI_SYSTEM jusqu'à PHP
4.2.3.'

All the errors matches the 'depuis PHP =' pattern. There are 13. It
didn't seems that there are another errors.


-- 
Edit bug report at http://bugs.php.net/?id=37429edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=37429r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=37429r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=37429r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=37429r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=37429r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=37429r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=37429r=needscript
Try newer version:http://bugs.php.net/fix.php?id=37429r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=37429r=support
Expected behavior:http://bugs.php.net/fix.php?id=37429r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=37429r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=37429r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=37429r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=37429r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=37429r=dst
IIS Stability:http://bugs.php.net/fix.php?id=37429r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=37429r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=37429r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=37429r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=37429r=mysqlcfg


[PHP-DOC] #37420 [Csd-Opn]: strtotime('at') returns current date at 8pm.

2006-05-13 Thread derick
 ID:   37420
 Updated by:   [EMAIL PROTECTED]
 Reported By:  jb243 at telus dot net
-Status:   Closed
+Status:   Open
 Bug Type: Documentation problem
 Operating System: *
 PHP Version:  *
 New Comment:

Keep it open please, it's still a documentation problem.


Previous Comments:


[2006-05-13 15:11:01] jb243 at telus dot net

Thanks for your help.  Sorry for thinking so locally.  Maybe there can
be an option for more strict parsing that so that 'now MST', 'now EST',
'now AT' would be valid, but just MST or AT on its own would not.   Just
a thought.
Jeff.



[2006-05-13 07:48:50] [EMAIL PROTECTED]

It's not a bug At (in any spelling) is the timezone identifier for
Azores Time. We need to document the full range of supported syntax
though (also for PHP 5.x).



[2006-05-12 17:36:38] jb243 at telus dot net

Description:

strtotime('at') returns today at current hour or maybe 8pm.  Should be
documented as a feature or return an invalid timestamp.

echo date(r,strtotime('At'));

Reproduce code:
---
echo date(r,strtotime('At'));






-- 
Edit this bug report at http://bugs.php.net/?id=37420edit=1


[PHP-DOC] #37429 [Opn-Csd]: French traduction error

2006-05-13 Thread jsgoupil
 ID:   37429
 Updated by:   [EMAIL PROTECTED]
 Reported By:  florian118 at hotmail dot com
-Status:   Open
+Status:   Closed
 Bug Type: Documentation problem
 Operating System: Irrelevant
 PHP Version:  Irrelevant
 New Comment:

Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php

Le pattern 'en PHP ' et 'depuis PHP ' a été corrigé pour 'pour PHP
'

Merci


Previous Comments:


[2006-05-13 15:54:28] florian118 at hotmail dot com

Description:

In the Appendix G : php.ini directives (in French Annexe G : directives
du php.ini http://ch2.php.net/manual/fr/ini.php) there are some
traduction errors in the Changelog column.

For example, in the html_errors directive :
'PHP_INI_SYSTEM in PHP = 4.2.3. [...]'
French version :
'PHP_INI_SYSTEM depuis PHP = 4.2.3. [...]'
The french version is incorrect and has no sense. It means
'PHP_INI_SYSTEM since PHP = 4.2.3'. The correct version would be :
'PHP_INI_SYSTEM pour PHP = 4.2.3.' or 'PHP_INI_SYSTEM jusqu'à PHP
4.2.3.'

All the errors matches the 'depuis PHP =' pattern. There are 13. It
didn't seems that there are another errors.






-- 
Edit this bug report at http://bugs.php.net/?id=37429edit=1