Re: [PHP-INSTALL] PHP, Apache and OCI8 issue

2008-09-01 Thread Tommy Peterson
If you turn on the startup errors I am betting that you will see that you do not have that dll. I have had many issues with the latest PHP build. It is a mess from what I can tell. And one of the errors that I initially got what that the Oracle dlls along with a few others that I cannot recall are

[PHP-INSTALL] RE [PHP-INSTALL] PHP, Apache and OCI8 issue

2008-08-31 Thread j . kaluza
Hi jack, the command line might use your php 'cli' config can u paste php.ini? what did you use to install php on your machine ?

[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] php / apache problems: cannot find php_mysql.dll

2005-01-21 Thread Greg Brant
iv tried mysql 3.23.9 and 4.1 thanks "Chris Hewitt" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Thu, 2005-01-20 at 23:33, Greg Brant wrote: >> Hi, >> >> just installed apache 2, php 5. >> >> in the php.ini i have enabled a bunch of extensions. php can find them >> all >>

Re: [PHP-INSTALL] php / apache problems: cannot find php_mysql.dll

2005-01-21 Thread Chris Hewitt
On Thu, 2005-01-20 at 23:33, Greg Brant wrote: > Hi, > > just installed apache 2, php 5. > > in the php.ini i have enabled a bunch of extensions. php can find them all > except is says > > cannot load dynamic linc library at c:\php\ext\php_mysql.dll. > > does php 5 require a minimum version of

[PHP-INSTALL] php / apache problems: cannot find php_mysql.dll

2005-01-20 Thread Greg Brant
Hi, just installed apache 2, php 5. in the php.ini i have enabled a bunch of extensions. php can find them all except is says cannot load dynamic linc library at c:\php\ext\php_mysql.dll. does php 5 require a minimum version of mysql?? thnaks Greg

RE: [PHP-INSTALL] php apache and ldap

2004-04-07 Thread Jordi Llorens
>Can you paste the contents of phpinfo.php.. phpinfo()PHP Version 4.2.2 SystemLinux daffy.perf.redhat.com 2.4.18-11smp #1 SMP Thu Aug 15 06:41:59 EDT 2002 i686 i686 i386 GNU/Linux Build DateSep 3 2002 05:25:09 Configure Command'./configure' '--host=i686-pc-linux-gnu'

RE: [PHP-INSTALL] php apache and ldap

