Re: [PHP-INST] SuperGlobal Member Variables

2002-05-20 Thread Andre Dubuc
Sorry Mike, I forgot that it took half-a-day to find it but here's the url: http://www.php.net/manual/en/language.variables.predefined.php (Btw, it took me another ten minutes to find it!) Hth, Andre On Monday 20 May 2002 09:39 pm, you wrote: > Thanks Andre, but I only find a listing of the

Re: [PHP-INST] SuperGlobal Member Variables

2002-05-20 Thread Mike P
OK, $_SERVER I found. The others do not offer a list of what the member variables are. "Mike P" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I've been through the PHP 4.2 manual forward and backward...where do I find > a listing of the members of the $_SES

[PHP-INST] SuperGlobal Member Variables

2002-05-20 Thread Mike P
I've been through the PHP 4.2 manual forward and backward...where do I find a listing of the members of the $_SESSION, $_ENV, $_COOKIE and $_SERVER superglobals? TIA Mike (a beginner's question, eh? oder "nicht war?") -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-INST] PHP, Apache and threads: very strange

2002-05-20 Thread Richard Anglin
download zlib, install and recompile: http://www.faqts.com/knowledge_base/view.phtml/aid/5087 -regards Rich - Original Message - From: "Wagner R. Teixeira" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 4:08 PM Subject: [PHP-INST] PHP, Apache and threads: very st

[PHP-INST] PHP, Apache and threads: very strange

2002-05-20 Thread Wagner R. Teixeira
Hi, guys. I'm installing PHP 4.2.1 with Apache 2.0.36. I can compile both the way I've been doing for years, but this time when I start Apache I get the following error message: == Syntax error on line 230 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modu

[PHP-INST] Re: PHP 4.2.0 install problems

2002-05-20 Thread Dan Stilts
ok, and to add a few more things I just saw when doing a make of php: /bin/sh /opt/build/php-4.2.0/libtool --silent --mode=compile gcc -I. -I/opt/build/php-4.2.0/sapi/apache -I/opt/build/php-4.2.0/main -I/o pt/build/php-4.2.0 -I/software/apache/include -I/opt/build/php-4.2.0/Zend -I /software/my

[PHP-INST] Build Question

2002-05-20 Thread Phil Dibowitz
Hey all - I'm trying to build PHP (4.1.2) for Horde for IMP. So there's a lot of requirements. My configure line is: ./configure --with-imap --with-apxs=/usr/local/apache/bin/apxs --with-gettext --with-xml --with-mysql --with-ldap --with-mcrypt But I get: checking for crypt in -lcrypt... (cac

php-install Digest 20 May 2002 19:03:51 -0000 Issue 845

2002-05-20 Thread php-install-digest-help
php-install Digest 20 May 2002 19:03:51 - Issue 845 Topics (messages 7046 through 7053): Installing PHP with Apache and Sybase on Linux 7046 by: Vivek Kumar Agrawal 7047 by: Stefan Siefert Re: [PHP-QA] Version 4.2.0 - phpinfo() shows the old build information after rebuild

[PHP-INST] PHP 4.2.0 install problems

2002-05-20 Thread Dan Stilts
Hi all, I am currently trying to compile PHP 4.2.0 as an .so for Apache. First, some system info: PHP 4.2.0 Apache 1.3.24 w/modperl 1.26 compiled in. Solaris 8 Sparc Here is the configure command I ran: ./configure --with-mysql=/software/mysql --enable-calendar --with-apxs=/soft ware/apache/bi

Re: [PHP-INST] Help with php installation on iis

2002-05-20 Thread Ragnar
Thank you Chris!! -Ragnar "Chris Hewitt" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Ragnar, > > I have pasted your script into my /var/www/html directory and I agree > that the browser is blank. View Source shows the source. I assume that > you have not s

Re: [PHP-INST] PHP 4.2.1 install problem

2002-05-20 Thread Rasmus Lerdorf
Apache 2 + PHP is not fully baked yet. There are many issues and it will be a while. If you want something that works, use Apache 1.3. -Rasmus On Sun, 19 May 2002, Defryn NZ wrote: > Hi There, > > I am new to PHP and Unix and I am getting install problems. > I am using PHP 4.2.1 , Apache 2.0.

Re: [PHP-INST] Help with php installation on iis

2002-05-20 Thread Chris Hewitt
Ragnar, I have pasted your script into my /var/www/html directory and I agree that the browser is blank. View Source shows the source. I assume that you have not set httpd.conf to parse ".html" files with php but to assume it is pure html. This is why the output is not seen. I used the filena

[PHP-INST] Help with php installation on iis

2002-05-20 Thread Ragnar
I have tested php on apache server and on IIS in XP pro. None of the above have been succesful. The following example does not work, the "Hi, I'm a PHP script" does not appear in the browser: Example There is NO errormessage, but the browser remains blank. Im using iis 5.1 and the lates

[PHP-INST] Re: [PHP-QA] Version 4.2.0 - phpinfo() shows the old build information after rebuild

2002-05-20 Thread Melvyn Sopacua
At 22:12 19-5-2002, Deniz shared with all of us: >./configure --with-mysql=/usr/local/mysql --with-xml --with-apache=../apache >_1.3.24 --enable-track-vars [snip] >:run configure with new options > >./configure --with-mysql --with-xml --with-imap=/usr/local/imap-2001a/c-cli >ent --enable-socket

AW: [PHP-INST] Installing PHP with Apache and Sybase on Linux

2002-05-20 Thread Stefan Siefert
Hi, get the latest sources of apache and php and extract them. Configure Apache (as example: ./configure --prefix=/the/path/you/like/to/install/apache --enable-module=so --enable-module=most --enable-shared=max , which would Configure Apache to be installed in --prefix activate the standard modu

[PHP-INST] Installing PHP with Apache and Sybase on Linux

2002-05-20 Thread Vivek Kumar Agrawal
Hi All, Can somebody tell me how to install PHP with Apache and Sybase on Suse linux. It would be great help for me. Regards, Vivek -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php