ID:               48184
 Updated by:       paj...@php.net
 Reported By:      tyra3l at gmail dot com
 Status:           Open
 Bug Type:         *Configuration Issues
 Operating System: Windows XP SP3
 PHP Version:      5.3.0RC2
 New Comment:

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

not supported yet.

> php_mime_magic.dll => missing
> php_ming.dll => missing

moved to pecl

> php_mssql.dll => missing ntwdblib.dll

not available anymore, my mistake I should have disabled it.

> php_oci8.dll => missing OCI.dll

You have to install the OCI client. See the manual.

> php_oci8_11g.dll => missing OCI.dll

Same as oci8 but using the client version 11.x.

> php_pdo_firebird.dll => missing gds32.dll

Not supported yet.

> php_pdo_mssql.dll => missing ntwdblib.dll

not available anymore, my mistake I should have disabled it.

> php_pdo_oci.dll => missing OCI.dll

Same as oci8

> php_pdo_pgsql.dll => missing LIBPQ.dll

It is present in the archive.

> php_pgsql.dll => missing LIBPQ.dll

It is present in the archive.

> php_phar.dll => missing

builtin

> php_pspell.dll => aspell-15.dll

not supported anymore.

> php_snmp.dll => missing

not supported yet.

> php_sybase_ct.dll => missing libcs.dll

You have to install the sybase client.

> php_zip.dll => missing

builtin.

For builtin module: run php -m to see them.




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

[2009-05-07 18:31:44] tyra3l at gmail dot com

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 this bug report at http://bugs.php.net/?id=48184&edit=1

Reply via email to