[PHP-INSTALL] Bouncer Test

2004-08-20 Thread Aidan Lister
Hi guys, Another test to make sure we've eliminated all the auto-responders - please don't reply or you'll be unsubscribed.

[PHP-INSTALL] Re: PHP5 compilation problems with MySQL and MySQLi support.

2004-08-20 Thread Rich Janson
Rodolfo Gonzalez Gonzalez wrote: Hello, I'm trying to install PHP5 with --with-mysql and --with-mysqli in a Linux box with MySQL 4.1.3. The relevant config options are: --with-mysqli=/usr/bin/mysql_config \ --with-mysql=/usr \ The last errors are: ... ... : multiple definition of `net_write_command

Re: [PHP-INSTALL] FastCGI v.s DSO w/ Apache 2 (Linux)

2004-08-20 Thread Michael J. Pelletier
I have been using DSO with Apache v2. It has been quite good. I would recommend that you do the following to max the speed. 1) Custom compile the kernel and system. This has the flollowing benefits: a) Removing things like sound support and extra drivers will reduce the kernels fingerprint in

AW: [PHP-INSTALL] php4 and php5 together

2004-08-20 Thread Steffen Heil
Hi First, thanks for your answer. But my apache starts to log: [Fri Aug 20 14:55:41 2004] [notice] Apache/2.0.49 (Debian GNU/Linux) mod_jk2/2.0.4 PHP/4.3.8 PHP/5.0.1 configured -- resuming normal operations [Fri Aug 20 14:55:43 2004] [notice] child pid 21674 exit signal Segmentation fault (11) [F

RE: [PHP-INSTALL] Tomcat PHP and MySQL on Linux

2004-08-20 Thread Locke, Kenny
You may want to try these links. http://www.yolinux.com/TUTORIALS/LinuxTutorialTomcat.html http://www.cardon.biz/docs/tomcat/ Kenny -Original Message- From: Chris Hewitt [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 10:57 AM To: kalinga Cc: PHP Install List Subject: Re: [PHP-

Re: [PHP-INSTALL] FastCGI v.s DSO w/ Apache 2 (Linux)

2004-08-20 Thread Chris Hewitt
On Fri, 2004-08-20 at 05:03, Somebody in the WWW wrote: > On Linux, would running PHP 5.0.1 w/ FastCGI under Apache 2 have much > difference in performance compared to running PHP as a DSO under > 1.3.x? I need to decide weather to use Apache 1.3.x/PHP-as-a-DSO or > Apache 2.x/PHP-under-FastCGI. I

Re: [PHP-INSTALL] PHP on W2k3 server - Newbie having problems

2004-08-20 Thread Chris Hewitt
On Fri, 2004-08-20 at 10:34, Alex H wrote: > Hi, > > Having successfully installed php manually onto my XP Laptop, I am now > trying to install > it onto our Windows 2003 SBS server. i have followed the same procedures > but when I run a page index.php (which should display PHPinfo) I am getting

Re: [PHP-INSTALL] php4 and php5 together

2004-08-20 Thread Chris Hewitt
On Fri, 2004-08-20 at 14:14, Steffen Heil wrote: > Hi > > I have the following urgend problem: > > I need to use php4 AND php5 on the same apache2 installation on debian > sarge. > Until now, I had php5 running as module and no problems so far. > > But now, I need to support ILIAS3, an php-based

Re: [PHP-INSTALL] Tomcat PHP and MySQL on Linux

2004-08-20 Thread Chris Hewitt
On Fri, 2004-08-20 at 14:25, kalinga wrote: > Hi, > I want to run Tomcat with PHP and MySQL on RedHat/Debian linux. > > Can anyone shed some light on this for me please. (I mean a tutorial > , basic step by step instructions or an URL where i can find some > positive information) If you do not ge

[PHP-INSTALL] "No Input File Specified"

2004-08-20 Thread David J. Goldfeder
Greetings All,   I'm trying to install PHP5 using the ISAPI (php5isapi.dll) file rather than other options onto Windows Server 2003.  I've unzipped PHP to c:\PHP and setup php.ini, added it to the PATH and moved it to C:\Windows (just in case).  I copied the .dll to the system folder and se

[PHP-INSTALL] php_iconv.dll not included in php 5 ?

2004-08-20 Thread Pete
Dear php community,   I just migrated from php4 to php5. After starting the Apache 2.0.49 the following error message comes up:    "PHP Startup: Unable to load dynamic library 'c:\php5\ext\php_iconv.dll' - The module can not be found."   The php_iconv.dll ist need to convert between characte

[PHP-INSTALL] Tomcat PHP and MySQL on Linux

2004-08-20 Thread kalinga
Hi, I want to run Tomcat with PHP and MySQL on RedHat/Debian linux. Can anyone shed some light on this for me please. (I mean a tutorial , basic step by step instructions or an URL where i can find some positive information) thanks. Viraj.

[PHP-INSTALL] php4 and php5 together

2004-08-20 Thread Steffen Heil
Hi I have the following urgend problem: I need to use php4 AND php5 on the same apache2 installation on debian sarge. Until now, I had php5 running as module and no problems so far. But now, I need to support ILIAS3, an php-based elearning plattform. This does not support php5 so far. What can

[PHP-INSTALL] PHP MySQL and Tomcat on Linux

2004-08-20 Thread kalinga
Hi, I want to run Tomcat with PHP and MySQL on RedHat/Debian linux. Can anyone shed some light on this for me please. (I mean a tutorial , basic step by step instructions or an URL where i can find some positive information) thanks. Viraj.

[PHP-INSTALL] install PHP on Linux with tomcat

2004-08-20 Thread kalinga
Hi, I want to run Tomcat with PHP and MySQL on RedHat/Debian linux. Can anyone shed some light on this for me please. (I mean a tutorial , basic step by step instructions or an URL where i can find some positive information) thanks. .Viraj.

[PHP-INSTALL] PHP on W2k3 server - Newbie having problems

2004-08-20 Thread Alex H
Hi, Having successfully installed php manually onto my XP Laptop, I am now trying to install it onto our Windows 2003 SBS server. i have followed the same procedures but when I run a page index.php (which should display PHPinfo) I am getting a 404 error message, yet if i try and load other pages

[PHP-INSTALL] make an old extention work with php5

2004-08-20 Thread Alawi albaity
Is there any possibility to make an old exention that created for work with php 4 to work with php 5 if the extention is not yet converted to work with php 5 ? If yes then how ?