[PHP-INSTALL] PHP not loading OCI8 extension

2008-08-31 Thread Jack van Zanen
Hi List, I have installed Oracle, PHP and apache on my windows machine and have the following issue If I run phpinfo() from the command line it shows OCI8 as enabled and I can connect to oracle databases. When I copy my php.ini to my windows directory (from my php directory) and start apache an

[PHP-INSTALL] PHP, Apache and OCI8 issue

2008-08-31 Thread Jack van Zanen
Hi List, I have installed Oracle, PHP and apache on my windows machine and have the following issue If I run phpinfo() from the command line it shows OCI8 as enabled and I can connect to oracle databases. When I copy my php.ini to my windows directory (from my php directory) and start apache an

RE: [PHP-INSTALL] LoadModule statement can not be included

2008-09-09 Thread Jack van Zanen
Try LoadModule php5_module "c:/php/sapi/php5apache2_2.dll" Jack From: Varuna Seneviratna [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2008 1:38 PM To: php-install Subject: [PHP-INSTALL] LoadModule statement can not be included Hello! I downloaded and instal

Re: [PHP-INSTALL] Installation of LAMP on Rhel-5 version

2008-12-30 Thread Jack van Zanen
"F" stands for "Fine" no doubt :-) Jack 2008/12/31 Daniel Brown > On Tue, Dec 30, 2008 at 08:48, Ashutosh Bhardwaj > wrote: > > Please give me instalation tips on installation of LAMP on RHEL-5 > > Operating System: Red Hat Linux 5 > > PHP Version:php 5 > > Web server: Apache 2 > > > >Ser

Re: [PHP-INSTALL] PHP pages not working externally

2009-09-17 Thread Jack van Zanen
4.227.165/test.php works fine > but if i try and do phpinfo http://83.244.227.165/test2.php it will not > work. > > However, both examples work fine from the machine locally or from any > computer inside the LAN. > > any help would be appreciated!! > > > -- Jack van Zanen

Re: [PHP-INSTALL] Configuring PHP sendmail

2009-11-09 Thread Jack van Zanen
t() in D:\Web Sites\mytestsite\mail.php on line 6 > > The weird thing is, although I changed it, the script still tries to > connect to mailserver at "localhost" port 25. > > Does somebody have any idea about this? > > -- > Tamer Uçar > tam...@gmail.com > -- Jac

[PHP-INST] Installing PHP on LINUX with options other than standard

2003-07-13 Thread Jack van Zanen
Hi, Newbie to LINNUX and never compiled source code yet. Can somebody give me the step by step instructions on how to make/compile PHP on LINUX (or sent me URL where to find such) On my windows I have the following dll's included: php_gd.dll php_oci8.dll php_sockets.dll php_zlib.dll And that s

[PHP-INSTALL] mysql 4.1 & PHP 5 derived tables

2003-08-21 Thread Jack van Zanen
Hi List, SOrry for asking this on the install list. I have installed MYSQL 4.1 with support for derived tables. If I query Mysql with a query that has a subquery in the from clause it works fine. If I now load this query in PHP I get invalid resource error. If I change the select for another sel