Re: [PHP-INSTALL] php and iis 7

2013-03-25 Thread Jorge F. Hernandez
Title: Signature If you are having problems with IIS loading PHP scripts, try using this to enable it: http://phpmanager.codeplex.com/ That worked for me when IIS was having problems loading PHP.

Re: [PHP-INSTALL] php/zend and apache segmentation faults

2012-10-21 Thread Christopher Jones
On 10/19/2012 03:08 AM, tariq wali wrote: Hi, I am new to the group here and would quickly like to understand if this is the right place to share questions on php/zend ? Just to give an idea we at info edge ltd run most of the web properties on LAMP stack and use various versions of PHP(5.2 to

Re: [PHP-INSTALL] php parse error after installation

2012-09-08 Thread Daniel P. Brown
On Sat, Sep 8, 2012 at 4:12 PM, kevin wrote: > Hi Daniel, > Thanks very much for that , another member pointed out my mistake > was the quotes I had used , was in fact copy and pasted to ensure no typos > but acrobat must have thought it was different character, anyway problem > definitely

RE: [PHP-INSTALL] php parse error after installation

2012-09-08 Thread kevin
Message- From: keith@karsites.localdomain [mailto:keith@karsites.localdomain] On Behalf Of Keith Roberts Sent: Sunday, 9 September 2012 04:15 Cc: php-install@lists.php.net Subject: Re: [PHP-INSTALL] php parse error after installation On Sat, 8 Sep 2012, Daniel Brown wrote: > To: kevin >

Re: [PHP-INSTALL] php parse error after installation

2012-09-08 Thread Keith Roberts
On Sat, 8 Sep 2012, Daniel Brown wrote: To: kevin From: Daniel Brown Subject: Re: [PHP-INSTALL] php parse error after installation On Sat, Sep 8, 2012 at 3:42 AM, kevin wrote: Hi there, I have exhausted all methods I can find to fix this problem ,which is from the

Re: [PHP-INSTALL] php parse error after installation

2012-09-08 Thread Daniel Brown
On Sat, Sep 8, 2012 at 3:42 AM, kevin wrote: > Hi there, > > I have exhausted all methods I can find to fix this problem > ,which is from the following php code from php 5 for dummies book, which I > doubled checked as well from their website, > > > > > > > > PHP Test > > > > >

Re: [PHP-INSTALL] PHP 5.3.8 and Apache 2.2 VC9

2011-09-23 Thread Lester Caine
Michael Nolsøe Madsen wrote: I am trying to follow the guidelines from php.net but it seems the documentation is not up-to-date or am I wrong? The doc shows a php5apache2_2.dll but 5.3.8 only has a php5.dll. Am I to find this apache dll somewhere else? Also the doc shows how to get apache to lo

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 5.3.6 and MySQL

2011-08-22 Thread Ferenc Kovacs
On Mon, Aug 22, 2011 at 8:37 PM, Keith Roberts wrote: > On Mon, 22 Aug 2011, Eric H.M.M. Condic wrote: > >> To: php-install@lists.php.net >> From: Eric H.M.M. Condic >> Subject: [PHP-INSTALL] PHP 5.3.6 and MySQL >> >> We have just upgraded to PHP 5.3.6 and everything is working except the >> link

Re: [PHP-INSTALL] PHP 5.3.6 and MySQL

2011-08-22 Thread Keith Roberts
On Mon, 22 Aug 2011, Eric H.M.M. Condic wrote: To: php-install@lists.php.net From: Eric H.M.M. Condic Subject: [PHP-INSTALL] PHP 5.3.6 and MySQL We have just upgraded to PHP 5.3.6 and everything is working except the link to a remote MySQL database. When we run a test script, we get the fol

Re: [PHP-INSTALL] php - libmysqlclient question

2010-12-29 Thread Daniel Brown
On Wed, Dec 29, 2010 at 04:57, Hajo Locke wrote: > Hello, > > i want to talk from php to different mysql-servers with different versions. > is it a recommend way to compile php always against newest libmysqlclient or > not so important? You should use the newest stable version so you can take

Re: [PHP-INSTALL] php + sendmail

2010-08-20 Thread Étienne Buira
On 08/20/10 15:06, Illó Gábor wrote: > Hello Hi > I have php-fpm in my freebsd jail. php-fpm chrooted to > /usr/local/www/. I install mini-sendmail and linked > /usr/local/bin/mini_sendmail to /usr/local/www/ and i put > php_admin_value[sendmail_path] = /sendmail -t -i in to php-fpm.conf Don't

Re: [PHP-INSTALL] php-5.2.12, php-5.3.0 & php-5.3.1 fail to build on latest Ubuntu

2009-12-21 Thread j . kaluza
I think David don't ask if it's working on any Ubuntu karnic but just ask help about how to fix his issue with the compiling errors (looks like his source got source code errors. Could you paste your cinfigure script results David so the experts here can help you more :) Rasmus Lerdorf

Re: [PHP-INSTALL] php-5.2.12, php-5.3.0 & php-5.3.1 fail to build on latest Ubuntu

2009-12-20 Thread Rasmus Lerdorf
I am on Ubuntu Karmic with gcc-4.4.1 as are a number of other PHP devs, and it builds just fine. David Favor wrote: > The same problem appears with all stable versions of php > and Ubuntu Karmic with gcc-4.4.1 which produce: > > r...@hive1:# ./configure > r...@hive1:# make > /bin/sh /home/dfavor/

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 + SQLite = tearing hairs..

2009-11-17 Thread Ryan Schmidt
There are several different SQLite interfaces in PHP. Sounds like you've enabled two of them, but are now trying to use a third one that you haven't enabled. On Nov 17, 2009, at 00:59, RRybak wrote: > [PHP_PDO_SQLITE] > extension=php_pdo_sqlite.dll That extension provides this interface: htt

Re: [PHP-INSTALL] PHP + SQLite = tearing hairs..

2009-11-17 Thread Étienne Buira
RRybak wrote: > Hello, > > I've spend some days on googling, but as for now - without any effect. > > -- > The configuration follows: > - Windows 7 64bit (build 7100) > - PHPInfo -> Apache/2.2.13 (Win32) PHP/5.3.0 > PDO drivers mysql, odbc, sqlite > >PDO Driver for SQLi

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

2009-09-19 Thread Keith Roberts
On Fri, 18 Sep 2009, cameron edwards wrote: To: php-install@lists.php.net From: cameron edwards Subject: Re: [PHP-INSTALL] PHP pages not working externally Hi there, port 80 feeds an internal only website... Apache is running 2 virtual hosts. one off port 80 and the other off port 8000

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

2009-09-18 Thread cameron edwards
.php (phpinfo page) does not work externally yet both work fine inside the lan. "Keith Roberts" wrote in message news:alpine.lfd.2.00.0909181245040.12...@www.karsites.net... On Fri, 18 Sep 2009, Cameron Edwards wrote: To: 'Jack van Zanen' From: Cameron Edwards Subject: R

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

2009-09-18 Thread Keith Roberts
On Fri, 18 Sep 2009, Cameron Edwards wrote: To: 'Jack van Zanen' From: Cameron Edwards Subject: RE: [PHP-INSTALL] PHP pages not working externally http://83.244.227.165:8000/test.php is the print that is working externally for me? Alternatively, a static html page can be seen h

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

2009-09-17 Thread Cameron Edwards
Of Jack van Zanen Sent: 17 September 2009 23:51 To: cameron edwards Cc: php-install@lists.php.net Subject: Re: [PHP-INSTALL] PHP pages not working externally they both appear to hang for me. Firewall issue? Jack 2009/9/18 cameron edwards I have setup PHP Version 5.2.6 with Apache2 on a

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

2009-09-17 Thread Jack van Zanen
they both appear to hang for me. Firewall issue? Jack 2009/9/18 cameron edwards > I have setup PHP Version 5.2.6 with Apache2 on a Ubuntu 9.04 Server. Simple > php scripts are working fine but others simply just hang in the browser. A > script with a print statement http://83.244.227.165/test.p

Re: [PHP-INSTALL] PHP 5.2.9 + Apache 1.3 Darwin 6.8 MAC OS X 10.2.8 + MYSQL

2009-08-31 Thread ruben
Ryan Schmidt escribió: On Aug 31, 2009, at 15:12, ruben wrote: Ryan Schmidt escribió: On Aug 31, 2009, at 05:47, ruben wrote: After been using PHP 5.2.9 on a MAC OS 10.2.8 with Apache 1.3 without problems, I decided to add support for MYSQL so I tried to re-compile the php module for apache wi

Re: [PHP-INSTALL] PHP 5.2.9 + Apache 1.3 Darwin 6.8 MAC OS X 10.2.8 + MYSQL

2009-08-31 Thread Ryan Schmidt
On Aug 31, 2009, at 15:12, ruben wrote: Ryan Schmidt escribió: On Aug 31, 2009, at 05:47, ruben wrote: After been using PHP 5.2.9 on a MAC OS 10.2.8 with Apache 1.3 without problems, I decided to add support for MYSQL so I tried to re- compile the php module for apache with this configuratio

Re: [PHP-INSTALL] PHP 5.2.9 + Apache 1.3 Darwin 6.8 MAC OS X 10.2.8 + MYSQL

2009-08-31 Thread ruben
Ryan Schmidt escribió: On Aug 31, 2009, at 05:47, ruben wrote: After been using PHP 5.2.9 on a MAC OS 10.2.8 with Apache 1.3 without problems, I decided to add support for MYSQL so I tried to re-compile the php module for apache with this configuration: ../configure --prefix=/user --sysconfdi

Re: [PHP-INSTALL] PHP 5.2.9 + Apache 1.3 Darwin 6.8 MAC OS X 10.2.8 + MYSQL

2009-08-31 Thread ruben
Ryan Schmidt escribió: On Aug 31, 2009, at 05:47, ruben wrote: After been using PHP 5.2.9 on a MAC OS 10.2.8 with Apache 1.3 without problems, I decided to add support for MYSQL so I tried to re-compile the php module for apache with this configuration: ../configure --prefix=/user --sysconfdi

Re: [PHP-INSTALL] PHP 5.2.9 + Apache 1.3 Darwin 6.8 MAC OS X 10.2.8+ MYSQL

2009-08-31 Thread ruben
Keith Roberts escribió: On Mon, 31 Aug 2009, ruben wrote: To: php-install@lists.php.net From: ruben Subject: [PHP-INSTALL] PHP 5.2.9 + Apache 1.3 Darwin 6.8 MAC OS X 10.2.8 + MYSQL Hello everybody After been using PHP 5.2.9 on a MAC OS 10.2.8 with Apache 1.3 without problems, I decided

Re: [PHP-INSTALL] PHP 5.3 and FastCGI IIS 5.1 installation

2009-08-31 Thread John Mertic
The easiest way is to grab the latest MSI installer for PHP at http://windows.php.net/downloads . Choose the VC9 NTS build for best performance. The installer will completely configure the environment for you. John Mertic jmer...@gmail.com On Aug 29, 2009, at 1:12 PM, J.Lubelan wrote: Hello

Re: [PHP-INSTALL] PHP 5.2.9 + Apache 1.3 Darwin 6.8 MAC OS X 10.2.8 + MYSQL

2009-08-31 Thread Ryan Schmidt
On Aug 31, 2009, at 05:47, ruben wrote: After been using PHP 5.2.9 on a MAC OS 10.2.8 with Apache 1.3 without problems, I decided to add support for MYSQL so I tried to re-compile the php module for apache with this configuration: ../configure --prefix=/user --sysconfdir=/etc --localstatedir=/

Re: [PHP-INSTALL] PHP 5.2.9 + Apache 1.3 Darwin 6.8 MAC OS X 10.2.8 + MYSQL

2009-08-31 Thread Keith Roberts
On Mon, 31 Aug 2009, ruben wrote: To: php-install@lists.php.net From: ruben Subject: [PHP-INSTALL] PHP 5.2.9 + Apache 1.3 Darwin 6.8 MAC OS X 10.2.8 + MYSQL Hello everybody After been using PHP 5.2.9 on a MAC OS 10.2.8 with Apache 1.3 without problems, I decided to add support for MYSQL so

Re: [PHP-INSTALL] PHP Startup: Invalid library (maybe not a PHP library) 'oci8.so' in Unknown on line 0

2009-07-10 Thread Christopher Jones
pmenier wrote: > Alejandro Vargas a écrit : >> Hello, I need to access an oracle database from php. The server is >> running php 5.2.5, then I downloaded the source package used to >> compile this version. >> >> I downloaded also oracle-instantclient11.1-basic-11.1.0.7.0-1.i386.rpm >> and oracle-i

Re: [PHP-INSTALL] PHP Startup: Invalid library (maybe not a PHP library) 'oci8.so' in Unknown on line 0

2009-07-10 Thread pmenier
Alejandro Vargas a écrit : Hello, I need to access an oracle database from php. The server is running php 5.2.5, then I downloaded the source package used to compile this version. I downloaded also oracle-instantclient11.1-basic-11.1.0.7.0-1.i386.rpm and oracle-instantclient11.1-devel-11.1.0.7.0

Re: [PHP-INSTALL] PHP-5.2 and Apache MPM Worker

2009-05-22 Thread Darvin Denmian
hello, if i choose to use fastcgi+php5+apache mpm worker ... will i have a better performance? Thanks !!! On Fri, May 22, 2009 at 3:35 PM, John Mertic wrote: > You'll need to be sure you are using thread-safe PHP binaries with > your setup, which probably means compiling by hand. I'd recommend

Re: [PHP-INSTALL] PHP-5.2 and Apache MPM Worker

2009-05-22 Thread John Mertic
You'll need to be sure you are using thread-safe PHP binaries with your setup, which probably means compiling by hand. I'd recommend going instead with the pre-fork mode instead, which PHP will faster under. Check out this for more info: http://www.stevekallestad.com/blog/apache_worker_mpm_with_p

Re: [PHP-INSTALL] PHP and phpMyAdmin on Mac G5 with OS 10.5.6

2009-05-17 Thread Daniel Brown
On Sun, May 17, 2009 at 22:17, Christine McGee wrote: [snip!] > > About My System: > > I have a PowerMac G5 (PPC), OS 10.5.6 which has the following versions of > PHP and Apache: > -- PHP 5.2.6 (Zend Engine 2.2.0) > -- Apache 2.2.9 > PHP and Apache have NOT been enabled on my machine. > My Plan: >

Re: [PHP-INSTALL] php

2009-05-01 Thread Keith Roberts
On Fri, 1 May 2009, srdan mudrinic wrote: To: php-install@lists.php.net From: srdan mudrinic Subject: [PHP-INSTALL] php Hey i have some problems whit getting php working. i have installed apache 2.2.11 and its working great. i have some truble whit php 5.2.3 i have followed this install guide

Re: [PHP-INSTALL] PHP timezone is unstable...

2009-03-09 Thread kranthi
seems ur TZ env variable is jumping back and forth. http://in2.php.net/manual/en/function.date-default-timezone-get.php i recommend using date_default_timezone_set()on top of all u r scripts while u find out what's wrong with u

Re: [PHP-INSTALL] PHP 5.2.5 Install Issues - reentrancy

2009-02-12 Thread Christopher Jones
bunti1...@cooltoad.com wrote: > I changed the C file at all three places where it was giving error and that resolved the issue. > > From line 63, I removed the numeric value present in the function call. > --- if (ctime_r(clock, buf) == buf) > > From line 63, I removed the numeric value pr

Re: [PHP-INSTALL] PHP 5.2.5 Install Issues - reentrancy

2009-02-12 Thread bunti1976
I changed the C file at all three places where it was giving error and that resolved the issue. >From line 63, I removed the numeric value present in the function call. --- if (ctime_r(clock, buf) == buf) >From line 63, I removed the numeric value present in the function call.

Re: [PHP-INSTALL] PHP configuration problem?

2009-01-07 Thread Lester Caine
HD wrote: I have installed Apache 2.0 on my computer. I have installed PHP5.2.8 as a module in Apache. Apache seems to work fine. PHP will only parse index.php, it won't parse index.html phpinfo() works, so i know PHP is installed and working. Why won't PHP parse .html files? Because you wil

Re: [PHP-INSTALL] PHP files coming up as files to download?(Part 2)

2008-12-24 Thread Keith Roberts
Pleased to hear that Frank. Hope you all have a very merry Christmas and a happy new year. Best Wishes Keith Roberts On Wed, 24 Dec 2008, Frank DeChellis wrote: To: Keith Roberts From: Frank DeChellis Subject: Re: [PHP-INSTALL] PHP files coming up as files to download? (Part 2) WORKS

Re: [PHP-INSTALL] PHP files coming up as files to download? (Part 2)

2008-12-24 Thread Frank DeChellis
WORKS Thanks. Looks like I "over" configured it. Merry Christmas to everybody. Frank On 12/24/08 2:20 PM, "Keith Roberts" wrote: > On Wed, 24 Dec 2008, Frank DeChellis wrote: > >> To: php-install@lists.php.net >> From: Frank DeChellis >> Subject: [PHP-INSTALL] PHP files coming up as f

Re: [PHP-INSTALL] PHP files coming up as files to download? (Part 2)

2008-12-24 Thread Keith Roberts
On Wed, 24 Dec 2008, Frank DeChellis wrote: To: php-install@lists.php.net From: Frank DeChellis Subject: [PHP-INSTALL] PHP files coming up as files to download? (Part 2) Hi there, I am new to this list. I have Apache 1.3.41, PHP 5.2.8 running on NetBSD 4.0.1. This install is new. I have Ap

Re: [PHP-INSTALL] PHP on Windows without Apache

2008-12-14 Thread Daniel Brown
On Sun, Dec 14, 2008 at 13:19, Jeffery Harris wrote: > Thanks Daniel. Any recommendations on a good php learning book. My pleasure, Jeff. I've honestly never read any of the PHP books out there, so I wouldn't be able to give you a definite recommendation on that. What I *will* highly re

Re: [PHP-INSTALL] PHP on Windows without Apache

2008-12-14 Thread Daniel Brown
On Sun, Dec 14, 2008 at 12:49, Jeff wrote: > I need to install PHP on a windows server. This will be my company intranet. > The IT manager moved the IIS webserver directory to drive (D:) instead of > (C:). He does not want me to use WAMP or XAMP server .exe(s) Now I have to > install phpadmin and

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 ?

Re: [PHP-INSTALL] PHP won't log!

2008-07-28 Thread Jesse Santana
Garey, I was able to get PHP working with LDAP on a Solaris 10 machine using the OpenLDAP package installation from Sunfreeware (http://www.sunfreeware.com ). Once the package and dependencies were installed, I added --with-ldap=/usr/local to my PHP configuration and managed to get everything

Re: [PHP-INSTALL] php and Oracle client on mac - followup

2008-06-12 Thread BuildSmart
On Jun 11, 2008, at 19:07 PM, ahmed nabel wrote: CC: [EMAIL PROTECTED] From: [EMAIL PROTECTED] Date: Wed, 11 Jun 2008 17:13:46 -0400 To: php-install@lists.php.net Subject: Re: [PHP-INSTALL] php and Oracle client on mac - followup On Jun 11, 2008, at 07:51

Re: [PHP-INSTALL] PHP Page Refuse to Display PHP content

2008-06-11 Thread kranthi
> > "t appears that even when I installed it does not provide me with a > different error than without." after reading this statement i guess u r trying to see some thing like * file://path/to/fhtdocs/filename.php* in your web browser u hav to see * http://localhost/filename.php *in you url bar

RE: [PHP-INSTALL] PHP Page Refuse to Display PHP content

2008-06-11 Thread Wei, Alice J.
@lists.php.net Subject: Re: [PHP-INSTALL] PHP Page Refuse to Display PHP content Alice, Also, make sure you've restarted Apache. Every time you make changes to httpd.conf, php.ini, or any related file, you need to restart Apache. -- Dedicated Servers - Intel 2.4GHz w/2TB bandwid

Re: [PHP-INSTALL] php and Oracle client on mac - followup

2008-06-11 Thread BuildSmart
so" (Apple's apache module) Where to download the php 64 from and what are the correct commands to build it adding the --with-oci8=shared,/Applications/Oracle/ohome? That will build the oci8 as a loadable extension instead of embedding it. Any help is very appreciated. B

Re: [PHP-INSTALL] PHP Page Refuse to Display PHP content

2008-06-11 Thread Daniel Brown
Alice, Also, make sure you've restarted Apache. Every time you make changes to httpd.conf, php.ini, or any related file, you need to restart Apache. -- Dedicated Servers - Intel 2.4GHz w/2TB bandwidth/mo. starting at just $59.99/mo. with no contract! Dedicated servers, VPS, and hosting

Re: [PHP-INSTALL] PHP Page Refuse to Display PHP content

2008-06-11 Thread kranthi
make sure that u have LoadModule php5_module "path/to/dll/php5apache2.dll" AddType application/x-httpd-php .php .php5 .php4 .php3 .phtml .phpt in your httpd.conf file and the name of the php file ends in .php or .php5 or .php4 or .php3 or .phtml or .phpt(what ever u give in the httpd.con

RE: [PHP-INSTALL] PHP Page Refuse to Display PHP content

2008-06-11 Thread Wei, Alice J.
== Alice Wei MIS 2009 School of Library and Information Science Indiana University Bloomington [EMAIL PROTECTED] From: Max Thayer [EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 1:56 PM To: Wei, Alice J. Subject: RE: [PHP-INSTALL] PHP Page

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 and Oracle client on mac - followup

2008-06-11 Thread BuildSmart
On Jun 10, 2008, at 17:31 PM, ahmed nabel wrote: Hi. This is a followup to a pervious post titled "php and Oracle client on mac". I had PHP and Apache which come with Mac OS X 10.5.2 both enabled and running (a php page on my website renders correctly). I tried to install Oracle Client

Re: [PHP-INSTALL] php and Oracle client on mac

2008-06-06 Thread Jesse Santana
Ahmed, Since you already have the Oracle client installed, I am assuming you can connect to the Oracle instance using sqlplus. If this is in fact the case, all you have to do is recompile PHP and add in the following line to your configure statement: with-oci8=instantclient,/usr/local

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 build --with-pear fails: conflict over /tmp/pear/cache

2008-03-20 Thread Ofer Inbar
Keith Roberts <[EMAIL PROTECTED]> wrote: > Well I compiled PHP with the following ./configure options: > (I'm the only user on my system - 'keith' or 'root') [...] > So I now have PEAR in /usr/local/PEAR. Reason for doing this [...] > I generally run PEAR as root user anyway, so maybe that's > why

Re: [PHP-INSTALL] PHP build --with-pear fails: conflict over /tmp/pear/cache

2008-03-12 Thread Keith Roberts
On Wed, 12 Mar 2008, Ofer Inbar wrote: To: php-install@lists.php.net From: Ofer Inbar <[EMAIL PROTECTED]> Subject: Re: [PHP-INSTALL] PHP build --with-pear fails: conflict over /tmp/pear/cache Keith Roberts <[EMAIL PROTECTED]> wrote: I used to compile PHP without any --w

Re: [PHP-INSTALL] PHP build --with-pear fails: conflict over /tmp/pear/cache

2008-03-12 Thread Ofer Inbar
Keith Roberts <[EMAIL PROTECTED]> wrote: > I used to compile PHP without any --with/out-pear > ./configure options. This installed PEAR under the > --prefix=/usr/local/php-5.x.x directory path. > So everytime I upgraded PHP, I got a fresh installation of > PEAR in a different location. I now ha

Re: [PHP-INSTALL] PHP build --with-pear fails: conflict over /tmp/pear/cache

2008-03-12 Thread Keith Roberts
On Tue, 11 Mar 2008, Ofer Inbar wrote: To: php-install@lists.php.net From: Ofer Inbar <[EMAIL PROTECTED]> Subject: Re: [PHP-INSTALL] PHP build --with-pear fails: conflict over /tmp/pear/cache Keith Roberts <[EMAIL PROTECTED]> wrote: What about trying --with-pear=/another/

Re: [PHP-INSTALL] PHP build --with-pear fails: conflict over /tmp/pear/cache

2008-03-11 Thread Ofer Inbar
Keith Roberts <[EMAIL PROTECTED]> wrote: > What about trying --with-pear=/another/directory or > --without-pear? > > Once PEAR is installed, it is able to upgrade itself, so you don't > need to touch it after that. It only needs installing once. I may be wrong about this, but doesn't --with-pear=

Re: [PHP-INSTALL] PHP build --with-pear fails: conflict over /tmp/pear/cache

2008-03-11 Thread Keith Roberts
On Tue, 11 Mar 2008, Ofer Inbar wrote: To: php-install@lists.php.net From: Ofer Inbar <[EMAIL PROTECTED]> Subject: Re: [PHP-INSTALL] PHP build --with-pear fails: conflict over /tmp/pear/cache Daniel Brown <[EMAIL PROTECTED]> wrote: On Tue, Mar 11, 2008 at 5:36 PM, Ofer I

Re: [PHP-INSTALL] PHP build --with-pear fails: conflict over /tmp/pear/cache

2008-03-11 Thread Ofer Inbar
Daniel Brown <[EMAIL PROTECTED]> wrote: > On Tue, Mar 11, 2008 at 5:36 PM, Ofer Inbar <[EMAIL PROTECTED]> wrote: > > Installing PEAR environment: /hlg/rpmbuild/buildroot/php-5.2.5-1- > > manual/usr/local/lib/php/download directory "/tmp/pear/cache" is not > > writeable. Change download_

Re: [PHP-INSTALL] PHP build --with-pear fails: conflict over /tmp/pear/cache

2008-03-11 Thread Daniel Brown
On Tue, Mar 11, 2008 at 5:36 PM, Ofer Inbar <[EMAIL PROTECTED]> wrote: > Installing PEAR environment: /hlg/rpmbuild/buildroot/php-5.2.5-1- > manual/usr/local/lib/php/download directory "/tmp/pear/cache" is not > writeable. Change download_dir config variable to a writeable dir The

Re: [PHP-INSTALL] PHP v5.2.5 installation

2007-12-05 Thread Keith Roberts
On Wed, 5 Dec 2007, Jesse Santana wrote: To: Keith Roberts <[EMAIL PROTECTED]> From: Jesse Santana <[EMAIL PROTECTED]> Subject: Re: [PHP-INSTALL] PHP v5.2.5 installation Keith, Thank you for the '--with-readline' suggestion, I've just finished testing this and it w

Re: [PHP-INSTALL] PHP v5.2.5 installation

2007-12-05 Thread Jesse Santana
iversity, Long Beach 1250 Bellflower Blvd. Long Beach, CA 90840 Office: (562)985-8511 Fax: (562)985-8855 Keith Roberts <[EMAIL PROTECTED]> 12/05/2007 09:07 AM Please respond to Keith Roberts <[EMAIL PROTECTED]> To php-install@lists.php.net cc Subject Re: [PHP-INSTALL] PHP v

Re: [PHP-INSTALL] PHP v5.2.5 installation

2007-12-05 Thread Keith Roberts
Pleased to hear you have it sorted now Jesse. In theory, theory and practice are the same; in practice they are not. On Wed, 5 Dec 2007, Jesse Santana wrote: To: Keith Roberts <[EMAIL PROTECTED]> From: Jesse Santana <[EMAIL PROTECTED]> Subject: Re: [PHP-INSTALL] PHP v5.2.5 install

Re: [PHP-INSTALL] PHP v5.2.5 installation

2007-12-05 Thread Jesse Santana
x: (562)985-8855 Keith Roberts <[EMAIL PROTECTED]> 12/05/2007 07:17 AM Please respond to Keith Roberts <[EMAIL PROTECTED]> To php-install@lists.php.net cc Subject Re: [PHP-INSTALL] PHP v5.2.5 installation On Tue, 4 Dec 2007, Jesse Santana wrote: > To: php-insta

Re: [PHP-INSTALL] PHP v5.2.5 installation

2007-12-05 Thread Keith Roberts
On Tue, 4 Dec 2007, Jesse Santana wrote: To: php-install@lists.php.net From: Jesse Santana <[EMAIL PROTECTED]> Subject: [PHP-INSTALL] PHP v5.2.5 installation I am running a Solaris 10 (SPARC) system that has Apache 2.2.6 and PHP v5.2.2 installed. PHP is running as a CLI and not as an Apache mo

Re: [PHP-INSTALL] PHP doesn't work with Apache2

2007-11-25 Thread BuildSmart
On Nov 25, 2007, at 08:28:09, ApplePro wrote: BuildSmart daleenterprise.com> writes: Dale, the problem was with apache config file. I've deleted it and uploaded new one. Now everything works fine, all modules, apache, everything. Thanks so much for your advices and help. I'm really

Re: [PHP-INSTALL] PHP doesn't work with Apache2

2007-11-25 Thread ApplePro
BuildSmart daleenterprise.com> writes: > Dale, the problem was with apache config file. I've deleted it and uploaded new one. Now everything works fine, all modules, apache, everything. Thanks so much for your advices and help. I'm really appreciated.

Re: [PHP-INSTALL] PHP doesn't work with Apache2

2007-11-25 Thread BuildSmart
On Nov 25, 2007, at 03:06:10, ApplePro wrote: BuildSmart daleenterprise.com> writes: On Nov 24, 2007, at 18:31:52, ApplePro wrote: I'm getting this error when I'm trying to configure: creating cache ../config.cache checking for Cygwin environment... no checking for mingw32 environm

Re: [PHP-INSTALL] PHP doesn't work with Apache2

2007-11-25 Thread ApplePro
BuildSmart daleenterprise.com> writes: > > > > On Nov 24, 2007, at 18:31:52, ApplePro wrote: > > > I'm getting this error when I'm trying to configure: > > > creating cache ../config.cache > checking for Cygwin environment... no > checking for mingw32 environment... no > checking for egre

Re: [PHP-INSTALL] PHP doesn't work with Apache2

2007-11-24 Thread ApplePro
BuildSmart daleenterprise.com> writes: > This tells me you were not in the php source directory where > you issued the configure and make commands. > > You're building php in /tmp and not /usr/src. > Yes. It worked for all software exceprt PHP. > Let's back up even more since it's clear yo

Re: [PHP-INSTALL] PHP doesn't work with Apache2

2007-11-24 Thread ApplePro
BuildSmart daleenterprise.com> writes: > > > > On Nov 24, 2007, at 11:12:33, ApplePro wrote: > > Keith Roberts karsites.net> writes: > > > To add to Dave's points: > > Maybe the yum install of php is adding the following line to > > your httpd.conf file for you, which you will need to

Re: [PHP-INSTALL] PHP doesn't work with Apache2

2007-11-24 Thread BuildSmart
On Nov 24, 2007, at 13:00:59, ApplePro wrote: BuildSmart daleenterprise.com> writes: OK, let's go back to the beginning so you can follow what is required one step at a time and understand what each step is. First step, you build and install PHP from source and one of the files is name

Re: [PHP-INSTALL] PHP doesn't work with Apache2

2007-11-24 Thread ApplePro
BuildSmart daleenterprise.com> writes: > OK, let's go back to the beginning so you can follow what is required one step at a time and understand what each step is. > > First step, you build and install PHP from source and one of the files is named libphp5.so and you need to know where it is in t

Re: [PHP-INSTALL] PHP doesn't work with Apache2

2007-11-24 Thread BuildSmart
On Nov 24, 2007, at 11:12:33, ApplePro wrote: Keith Roberts karsites.net> writes: To add to Dave's points: Maybe the yum install of php is adding the following line to your httpd.conf file for you, which you will need to add manually when you compile php yourself? AddType application/x-ht

Re: [PHP-INSTALL] PHP doesn't work with Apache2

2007-11-24 Thread ApplePro
Keith Roberts karsites.net> writes: > To add to Dave's points: > > Maybe the yum install of php is adding the following line to > your httpd.conf file for you, which you will need to add > manually when you compile php yourself? > > AddType application/x-httpd-php .php > > AddType applicati

Re: [PHP-INSTALL] PHP doesn't work with Apache2

2007-11-24 Thread Keith Roberts
On Sat, 24 Nov 2007, BuildSmart wrote: To: ApplePro <[EMAIL PROTECTED]> From: BuildSmart <[EMAIL PROTECTED]> Subject: Re: [PHP-INSTALL] PHP doesn't work with Apache2 On Nov 24, 2007, at 07:01:56, ApplePro wrote: Hello guys, I've had two (or three) versions instal

Re: [PHP-INSTALL] PHP doesn't work with Apache2

2007-11-24 Thread ApplePro
BuildSmart daleenterprise.com> writes: > > By your pseudo-name you give the impression that you know something about Mac OS X which also implies you know a little more than the basics but ask a question that is extremely basic and expected from someone who is wet behind the ears. > > You have

Re: [PHP-INSTALL] PHP doesn't work with Apache2

2007-11-24 Thread BuildSmart
On Nov 24, 2007, at 07:01:56, ApplePro wrote: Hello guys, I've had two (or three) versions installed on my Fedora linux server. It seems I've had something installed when I just rented server, after that I've tried to upgrade by building PHP from source. PHP, installed with yum (before upgrad

Re: [PHP-INSTALL] PHP-MySQL connector installation problem on Windows

2007-11-07 Thread Rory M Larson
. Thanks, Rory [EMAIL PROTECTED] 11/06/2007 11:59 PM To Rory M Larson <[EMAIL PROTECTED]> cc php-install@lists.php.net Subject Re: [PHP-INSTALL] PHP-MySQL connector installation problem on Windows Hi Rory, Yes actually the php.ini file should always be taken from the windows dir

Re: [PHP-INSTALL] PHP-MySQL connector installation problem on Windows

2007-11-06 Thread j . kaluza
TECTED] cc php-install@lists.php.net Objet Re: [PHP-INSTALL] PHP-MySQL connector installation problem on Windows > try to add a backslash at the end of your extension_dir config line in your php.ini like : C:\php\extensions\ and reload ur phpinfo script to see what's the result >

RE: [PHP-INSTALL] PHP-MySQL connector installation problem on Windows

2007-11-06 Thread Warren Vail
uggest you modify this one. Good Luck, Warren _ From: Rory M Larson [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 06, 2007 5:47 AM To: [EMAIL PROTECTED] Cc: php-install@lists.php.net Subject: Re: [PHP-INSTALL] PHP-MySQL connector installation problem on Windows > try to add a bac

Re: [PHP-INSTALL] PHP-MySQL connector installation problem on Windows

2007-11-06 Thread Rory M Larson
> try to add a backslash at the end of your extension_dir config line in your php.ini like : C:\php\extensions\ and reload ur phpinfo script to see what's the result > > Jerôme Kaluza Thanks for the suggestion. I've tried adding the backslash, restarting Apache, and reloading phpinfo on both mac

[PHP-INSTALL] RE [PHP-INSTALL] PHP-MySQL connector installation problem on Windows

2007-11-05 Thread j . kaluza
Hello try to add a backslash at the end of your extension_dir config line in your php.ini like : C:\php\extensions\ and reload ur phpinfo script to see what's the result Jerôme Kaluza Service du Sang Service Informatique Croix-Rouge de Belgique rue de Stalle 96 - 5e étage B-1180 Bruxelles Tél.

Re: [PHP-INSTALL] php-doc

2007-10-20 Thread [EMAIL PROTECTED]
Adelle Hartley a écrit : I installed the php-doc package on Ubuntu via apt-get. How can I access the PHP documentation? Adelle. Hello If you type : dpkg -L php-doc (or sudo dpkg -L php-doc) , you will see where files are installed. Patrick

[PHP-INSTALL] Re: RE : [PHP-INSTALL] PHP 5.2.4 on AIX 5.3.0.0 with Apache 2.2.6 - apxs error with rc=65536

2007-09-30 Thread Beowulf McLeod
Hi, I had compiled Apache 2.2.6 as - ./configure --prefix=/usr/local/apache-2.2.6 --enable-so make make install (I'm using xlc compile

Re: [PHP-INSTALL] php 5.2.4 disable mail() function

2007-09-05 Thread Hartmut Wernisch
On Thu, 06 Sep 2007 08:35:14 +0200, [EMAIL PROTECTED] wrote: > Hartmut Wernisch a écrit : >> Is there a patch available to revert the "Changed mail() function to be >> always available. (Johannes)" (see changelog)? >> >> I'am looking for an easy way to disable the build in mail-function again. >>

Re: [PHP-INSTALL] php 5.2.4 disable mail() function

2007-09-05 Thread [EMAIL PROTECTED]
Hartmut Wernisch a écrit : Is there a patch available to revert the "Changed mail() function to be always available. (Johannes)" (see changelog)? I'am looking for an easy way to disable the build in mail-function again. I would prefer not to diff the old and new sources, so any other idea? :) T

Re: [PHP-INSTALL] PHP config fails - cannot find lmysqlclient

2007-08-21 Thread Keith Roberts
Sounds like you need to install the development files for mysql, so PHP can link to them. You need to install the same version of the mysql development files that match your mysql installed package (5.0.27) On Fedora Core 6 (32 bit) the required files for mysql are: mysql[EMAIL PROTE

Re: [PHP-INSTALL] PHP 5.2.3 Install

2007-08-20 Thread Lester Caine
Terry Lowndes wrote: software: Windows XP Apache 2.2.4 PHP 5.2.3 My Level: Biginner - non technical (UK Based) I'm trting to setup on a standalone local PC so that I can learn about PHP/MySQL/Apache I have Apache up and running and I am trying to get PHP 5.2.3 working with it. When I try loa

  1   2   3   4   >