[PHP] RE: Installation problems on Vista

2009-01-20 Thread lucson pierre-charles
Dear Nathan, The short_tags is sure off but when I changed the scripts, they're still being output to the browser. These are the lines I added to the modules section: #LoadModule php5_module c:/php5/php5apache2.dll#AddType application/x-httpd-php .php#PHPIniDir c:/php5 I

[PHP] Re: Installation problems on Vista

2009-01-20 Thread Nathan Rixham
lucson pierre-charles wrote: Dear Nathan, The short_tags is sure off but when I changed the scripts, they're still being output to the browser. These are the lines I added to the modules section: #LoadModule php5_module c:/php5/php5apache2.dll #AddType

RE: [PHP] Re: Installation problems on Vista

2009-01-20 Thread lucson pierre-charles
Nathan, When I remove the #'s, I can't have Apache to restart. I keep receiving error messages. Lucson Date: Tue, 20 Jan 2009 22:41:44 + From: nrix...@gmail.com To: lucsonpie...@hotmail.com CC: php-general@lists.php.net Subject: [PHP] Re: Installation problems on Vista

[PHP] Re: Installation problems on Vista

2009-01-20 Thread Shawn McKenzie
Nathan Rixham wrote: lucson pierre-charles wrote: Dear Nathan, The short_tags is sure off but when I changed the scripts, they're still being output to the browser. These are the lines I added to the modules section: #LoadModule php5_module c:/php5/php5apache2.dll

Re: [PHP] Re: Installation problems on Vista

2009-01-20 Thread Nathan Rixham
lucson pierre-charles wrote: Nathan, When I remove the #'s, I can't have Apache to restart. I keep receiving error messages. what are the errors? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Installation problems on Vista

2009-01-20 Thread Shawn McKenzie
lucson pierre-charles wrote: Nathan, When I remove the #'s, I can't have Apache to restart. I keep receiving error messages. Lucson Date: Tue, 20 Jan 2009 22:41:44 + From: nrix...@gmail.com To: lucsonpie...@hotmail.com CC: php-general@lists.php.net Subject: [PHP] Re

RE: [PHP] Re: Installation problems on Vista

2009-01-20 Thread lucson pierre-charles
Yes. It can't find a file. To: php-general@lists.php.net Date: Tue, 20 Jan 2009 17:14:14 -0600 From: nos...@mckenzies.net Subject: Re: [PHP] Re: Installation problems on Vista lucson pierre-charles wrote: Nathan, When I remove the #'s, I can't have Apache to restart. I keep receiving

Re: [PHP] Re: Installation problems on Vista

2009-01-20 Thread Shawn McKenzie
lucson pierre-charles wrote: Yes. It can't find a file. To: php-general@lists.php.net Date: Tue, 20 Jan 2009 17:14:14 -0600 From: nos...@mckenzies.net Subject: Re: [PHP] Re: Installation problems on Vista lucson pierre-charles wrote: Nathan, When I remove the #'s, I can't have Apache

[PHP] Re: Installation problems on Vista

2009-01-19 Thread Nathan Rixham
lucson pierre-charles wrote: I am having problems installing the zip package (PHP5) on Windows Vista. The output will not come on the browser upon testing. Only the code is being output to the browser. Apache (Apache 2) was properly installed. Your assistance please. Regards, Lucson check

Re: [PHP] Re: Installation doesn't complete, Windows Vista: error - script required to complete

2008-09-11 Thread Ashley Sheridan
I've always found EasyPHP to be good for this. Installs within minutes, and makes adding the extra packages for PHP an absolute doddle. I know it works on Vista, as I've tried it, although with Vista, some of the more unusual packages didn't install. Ash www.ashleysheridan.co.uk

[PHP] Re: Installation doesn't complete, Windows Vista: error - script required to complete

2008-09-10 Thread Carlos Medina
Ben Stones schrieb: Hi, Others are facing the same problem and theres an official bug report here about it: http://bugs.php.net/bug.php?id=43639thanks=3 PHP hasn't fixed it since December 2007, wondering if anyone has a workaround as I cannot even uninstall it now as the same problem arises.

[PHP] Re: Installation Warning?

2005-04-08 Thread Jason Barnett
Apache2 uses threads. Searching the archives (both php-general below and php-dev would be good places to look) will give you the answer for this question. -- Teach a man to fish... NEW? | http://www.catb.org/~esr/faqs/smart-questions.html STFA | http://marc.theaimsgroup.com/?l=php-generalw=2

[PHP] Re: installation help

2003-09-15 Thread Shadow
You didn't configure something right. I would go over the install steps again. I installed Foxserv on NT without IIS but I did install 4.3.2 on Windows 2003 server and found the instructions here a god-send. http://www.php.net/manual/en/install.windows.php Basically you need to make sure that

[PHP] Re: installation problem

2003-08-28 Thread Shadow
can you display phpinfo? Did you check the php.ini file? Shadow -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Installation

2003-06-17 Thread DvDmanDT
That seems bad... Get mysql 4.0.13 instead... // DvDmanDT Anand Tomar [EMAIL PROTECTED] skrev i meddelandet news:[EMAIL PROTECTED] Hi, i tried installing mysql-4.1.0-alpha, apache, php4.3.2. now the issue is that i have all the 3 application running and interacting with each other in sync

