[PHP-INST] PHP parsing weirdness using DAV...

2003-02-24 Thread Lou Picciano
php and RemoveType php commands, with no luck. Has anyone run into this? Probably so simple you¹ve all seen it already... Lou Picciano Essex Systems PS - (BTW, We found that the traditional 'AddType' model for handling php files no longer works under apache 2...)

[PHP-INST] PHP filtering in Apache / mod_dav

2003-02-20 Thread Lou Picciano
luck. Has anyone run into this? Probably so simple you¹ve all seen it already... Lou Picciano Essex Systems

Re: [PHP-INST] Apache2.0.43 + Solaris 8

2003-02-18 Thread Lou Picciano
to write the pid file. Lemme know... Lou Picciano Essex Systems > Hello, > > I am trying hard to install Apache2.0.43 on Solaris 8, did not find much > problems with configuration, path and LD_LIBRARY_PATH updates, but when I > start apachectl, I keep getting the following error :

Re: [PHP-INST] PHP 4.3.0 & Apache 2.0.44

2003-02-12 Thread Lou Picciano
'AddType' lines... But the following works: SetOutputFilter PHP SetInputFilter PHP Let me know how this works! Lou Picciano Essex Systems > Ok, this should be a simple one. > > I have compiled apache with the --enable-so option. Everything worked > fine. I then c

Re: [PHP-INST] php 4.2.3+apache 2.0.43

2002-11-05 Thread Lou Picciano
ple other > basic enables... > > I did have a successful build with these but I then added openssl and then > could not get it working...this made me go back to 1.3.27. > > Jeff > > > > Lou Picciano >Wi

Re: [PHP-INST] php 4.2.3+apache 2.0.43

2002-11-04 Thread Lou Picciano
re we simply luckier than most? All this is on SMP-SPARC with Solaris 9. Anybody else? Lou Picciano Essex Systems > > This is not a stable combination. You'd be better off going down to Apache > 1.3.27. Also in httpd.conf(of Apache 2X) it tells you --- "don't use -

Re: [PHP-INST] Command Line Interface

2002-09-06 Thread Lou Picciano / Essex Systems
William, Check out latest versions of PHP at snaps.php.net. We've been using 4.3 for some time now, and have a nicely-working CLI. (Having said this, I understood that 'build with CLI' was the 'default' situation; may be wrong...) Lou > I am told to use CLI of PHP. However, the document says

Re: [PHP-INST] Problem parsing args in 4.2.3

2002-09-06 Thread Lou Picciano / Essex Systems
Mike, I've run into similar concerns while debugging my own php code; I'm relatively new to php, so can't offer much help as to 'what changed as of which version', but... One thing I have run into already while debugging: php parses the _entire_ script before attempting to execute it. So, as I

Re: [PHP-INST] problems compiling php4 on redhat 7.1

2002-09-06 Thread Lou Picciano / Essex Systems
Richard, Think the libraries you are looking for are usually packaged as gcc-libs (or similar; your mileage may vary), and, if you're installing from rpms, will usually be packaged separately from the 'base' gcc rpm. Lou > Hi, > > I can't get php4 to compile on my redhat 7.1 environment. > I h

Re: [PHP-INST] php.ini under Unix Solaris 9 / PHP 4.3.0-dev /Apache-2.0.40

2002-08-30 Thread Lou Picciano / Essex Systems
> Lou Picciano / Essex Systems wrote on Fri, Aug 30, 2002 at 12:51:01PM -0400: >> Except: that we cannot get php to recognize its php.ini file, no matter >> where we place it. Shouldn't any changes in this file, if it's being >> properly read, be reflected in p

[PHP-INST] php.ini under Unix Solaris 9 / PHP 4.3.0-dev / Apache-2.0.40

2002-08-30 Thread Lou Picciano / Essex Systems
List Friends: We've recently installed php-4.3.0-dev under Apache 2.0.40 - WORKS GREAT! Except: that we cannot get php to recognize its php.ini file, no matter where we place it. Shouldn't any changes in this file, if it's being properly read, be reflected in phpinfo() output? We've tried the