[PHP-INST] Re: Undefined variable: Usuario

2002-07-01 Thread Matt Parlane
Hiya... Firstly - check your register_globals, and check the archives - there are heaps of explanations about this problem. Secondly, and more importantly - I would strongly recommend against passing any database details (especially your root password) in a query string where anyone can see it.

[PHP-INST] Unable to restart httpd after upgrading PHP

2002-07-01 Thread Robert Tan
Hi There, I am running a Sun Cobalt RAQ4 server. The PHP version on it is 4.0.6. I received an error message when I restart httpd after upgrading PHP scripting engine on my cobalt server through the patch that cobalt provided to fixes some security issues that were found on prior releases of

[PHP-INST] Undefined variable: Usuario

2002-07-01 Thread Jose antonio Tuesta
Configuration Win 2000 whit IIS 4 and I installed php-4.2.1-installer.exe, Mysql Problem I put in a form index.htm some variables whit text boxs and in the submit botton call menu.php3 file in the action GET I have a problem in my web apper me this error message. I dont why I cant pass the value

[PHP-INST] Re: Problems installing PHP 4.2.1

2002-07-01 Thread Ronald Bradford
I also have the same error, have gone back to trying 1.3.26 Alberto Martin wrote: > Couldn't get a compile under Red Hat Linux 7.2. I'm installing it as a > dynamic Apache 2.0.39 module. I got the following error: > > Making all in sapi > make[1]: Entering directory `/home/martin/php-4.2.1/sapi

[PHP-INST] libphp4.so: undefined symbol: core_globals using PHP 4.2.1/Apache 1.3.26

2002-07-01 Thread Ronald Bradford
Hello all, I'm trying to install the latest Apache/PHP on a new machine. I can compile and install Apache 1.3.26 and PHP 4.2.1, using standard configure/make/make install as per all documentation using DSO and using only different prefixes accordingly, but an attempt to start apache after the

[PHP-INST] Problems installing PHP 4.2.1

2002-07-01 Thread Alberto Martin
Couldn't get a compile under Red Hat Linux 7.2. I'm installing it as a dynamic Apache 2.0.39 module. I got the following error: Making all in sapi make[1]: Entering directory `/home/martin/php-4.2.1/sapi' Making all in apache2filter make[2]: Entering directory `/home/martin/php-4.2.1/sapi/apache2

[PHP-INST] FastCGI/php.ini file

2002-07-01 Thread David Birnbaum
Folks, I was trying to use PHP with FastCGI (which works like a charm, and really reduces the memory overhead then running as a module) but there are a few minor issues I'm hoping somebody can help me out with: 1. The -c option does not seem to be respected. In a virtual hosting environment, I

php-install Digest 1 Jul 2002 20:09:22 -0000 Issue 910

2002-07-01 Thread php-install-digest-help
php-install Digest 1 Jul 2002 20:09:22 - Issue 910 Topics (messages 7554 through 7564): LEX?? ( Installation Problems ) 7554 by: Tobi 7555 by: Julie Meloni intalling PHP 7556 by: Business Incubation Version 7557 by: Business Incubation Cookie problems

Re: [PHP-INST] Compiling Error under Solaris

2002-07-01 Thread David Birnbaum
Josh, I had the exact same problem, also gcc3 and solaris 8. I think this is a configuration error in the configure script. To get around it, I created a zero length file unix.h in the main subdirectory: corona 4.2.1 9 $ ls -l main/unix.h -rw-rw-r-- 1 davidb chelsea0 Jun 11 11:

[PHP-INST] FreeBSD 4.6 + MySQL Server 2.23.x + PHP 4.2.1 + Apache 2.x

2002-07-01 Thread Rolando Morales
Does anyone know of a tutorial on how to setup, FreeBSD 4.6 + MySQLserver 2.23 + PHP 4.2.1 + Apache 2, correctly. I'm putting them all on the same server for now. Any thing will help. Thanx in advance. Rolando

[PHP-INST] Compiling Error under Solaris

2002-07-01 Thread Josh Thorstad
I am running Solaris 8 MU7 I am using GCC to compile the latest PHP, I am not using any options when running configure. See error messages below. Thanks Josh root@vaco# make Making all in Zend /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main-D_POSIX_PTHREAD_S

[PHP-INST] HELP: FreeBSD 4.6 + MySQL Server 2.23.x + PHP 4.2.1 + Apache 2.x

2002-07-01 Thread Rolando Morales
Does anyone know of a tutorial on how to setup, FreeBSD 4.6 + MySQLserver 2.23 + PHP 4.2.1 + Apache 2, correctly. they will all be on the same server for now. Any thing will help. Thanx in advance. Rolando

RE: [PHP-INST] Upgrade

2002-07-01 Thread Jonathan Thomas
Hi! Could probably use a little more info than 'made instruction but it didn't work out'. Did you get any errors? Did you compile php as a shared module (using apxs) or directly into apache? Are you even running apache? Bottom line, if a phpinfo gives you the old version, then your web engine

[PHP-INST] Upgrade

2002-07-01 Thread Guilherme A. Mendes
Hi, I need to install PHP 4.2.1 ( Currently I run PHP 4.0.4pl1 )I downloaded the package tar.gz from php.net, made the instruction but it didn't work out...the phpinfo() function returns the old version... What do I have to do to upgrade my PHP ? I run Conectiva Linux 6.0. Kind Regards Guil

[PHP-INST] Cookie problems

2002-07-01 Thread Khristopher_Klaich
Hello. I finally was able to get PHP 4.2.1 and apache 2.0.39 working on my redhat 6.2 box. Now nowever I am having problems with the cookies my application use/write. Has anyone seen this or can tell me what I need to do to php to fix this? Thanks- Khris

[PHP-INST] Version

2002-07-01 Thread Business Incubation
I am installed PHP 4.2.1 and apache 1.3 everything on windows 2000 -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] intalling PHP

2002-07-01 Thread Business Incubation
i am having a nightmare i cannot use this staff(PHP), i tried installing my apache server and i installed the WindowInstall Shield now i want to code i don't know what to do please help me. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] LEX?? ( Installation Problems )

2002-07-01 Thread Julie Meloni
checking lex output file root... ./configure: lex: command not found configure: error: cannot find output from lex; giving up T> Wht did go wrong ? Any hints to solve the problem? Install flex. ftp.gnu.org has it, if you can't get to your system install disks. - Julie --> Julie Mel

[PHP-INST] LEX?? ( Installation Problems )

2002-07-01 Thread Tobi
Hello, we have some problems to install the new verion of PHP4 The following Error occcured creating cache ./config.cache checking for Cygwin environment... no checking for mingw32 environment... no checking host system type... i686-pc-linux-gnu checking for a BSD compatible install... /usr/bin

php-install Digest 1 Jul 2002 07:46:20 -0000 Issue 909

2002-07-01 Thread php-install-digest-help
php-install Digest 1 Jul 2002 07:46:20 - Issue 909 Topics (messages 7544 through 7553): Re: Server don't knows what to do with *.php 7544 by: Uwe Birkenhain Re: php-output goes to DOS-Box - not to browser. why? 7545 by: Uwe Birkenhain 7546 by: Uwe Birkenhain

[PHP-INST] Re: Ok I'm confused. Which version???

2002-07-01 Thread Siggi
you have to use PHP for windows on a windows machine the version with the DLL's siggi "Greg Glassman" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi there... > > I'm running Win2000, Apache HTTP Server 2.0. > > But my simple question is which vers