ID:               40012
 Updated by:       [EMAIL PROTECTED]
 Reported By:      gk at gknw dot de
-Status:           Assigned
+Status:           Closed
 Bug Type:         Compile Failure
 Operating System: NetWare
 PHP Version:      5CVS-2007-01-03 (snap)
 Assigned To:      derick
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

Fixed in CVS, thanks for your patch!


Previous Comments:
------------------------------------------------------------------------

[2007-01-03 14:34:12] gk at gknw dot de

Description:
------------
Compilation of ./ext/date/php_date.c fails for NetWare platform because
we have a '#define tzname ...' in time.h;
this clashes with the usage of tzname in
PHP_FUNCTION(timezone_name_from_abbr) starting at line 2061.
Proposed fix: rename tzname with tzid as used already at other places.

In addition related to same file php_date.c:
since the major rewrite of the date stuff with PHP 5.1.x the automatic
guess of a proper timezone doesnt work any longer. For this I have
written few NetWare-specific lines and inserted right after the
Win32-specific code.
Unified diff can be downloaded from my site:
http://www.gknw.net/test/php_issues/php_date.c.diff


Actual result:
--------------
compilation breaks in php_date.c inside
PHP_FUNCTION(timezone_name_from_abbr).



------------------------------------------------------------------------


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

Reply via email to