php-install Digest 1 Jun 2002 05:50:22 -0000 Issue 863

2002-05-31 Thread php-install-digest-help
php-install Digest 1 Jun 2002 05:50:22 - Issue 863 Topics (messages 7183 through 7201): where is my php binary? 7183 by: chad kellerman 7184 by: Jim Thome Re: Apache not processing php under Red Hat Linux x86 7185 by: Erik Unix.h compile error? 7186 by: Jer

[PHP-INST] gd doesn' work anymore

2002-05-31 Thread Erik
hi, gd librarly refuses to work it worked before phpinfo(); says enabled (everything) at the gd section and still it doesn't work it shows a "dead image" how do i get it back to "work" ?? help please . -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: ht

[PHP-INST] Installing PHP 4.2.1 ISAPI on Windows 2000 Advanced Server - NoExtensions

2002-05-31 Thread Michael Haggerty
I am running into some problems trying to install PHP 4.2.1 ISAPI version on Windows 2000 Advanced Server w/ SP2. I can get the base install working just fine, but when I try to load an extension (any externsion), I start getting 500 errors and the occasionally the following: "Invalid access to m

Re: [PHP-INST] debugging

2002-05-31 Thread P. Jourdan
At 02:30 PM 5/31/2002 -0700, Rasmus wrote: >Nothing has changed with respect to normal global variables. The only >thing that changed was the register_globals default setting, but if you >have turned that back on in your php.ini and a phpinfo() page shows you >did that right, then nothing should

[PHP-INST] PHP and pdflib

2002-05-31 Thread Brian Vogt
I'm trying to get odflib and php speaking to each other happily. I've run configure with these options: ./configure --prefix=/rc48/d38/pubsdev --enable-force-cgi-redirect --without-gd --without-pear --with-mysql=/rc48/d38/pubsdev/mysql --with-pdflib=/rc48/d38/pubsd

Re: [PHP-INST] debugging

2002-05-31 Thread Rasmus Lerdorf
Nothing has changed with respect to normal global variables. The only thing that changed was the register_globals default setting, but if you have turned that back on in your php.ini and a phpinfo() page shows you did that right, then nothing should have changed that broke your script. To insert

Re: [PHP-INST] Install PHP on PWS (or else)

2002-05-31 Thread P. Jourdan
At 11:14 PM 5/31/2002 +0200, Mathias wrote: >Hi, > >I have just started learning PHP within the last 48 hours. >I didn't know what was required to run and write PHP, so I downloaded the >PHP installer (I already have PWS). >I installed PHP, and set it up as they said in the install.txt, but when i

[PHP-INST] debugging

2002-05-31 Thread PJourdan
In order to set up DBG, the php debugger, the instructgion call for installing the phpsource code. Does that mean that I should unistall the php4 module and install from the source code with all the required configurations? I presume it would be stupid to install without unistalling the module.

[PHP-INST] Install PHP on PWS (or else)

2002-05-31 Thread Velling
Hi, I have just started learning PHP within the last 48 hours. I didn't know what was required to run and write PHP, so I downloaded the PHP installer (I already have PWS). I installed PHP, and set it up as they said in the install.txt, but when i try to run a PHP file, it gives me "Error 403.1"

Re: [PHP-INST] debugging

2002-05-31 Thread P. Jourdan
At 12:54 PM 5/31/2002 -0700, Rasmus wrote: >What is the actual code that isn't working? Basically, it is the configuration stuff included from the main.conf files with a log of global variables and the php files that are included from the main.conf file. Fist action is the verification of t

Re: [PHP-INST] debugging

2002-05-31 Thread Rasmus Lerdorf
What is the actual code that isn't working? On Fri, 31 May 2002, P. Jourdan wrote: > Hi Rasmus, > Thanks. For some reason the php.ini file was not where it should have been. > But that still does not solve my problem. > I have now updated the globals (I can restore the old ones), but it still >

Re: [PHP-INST] debugging

