Re: [PHP-DEV] PHP 5.2.0RC2 Released!

2006-08-22 Thread steve

I can't seem to get these to work. I originally used wamp to install
on this PC, which puts PHP in C:\Program Files\wamp\php and I dump all
the pecl libs in C:\Program Files\wamp\php\ext. I renamed the old one
from php to php512 and put 5.2rc2 as php in the wamp folder. The
apache (2.0) log shows php 5.2 running, but in the php error log it
seems to have a mess of a time loading the libs. Some aren't found
(but they are there) and some have API versioning issues, etc.

Any ideas?

in php.ini
extension_dir = "C:\Program Files\wamp\php\ext\"

error log:

[22-Aug-2006 19:30:56] PHP Warning:  PHP Startup: mbstring: Unable to
initialize module
Module compiled with module API=20060613, debug=0, thread-safety=1
PHPcompiled with module API=20050922, debug=0, thread-safety=1
These options need to match
in Unknown on line 0
[22-Aug-2006 19:30:56] PHP Warning:  PHP Startup: curl: Unable to
initialize module
Module compiled with module API=20060613, debug=0, thread-safety=1
PHPcompiled with module API=20050922, debug=0, thread-safety=1
These options need to match
in Unknown on line 0
[22-Aug-2006 19:30:57] PHP Warning:  PHP Startup: gd: Unable to
initialize module
Module compiled with module API=20060613, debug=0, thread-safety=1
PHPcompiled with module API=20050922, debug=0, thread-safety=1
These options need to match
in Unknown on line 0
[22-Aug-2006 19:30:57] PHP Warning:  PHP Startup: mysql: Unable to
initialize module
Module compiled with module API=20060613, debug=0, thread-safety=1
PHPcompiled with module API=20050922, debug=0, thread-safety=1
These options need to match
in Unknown on line 0
[22-Aug-2006 19:30:57] PHP Warning:  PHP Startup: Unable to load
dynamic library 'c:\Program Files\wamp\php\ext\php_mysqli.dll' - The
specified procedure could not be found.
in Unknown on line 0
[22-Aug-2006 19:30:57] PHP Warning:  PHP Startup: Unable to load
dynamic library 'c:\Program Files\wamp\php\ext\php_zip.dll' - The
specified procedure could not be found.
in Unknown on line 0
[22-Aug-2006 19:30:57] PHP Warning:  PHP Startup: PDO: Unable to
initialize module
Module compiled with module API=20060613, debug=0, thread-safety=1
PHPcompiled with module API=20050922, debug=0, thread-safety=1
These options need to match
in Unknown on line 0
[22-Aug-2006 19:30:57] PHP Warning:  PHP Startup: Unable to load
dynamic library 'c:\Program Files\wamp\php\ext\php_pdo_sqlite.dll' -
The specified module could not be found.
in Unknown on line 0
[22-Aug-2006 19:30:58] PHP Warning:  PHP Startup: Unable to load
dynamic library 'c:\Program Files\wamp\php\ext\php_pdo_mysql.dll' -
The specified module could not be found.
in Unknown on line 0
[22-Aug-2006 19:30:58] PHP Warning:  PHP Startup: Unable to load
dynamic library 'c:\Program Files\wamp\php\ext\php_sqlite.dll' - The
specified procedure could not be found.
in Unknown on line 0
[22-Aug-2006 19:30:58] PHP Warning:  PHP Startup: zlib_filter: Unable
to initialize module
Module compiled with module API=20060613, debug=0, thread-safety=1
PHPcompiled with module API=20050922, debug=0, thread-safety=1
These options need to match
in Unknown on line 0
[22-Aug-2006 19:30:58] PHP Warning:  PHP Startup: gmp: Unable to
initialize module
Module compiled with module API=20060613, debug=0, thread-safety=1
PHPcompiled with module API=20050922, debug=0, thread-safety=1
These options need to match
in Unknown on line 0
[22-Aug-2006 19:30:58] PHP Warning:  PHP Startup: Unable to load
dynamic library 'c:\Program Files\wamp\php\ext\php_imagick.dll' - The
specified module could not be found.
in Unknown on line 0
[22-Aug-2006 19:30:58] PHP Warning:  Cannot open 'C:\Program
Files\wamp\php\browsercap.ini' for reading in Unknown on line 0
[22-Aug-2006 19:31:35] PHP Warning:  PHP Startup: mbstring: Unable to
initialize module
Module compiled with module API=20060613, debug=0, thread-safety=1
PHPcompiled with module API=20050922, debug=0, thread-safety=1
These options need to match
in Unknown on line 0
[22-Aug-2006 19:31:35] PHP Warning:  PHP Startup: curl: Unable to
initialize module
Module compiled with module API=20060613, debug=0, thread-safety=1
PHPcompiled with module API=20050922, debug=0, thread-safety=1
These options need to match
in Unknown on line 0
[22-Aug-2006 19:31:35] PHP Warning:  PHP Startup: gd: Unable to
initialize module
Module compiled with module API=20060613, debug=0, thread-safety=1
PHPcompiled with module API=20050922, debug=0, thread-safety=1
These options need to match
in Unknown on line 0
[22-Aug-2006 19:31:35] PHP Warning:  PHP Startup: mysql: Unable to
initialize module
Module compiled with module API=20060613, debug=0, thread-safety=1
PHPcompiled with module API=20050922, debug=0, thread-safety=1
These options need to match
in Unknown on line 0
[22-Aug-2006 19:31:35] PHP Warning:  PHP Startup: Unable to load
dynamic library 'c:\Program Files\wamp\php\ext\php_mysqli.dll' - The
specified procedure could not be found.
in Unknown on line 0
[22-A

Re: [PHP-DEV] Upload progress

2006-08-22 Thread steve

On 8/21/06, Markus Fischer <[EMAIL PROTECTED]> wrote:

Correct me if I'm wrong but I think that the current implementation are
still the groundwork and you need an extension which is not available
out-of-the-box in PHP.


Perhaps the other extension could be ported to support the new hooks,
and added to pecl. I just put in on my todo list to check it out.

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] lib64 not recognized

2006-08-22 Thread Marten Lehmann

Hello,

while compiling php-4.4.4 on RHEL 4 on AMD64 I noticed, that the 
configure-script is not aware of any lib64 directory. But modern linux 
OSes are putting their x64 libraries in /usr/lib64 instead of /usr/lib. 
I'm now patching the parts I need, but I hope you will add the lib64 
directories to future releases. I'm surely not the only one compiling on 
redhat enterprise.


Regards
Marten

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] CVS Account Request: vivekchiru

2006-08-22 Thread Chiranjeevi Chakka
Testing

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php