Re: [PHP-INSTALL] PHP install

2011-09-22 Thread Daniel Brown
On Thu, Sep 22, 2011 at 21:09, wrote: > David > > Thanks for your response I will look into it tomorrow.  What issues to I run > into in running PHP in I guess debug mode? Just to be clear: the debug.log will not necessarily be located in your build directory, unless that's from where you r

Re: [PHP-INSTALL] PHP install

2011-09-22 Thread Daniel Brown
On Thu, Sep 22, 2011 at 00:21, wrote: > Support > > > > I configured php using the following parameters: > > Configure Command =>  './configure'  '--with-mcrypt=/usr/local/bin/mcrypt' > '--wi > > thout-pear' '--enable-debug' > > > > and things appear to be fine. > > > > This message listed below

Re: [PHP-INSTALL] PHP install with Apache

2009-12-09 Thread Keith Roberts
On Wed, 9 Dec 2009, Roy Lam wrote: To: php-install@lists.php.net From: Roy Lam Subject: [PHP-INSTALL] PHP install with Apache I have a problem on installing PHP 5.3.1 with Apache Server 2.2.14. When I adding the command "PHPIniDir" into httpd.conf, I cannot start the Apache Server anymore. By

Re: [PHP-INSTALL] PHP install with Apache

2009-12-09 Thread Hendrik Schmieder
Hotmail schrieb: moved top posting to bottom ! -- From: "Hendrik Schmieder" Sent: Wednesday, December 09, 2009 6:27 PM To: "Roy Lam" Subject: Re: [PHP-INSTALL] PHP install with Apache Roy Lam schrieb: I have a problem on

Re: [PHP-INSTALL] PHP install with Apache

2009-12-09 Thread Hendrik Schmieder
Roy Lam schrieb: I have a problem on installing PHP 5.3.1 with Apache Server 2.2.14. When I adding the command "PHPIniDir" into httpd.conf, I cannot start the Apache Server anymore. By my observation, It should have some problems when i add an extension into the PHP module. I would like to ask ho

Re: [PHP-INSTALL] PHP install problems

2008-06-11 Thread Anthony McGovern
Hi Jesse The version of apache i have is 2.2.8 I added the line like you suggested: AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps To my httpd.conf file which was in my apache/conf directory and restarted apache unfortunatly its still just disp

Re: [PHP-INSTALL] PHP install problems

2008-06-11 Thread Jesse Santana
Anthony, Did you add the line: AddType application/x-httpd-php .php To your httpd.conf file? Jesse Jesse Santana Project Lead - Enterprise Services Group Information Technology Services California State University, Long Beach 1250 Bellflower Blvd. Long Beach, CA 90840 Office: (562)985-8511 F

Re: [PHP-INSTALL] PHp Install with Apache

2008-05-16 Thread p...@pmenier.net
Mark Sargent a écrit : Hi All, Os is Ubuntu and I've tried to configure Apache with PHP support. I followed this page, http://www.php.net/manual/en/install.unix.apache2.php and after running 6. ./configure --enable-so 7. make 8. make install I don't see the module in /usr/local/apache2/mod

Re: [PHP-INSTALL] PHP install on IIS with Dreamweaver on WinXP issue

2007-01-11 Thread Kevin Ruiz
Tamer Higazi wrote: Hi! Here are the installation instructions for the IIS (internet Information Server) http://www.php.net/manual/en/install.windows.iis.php Tamer saz25 schrieb: Hi, I am new to PHP. I also have Dreamweaver installed on my Windows PC. I'd like to start writing some simple PHP

Re: [PHP-INSTALL] PHP install on IIS with Dreamweaver on WinXP issue

2007-01-06 Thread Tamer Higazi
Hi! Here are the installation instructions for the IIS (internet Information Server) http://www.php.net/manual/en/install.windows.iis.php Tamer saz25 schrieb: > Hi, > I am new to PHP. I also have Dreamweaver installed on my Windows PC. > I'd like to start writing some simple PHP files. I just in

Re: [PHP-INSTALL] PHP / Install problems....

2006-05-26 Thread Peter Hodge
Hi, OK, I assume that is the PHP configure command which is saying 'configure: error: Oracle needed libraries not found', so there might be a clue as to what's missing in the output of 'configure'. If there is no way to make an RPM show you the output from the configure command, then you could tr

