[PHP-INST] not reading variables

2002-04-30 Thread Geoff
Im running php 4.0.2 on winxp pro and the latest apache (1.3.x) and have followed all of the installation instructions on php.net, and the only problem i have encountered so far is the my variables arnt reading from the url ie : /?page=contact wont go to the contact page, it will only refresh the

[PHP-INST] Undefined variables!!!

2002-04-30 Thread steven
I just recently installed a new master Hard drive and got rid of my old one. Of course I saved my web stuff. When I got my new hard drive setup on the same system with win xp and IIS and PHP I keep getting Undefined variable error messages. I've tried everything I can think of, the variables are

[PHP-INST] PHP 4.2.0 won't configure for Apache2

2002-04-30 Thread Dylan Fitzgerald
Hello... This seems rather strange. Apache is configured to meet all specs for the PHP DSO (./configure'd with --enable-so), yet when I ./configure PHP 4.2.0, I get the following output: Output of ./configure --with-apxs2 --enable-tracking-vars --enable-magic-quotes --with-mysql: checking b

php-install Digest 30 Apr 2002 19:21:29 -0000 Issue 812

2002-04-30 Thread php-install-digest-help
php-install Digest 30 Apr 2002 19:21:29 - Issue 812 Topics (messages 6786 through 6796): Re: PHP4.2.0 + Apache2 prints code 6786 by: Yasuo Ohgaki 6791 by: Bertrand PERRINE Re: Problem with msession when compiling Apache 1.3.24 and PHP 4.2.0 (FreeBSD 4.5) 6787 by: Ya

[PHP-INST] php 4.2.0 on Digital Unix V4.0F (Rev. 1229)

2002-04-30 Thread Renato Arruda
Hi, I am trying to get PHP 4.2.0 to work on Digital Unix V4.0F (Rev. 1229) with apache 2.0 with openssl and a few other packages. The configure command works just fine: ./configure --enable-dbx --enable-ftp --enable-sockets --enable-ctype --enable-trans-sid --enable-calendar --enable-

[PHP-INST] Upgrading RH 7.2 RPMS

2002-04-30 Thread Brian Speck
I was wondering if Anyone has experience upgraded from 4.0.6 ( RH 7.2 RPMS) To the New 4.2.. If so Can someone Advised me what to do.. Do I have to remove the RPMS and then do a standard Install like I would from scratch.. or is thre an Upgrade? Brian Speck -- PHP Install Mailing List (

[PHP-INST] PHP 4.2 with Apache 2 under WinXP Pro

2002-04-30 Thread Serge Druzhinin
How to install PHP 4.2 with Apache 2 under WinXP Pro (or other Win NT based system). Can't find relating info in faqs/docs, thanx for any info about. Best wishes, DrSerge -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] libphp4 Undefined symboll:uncompress.....help me

2002-04-30 Thread Julio Cesar
On Solaris 2.5, starting Apache I get this error: Syntax error on line 26 of /usr/local/etc/apache/conf/httpd.conf: Cannot load /usr/local/etc/apache/libexec/libphp4.so into server: ld.so.1: /usr/local/etc/apache/bin/httpd: fatal: relocation error: file /usr/local/etc/apache/libexec/libphp4.so: sy

[PHP-INST] Re: Apache 2 ?

2002-04-30 Thread Yasuo Ohgaki
Sven David Hildebrandt wrote: > Hello! > > How come you're bragging on the www.php.net MAIN page about having support for >Apache 2, when this > is not at all mentioned in the install.txt document that comes along with the >php-4.2.0-Win32 zip package??? > Since Apache2 support is _NOT_ for g

Re: [PHP-INST] Re: PHP4.2.0 + Apache2 prints code

2002-04-30 Thread Bertrand PERRINE
Read the Apache doc. Greetings B. PS : Apache 2.0.35 and PHP 4.2.0 work together on my debian box. Le mar 30/04/2002 à 10:45, Yasuo Ohgaki a écrit : > James Stuart wrote: > > I've installed Apache 2.0.35 with PHP 4.2.0 on both FreeBSD and Linux, and > > both yiel

[PHP-INST] Re: Blank page - one possible resolution.....

2002-04-30 Thread Yasuo Ohgaki
James Lai wrote: > I had the same problem before until I found out the problem is not httpd > or php.conf but because the file extension was not saved with a *.php > extension. Make sure you open a command line and verify the test file > has a php extension. > If you are using Apache and you ca

[PHP-INST] Re: PHP error when starting Apache, Undefined symbol "pthread_getspecific",what's this???

2002-04-30 Thread Yasuo Ohgaki
Marcus Uddenhed wrote: > I get an error when i try to start Apache > when i have made PHP as an module. > > The error says: > > Cannot load /websrv/progrs/apache2/modules/libphp4.so > into server: /websrv/progrs/apache2/modules/libphp4.so: Undefined Symbol > "pthread_getspecific" > > And Apache

[PHP-INST] Re: PHP_SELF

2002-04-30 Thread Yasuo Ohgaki
Scott McAnally wrote: > I am relatively new to PHP, but I have a problem that no one else has talk > about, so I'm guessing it's something simple. > I'm running PHP on WinXP (with IIS). I upgraded from PHP 4.1.2 to PHP 4.2, > and now all of of my scripts that use the variable PHP_SELF do not work.

[PHP-INST] Re: Problem with msession when compiling Apache 1.3.24 and PHP 4.2.0(FreeBSD 4.5)

2002-04-30 Thread Yasuo Ohgaki
Are you sure you have libphoenix? -- Yasuo Ohgaki Carsten Gehling wrote: > I have problems compiling Apache 1.3.24 after configuring PHP 4.2.0 > > The technical stuff: > OS: FreeBSD 4.5 (tiny) > Apache: 1.3.24 > PHP: 4.2.0 > MySQL: 2.23.49 (just to be verbose) > > I've configured PHP with the

[PHP-INST] Re: PHP4.2.0 + Apache2 prints code

2002-04-30 Thread Yasuo Ohgaki
James Stuart wrote: > I've installed Apache 2.0.35 with PHP 4.2.0 on both FreeBSD and Linux, and > both yield the same result. When the test.php page is accessed it returns > "" instead of actually processing it. > > I have the lines: > LoadModule php4_modulemodules/libphp4.so > AddType