RES: [PHP] Installing PHP

2011-09-21 Thread Mateus Almeida
Thanks for the help, people. Problem solved. -Mensagem original- De: Alejandro Michelin Salomon (Hotmail) [mailto:amichel...@hotmail.com] Enviada em: quarta-feira, 21 de setembro de 2011 00:07 Para: 'Mateus Almeida' Cc: php-general@lists.php.net Assunto: RES: [PHP] Inst

RES: [PHP] Installing PHP

2011-09-20 Thread Alejandro Michelin Salomon (Hotmail)
ONLY ON UNINSTALL 2 ) Change the directory index on apache DirectoryIndex index.html index.php ==> add index.php to be a default file to search Alejandro M.S. PAO/RS Brasil -Mensagem original- De: Mateus Almeida [mailto:supor...@avanutri.com.br] Enviada em: segunda-feira, 19 de setembro de 2011

Re: RES: RES: [PHP] Installing PHP

2011-09-20 Thread Curtis Maurand
directive tells the module where the hint definitions are located. > > # > > #MIMEMagicFile conf/magic > > > > # > > # Customizable error responses come in three flavors: > > # 1) plain text 2) local redirects 3) external redirects > > # >

Re: RES: [PHP] Installing PHP

2011-09-20 Thread Curtis Maurand
m: terça-feira, 20 de setembro de 2011 09:04 > Para: Mateus Almeida > Cc: > Assunto: Re: [PHP] Installing PHP > > > > On 2011-09-19, at 5:32 PM, "Mateus Almeida" > wrote: > >> Hello, I'm newbie and I'm trying to install PHP with Apache, but

Re: RES: [PHP] Installing PHP

2011-09-20 Thread Lester Caine
Mateus Almeida wrote: Yes, I've put the "test.php" in the htdocs. The server works with an html file, but it doesn’t work with the php. Mateus There are only tow things which need adding to httpd.conf to get PHP working. LoadModule should point to your php installation LoadModule php5_module

RES: [PHP] Installing PHP

2011-09-20 Thread Mateus Almeida
Yes, I've put the "test.php" in the htdocs. The server works with an html file, but it doesn’t work with the php. -Mensagem original- De: Bastien [mailto:phps...@gmail.com] Enviada em: terça-feira, 20 de setembro de 2011 09:04 Para: Mateus Almeida Cc: Assunto: Re: [PHP]

Re: [PHP] Installing PHP

2011-09-20 Thread Lester Caine
Mateus Almeida wrote: Hello, I'm newbie and I'm trying to install PHP with Apache, but it doesn't work. Every time I try to run a test I receive the message "Not Found The requested URL /php/php-cgi.exe/test.php was not found on this server." OR (when I try to change some options) "Forbidden You

Re: [PHP] Installing PHP

2011-09-20 Thread Bastien
On 2011-09-19, at 5:32 PM, "Mateus Almeida" wrote: > Hello, I'm newbie and I'm trying to install PHP with Apache, but it doesn't > work. > > Every time I try to run a test I receive the message "Not Found The > requested URL /php/php-cgi.exe/test.php was not found on this server." OR > (when

[PHP] Installing PHP

2011-09-20 Thread Mateus Almeida
Hello, I'm newbie and I'm trying to install PHP with Apache, but it doesn't work. Every time I try to run a test I receive the message "Not Found The requested URL /php/php-cgi.exe/test.php was not found on this server." OR (when I try to change some options) "Forbidden You don't have permission

Re: [PHP] Installing extensions

2011-09-20 Thread Tommy Pham
On Tue, Sep 20, 2011 at 12:43 AM, tamouse mailing lists < tamouse.li...@gmail.com> wrote: > On Mon, Sep 19, 2011 at 9:03 AM, Daniel Brown wrote: > >You have to add the extensions to your php.ini file, > > Yeah, did that, still not working. > > > and - if > > using them on the web - remember t

Re: [PHP] Installing extensions