Re: [PHP-INSTALL] [PHP Install] ERROR using imagegif

2006-05-05 Thread Peter Hodge
Hello, >From my research on the manual page (http://www.php.net/manual/en/function.imagegif.php) if you give a 2nd argument to Imagegif() it writes the image to disk rather than sending it to the browser. Your browser is giving you that error message because the image data goes into the file and

RE: [PHP-INSTALL] php install

2006-02-15 Thread Mark Galbreath
to know how to install apache2.0.55 and php5.1.2. are they compatible? I have been following the installation instructions from Sams Teach Yourself PHP, MySQL® and Apache All in One, Second Edition. From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 15, 2006 11:15 AMTo: ph

RE: [PHP-INSTALL] php install

2006-02-15 Thread Jason Gutt
each Yourself PHP, MySQL® and Apache All in One, Second Edition. From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 15, 2006 11:15 AM To: php-install@lists.php.net; [EMAIL PROTECTED] Subject: Re: [PHP-INSTALL] php install   ru pulling our legs?   1.  How w

Re: [PHP-INSTALL] php install

2006-02-15 Thread Mark Galbreath
ru pulling our legs?   1.  How would you know PHP stopped working after you installed Apache httpd?  Apache had to have been installed prior to installing PHP or you could not have known that PHP was not working in the httpd.   2.  You could not have installed PHP with the --enable-apxs2 switch b

Re: [PHP-INSTALL] PHP install help needed:

2005-03-28 Thread Luc I. Suryo
you pointing to a 64-bits Oracle, so you will to have everything in 64 bits and the compiler will need to be able to compile 64 bits binary as well... for GCC use the flags -m64 for ld use the flags -xarch=v9 and there is a big change you will need to have a hardcoded library search path.. gcc =

Re: [PHP-INSTALL] php install on mac os x

2004-08-13 Thread Chris Hewitt
On Fri, 2004-08-13 at 15:16, Allyson wrote: > Thank you Chris. I searched for a document libphp4 and found nothing. Even > though the install from Entropy says it installed correctly, I can't locate > a php folder anywhere on the hard drive. When php is installs does it set > up a php directory

Re: [PHP-INSTALL] php install on mac os x

2004-08-12 Thread Chris Hewitt
On Thu, 2004-08-12 at 20:34, Allyson wrote: > We are using OS X 10.3.5 and are attempting to set it up to work with > PHP. We tried the install from Entropy and it says it installed > correctly. We then edited the httpd.conf of Apache and added: > > LoadModule php4_module > AddModule mod_php4.c

Re: [PHP-INSTALL] PHP-INSTALL WIN2003

2004-04-08 Thread Aditya Mohan
windows 2000 professional/2003 server enterprise likewize. thanks aditya - Original Message - From: "zareef ahmed" <[EMAIL PROTECTED]> To: "Aditya Mohan" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, April 08, 2004 2:11 PM Subject: Re: [PHP-INST

Re: [PHP-INSTALL] PHP-INSTALL WIN2003

2004-04-08 Thread zareef ahmed
HI Aditya! what r u getting when running phpinfo(); blank page or source code of the page? --- Aditya Mohan <[EMAIL PROTECTED]> wrote: > hey folks, > i have a problem with installing php5rc1 on windows > 2003 enterprise with iis 6. > i cannot get phpinfo() to show me any info, while on > the

RE: [PHP-INSTALL] PHP Install Problems on Solaris -8

2003-11-18 Thread Naman Latif
Actually it did give me an error. bash-2.05# /var/apache/bin/apachectl configtest Syntax error on line 825 of /var/apache/conf/httpd.conf: Invalid command 'AddType1', perhaps mis-spelled or defined by a module not included in the server configuration +++ However I was finally ab

Re: [PHP-INSTALL] PHP Install Problems on Solaris -8

2003-11-18 Thread Chris Hewitt
Naman Latif wrote: Hi, I installed PHP 4.3.4 on Apache 1.3.29 Webserver running on Solaris 8. I added the following in my httpd.conf file LoadModule php4_modulelibexec/libphp4.so AddType application/x-httpd-php .php +++ A test.php () file exis