[PHP-INST] Re: php does not read php.ini

2002-04-24 Thread Ray Hunter
To help with the headache, just move you php.ini file to that location and then make your changes. Hopefully this will work and you can get down to coding... Ray Hunter "Fabian Aguirre" <[EMAIL PROTECTED]> wrote in message 011401c1eb97$fe599f80$460a0a0a@spartacus">ne

[PHP-INST] Re: PHP and SNMP issue

2002-04-15 Thread Ray Hunter
You might want to try to compile with the option of --enable-ucd-snmp-hack if that does not work then you might want to add do the following options --includedir=DIR if that does not work then the fastest way is to download the ucd-snmp and compile it on your system then use the option --with

[PHP-INST] Re: Request from RH7.2 php rpm users

2002-04-15 Thread Ray Hunter
Check all the archives...I have posted this information before... ~~ BigDog ~~ "Nicholas Ritter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > This request is for anyone who is using Redhat 7.2 and the Redhat PHP > rpms that come with Redhat 7.2. > > >

[PHP-INST] Re: how to get a php shell binary

2002-04-15 Thread Ray Hunter
For now you have to make two installations. First you compile php with no options and you get the php executable. The you can recompile and make php with the apache module. I believe that they are going to give the option for doing both at the same time in a later release... ~~ BigDog ~~ "Ni

[PHP-INST] Re: Javascript in PHP

2002-03-16 Thread Ray Hunter
All you do is echo or print out the javascript that you want to use... Ray Hunter "Thomas A. Dunlap" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Can anyone direct me to a tutorial that shows how to incorporate &

[PHP-INST] Re: how to get a php shell binary

2002-03-16 Thread Ray Hunter
PHP does not compile as a binary (CLI) and as a module at the same time. You will have to compile as binary first then compile again as a module. For compiling as a CLI do this: $ ./configure --prefix=/path/to/php $ make $ make install Move the files in the bin directory to somewhere like /usr/