2004-04-07 Thread Hari Bhanujan
Can you paste the contents of phpinfo.php..   phpinfo(); ?>     -Original Message- From: Jordi Llorens [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 5:46 AM To: [EMAIL PROTECTED] Subject: [PHP-INSTALL] php apache and ldap   Hello,     I'm t

[PHP-INSTALL] php apache and ldap

2004-04-07 Thread Jordi Llorens
Hello,     I'm trying to install a php ldap module for apache in my red hat installation. I've installed php-4.2.2-8.05 with the ldap package. But it doesn't work via apache. If i run phpinfo(). i don't see in the section of Apache Modules, the ldap package, but the installation of the rpm i

RE: [PHP-INSTALL] php + apache - how to run php suid?

2004-03-06 Thread Giz
From: Giz [mailto:[EMAIL PROTECTED] Sent: Saturday, March 06, 2004 4:04 PM To: 'Brian McGroarty'; '[EMAIL PROTECTED]' Subject: RE: [PHP-INSTALL] php + apache - how to run php suid? The php module way to handle this is to make use of apache security facilities. Keep in mind,

RE: [PHP-INSTALL] php + apache - how to run php suid?

2004-03-06 Thread Giz
u for security is safe_mode. Take a look at this article. -Original Message- From: Brian McGroarty [mailto:[EMAIL PROTECTED] Sent: Saturday, March 06, 2004 12:05 AM To: [EMAIL PROTECTED] Subject: [PHP-INSTALL] php + apache - how to run php suid? I use apache's suid mechanism so that all c

[PHP-INSTALL] php + apache - how to run php suid?

2004-03-06 Thread Brian McGroarty
I use apache's suid mechanism so that all cgi scripts in a user home directory run as that user. php scripts seem to still run as the apache user (www-data with Debian) however. Obviously this represents a nasty security risk, to say nothing of complicating disk quota management. As things stand,

Re: [PHP-INSTALL] PHP + Apache + mySQL ON Windows ME

2004-03-02 Thread Jaap van Ganswijk
At 2004-02-26 05:04, Matheus Martins wrote: >:QUESTION: >PHP 4.3.4 and Apache 1.3.28 on Windows ME. any problem? > >Please, anyone know if is it able to run ok? I have installed PHP and Apache on Windows 98 (original version, not SE) and it was very easy to do. Much easier in fact than under Linux

[PHP-INSTALL] PHP + Apache + mySQL ON Windows ME

2004-02-25 Thread Matheus Martins
:QUESTION: PHP 4.3.4 and Apache 1.3.28 on Windows ME. any problem? Please, anyone know if is it able to run ok? I'll need to check some scripts, it's just to learn a little bit about PHP, SQL and so on... I'm newbie and maybe I need step-by-step, but if you only can send some tips...I'll make

[PHP-INSTALL] PHP, Apache and Mason

2004-02-16 Thread Rob Saunders
Hi, I'm trying to configure PHP on a server that's already using a Mason handler at the DocumentRoot level. As and when I try to load a php script, I'm prompted to save the document, rather than the php being executed. I guess that the problem lies in my httpd.conf, but how do I get the .php r

Re: [PHP-INSTALL] php apache 2.0 warning

2003-10-28 Thread Manu
Thank you very much for the detailed exposition of the problem! ;-) Manu [EMAIL PROTECTED] (Rasmus Lerdorf) wrote > Apache2 is less mature and not nearly as well-tested as Apache1. If > you run a threaded MPM then all bets are off. The thread safety > status of most extensions and 3rd-party li

Re: [PHP-INSTALL] php apache 2.0 warning

2003-10-28 Thread Rasmus Lerdorf
Apache2 is less mature and not nearly as well-tested as Apache1. If you run a threaded MPM then all bets are off. The thread safety status of most extensions and 3rd-party libraries are unknown. Threading problems tend to only show up under load and are nearly impossible to track down. So alt

[PHP-INSTALL] php apache 2.0 warning

2003-10-28 Thread Manu
On www.php.net there is a warning: Don't use apache 2.0 AND php in production environments. What does it mean? What problems could I get? Thanks in advance Manu

Re: [PHP-INSTALL] PHP/Apache Installation Problem

2003-10-21 Thread Bertrand PERRINE
Try with apache 2 family, Apache foundation consider that apache 1.3 is not stable under Windows. B. Le lun 20/10/2003 à 23:46, STephen Montsaroff a écrit : > Hi -- > > I have followed the installation guide for installing Apache 1.3.14 and > PHP 4.3.3 on a Windows XP machine (SP2). I am

[PHP-INSTALL] PHP/Apache Installation Problem

2003-10-20 Thread STephen Montsaroff
Hi -- I have followed the installation guide for installing Apache 1.3.14 and PHP 4.3.3 on a Windows XP machine (SP2). I am able to view html pages, but not php. My httpd.conf file contains ScriptAlias /php/ "E:/DevTools/PHP/" AddType application/x-httpd-php .php Action application/x-httpd-

RE: [PHP-INSTALL] PHP & Apache

2003-10-13 Thread Michael Cheung
Title: Message Hi Paul,   Firstly, you need to set up your document extension privilages on Apache.   I myself have created a virtual host so it's easier to manage various websites that you may potentially have on your computer.   Another peeps had posted this and this tells you how to conf

[PHP-INSTALL] PHP & Apache

2003-10-12 Thread Ipcnpaul
I know this a noob question, but how do i get php files to automatically open as my index on Apache? HTML files open fine. I am having a lot of trouble getting this to work. Thanks, Paul Williams <>

[PHP-INSTALL] php-apache static linking installation problem

2003-09-09 Thread S Saravana Kumar
hi all im trying to compile apache server with php using static linking..on Linux Platform so that the final apache executable has no dynamic dependency with php.. so im doing the following for compilation In the php directory i do ./Configure --with-apache2=../apachedir make In the apache direct