2011-09-20 Thread tamouse mailing lists
On Mon, Sep 19, 2011 at 9:03 AM, Daniel Brown wrote: >    You have to add the extensions to your php.ini file, Yeah, did that, still not working. > and - if > using them on the web - remember to restart Apache. Using lighty and fastcgi. -- PHP General Mailing List (http://www.php.net/) To unsu

Re: [PHP] Installing extensions

2011-09-19 Thread Daniel Brown
On Sun, Sep 18, 2011 at 15:21, tamouse mailing lists wrote: > I'm having a bit of trouble installing PHP extensions. > > I have the following in php.ini: > >  extension_dir = > ".:/usr/local/lib/php/extensions:/usr/local/lib/php/extensions/no-debug-non-zts-20090626" > > In /usr/local/lib/php/exten

Re: [PHP] Installing extensions

2011-09-18 Thread tamouse mailing lists
On Sun, Sep 18, 2011 at 4:36 PM, Benjamin Hawkes-Lewis wrote: > On Sun, Sep 18, 2011 at 8:21 PM, tamouse mailing lists > wrote: >> I'm having a bit of trouble installing PHP extensions. >> >> I have the following in php.ini: >> >>  extension_dir = >> ".:/usr/local/lib/php/extensions:/usr/local/li

Re: [PHP] Installing extensions

2011-09-18 Thread tamouse mailing lists
On Sun, Sep 18, 2011 at 4:22 PM, Gregor Mitzka wrote: > Why don't you use MacPorts? There you can extension in a quite simple way. > Gregor Mitzka I DID use MacPorts! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Installing extensions

2011-09-18 Thread Sharl.Jimh.Tsin
在 2011-09-18日的 14:21 -0500,tamouse mailing lists写道: > I'm having a bit of trouble installing PHP extensions. > > I have the following in php.ini: > > extension_dir = > ".:/usr/local/lib/php/extensions:/usr/local/lib/php/extensions/no-debug-non-zts-20090626" > > In /usr/local/lib/php/extensions/

Re: [PHP] Installing extensions

2011-09-18 Thread Benjamin Hawkes-Lewis
On Sun, Sep 18, 2011 at 8:21 PM, tamouse mailing lists wrote: > I'm having a bit of trouble installing PHP extensions. > > I have the following in php.ini: > >  extension_dir = > ".:/usr/local/lib/php/extensions:/usr/local/lib/php/extensions/no-debug-non-zts-20090626" > > In /usr/local/lib/php/ext

Re: [PHP] Installing extensions

2011-09-18 Thread Gregor Mitzka
Why don't you use MacPorts? There you can extension in a quite simple way. Gregor Mitzka 2011/9/18 tamouse mailing lists > I'm having a bit of trouble installing PHP extensions. > > I have the following in php.ini: > > extension_dir = > > ".:/usr/local/lib/php/extensions:/usr/local/lib/php/ext

[PHP] Installing extensions

2011-09-18 Thread tamouse mailing lists
I'm having a bit of trouble installing PHP extensions. I have the following in php.ini: extension_dir = ".:/usr/local/lib/php/extensions:/usr/local/lib/php/extensions/no-debug-non-zts-20090626" In /usr/local/lib/php/extensions/no-debug-non-zts-20090626, i have the following: -rwxr-xr-x 1 roo

Re: [PHP] Installing PHP

2011-07-04 Thread Chris Stinemetz
On Mon, Jul 4, 2011 at 8:13 AM, Alejandro Michelin Salomon (Hotmail) wrote: > Jim: > In my Windows the install adds the lines : > > #BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL > PHPIniDir "C:\PHP\" > LoadModule php5_module "C:\PHP\php5apache2_2.dll" > > AddHandler application/x-httpd-php

Re: RES: [PHP] Installing PHP

2011-07-04 Thread Chris Stinemetz
aybe the dll files is in the brong version. > > Alejandro M.S. > > -Mensagem original- > De: Jim Giner [mailto:jim.gi...@albanyhandball.com] > Enviada em: segunda-feira, 4 de julho de 2011 09:40 > Para: php-general@lists.php.net > Assunto: [PHP] Installing PHP > > Hi

RES: [PHP] Installing PHP

2011-07-04 Thread Alejandro Michelin Salomon (Hotmail)
im.gi...@albanyhandball.com] Enviada em: segunda-feira, 4 de julho de 2011 09:40 Para: php-general@lists.php.net Assunto: [PHP] Installing PHP Hi all, (Hopefully I posted this in a place that can/will help me) I got curious about running php / apache on my own laptop in order to help my devl pr

Re: [PHP] Installing PHP

2011-07-04 Thread Richard Quadling
On 4 July 2011 13:39, Jim Giner wrote: > Hi all, > (Hopefully I posted this in a place that can/will help me) > > I got curious about running php / apache on my own laptop in order to help > my devl process, instead of writing, uploading and testing on my site. > > Found a nice pair of docs from "

[PHP] Installing PHP

2011-07-04 Thread Jim Giner
Hi all, (Hopefully I posted this in a place that can/will help me) I got curious about running php / apache on my own laptop in order to help my devl process, instead of writing, uploading and testing on my site. Found a nice pair of docs from "thesitewizard.com" that appeared to be pretty well-w

[PHP] Installing on a Mac: include_path issues

2011-05-04 Thread Ken Kixmoeller
Hey, folks -- -- I am switching over my development (I hope) to a Mac. Having some trouble with the configuration. Rudimentary scripts run fine in the document_root, but beyond that, my scripts in the include_path are not found. The include_path has a couple of directories in which I have my foun

Re: [PHP] Installing PEAR

