From:             frozenfire at thefrozenfire dot com
Operating system: Ubuntu 8.10 2.6.27-11-generic
PHP version:      5.3.0beta1
PHP Bug Type:     Compile Warning
Bug description:  strotime warnings in make install

Description:
------------
I've configured a vanilla install of PHP 5.3 Beta 1, using ./configure
--prefix=/usr/local/php-5.3 --program-suffix=53

After configuring (And resolving some missing dependencies), I did a make,
and then a make test (Results submitted).

Next, I did a make install, which produced:

Warning: strtotime(): 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 methods
and you are still getting this warning, you most likely misspelled the
timezone identifier. We selected 'America/Los_Angeles' for 'PST/-8.0/no
DST' instead in
phar:///home/myuser/php-5.3.0beta1/pear/install-pear-nozlib.phar/PEAR/Validate.php
on line 489

About a dozen times during "Installing PEAR environment:
/usr/local/php-5.3/lib/php/"

I don't know if it's related, but the interactive mode in PHP doesn't work
(php53 -a). It prints out "Interactive mode enabled" and then allows input,
but doesn't process it in any way, including "exit."

Reproduce code:
---------------
sudo ./configure --prefix=/usr/local/php-5.3 --program-suffix=53
sudo make
sudo make test
sudo make install

Expected result:
----------------
For the make install, I expected none of the warning messages.

Actual result:
--------------
Full make install output: http://pastebin.ca/1328662

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

Reply via email to