From:             tyra3l at gmail dot com
Operating system: Windows XP SP3
PHP version:      5.3.0RC2
PHP Bug Type:     *Configuration Issues
Bug description:  Missing extensions and so

Description:
------------
Problems with the default php extensions in the example php.ini.*





Reproduce code:
---------------
Try to enable the modules.

Expected result:
----------------
We should only have the shipped extensions in the php.ini by default, 
and every module should be working (which doesn't have some 3rd party 
dependency)

Actual result:
--------------
php_curl.dll => missing zlib.dll
php_dba.dll => missing
php_exif.dll => missing php_mbstring.dll (weird)
php_gmp.dll => missing
php_intl.dll => missing icuuc36.dll
php_interbase.dll => missing gds32.dll
php_mime_magic.dll => missing
php_ming.dll => missing
php_mssql.dll => missing ntwdblib.dll
php_oci8.dll => missing OCI.dll
php_oci8_11g.dll => missing OCI.dll
php_pdo_firebird.dll => missing gds32.dll
php_pdo_mssql.dll => missing ntwdblib.dll
php_pdo_oci.dll => missing OCI.dll
php_pdo_pgsql.dll => missing LIBPQ.dll
php_pgsql.dll => missing LIBPQ.dll
php_phar.dll => missing
php_pspell.dll => aspell-15.dll
php_snmp.dll => missing
php_sybase_ct.dll => missing libcs.dll
php_zip.dll => missing

As far as I can see:
- the config contains extensions, which isn't shipped
- the config contains extensions, which are shipped, but cannot be 
loaded without the proper third party lib.
- some exts are broken (curl was working fine in the RC1)

I think that the lines without the extension should be removed, the 
lines with an ext which has dependency should be noted like with the 
oracle drivers.
The broken exts should be fixed(curl, exif)

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

Reply via email to