[PHP-INST] How to update PHP to Version 4.1.1

2002-02-06 Thread Daniel Backhausen
Hi. Can somebody tell me how to update a compiled Version of PHP 4.0.4 to 4.1.1 Installed OS is SuSE Linux 7.3 with a compiled version of 4.0.4 I was wondering if I have to heed for something. Or does somebody have a link to a Tutorial for updating PHP ? Please help me out. Thx Daniel -- PH

[PHP-INST] Re: error 500 win xp apache 1.3.22 php 4.1.1

2002-02-06 Thread Delta_5
I have the same exact setup and same problem and am looking for a fix. ANY ONE HELP! "Someguy" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > so i'm running apache 1.3.22 on windows XP > and trying to run phpnuke on it.It works fine locally without ANY er

[PHP-INST] php works, but...

2002-02-06 Thread Bernd Vater
Hi, I've installed apache 1.3.22 and php 4.0.6 on Windows 98. When I start http://localhost/test.php () everything works fine. But if I start an index.htm the start-site will be displayed but I can't open any link on that page. If I try to open anyway and I'm offline, my computer want to conne

[PHP-INST] php works, but...

2002-02-06 Thread Bernd Vater
Sorry for posting again, but the problem below only happens when I'm offline! Hi, I've installed apache 1.3.22 and php 4.0.6 on Windows 98. When I start http://localhost/test.php () everything works fine. But if I start an index.htm the start-site will be displayed but I can't open any link on

[PHP-INST] Call to undefined function: curl_init()

2002-02-06 Thread Adam Doyle
I installed mod_php4 w/curl support on FreeBSD 4.5-Release running Apache 1.3.23 I think my php.ini file residing in /usr/local/etc is not configured properly: ; Directory in which the loadable extensions (modules) reside. extension_dir = /usr/local/lib or should i load it directly like this:

[PHP-INST] php 4.0.0 linux install

2002-02-06 Thread Brad Adams
I am unable to get php to install, mysql 3.2.32 installs, apache 1.3.12 installs. I have been unable to get php to work. Here is my debug.log, see below. Thanks for any help you can give a newbie. Sincerely, Brad Adams, Pasco High Schoo, Pasco, Washington CONFIGURE: './configure' '--with-mys

[PHP-INST] Re: php works, but...

2002-02-06 Thread Kjell Hansen
Hi, I guess you're using IE as browser. It has that strange behaviour to me too. And that's another reason for using Netscape when developing internet pages HTH /Kjell Bernd Vater wrote: > Sorry for posting again, but the problem below only happens when I'm offline! > > Hi, > > I've installed

[PHP-INST] php 4.1.1 on Mac OS X 10.1

2002-02-06 Thread Ryan Walker
I'm trying to install PHP 4.1.1 on Mac OS X 10.1. I just finished compiling and installing fresh versions of MySQL 3.23.47 and apache 1.3.22. Ultimately, I want to use: ./configure \ --with-gnu-ld \ --with-mysql=/usr/local \ --with-apxs=/usr/local/sbin/apxs \ --enable-track-vars \

php-install Digest 7 Feb 2002 02:45:04 -0000 Issue 687

2002-02-06 Thread php-install-digest-help
php-install Digest 7 Feb 2002 02:45:04 - Issue 687 Topics (messages 5934 through 5942): Re: Linux and mm session handler -- does it really handle high load? 5934 by: Yasuo Ohgaki How to update PHP to Version 4.1.1 5935 by: Daniel Backhausen Re: error 500 win xp apache 1.3.

[PHP-INST] POST vs GET?

2002-02-06 Thread ejfs
Hi. I'm a newbie at this and am having problems understanding how this works. I have a form with method="post". The server program does display REQUEST_STRING as I expect (e.g., choice=yes but displaying HTTP_POST_VARS["choice"] is null. However, displaying HTTP_GET_VARS["choice"] does display "y

Re: [PHP-INST] php 4.1.1 on Mac OS X 10.1

2002-02-06 Thread Steven Cayford
I don't know if the configure script for 4.1.1 deals with the two level namespace on OSX, but for 4.0.6 I had to manually edit the libtool after running configure. Find the line beginning with "archive_cmds='$CC ...'", and add ' -flat_namespace ' after the 'CC'. Then run make. -Steve On 2002

[PHP-INST] Re: POST vs GET?

2002-02-06 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > Hi. I'm a newbie at this and am having problems understanding how this > works. > > I have a form with method="post". The server program does display > REQUEST_STRING as I expect (e.g., choice=yes but displaying > HTTP_POST_VARS["choice"] is null. However, displaying >

[PHP-INST] Apache, PHP 4.1.1 and mysql

2002-02-06 Thread Brad
hi I have recently installed from scratch (though apache was already installed) Apache 1.3.22 , PHP4.1.1 and Mysql server. Everything seemed to be fine, except when we went to get a php script talking to mysql. It fails saying the module isnt found. SO ... i run test.php ( http://vsync1.bekker

Re: [PHP-INST] Re: Linux and mm session handler -- does it really handle high load?

2002-02-06 Thread Rick Morris
Hello Yasuo, Here's what I get when trying to compile the latest snapshot of PHP with your patch (on FreeBSD 4.2 -- I will try on Slackware 8 next): OD_SSL=208104 -DEAPI -DUSE_EXPAT -I/usr/home/rick/snaps.php/php4-20020206180 0/TSRM -g -O2 -prefer-pic -c session.c session.c: In function `php_se

Re: [PHP-INST] php 4.1.1 on Mac OS X 10.1

2002-02-06 Thread Ryan Walker
Thank you for the suggestion. Unfortunately, it didn't help. I get the same error. Any more ideas out there? Ryan At 9:45 PM -0600 2/6/02, Steven Cayford wrote: >I don't know if the configure script for 4.1.1 deals with the two >level namespace on OSX, but for 4.0.6 I had to manually edit the

[PHP-INST] How to apply patch files

2002-02-06 Thread Yasuo Ohgaki
> Here's what I get when trying to compile the latest snapshot of PHP with > your patch (on FreeBSD 4.2 -- I will try on Slackware 8 next): > > OD_SSL=208104 -DEAPI -DUSE_EXPAT -I/usr/home/rick/snaps.php/php4-20020206180 > 0/TSRM -g -O2 -prefer-pic -c session.c > session.c: In function `php_sess

[PHP-INST] Simple question: files extension

2002-02-06 Thread tonibern
Hi, I have a simple question Using WordPad under windows, the .php file has the double extension .php.txt. How can I override this problem, without using Dos Edit? Thank you very much ANtonio Bernabei รน -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net