From:             jom at grosjo dot net
Operating system: Linux OpenSUSE 11.0 x86_64
PHP version:      5.3.0RC3
PHP Bug Type:     *General Issues
Bug description:  Loop at start-up

Description:
------------
PHP loops (without starting parsing the PHP script) on the following error
(while date.timezone is correctly set in /etc/php.ini)

Warning: PHP Startup: 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 'Europe/Helsinki' for 'EEST/3.0/DST'
instead in Unknown on line 0


Reproduce code:
---------------
Compile PHP with following settings
./configure  --prefix=/usr --sysconfdir=/etc --localstatedir=/var
--enable-mod-charset --with-apxs2=/usr/sbin/apxs
--enable-force-cgi-redirect --enable-discard-path --enable-fastcgi
--disable-debug --enable-wddx --enable-sigchild --enable-magic-quotes
--with-openssl --with-zlib --enable-bcmath --with-bz2 --enable-calendar
--with-curl --with-curlwrappers --enable-dba --enable-flatfile --with-db4
--with-gdbm --enable-inifile --enable-ftp --with-gd=/usr --with-gettext
--with-gmp --with-imap=/usr -without-interbase --with-ldap=/usr
--with-ldap-sasl --enable-mbstring --with-mcrypt --with-mhash
--disable-gcov --with-mime-magic --with-mysql
--with-mysql-sock=/data/mysql/mysql.sock --with-ncurses --enable-pcntl
--without-pdo-firebird --with-pdo-mysql --with-pdo-pgsql
--disable-safe-mode --disable-ipv6 --with-ttf=/usr --with-libedit
--with-readline --with-mm --enable-shmop --enable-soap --with-snmp
--enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm
--enable-xml --with-xmlrpc --with-xsl --enable-zip --enable-largefile
s --with-imap-ssl --with-jpeg-dir=/usr --enable-shared --enable-tatic
--with-xpm-dir=/usr --with-png-dir=/usr --enable-gd-native-ttf
--with-freetype-dir=/usr --with-t1lib --with-config-file-path=/etc
--enable-fileinfo --enable-filter --with-pgsql --enable-pcntl --enable-cgi
--enable-exif --enable-json --enable-intl --enable-phar --with-pear
--with-pic


Run ./sapi/cli/php


Expected result:
----------------
-


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

Reply via email to