2011-01-25 Thread Ethan Rosenberg
At 01:44 PM 1/25/2011, Shawn McKenzie wrote: On 01/25/2011 11:25 AM, Nilesh Govindarajan wrote: > On 01/25/2011 10:32 PM, Ethan Rosenberg wrote: >> Dear List -- >> >> How do install PEAR on Linux? I installed lynx and as root, I ran the >> command lynx -source http://pear.php.net/go-pear | php.

Re: [PHP] Installing PEAR

2011-01-25 Thread Daniel Brown
On Tue, Jan 25, 2011 at 13:33, Ethan Rosenberg wrote: > > As far as I can tell, the PHP is installed directly on my computer.  Now > what? From the command line, type: which pear If it gives you a path, PEAR is installed, and you can use it as you desire. If it indicates that n

Re: [PHP] Installing PEAR

2011-01-25 Thread Ethan Rosenberg
At 12:25 PM 1/25/2011, Nilesh Govindarajan wrote: On 01/25/2011 10:32 PM, Ethan Rosenberg wrote: > Dear List -- > > How do install PEAR on Linux? I installed lynx and as root, I ran the > command lynx -source http://pear.php.net/go-pear | php. It seemed to > install, but the command pear did no

Re: [PHP] Installing PEAR

2011-01-25 Thread Ronny Tiebel
Am 25.01.2011 20:09, schrieb Daniel Brown: > On Tue, Jan 25, 2011 at 14:07, Ronny Tiebel wrote: >> oh, ok, sorry for that. >> ive missunderstood your post. >> >> but he wrote that he's using debian sid so its a possible solution for him. >> >> never mind >> >> just wanted to help > It is helpf

Re: [PHP] Installing PEAR

2011-01-25 Thread Daniel Brown
On Tue, Jan 25, 2011 at 14:07, Ronny Tiebel wrote: > oh, ok, sorry for that. > ive missunderstood your post. > > but he wrote that he's using debian sid so its a possible solution for him. > > never mind > > just wanted to help It is helpful, just correcting for the archives. Nothing against

Re: [PHP] Installing PEAR

2011-01-25 Thread Ronny Tiebel
Am 25.01.2011 20:01, schrieb Daniel Brown: > On Tue, Jan 25, 2011 at 13:54, Ronny Tiebel wrote: >> ubuntu (10.10) == debian sid, so there are no diferences on that > I didn't need an explanation of what equals what, I was correcting > your generalized statement that apt-get worked on Linux. C

Re: [PHP] Installing PEAR

2011-01-25 Thread Daniel Brown
On Tue, Jan 25, 2011 at 13:54, Ronny Tiebel wrote: > > ubuntu (10.10) == debian sid, so there are no diferences on that I didn't need an explanation of what equals what, I was correcting your generalized statement that apt-get worked on Linux. Consider RH derivatives, SUSE, et al --- yes, I

Re: [PHP] Installing PEAR

2011-01-25 Thread a...@ashleysheridan.co.uk
d into your app directories or in an include path that apache is aware of and things will just work, so that might be a viable solution if the repositories don't work out. Thanks, Ash http://www.ashleysheridan.co.uk - Reply message - From: "Shawn McKenzie" Date: Tue, Jan 25, 2011 1

Re: [PHP] Installing PEAR

2011-01-25 Thread Daniel Brown
On Tue, Jan 25, 2011 at 13:43, Ronny Tiebel wrote: > > erm, on linux you could just install it with apt/aptitude !? 's/linux/Ubuntu or Debian as root' -- Network Infrastructure Manager Documentation, Webmaster Teams http://www.php.net/ -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Installing PEAR

2011-01-25 Thread Ronny Tiebel
Am 25.01.2011 18:25, schrieb Nilesh Govindarajan: > On 01/25/2011 10:32 PM, Ethan Rosenberg wrote: >> Dear List -- >> >> How do install PEAR on Linux? I installed lynx and as root, I ran the >> command lynx -source http://pear.php.net/go-pear | php. It seemed to >> install, but the command pear d

Re: [PHP] Installing PEAR

2011-01-25 Thread Shawn McKenzie
On 01/25/2011 11:25 AM, Nilesh Govindarajan wrote: > On 01/25/2011 10:32 PM, Ethan Rosenberg wrote: >> Dear List -- >> >> How do install PEAR on Linux? I installed lynx and as root, I ran the >> command lynx -source http://pear.php.net/go-pear | php. It seemed to >> install, but the command pear

Re: [PHP] Installing PEAR

2011-01-25 Thread Nilesh Govindarajan
On 01/25/2011 10:32 PM, Ethan Rosenberg wrote: > Dear List -- > > How do install PEAR on Linux? I installed lynx and as root, I ran the > command lynx -source http://pear.php.net/go-pear | php. It seemed to > install, but the command pear did not work. From the root directory I > ran the comman

