[PHP-INST] Installing PHP 4.2.0 with Apache 2.0.36

2002-05-09 Thread Sergio Cinos
Hello, I'm trying to install PHP 4.2.0 with Apache 2.0.36 as a DSO. I'm using "--with-apxs2=/route/to/apache2/bin/apxs" when I compile PHP, but when Then, I load the module into Apache. And when I try to start Apache, it dies instantly, and the logs remains empty ! Can anyone help me? -- Sergi

php-install Digest 10 May 2002 07:06:10 -0000 Issue 828

2002-05-09 Thread php-install-digest-help
php-install Digest 10 May 2002 07:06:10 - Issue 828 Topics (messages 6924 through 6932): Re: windows install fails 6924 by: MikeParton 6932 by: Simon Warner Enabling php_gd.dll in v.4.0.6 on Omnihttp and Win XP 6925 by: Alan Hale php-apache probs 6926 by: R

[PHP-INST] re: windows install fails

2002-05-09 Thread Simon Warner
>What are the lines for PHP in your httpd.conf? Here they are # ### Start and load the PHP module # Added by Simon based on instructions # This should install php support for apache # But it doesn't work. # # LoadModule php4_module c:/winnt/system32/php4apache.dl

[PHP-INST] Re: php-apache probs

2002-05-09 Thread Mike P
register_globals is deprecated in php 4.2. The preferred method is to use the new GET or POST arrays (eg, $name = $_POST['name'], etc). You can turn register_globals on in the php.ini. php.org recommends against this for security reasons, discussions of which you can find in this newsgroup rece

[PHP-INST] Wich configuration-options to use?

2002-05-09 Thread Nico Berg
Hi there, I want to compile PHP on a Linux machine for use with Xitami. Wich configuration options do I need at compile time? Thank's Nico Berg -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php