https://raven.utc.edu/cgi-bin/WA.EXE?A2=ind0111C&L=HP3000-L&P=R17857&X=E9F03E6183A0F3F59F Subject: PHP/iX for Image From: Campbell Fethers Reply To: Campbell Fethers Date: Mon, 19 Nov 2001 01:44:42 -0500 Content-Type: text/plain Parts/Attachments: text/plain (37 lines) Do you believe in only one database and its name is Image? Do you yearn for a web scripting tool with direct access to Image and no middleware? Announcing PHP for TurboImage Now that the HP3000 is dying, here comes the killer app that could have made a difference... For those who have never seen PHP, you've missed something very special: clean C-like syntax, Perl-like power, unparalleled clarity, and so much simpler than ASP. Considerable progress has been made since PHP/iX was last mentioned on HP3000-L. PHP/iX now runs as a DSO inside Apache DBPUT, DBUPDATE & DBDELETE have been implemented. Testing to date has been very encouraging. For more, see http://invent3k.external.hp.com/~MGR.FETHERS/ Have fun Campbell. * To join/leave the list, search archives, change list settings, * * etc., please visit http://raven.utc.edu/archives/hp3000-l.html * ======================================================================== Subject: PHP with Apache 1.3.4 on MPE/iX 6.5? From: Chris Bartram Reply To: rcb@3k.com Date: Tue, 15 Feb 2005 13:42:53 -0500 Content-Type: TEXT/PLAIN Parts/Attachments: TEXT/PLAIN (27 lines) Trying to get the php from invent3k ( http://invent3k.external.hp.com/~MGR.FETHERS/download.html ) working on my MPE/iX 6.5 box with Apache 1.3.4. I extracted and installed the binaries (did a quick try at compiling the source based on the instructions provided, but that fails miserably) but can't seem to get php source executed. In particular hoping to get the lilphp4.so dynamic stuff working (vs the .cgi). Copied libphp4.so into the /APACHE/PUB/libexec directory; permissions look ok. Only references I found in .conf files were in the srm.conf for PGP3, which I changed to PGP4 and uncommented: AddType application/x-httpd-php4 .phtml AddType application/x-httpd-php4-source .phps What am I missing? The php (.exe) file runs; don't know how to test the .so file other than using it in a web page. TIA, Chris Bartram ======================================================================== Subject: Re: PHP with Apache 1.3.4 on MPE/iX 6.5? From: Campbell Fethers Reply To: Campbell Fethers Date: Sun, 27 Feb 2005 00:32:27 -0600 Content-Type: text/plain Parts/Attachments: text/plain (39 lines) Chris Bartram wrote: > Trying to get the php from invent3k > working on my MPE/iX 6.5 box with Apache 1.3.4. > I extracted and installed the binaries (did a quick try at compiling > the source based on the instructions provided, but that fails miserably) We also have had no luck porting more recent versions of PHP. > but can't seem to get php source executed. In particular hoping to get > the lilphp4.so dynamic stuff working (vs the .cgi). > > Copied libphp4.so into the /APACHE/PUB/libexec directory; permissions > look ok. Only references I found in .conf files were in the srm.conf > for PGP3, which I changed to PGP4 and uncommented: > > AddType application/x-httpd-php4 .phtml > AddType application/x-httpd-php4-source .phps > What am I missing? Try: LoadModule php4_module libexec/libphp4.so AddModule mod_php4.c AddType application/x-httpd-php .php I've corrected an error on the download page, which should have been a link to the file http://invent3k.external.hp.com/~MGR.FETHERS/a1322php.tar.Z, which contains a full copy of an Apache account with PHP as a DSO. There is also a file http://invent3k.external.hp.com/~MGR.FETHERS/H, which is a STORE file of httpd statically linked with PHP. HTH Regards Campbell. ========================================================================