[PHP] Installing PEAR

2011-01-25 Thread Ethan Rosenberg
Dear List -- How do install PEAR on Linux? I installed lynx and as root, I ran the command lynx -source http://pear.php.net/go-pear | php. It seemed to install, but the command pear did not work. From the root directory I ran the command find . -name pear. There was no file found. I also

Re: [PHP] installing php 5 with pdflib

2009-01-14 Thread Frank Arensmeier
13 jan 2009 kl. 22.38 skrev Merlin Morgenstern: Hi there, I am still facing trouble with pdflib and php 5. After hours of research I found that I do have to install the pecl package. So I decided to compile it into php staticly like described here: http://www.php-resource.de/handbuch/insta

Re: [PHP] installing php 5 with pdflib

2009-01-13 Thread Ashley Sheridan
On Tue, 2009-01-13 at 16:58 -0500, Bastien Koert wrote: > On Tue, Jan 13, 2009 at 4:38 PM, Merlin Morgenstern > wrote: > > > Hi there, > > > > I am still facing trouble with pdflib and php 5. After hours of research I > > found that I do have to install the pecl package. So I decided to compile i

Re: [PHP] installing php 5 with pdflib

2009-01-13 Thread Bastien Koert
On Tue, Jan 13, 2009 at 4:38 PM, Merlin Morgenstern wrote: > Hi there, > > I am still facing trouble with pdflib and php 5. After hours of research I > found that I do have to install the pecl package. So I decided to compile it > into php staticly like described here: > http://www.php-resource.de

[PHP] installing php 5 with pdflib

2009-01-13 Thread Merlin Morgenstern
Hi there, I am still facing trouble with pdflib and php 5. After hours of research I found that I do have to install the pecl package. So I decided to compile it into php staticly like described here: http://www.php-resource.de/handbuch/install.pecl.static.htm The configure command stops with

[PHP] Installing PEAR on machines without internet access.

2008-06-20 Thread Lester Caine
I've been going through the hoops documenting installation and recovery notes for my customer sites. The majority of these run local web services with no internet access from the servers, so with the increasing reliance on PEAR extensions, I'm looking to the correct way to 'install' PEAR package

Re: [PHP] installing PHP 5.3 on MAC with mysqlnd support

2007-11-17 Thread Gergely Hodicska
Hi! Consider using Macports (http://www.macports.org/) to install it. After installing macports onto your computer, do this in the terminal: I ma using Macports, but it currently doesn't support PHP 5.3. // This will give you the available variants (I think) port info php5 To list package

Re: [PHP] installing PHP 5.3 on MAC with mysqlnd support

2007-11-17 Thread Gergely Hodicska
Hi! http://www.phpmac.com/ This project seems dead. Best Regards, Felhő -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] installing PHP 5.3 on MAC with mysqlnd support

2007-11-15 Thread Philip Thompson
On Nov 15, 2007 10:00 AM, Hodicska Gergely <[EMAIL PROTECTED]> wrote: > Hi! > > > Can somebody give me some guideline how to install PHP 5.3 to a Mac > (intel based) with mysqlnd support? > > TIA! > > > Best Regards, > Felhő Consider using Macports (http://www.macports.org/) to install it. Afte

[PHP] installing PHP 5.3 on MAC with mysqlnd support

2007-11-15 Thread Hodicska Gergely
Hi! Can somebody give me some guideline how to install PHP 5.3 to a Mac (intel based) with mysqlnd support? TIA! Best Regards, Felhő -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Installing php_pgsql.dll to Apache - this is unreal

2007-11-05 Thread Martin Zvarík
Hi, I am trying now for almost 2 hours to get this working: I had Apache and PHP with modules installed as CGI (also tryed as module). Now I added extension (in php.ini) php_pgsql.dll and also installed postgreSQL. And it shows me error when starting apache: "module could not be found". The

[PHP] installing php5.2.3 on apache2.2 \w mod_fastcgi

2007-07-16 Thread M. Sokolewicz
Good day, I've been struggling with this problem for quite a while now, I've looked on google, but to no avail, documentation doesn't help me out either. Now, I know this isn't a pure php problem as such, but rather a problem in the cooperation of apache2.2, php and fastcgi. So, here's what

Re: [PHP] installing error

2007-05-27 Thread Jim Lucas
Tijnema wrote: On 5/27/07, Jim Lucas <[EMAIL PROTECTED]> wrote: Rafael Mora wrote: > Thank you very much for you answers!!! =), but Im trying to work with > PostgreSQL. > > So Im gonna review your suggestions in order to see which would be the best > for me > > Thank you very much! > > Rafa >

Re: [PHP] installing error

2007-05-27 Thread Tijnema
On 5/27/07, Jim Lucas <[EMAIL PROTECTED]> wrote: Rafael Mora wrote: > Thank you very much for you answers!!! =), but Im trying to work with > PostgreSQL. > > So Im gonna review your suggestions in order to see which would be the best > for me > > Thank you very much! > > Rafa > > > On 5/26/07, Sa

