[PHP-INST] Solaris 8 + Php 4.1.2 + apache 1.3.24

2002-04-10 Thread Todd Mortensen
I am having trouble getting apache to load the php4 module. Here is the error and output of ldd -r on the php module. todd@svlecs01:~/src/php-4.1.2$sudo apachectl start Syntax error on line 205 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/libphp4.so into server: l

[PHP-INST] Undefined Symbol: ldap_parse_reference in PHP 4.1.2

2002-04-10 Thread crobinso
Environment: Solaris 8 gcc 2.95.3 Shell: tcsh Trying to compile Apache w/ mod_SSL+PHP+LDAP. cd mod_ssl-2.8.8-1.3.24 ./configure --with-apache=../apache_1.3.24 cd apache_1.3.24 ./configure --prefix=/opt/software cd ../php-4.1.2 ./configure --with-apache=../apache_1.3.24 --with-openssl --with-ld

[PHP-INST] OO-PHP Style question

2002-04-10 Thread Alok K. Dhir
Given an app with the following overall class structure: Base.class { function Base() { ##initialize stuff } } A.class extends Base { var $var; var $b; function A() { $var="x"; $b=new B.class(); } }

[PHP-INST] Despite correct setup, PHP pages returning blank screens

2002-04-10 Thread Ian Daye
I am running Apache 1.3.20 (Win32) PHP/4.1.3-dev mod_perl/1.25_01-dev mod_ssl/2.8.4 OpenSSL/0.9.6a on Windows XP Professional. I have followed the installation instructions (modifying httpd.conf and copying necessary files), but I am getting blank returns on all PHP pages. Please help. Thanks

[PHP-INST] Despite correct setup, PHP pages returning blank screens

2002-04-10 Thread Ian Daye
I am running Apache 1.3.20 (Win32) PHP/4.1.3-dev mod_perl/1.25_01-dev mod_ssl/2.8.4 OpenSSL/0.9.6a on Windows XP Professional. I have followed the installation instructions (modifying httpd.conf and copying necessary files), but I am getting blank returns on all PHP pages. Please help. Thanks

Re: [PHP-INST] apache 2 install problems?

2002-04-10 Thread Andy Smith
On Wed, Apr 10, 2002 at 12:36:25AM +0100, Andy Smith wrote: > php does appear to build and install OK, but once the AddModule and > LoadModule lines are added to httpd.conf, the server segfaults on > startup. strace shows the following: I've since tried this again with CVS apache 2 and CVS PHP

RE: [PHP-INST] display the file in directory

2002-04-10 Thread Browning Nathan P SrA 509 CS/SCNO
Here's one that I put together. It's browseable and easy on the eyes. It's not the prettiest code but it works. Files in $web_path$path   \n"; while ($file_name = readdir($dir)): // Check to see if it's a directory.

[PHP-INST] 'php_value not allowed here' in apache log

2002-04-10 Thread Rick Watts
Hi, I have an 'out of the box' install of Suse Linux 7.2 with Apache 1.3.19 and PHP 4.0.4pl1. I'm trying to set the include path for files served from domain_name/~user directories but get the 'Internal Server Error' when I add php_value include_path .:/home/user/php_include as the only line in

Re: [PHP-INST] php and POST

2002-04-10 Thread Matt
If you changed the php.ini to set the register_globals to on, did you also restart apache? I'm sure you are aware that register globals is now turned off by default in php 4.1+. Look at phpinfo() and make sure register_globals is *really* on. You really ought to be writing code with $_POST[], re

php-install Digest 10 Apr 2002 15:07:46 -0000 Issue 785

2002-04-10 Thread php-install-digest-help
php-install Digest 10 Apr 2002 15:07:46 - Issue 785 Topics (messages 6610 through 6619): Re: pgsql.so 6610 by: Yasuo Ohgaki READ-FIRST: Apache2 Install FAQ 6611 by: Yasuo Ohgaki Re: Error compiling Apache 1.3.24 with PHP 4.1.2 6612 by: Yasuo Ohgaki Re: READ-FIRST:

[PHP-INST] php and POST

2002-04-10 Thread Not Telling You!
Hey all, Linux RH 7.2 PHP 4.1.2 Apache 1.3.24 I'm having trouble with php and "POST" It doesn't seem to be allowing me to use the variables passed via POST. I've never had this problem on older version of php and apache. I have enabled register_globals in the php.ini. The documentation say

[PHP-INST] display the file in directory

2002-04-10 Thread Phil Huynh
Hi, I am trying to read the files in the directory and display them . but I got the message " the document contain no data " this is my code handle.""; echo "Path: ".$d->path.""; while($entry=$d->read()) { echo $entry."\n"; } echo ""; $d->close(); ?> Can anyone tell me what sho

Re: [PHP-INST] Is there a version of PHP compatible with Apache 2.0?

2002-04-10 Thread Sam Minnee
I believe you need to include --with-apxs2 in your ./configure line - Original Message - From: "Brian Capouch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 10, 2002 6:50 PM Subject: [PHP-INST] Is there a version of PHP compatible with Apache 2.0? > Over on the Apa

[PHP-INST] Re: Just displaying normal text

2002-04-10 Thread Jaco van Tonder
Hi Irby, Please supply a bit more info as on what Web server you are using... You have to configure the web server to make it understand what to do with the php scripts. later Jaco "Irby" <[EMAIL PROTECTED]> wrote in message news:!~!UENERkVCMDkAAQACABgATtVsGsLRR0my4m4WYw