2002-05-31 Thread P. Jourdan
Hi Rasmus, Thanks. For some reason the php.ini file was not where it should have been. But that still does not solve my problem. I have now updated the globals (I can restore the old ones), but it still does not work. I don't understand if the globals should be on or off for the newer variables.

[PHP-INST] problem when changing from CGI to Server Module in Apache

2002-05-31 Thread Subzero
i'm running PHP (newest version) on Win2k adv server with Apache (newest version) I changed from the CGI Binary because verytime someone went to a page on my site with a php script on it, then it left php.exe running, and the next time a php script was accesed, it started up another php.exe.. so

Re: [PHP-INST] debugging

2002-05-31 Thread Rasmus Lerdorf
First, did you edit the right php.ini file? Check phpinfo() to see if register_globals is actually on and also check the location of the php.ini file. -Rasmus On Fri, 31 May 2002, PJourdan wrote: > I am afraid I have to debug my whole site since updating the global > variables or turning on th

[PHP-INST] debugging

2002-05-31 Thread PJourdan
I am afraid I have to debug my whole site since updating the global variables or turning on the ""register_globals"in php.ini does not work. Problem is I am running apache1.13.24 on FreeBSD with php as a module. It looks to me that installing dbg & phped is going to be a houmungus undertaking a

[PHP-INST] debugging

2002-05-31 Thread P. Jourdan
I am afraid I have to debug my whole site since updating the global variables or turning on the ""register_globals"in php.ini does not work. Problem is I am running apache1.13.24 on FreeBSD with php as a module. It looks to me that installing dbg & phped is going to be a houmungus undertaking a

[PHP-INST] Unix.h compile error?

2002-05-31 Thread Jeremy Coates
Hi All, I've got a problem with installing PHP 4.2.1 (or 4.1.2, 4.2.0 etc): The system is RedHat 7.2. The configure works fine, but when I come to compile there's an error. The file in question is unix.h (from the IMAP stuff) is exactly the same as another RH7.2 system (done a diff!) so I'm sur

[PHP-INST] Re: Apache not processing php under Red Hat Linux x86

2002-05-31 Thread Erik
hi, 1) typing error it is and not not spaces allowed in the function name also php files must have a extension that you associated with php .php .php3 .php4 .phtml or whatever but it must be there in httpd.conf also the mime type must be there AddType application/x-httpd-php .php .php3 .php4 .p

Re: [PHP-INST] where is my php binary?

2002-05-31 Thread Jim Thome
You built a DSO. It should be located in /path/to/apache/libexec/libphp4.so. You must now modify your httpd.conf file to have Apache load it. Read this: http://www.php.net/manual/en/install.apache.php for more info on configuring Apache to load the DSO. --Jim >>> chad kellerman <[EMAIL PR

[PHP-INST] where is my php binary?

2002-05-31 Thread chad kellerman
Good afternoon, Hello, I have compiled php 4.2.1 a few ways. I have noticed that the way I am building it the php binary is not created.. I would ex[ect to be in usr/local/bin with the other binaries that were created, pear, php-config, phptar etc. Is there something i am missing? He

php-install Digest 31 May 2002 15:25:24 -0000 Issue 862

2002-05-31 Thread php-install-digest-help
php-install Digest 31 May 2002 15:25:24 - Issue 862 Topics (messages 7178 through 7182): Re: Installing PHP with Apache 2.x 7178 by: Julie Meloni 7179 by: Nick Couchman 7180 by: Julie Meloni Apache 1.3.24 & PHP 4.2.1 - Undefined Symbol Errors 7181 by: news.p

[PHP-INST] SOLVED Problem with $HTTP_POST_VARS

2002-05-31 Thread Salvador Gil
Aditionally to your suggestions, I had to use an: if (isset($_POST["step"]) $a = $_POST["step"]; else $a=''; Because the first time when this execute, I got a warning message like: Warning: Undefined variable: step in d:\Inetpub\wwwroot\CATALOG\INSTALL\install.php on line 19 Thank you ve