[PHP] Re: Installation

2003-03-26 Thread Joel Colombo
Here is the whole setup simple step-by-step even for PERL if you want ! http://www.ricocheting.com/server/apache.html Joel Daniel Perry [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Dear Sir I require a complete installation package if possible. I am operating XP Pro, but

[PHP] Re: Installation Configuration Question

2003-01-30 Thread Götz Lohmsnn
Mike At Spy schrieb: Has anyone ever had an issue where PHP, for whatever reason, stopped .htaccess files from working? Thanks, -Mike maybe using reserved words in the .htaccess which belong to PHP ? what is in the htacces ? sorry not enough informations to get a hint ... -- PHP

Re: [PHP] Re: Installation Configuration Question

2003-01-30 Thread Paul Marinas
htacces it's use by apache when you whant to give distinct user privileges to a certain directory, also uses htpasswd, etc. more information you could find in apache documentation. On Thu, 30 Jan 2003, [ISO-8859-1] Götz Lohmsnn wrote: Mike At Spy schrieb: Has anyone ever had an issue where

[PHP] Re: Installation error with 4.2.3

2002-11-06 Thread Seung Hwan Kang
Are you aware of register_globals = off? It might be the problem. You can set register_globals = on in php.ini or you better use $_POST, $_GET, $_SERVER ... eg. $fname - $_POST[finame] or $_GET[fname] Daniele Baroncelli [EMAIL PROTECTED] wrote in message

Re: [PHP] Re: Installation prob: I can't see libphp4.so

2002-11-02 Thread Daniele Baroncelli
I can't actually find out where the libphp4.so has been placed. Assuming you have done 'make', 'make install', use 'find / -name libphp4.so' to find where it is. Or just do 'make install' again and watch carefully to see where libphp4.so is copied to. The 'find / -name libphp4.so' didn't

Re: [PHP] Re: Installation prob: I can't see libphp4.so

2002-11-02 Thread Daniele Baroncelli
Now it works. I repeated the installation from scratch and now it finally creates the libphp4.so file. Daniele Daniele Baroncelli [EMAIL PROTECTED] wrote in message news:20021102130710.81040.qmail;pb1.pair.com... I can't actually find out where the libphp4.so has been placed. Assuming

[PHP] Re: Installation prob: I can't see libphp4.so

2002-11-01 Thread Daniele Baroncelli
I am not sure if I have been clear. I can't actually find out where the libphp4.so has been placed. Daniele Daniele Baroncelli [EMAIL PROTECTED] wrote in message news:20021102060742.99705.qmail;pb1.pair.com... Dear all, I have been trying to install php 4.2.3 on my virtual server, where

Re: [PHP] Re: Installation prob: I can't see libphp4.so

2002-11-01 Thread Jason Wong
On Saturday 02 November 2002 14:10, Daniele Baroncelli wrote: I am not sure if I have been clear. I can't actually find out where the libphp4.so has been placed. Assuming you have done 'make', 'make install', use 'find / -name libphp4.so' to find where it is. Or just do 'make install' again

[PHP] re-installation problem ...

2002-08-09 Thread Kenn Murrah
Greetings. I've had to reinstall linux/apache/php on my new laptop ... if i browse http://localhost, i'm told that i'm running apache-advancedExtranetServer/1.3.20 (mandrake linux/3mdk) mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.0.6. sounded as though i'd successfully recreated my server, yet when i

[PHP] Re: installation prob.

2001-10-04 Thread Richard Lynch
Did you spell apx like that or apxs like you should?... You should have ended up with a libphp.so to throw into Apache's modules directory, not a binary for /usr/local/bin... You needed that binary for cron scripts anyway, though :-) -- WARNING [EMAIL PROTECTED] address is an endangered

[PHP] Re: Installation Problem :PHP 4.06 + NT4 Server + Service Pack 6

2001-10-02 Thread Richard Lynch
Which DLLs are you loading? I think many of them have not been made thread-safe by the volunteers who wrote them... Start with no DLLs loaded, and then add them one-by-one and pound on the server. -- WARNING [EMAIL PROTECTED] address is an endangered species -- Use [EMAIL PROTECTED] Wanna help

[PHP] Re: installation on windows

2001-08-14 Thread Andrew Stopford
Hi, Just to add to Arjen and Phils advice you need to the following. From your C:\PHP directory you need to copy the files from the dlls directory to the C:\windows\system directory . Also from your C:\PHP directory you will need to copy the php4ts.dll to your C:\windows\system directory I

[PHP] Re: Installation error..

2001-08-04 Thread James Tan
hi Ryan, did u make clean on your php 2? i can't recall, u must delete a file config.*** (i can't recall the extension...) b4 u reconfigure... refer in the php install.txt hope it works :) regards, James Ryan Christensen wrote: Quick question.. I'm installing PHP 4.0.6 on a fresh

RE: [PHP] Re: Installation error..

2001-08-04 Thread Ryan Christensen
Yup, I did. I actually later found out that all I had to do was remove the old libphp4.so file, THEN recompile. Thanks anyways, Ryan -Original Message- From: James Tan [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 04, 2001 5:35 AM To: [EMAIL PROTECTED] Subject: [PHP] Re