Re: [PHP] installing error

2007-05-26 Thread Jim Lucas
Rafael Mora wrote: Thank you very much for you answers!!! =), but Im trying to work with PostgreSQL. So Im gonna review your suggestions in order to see which would be the best for me Thank you very much! Rafa On 5/26/07, Sathyashrayan <[EMAIL PROTECTED]> wrote: On 5/26/07, Tijnema <[EMA

Re: [PHP] installing error

2007-05-26 Thread Rafael Mora
Thank you very much for you answers!!! =), but Im trying to work with PostgreSQL. So Im gonna review your suggestions in order to see which would be the best for me Thank you very much! Rafa On 5/26/07, Sathyashrayan <[EMAIL PROTECTED]> wrote: On 5/26/07, Tijnema <[EMAIL PROTECTED]> wrote

Re: [PHP] installing error

2007-05-26 Thread Sathyashrayan
On 5/26/07, Tijnema <[EMAIL PROTECTED]> wrote: On 5/26/07, Richard Davey <[EMAIL PROTECTED]> wrote: > Hi Rafael, > > Saturday, May 26, 2007, 12:38:15 AM, you wrote: > > > Hello does anyone know the correct way to install PHP and APACHE (last > > versions both of them) on WinXP???, Im doing it wi

Re: [PHP] installing error

2007-05-26 Thread Tijnema
On 5/26/07, Richard Davey <[EMAIL PROTECTED]> wrote: Hi Rafael, Saturday, May 26, 2007, 12:38:15 AM, you wrote: > Hello does anyone know the correct way to install PHP and APACHE (last > versions both of them) on WinXP???, Im doing it with the installers and I > cannot even run phpinfo(); scrip

Re: [PHP] installing error

2007-05-26 Thread Richard Davey
Hi Rafael, Saturday, May 26, 2007, 12:38:15 AM, you wrote: > Hello does anyone know the correct way to install PHP and APACHE (last > versions both of them) on WinXP???, Im doing it with the installers and I > cannot even run phpinfo(); script, I see apache's error log and it says that > i cant f

[PHP] installing error

2007-05-25 Thread Rafael Mora
Hello does anyone know the correct way to install PHP and APACHE (last versions both of them) on WinXP???, Im doing it with the installers and I cannot even run phpinfo(); script, I see apache's error log and it says that i cant find SAM directory Thank you in advance Rafa

Re: [PHP] installing php 5.2.1

2007-03-29 Thread Juergen Wind
maybe this helps: http://de.php.net/manual/en/install.windows.php#install.windows.installer.msi you can extract missing extensions from the php zip distribution. -- View this message in context: http://www.nabble.com/installing-php-5.2.1-tf3484942.html#a9729753 Sent from the PHP - General mailin

[PHP] installing php 5.2.1

2007-03-29 Thread Jay Jose
Its my first time to install and use php on my computer with IIS 5.1... I used the MSI of php 5.2.1 for intallation but every time i run the phpinfo(); ?> i always get the following result: CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The he

Re: [PHP] Installing php and mysql on linux

2007-03-12 Thread Edward Vermillion
o: "Jonathan Kahan" <[EMAIL PROTECTED]> Cc: "php Lists" Sent: Monday, March 12, 2007 6:27 PM Subject: Re: [PHP] Installing php and mysql on linux You've either got path problems or up2date is not installed. That's what 'command not found' means, it

Re: [PHP] Installing php and mysql on linux

2007-03-12 Thread Jonathan Kahan
) a php-mysql rpm? - Original Message - From: "Edward Vermillion" <[EMAIL PROTECTED]> To: "Jonathan Kahan" <[EMAIL PROTECTED]> Cc: "php Lists" Sent: Monday, March 12, 2007 6:27 PM Subject: Re: [PHP] Installing php and mysql on linux You

Re: [PHP] Installing php and mysql on linux

2007-03-12 Thread Edward Vermillion
r Estrin Technologies, inc. 1375 Broadway, 3rd Floor, New York, NY, 10018 Email: [EMAIL PROTECTED] Web: http://www.estrintech.com - Original Message - From: "Brad Bonkoski" <[EMAIL PROTECTED]> To: "Jona

Re: [PHP] Installing php and mysql on linux

2007-03-12 Thread Alberto Ferrer
-- >> Systems Developer >> Estrin Technologies, inc. >> 1375 Broadway, 3rd Floor, New York, NY, 10018 >> -------- >> Email: [EMAIL PROTECTED] >> Web: http://www.es

Re: [PHP] Installing php and mysql on linux

