From:             john at jcoppens dot com
Operating system: Linux
PHP version:      5.2.5
PHP Bug Type:     Date/time related
Bug description:  Wrong indications from pecl call

Description:
------------
Sorry... It's not quite as simple as 'pecl install timezonedb':

It executes fine, but it instructs adding

extension=timezonedb.so

to php.ini. This is not correct, and causes php to complain about not
finding the .so extension. The correct addition would be:

extension=no-debug-non-zts-20060613/timezonedb.so

I did quite extensive searching on the timezone thing before complaining
and never found the reference to PECL & Co... Shouldn't this be documented 
more extensively?

John

Reproduce code:
---------------
pecl install timezonedb

Expected result:
----------------
No problems after adding 'extension=timezonedb.so

Actual result:
--------------
PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/lib/php/extensions/timezonedb.so' -
/usr/lib/php/extensions/timezonedb.so: cannot open shared object file: No
such file or directory in Unknown on line 0


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

Reply via email to