[PHP-INST] Session Problems

2003-03-05 Thread Ian Pushee
I just installed php-4.3.1 on my linux box, and I'm having some troubles getting the sessions to work. No matter what options in php.ini I set, session variables refuse to be reused. When I check the error logs, thses are the errors I see: (using 'session_start()') [error] PHP Warning: session_s

[PHP-INST] PHP 4.3.1 installation problem under Mac OS X 10.2.4 and Apache 2.0.44

2003-03-05 Thread todd kennedy
Phew. That's a subject and a half. I am having problems compiling PHP 4.3.1 under OS 10.2.4 and Apache 2.0.44 my configure line is: ./configure --with-apxs2=/opt/bin/apxs --with-gd --with-mysql --with-zlib-dir=/usr/lib --with-xml it runs through configure just fine, but when i do a make, i g

php-install Digest 6 Mar 2003 00:50:45 -0000 Issue 1278

2003-03-05 Thread php-install-digest-help
php-install Digest 6 Mar 2003 00:50:45 - Issue 1278 Topics (messages 10289 through 10293): Re: ms sql 10289 by: Adam Voigt php with Curl? 10290 by: Justin Williams PHP-4.3.1 AIX 4.3.3 10291 by: ODELL, TODD E (SWBT) PHP script stars downloading 10292 by: Jit

[PHP-INST] php.ini changes not taking

2003-03-05 Thread Stembridge, Michael
I'm almost at my wits end with this problem. This is a new install of PHP 4.3 & Apache 1.3.27 on a Redhat 8.0 machine. Php works fine with the exception of configuration file changes... This is a local network not seen by the rest of the world and I would like to register_globals in the ini fil

[PHP-INST] PHP script stars downloading

2003-03-05 Thread Jitendra Rane
Hi ppl, I am using redhat Linux 8.0 as operating system. I have installed apache 2.0 and PHP using the packet manager of the Redhat Linux 8. (which by default comes with the operating system). But it is giving error. When i try to run php script. It starts downloading the script instead of exe

[PHP-INST] PHP-4.3.1 AIX 4.3.3

2003-03-05 Thread ODELL, TODD E (SWBT)
Hello, PHP Version: 4.3.1 AIX Version: 4.3.3 Compiler: C for AIX 4.4.0.3 Apache: 2.0.44 I'm trying to compile a DSO php for Apache. When I ran configure as such: ./configure --with-informix --with-apxs2=/apache3/bin/apxs It seems to run ok except this at the end: +---

[PHP-INST] php with Curl?

2003-03-05 Thread Justin Williams
Here's a new one... I just tried to compile PHP --with-curl. I have Curl v 9.4.4, which the PHP site says should be fine, and I am using PHP 4.3.1 (snapshot from Feb 25). The snapshot tells me I should have Curl 9.8 or higher. Has anybody successfully compiled with curl? I have curl installe

Re: [PHP-INST] ms sql

2003-03-05 Thread Adam Voigt
Your web server where your trying to install PHP, running Windows or Linux? On Wed, 2003-03-05 at 02:54, Nathaniel P. Wilkerson wrote: This is because the PHP extension for mssql is not enabled. I haven't yet been able to figure how to configure the PHP.ini file to load th

php-install Digest 5 Mar 2003 11:22:31 -0000 Issue 1277

2003-03-05 Thread php-install-digest-help
php-install Digest 5 Mar 2003 11:22:31 - Issue 1277 Topics (messages 10283 through 10288): SAPI modules stability? 10283 by: Joshua Ruppert 10285 by: Matt Babineau SAPI module stability? 10284 by: Joshua Ruppert Re: [Sab] Sablot + php 4.3.1 + bug mod_php4.c

[PHP-INST] Where to put ScriptAlias etc in httpd.conf

2003-03-05 Thread CJ Koh
Using a text editor where do i put these code: ScriptAlias /php4/ "d:/php4/" AddType application/x-httpd-php4 .php Action application /x-httpd-php4 "/php4/php.exe" in the file httpd.conf ? - Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, and mor