2007-03-12 Thread Jonathan Kahan
CTED] Web: http://www.estrintech.com - Original Message - From: "Brad Bonkoski" <[EMAIL PROTECTED]> To: "Jonathan Kahan" <[EMAIL PROTECTED]> Cc: Sent: Monday, March 12, 2007 4:30 PM Subject: Re: [PHP] Installing php and mysql on linux I think up2date is *

RE: [PHP] Installing php and mysql on linux

2007-03-12 Thread Jim Moseby
> I am attempting to start the mysql rpm in Red hat as a first > step prior to > downloading and activating the php-mysql rpm. I was > attempting to follow > steps based on the link below. the php rpm is loaded and > activated as I have > been able to execute php scripts. When I attempt to fo

Re: [PHP] Installing php and mysql on linux

2007-03-12 Thread Brad Bonkoski
I think up2date is *not* up2date ;-) Google for 'yum' and all its flags for usage... -B Jonathan Kahan wrote: Hi all, I am attempting to start the mysql rpm in Red hat as a first step prior to downloading and activating the php-mysql rpm. I was attempting to follow steps based on the link be

[PHP] Installing php and mysql on linux

2007-03-12 Thread Jonathan Kahan
Hi all, I am attempting to start the mysql rpm in Red hat as a first step prior to downloading and activating the php-mysql rpm. I was attempting to follow steps based on the link below. the php rpm is loaded and activated as I have been able to execute php scripts. When I attempt to follow th

Re: [PHP] Installing Apache + PHP on Windows

2007-02-23 Thread Richard Lynch
Can you get to /info.php WITHOUT the extra stuff on the end?... If not, get that fixed first. On Thu, February 22, 2007 7:34 am, Eli wrote: > Hi, > > I installed apache v2.2.4 and PHP v5.2.1 on Windows XP. > I try to use URLs like /info.php/virtual/path but I get error 404 all > the time. I've al

[PHP] Installing Apache + PHP on Windows

2007-02-22 Thread Eli
Hi, I installed apache v2.2.4 and PHP v5.2.1 on Windows XP. I try to use URLs like /info.php/virtual/path but I get error 404 all the time. I've also tried to set AcceptPathInfo for the vhosts directory. Options Indexes FollowSymLinks AcceptPathInfo On Order Deny,Allow Allow f

[PHP] installing freetds

2006-02-26 Thread blackwater dev
I am a linux newbie but just compiled freetds on my fedora box. I used the basic options: ./configure make make install make clean According to the docs it should install to /usr/local/freetds After all this I don't have a freetds folder in /local/. If I go into /usr/local/bin, I do have a tsq

Re: [PHP] installing php 4.4.2 on windows system

2006-02-16 Thread Richard Lynch
On Thu, February 16, 2006 3:46 am, Olaf Greve wrote: >> I have been developing a php website. I have been ftping my php web >> pages to a webserver and that works hkowever I don't have an error >> log >> on the webserver. So I downloaded apache 2.0.55. I am doing a >> manual installation and I

Re: [PHP] installing php 4.4.2 on windows system

2006-02-16 Thread Richard Lynch
On Wed, February 15, 2006 10:43 pm, Paul Goepfert wrote: > I have been developing a php website. I have been ftping my php web > pages to a webserver and that works hkowever I don't have an error log > on the webserver. If you want Apache error logs, you can just configure Apache to generate them

Re: [PHP] installing php 4.4.2 on windows system

2006-02-16 Thread Kim Christensen
On 2/16/06, Olaf Greve <[EMAIL PROTECTED]> wrote: > Under Windows it didn't use to be necessary to make Apache explicitly > point to the ini file (at least: for all Apache 1.3.x versions). Rather, > the trick used to be to simply place the php.ini file somewhere in the > path that has been set for

Re: [PHP] installing php 4.4.2 on windows system

2006-02-16 Thread Olaf Greve
Hi Paul, I have been developing a php website. I have been ftping my php web pages to a webserver and that works hkowever I don't have an error log on the webserver. So I downloaded apache 2.0.55. I am doing a manual installation and I am at the point where it tells me where to place the php

[PHP] installing php 4.4.2 on windows system

2006-02-15 Thread Paul Goepfert
Hello all, I have been developing a php website. I have been ftping my php web pages to a webserver and that works hkowever I don't have an error log on the webserver. So I downloaded apache 2.0.55. I am doing a manual installation and I am at the point where it tells me where to place the php

Re: [PHP] installing php5 on os x and CLI version

2006-01-09 Thread Jeffrey Sambells
php runs out of /usr/bin/php but entropy.ch installs into /usr/local/ php5 so you want to run /usr/local/php5/bin/php (on my system i symlinked the two so they are the same). -jeff ~~ Jeffrey Sambells Director of Research and Development Zend Certified Enginee

