From: photon at comcast dot net
Operating system: Linux
PHP version: 4.3.1
PHP Bug Type: Feature/Change Request
Bug description: Please add functions to convert between timezones
Hi,
PHP seems to have some innate knowledge of time zones, but I find it very
lacking for this
ID: 16117
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Compile Failure
Operating System: Linux
PHP Version: 4.1.2
New Comment:
It's also defined in Zend/zend_ini.h
Previous Comments:
-
From: [EMAIL PROTECTED]
Operating system: Linux
PHP version: 4.1.2
PHP Bug Type: Compile Failure
Bug description: php.h / ap_config.h conflict (XtOffsetOf)
php.h tries to redefine XtOffsetOf when you are compiling with apxs. It is
already defined in Apache's ap_config.h.
From: [EMAIL PROTECTED]
Operating system: Linux
PHP version: 4.1.2
PHP Bug Type: Compile Failure
Bug description: MYSQL_UNIX_ADDR
If you compile mysql with a specific .sock location, and then compile php
with your local mysql libraries, php tries to redefine MYSQL_UNIX_ADDR.