[PHP-INSTALL] PHP 4 and 5 extensions...

2007-03-13 Thread Marco Bambini
Hi, maybe is a silly question but I was unable to find a definitive answer... If I have a php extension, written in C, developed with php 4, can I use it with php 5? Thanks a lot for your reply. Regards, Marco Bambini

[PHP-INSTALL] Re: PHP error about mysql when compiling PHP 5.2.1 on x86_64

2007-03-13 Thread Jean Lavenant
Hi I tried to use a old version of PHP(5.1.6) or PHP (4.4.6) but I have still the same issue. Cheers Jean On 3/13/07, Haydar Tuna <[EMAIL PROTECTED]> wrote: Hello, Last week, I installed PHP 5.2.1 on a Redhat Advanced Server Update 4 but I faced some problems. I didn't finish PHP 5.2.1 i

[PHP-INSTALL] Re: recompile --with-zlib error

2007-03-13 Thread Haydar Tuna
Hello, Firstly, downlaod zlib tar.gz package from www.zlib.net web address and then install it with --prefix=/usr/local option. After this, you can install PHP tar.gz source package following options. Your problem will be solved:) ./configure --with-apxs2=/usr/local/apache2/bin/apxs \ -

[PHP-INSTALL] Re: PHP error about mysql when compiling PHP 5.2.1 on x86_64

2007-03-13 Thread Haydar Tuna
Hello, Last week, I installed PHP 5.2.1 on a Redhat Advanced Server Update 4 but I faced some problems. I didn't finish PHP 5.2.1 installation and then I installed PHP 5.1.6 . I didn't face any problems. Try to install previous version of PHP 5 :) -- Haydar TUNA Republic Of Turkey - Mini

RE: [PHP-INSTALL] PHP error about mysql when compiling PHP 5.2.1 on x86_64

2007-03-13 Thread Vera, Michael
remove -Original Message- From: Lavenant [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 13, 2007 8:51 AM To: php-install@lists.php.net Subject: [PHP-INSTALL] PHP error about mysql when compiling PHP 5.2.1 on x86_64 Hi, I am trying to compile PHP(5.2.1) with mysql option on a RHAS 4 U4 o

[PHP-INSTALL] PHP error about mysql when compiling PHP 5.2.1 on x86_64

2007-03-13 Thread Lavenant
Hi, I am trying to compile PHP(5.2.1) with mysql option on a RHAS 4 U4 on x86_64. I have installed mysql(5.0.33) from source and mysql works. I was able to connect to the server and put schema on mysql. Here is my configure option for php: ../configure --with-mysql=/mysql-server --enable-track-v