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
.3-5.src.rpm) but I still > get the error. > > I have attached the debug.log script. > you help would be greatly appreciated!! > > richard scrivener > minotaur information systems > sydney, australia -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

[PHP-INST] Problem with PHP4 as an Apache DSO (SuSe Linux)

2001-03-29 Thread systems
Hi - can someone help please? I'm trying to build php (4.0.4pl1) as a shared object, using apxs. I just used a very basic ./configure --with-apxs on the php side, then make. And that all seemed ok - no errors reported, and there was an .so file (./.libs/libphp4.so) produced. Then I go over t

Re: [PHP-INST] AIX, PHP4 and core dump

2001-02-20 Thread Dave Brooks, BCS Systems
It does all go! The secret (from Bill Stoddard, see http://www.phpbuilder.com/forum/archives/3/2001/01/1/102909), is when using APXS, to edit the 'libtool' script after running './configure' and add the following switch to both the 'archive_cmds=' and 'archive_expsym_cmds=' lines: \${wl}-bI:/

[PHP-INST] AIX, PHP4 and core dump

2001-02-14 Thread Dave Brooks, BCS Systems
Hi there, We are trying to build PHP4 under AIX 4.3.3 using gcc ./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/HTTPServer/bin/apxs make make install It all compiles and installs. However httpd core dumps with a segmentation fault. We then tried (as per a posting on the list) build