[PHP] installing php5 on os x and CLI version

2006-01-07 Thread jonathan
Sorry if this is a newbie question. I installed php5 via the .dmg from entropy.ch. It installs fine as an apache module but the cli doesn't appear to be working by running php -v . Does anyone know how I would fix this? thanks for any help, jonathan -- PHP General Mailing List (http://ww

Re: [PHP] Installing under IIS6.0

2005-09-20 Thread Dan Trainor
Jay Blanchard wrote: > [snip] > However, this really isn't what I'm looking for. I'm simply looking for > a way to parse PHP code from within existing HTML pages, so that I can > migrate a site from Apache to IIS6.0. > > Like I said, if I were using Apache, I would just add .html to my > AddTy

RE: [PHP] Installing under IIS6.0

2005-09-20 Thread Jay Blanchard
[snip] However, this really isn't what I'm looking for. I'm simply looking for a way to parse PHP code from within existing HTML pages, so that I can migrate a site from Apache to IIS6.0. Like I said, if I were using Apache, I would just add .html to my AddType directive, and call it good. Is

Re: [PHP] Installing under IIS6.0

2005-09-19 Thread Joe Wollard
On Sep 19, 2005, at 9:45 PM, Dan Trainor wrote: Tjoekbezoer van Damme wrote: I've got PHP set up to the point where it will process files ending in .php, but I want to "blanket" the processing of PHP code under IIS in the same manner in which I blanket PHP code with Apache. If anyone has

Re: [PHP] Installing under IIS6.0

2005-09-19 Thread Dan Trainor
Tjoekbezoer van Damme wrote: I've got PHP set up to the point where it will process files ending in .php, but I want to "blanket" the processing of PHP code under IIS in the same manner in which I blanket PHP code with Apache. If anyone has any suggestions, other than reading PHP's manual which

Re: [PHP] Installing under IIS6.0

2005-09-19 Thread Tjoekbezoer van Damme
> I've got PHP set up to the point where it will process files ending in > .php, but I want to "blanket" the processing of PHP code under IIS in > the same manner in which I blanket PHP code with Apache. > > If anyone has any suggestions, other than reading PHP's manual which > I've read several t

[PHP] Installing under IIS6.0

2005-09-19 Thread Dan Trainor
Hello, all - This is a subject that I've seen pop up on the list a few times, but not in great detail about setting up PHP under IIS 6.0. What I'm trying to achieve here is to install PHP to process PHP code embedded inside of HTML pages. Under Apache, I'd just add .html to my AddType directive

RE: [PHP] Installing APD

