[PHP] PHP5 with Apache 1.3.29

2005-06-06 Thread XMG
I am trying to build Apache 1.3.29 on Fedora to use with mod_ssl and PHP5. After having built this all with no apparent problems I see this error message in the Apache error_log on startup: [Mon Jun 6 06:32:21 2005] [warn] Loaded DSO libexec/libphp5.so uses plain Apache 1.3 API, this

Re: [PHP] Slightly OT Mysql question

2004-06-01 Thread XMG
On Mon, 31 May 2004, Dave Carrera wrote: Hi List, Sorry for this question being slightly OT but its is to due with my Php script in a way. MySql has stopped adding rows since the db table hit 1mb... Anyone know why ? Do you check mysql_error and mysql_errno to see what errors are

RE: [PHP] get_browser() - browscap.ini for Linux

2004-03-11 Thread XMG
On Wed, 10 Mar 2004, Shaunak Kashyap wrote: I downloaded the file from www.GaryKeith.com and set up the php.ini entry to point to it. Then I called get_browser() and it returned nothing. Once again, my configuration is as under: OS: Linux Red Hat Enterprise WS PHP: 4.2.3 Web server:

Re: [PHP] using xp home

2004-02-22 Thread XMG
I don't know about running it on Windows XP, but on RH Linux I have had much better results using 1.3.29. RH Linux 8.0 comes with 2.0.48 as the default version but I finally downloaded and built the 1.3.29 version (as recommended by several here) and have had much better results. lk

[PHP] PHP on Apache 2.0.48

2004-02-15 Thread XMG
I know that use of PHP with Apache 2.x.x is discouraged. I use 1.3.29 for my main site. Currently I am doing some testing with SSL connections and because Apache 2.0.48 is already installed on my Redhat 8.0 server and configured with SSL I have been using that (for testing). All my testing is

Re: [PHP] Invalid Library??

2003-11-27 Thread xmg
has decided to ship an unstable combination of software doesn't mean that suddenly all threading problems have magically gone away. -Rasmus On Wed, 26 Nov 2003, xmg wrote: On Linux RH 9.0 I built Apache 2.0.48 from source (to fix a problem I had with an earlier version). I also built

[PHP] configure/build question

2003-11-26 Thread xmg
I am building PHP 4.3.4 on RH Linux 9.0. When I look at the output of phpinfo() for the version that came with RH I see this param for mysql: '--with-mysql=shared,/usr' I ran configure using the same: ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=shared,/usr Have tried

[PHP] Invalid Library??

2003-11-26 Thread xmg
On Linux RH 9.0 I built Apache 2.0.48 from source (to fix a problem I had with an earlier version). I also built PHP 4.3.4 using the following configuration directives: ./configure --with-apxs2=/usr/local/apache2/bin/apxs '--with-mysql=shared,/usr' Finally I installed MySQL 3.23.58 from an RPM.