2005-09-09 Thread R, Rajesh (STSD)
ed [mailto:[EMAIL PROTECTED] Sent: Friday, September 09, 2005 3:24 PM To: php-general@lists.php.net Subject: [PHP] Installing APD Hi there! I'm trying to upgrade my APD from 0.4p2 to 0.9.2, but when pear want to install it, i get the error that "phpize" command not found, i have insta

[PHP] Installing APD

2005-09-09 Thread Amir Mohammad Saied
Hi there! I'm trying to upgrade my APD from 0.4p2 to 0.9.2, but when pear want to install it, i get the error that "phpize" command not found, i have installed the php4-dev package in my Ubuntu 5.0.4, I'm on PHP 4.3.10, Apache 2.0 and my PEAR version is 1.3.2. Even any link will be a lot help

RE: [PHP] installing php5 on apache2 as a module (on win xp)

2005-09-09 Thread Cristian Ionitoiu
l "could not be found" despite having no need for extra libraries. Do you have any ideas how to solve this problem? Thanks, Cristian -Original Message- From: Torgny Bjers [mailto:[EMAIL PROTECTED] Sent: 09 September 2005 11:22 To: [EMAIL PROTECTED] Cc: php-general@lists.php.net Subj

Re: [PHP] installing php5 on apache2 as a module (on win xp)

2005-09-09 Thread Torgny Bjers
Cristian Ionitoiu wrote: >Hi, > > > > I have a strange behaviour. After following all the suggested installation >procedures for php5 and apache2, when I restart apache I get a warning >window saying "PHP Startup: Unable to load dynamic library >'C:\php\ext\php_mcrypt.dll' - The specified module

[PHP] installing php5 on apache2 as a module (on win xp)

2005-09-09 Thread Cristian Ionitoiu
Hi, I have a strange behaviour. After following all the suggested installation procedures for php5 and apache2, when I restart apache I get a warning window saying "PHP Startup: Unable to load dynamic library 'C:\php\ext\php_mcrypt.dll' - The specified module could not be found". I get this fo

[PHP] Installing 4.3.0 and Apache 2.0.54 DSO

2005-09-06 Thread Rob Tanner
Hi, I'm trying to build PHP 4.3.0 as a DSO for Apache 2.0.54, and I get the following error running configure: checking for Apache 2.0 module support via DSO through APXS... Sorry, I cannot run apxs. Possible reasons follow: 1. Perl is not installed 2. apxs was not found. Try to pass the

Re: [PHP] Installing OLE/Spreadsheet Excel Writer Query

2005-07-25 Thread Jochem Maas
kevin.o'[EMAIL PROTECTED] wrote: Hi Jochem, can you telnet to pear.php.net:80 ? didn't see your reply earlier (been away from the PC). here is the answer: open a dosbox (type 'CMD' in the run dialog) then type the following in the dosbox: telnet pear.php.net 80 if you get a 'Connecting to.

Re: [PHP] Installing OLE/Spreadsheet Excel Writer Query

2005-07-20 Thread Jochem Maas
kevin.o'[EMAIL PROTECTED] wrote: Hi, I am working on Windows2003 Server. I tried unsuccessfully to install the OLE/Spreadsheet package from the command line. I went to www.pear.net and downloaded the packages. However, I was only able to download as .tgz files. Where should these be located? Us

[PHP] Installing OLE/Spreadsheet Excel Writer Query

2005-07-20 Thread kevin . o'brien
Hi, I am working on Windows2003 Server. I tried unsuccessfully to install the OLE/Spreadsheet package from the command line. I went to www.pear.net and downloaded the packages. However, I was only able to download as .tgz files. Where should these be located? Using PHP4.4 Please could you tell

Re: [PHP] installing php on 2 apache server

2005-02-07 Thread Stephane Parenton
John Nichel wrote: Stephane Parenton wrote: John Nichel wrote: Just install the second version of Apache in a different location (--prefix=/path/to/other/location), and run it on a different port (the listen directive in the httpd.conf) Well, this is ok to have 2 seperate httpd, but what i need

Re: [PHP] installing php on 2 apache server

2005-02-06 Thread John Nichel
Stephane Parenton wrote: John Nichel wrote: Just install the second version of Apache in a different location (--prefix=/path/to/other/location), and run it on a different port (the listen directive in the httpd.conf) Well, this is ok to have 2 seperate httpd, but what i need, and that was not

Re: [PHP] installing php on 2 apache server

2005-02-06 Thread Stephane Parenton
John Nichel wrote: Stephane Parenton wrote: Hi everyone, I've looked at google and the archive, but did not found an accurate answer, so here's my question (that is certainly common though...) I have one mdk 10.1 box that has 1 apache server 1.3.x. Now i want this apache to be the production apa

Re: [PHP] installing php on 2 apache server

2005-02-06 Thread John Nichel
Stephane Parenton wrote: Hi everyone, I've looked at google and the archive, but did not found an accurate answer, so here's my question (that is certainly common though...) I have one mdk 10.1 box that has 1 apache server 1.3.x. Now i want this apache to be the production apache server and i ne

[PHP] installing php on 2 apache server

2005-02-06 Thread Stephane Parenton
Hi everyone, I've looked at google and the archive, but did not found an accurate answer, so here's my question (that is certainly common though...) I have one mdk 10.1 box that has 1 apache server 1.3.x. Now i want this apache to be the production apache server and i need to have another apach

Re: [PHP] Installing PHP 4.3 on Windows XP with SP2 and IIS

2004-12-29 Thread GH
Well actually it now works just took a bit of rest and relaxing :) On Wed, 29 Dec 2004 22:18:25 +, Richard Davey <[EMAIL PROTECTED]> wrote: > Hello GH, > > Wednesday, December 29, 2004, 9:22:08 PM, you wrote: > > G> anyone have advice --- please dont tell me to get Apache :-P > > You'd

Re: [PHP] Installing PHP 4.3 on Windows XP with SP2 and IIS

2004-12-29 Thread Richard Davey
Hello GH, Wednesday, December 29, 2004, 9:22:08 PM, you wrote: G> anyone have advice --- please dont tell me to get Apache :-P You'd have none of these issues if you did. Apache even has a pretty installer. Best regards, Richard Davey -- http://www.launchcode.co.uk - PHP Development Services

[PHP] Installing PHP 4.3 on Windows XP with SP2 and IIS

2004-12-29 Thread GH
I am trying to install php 4.3 on Windows XP Pro SP2 w/ IIS ... (please dont kill me :-)) I am doing it via ISAPI, I am up to the step in the instruction sheet that says "Under Home Directory, click on the 'configuration' button. Add a new entry to the Application Mappings. Use the path to the php

[PHP] installing php5 with mysql

2004-12-29 Thread blackwater dev
Hello, I am trying to install the php5 to my fedora box and I am using a php5/mysql rpm. The rpm keeps complaining that it can't find libmysql.so.14. I have tried to upgrade my mysql to 4.1...where can I get just this file? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscr

  1   2   3   4   >