php-general Digest 18 Nov 2010 16:52:10 -0000 Issue 7043

2010-11-18 Thread php-general-digest-help

php-general Digest 18 Nov 2010 16:52:10 - Issue 7043

Topics (messages 309550 through 309560):

I am trying to install PHP on a Windows box, but the PHPINFO page does not load 
up. Where could I be going wrong?
309550 by: Kirti Kumar
309552 by: Aman Singh
309554 by: Richard Quadling
309555 by: Tommy Pham

I am a Windows programmer and getting started on PHP. What is the easiest way 
of getting started? Most of the stuff I encounter seems to be very Linux 
specific.
309551 by: Keerat Singh
309553 by: Aman Singh
309557 by: Tommy Pham

Re: Stripslashes
309556 by: Tommy Pham
309559 by: Daniel Brown

Re: Approved document
309558 by: ramesh.onefluencer.gmail.com

Re: Securing Use of PHP site
309560 by: tedd

Administrivia:

To subscribe to the digest, e-mail:
php-general-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
php-general-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
php-gene...@lists.php.net


--
---BeginMessage---




I am trying to install PHP on a  Windows box, but the PHPINFO page does not 
load 
up. Where could I be  going wrong?

---End Message---
---BeginMessage---
This blog has details:
http://blogs.iis.net/donraman/archive/2009/11/15/troubleshooting-php-installation-on-windows.aspx?WT.mc_id=soc-c-in-loc--cfp
Hope this helps.


On Thu, Nov 18, 2010 at 3:11 PM, Kirti Kumar hitechki...@yahoo.in wrote:


 


 I am trying to install PHP on a  Windows box, but the PHPINFO page does not
 load
 up. Where could I be  going wrong?


---End Message---
---BeginMessage---
On 18 November 2010 09:41, Kirti Kumar hitechki...@yahoo.in wrote:
 I am trying to install PHP on a  Windows box, but the PHPINFO page does not 
 load
 up. Where could I be  going wrong?

What webserver are you using? Or are you looking just at command line usage?

The PHP documentation covers a wide range of setups.

http://docs.php.net/manual/en/install.windows.php
http://docs.php.net/manual/en/install.windows.manual.php
http://docs.php.net/manual/en/install.windows.commandline.php

for example.

If you are using IIS7, then you can use Web Platform Installer (WPI)
to automatically install FastCGI and then PHP (I'd also add WinCache
and RewriteURL).

Richard.


-- 
Richard Quadling
Twitter : EE : Zend
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
---End Message---
---BeginMessage---
 -Original Message-
 From: Richard Quadling [mailto:rquadl...@gmail.com]
 Sent: Thursday, November 18, 2010 4:41 AM
 To: Kirti Kumar
 Cc: php-gene...@lists.php.net
 Subject: Re: [PHP] I am trying to install PHP on a Windows box, but the
 PHPINFO page does not load up. Where could I be going wrong?
 
 On 18 November 2010 09:41, Kirti Kumar hitechki...@yahoo.in wrote:
  I am trying to install PHP on a  Windows box, but the PHPINFO page
  does not load up. Where could I be  going wrong?
 
 What webserver are you using? Or are you looking just at command line
 usage?
 
 The PHP documentation covers a wide range of setups.
 
 http://docs.php.net/manual/en/install.windows.php
 http://docs.php.net/manual/en/install.windows.manual.php
 http://docs.php.net/manual/en/install.windows.commandline.php
 
 for example.
 
 If you are using IIS7, then you can use Web Platform Installer (WPI) to
 automatically install FastCGI and then PHP (I'd also add WinCache and
 RewriteURL).
 
 Richard.
 
 
 --
 Richard Quadling
 Twitter : EE : Zend
 @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
 

Another option for IIS7+ is PHP Manager [1].

Regards,
Tommy

[1] http://phpmanager.codeplex.com/documentation


---End Message---
---BeginMessage---
I am a Windows programmer and getting started on PHP. What is the easiest way 
of 
getting started? Most of the stuff I encounter seems to be very Linux specific.

---End Message---
---BeginMessage---
Keerat - I've been in the same boat myself lately.
Microsoft provides an entire platform for PHP - that should be the easiest
way I guess. You can find more info on
http://learn.iis.net/page.aspx/773/how-to-install-the-microsoft-web-platform-for-php
?WT.mc_id=soc-c-in-loc--cfp
Hope this helps.


On Thu, Nov 18, 2010 at 3:38 PM, Keerat Singh
professionalkee...@yahoo.inwrote:

 I am a Windows programmer and getting started on PHP. What is the easiest
 way of
 getting started? Most of the stuff I encounter seems to be very Linux
 specific.


---End Message---
---BeginMessage---
 -Original Message-
 From: Keerat Singh [mailto:professionalkee...@yahoo.in]
 Sent: Thursday, November 18, 2010 2:09 AM
 To: php-gene...@lists.php.net
 Subject: [PHP] I am a Windows programmer and getting started on PHP.
 What is the easiest way of getting started? Most of the stuff I encounter
 seems to be very Linux specific.
 
 I am a Windows programmer and getting 

[PHP] I am trying to install PHP on a Windows box, but the PHPINFO page does not load up. Where could I be going wrong?

2010-11-18 Thread Kirti Kumar




I am trying to install PHP on a  Windows box, but the PHPINFO page does not 
load 
up. Where could I be  going wrong?



[PHP] I am a Windows programmer and getting started on PHP. What is the easiest way of getting started? Most of the stuff I encounter seems to be very Linux specific.

2010-11-18 Thread Keerat Singh
I am a Windows programmer and getting started on PHP. What is the easiest way 
of 
getting started? Most of the stuff I encounter seems to be very Linux specific.



Re: [PHP] I am trying to install PHP on a Windows box, but the PHPINFO page does not load up. Where could I be going wrong?

2010-11-18 Thread Aman Singh
This blog has details:
http://blogs.iis.net/donraman/archive/2009/11/15/troubleshooting-php-installation-on-windows.aspx?WT.mc_id=soc-c-in-loc--cfp
Hope this helps.


On Thu, Nov 18, 2010 at 3:11 PM, Kirti Kumar hitechki...@yahoo.in wrote:


 


 I am trying to install PHP on a  Windows box, but the PHPINFO page does not
 load
 up. Where could I be  going wrong?




Re: [PHP] I am a Windows programmer and getting started on PHP. What is the easiest way of getting started? Most of the stuff I encounter seems to be very Linux specific.

2010-11-18 Thread Aman Singh
Keerat - I've been in the same boat myself lately.
Microsoft provides an entire platform for PHP - that should be the easiest
way I guess. You can find more info on
http://learn.iis.net/page.aspx/773/how-to-install-the-microsoft-web-platform-for-php
?WT.mc_id=soc-c-in-loc--cfp
Hope this helps.


On Thu, Nov 18, 2010 at 3:38 PM, Keerat Singh
professionalkee...@yahoo.inwrote:

 I am a Windows programmer and getting started on PHP. What is the easiest
 way of
 getting started? Most of the stuff I encounter seems to be very Linux
 specific.




Re: [PHP] I am trying to install PHP on a Windows box, but the PHPINFO page does not load up. Where could I be going wrong?

2010-11-18 Thread Richard Quadling
On 18 November 2010 09:41, Kirti Kumar hitechki...@yahoo.in wrote:
 I am trying to install PHP on a  Windows box, but the PHPINFO page does not 
 load
 up. Where could I be  going wrong?

What webserver are you using? Or are you looking just at command line usage?

The PHP documentation covers a wide range of setups.

http://docs.php.net/manual/en/install.windows.php
http://docs.php.net/manual/en/install.windows.manual.php
http://docs.php.net/manual/en/install.windows.commandline.php

for example.

If you are using IIS7, then you can use Web Platform Installer (WPI)
to automatically install FastCGI and then PHP (I'd also add WinCache
and RewriteURL).

Richard.


-- 
Richard Quadling
Twitter : EE : Zend
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Is it possible to install PHP on IIS?

2010-11-18 Thread Richard Quadling
On 16 November 2010 13:30, Jay Blanchard jblanch...@pocket.com wrote:
 [snip]
 http://www.wampserver.com/en/
 [/snip]

 And yes, I know that this is Apache - I am just not a fan of IIS.



I quite like it. It probably does way so much more than I need or want
and I think I can do everything that I can on Apache.

IIS7 is certainly a massive leap ahead of the PWS I first tried to use.

IIS+FastCGI+PHP. Add the Rewrite plugin and the PHP extensions
WinCache and SQLSvr (PDO if you want it) and you have a well defined
simple setup.

Obviously, getting to grips with the administration UI is a bit
different to just editing a plain text config file, but IIS does use
an XML file for its config, so, once you know the xsd, you can do that
by hand also. Full docs on the xsd are available online, so really,
I'd guess in terms of ability, IIS and Apache are on-par.

Richard.



-- 
Richard Quadling
Twitter : EE : Zend
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] I am trying to install PHP on a Windows box, but the PHPINFO page does not load up. Where could I be going wrong?

2010-11-18 Thread Tommy Pham
 -Original Message-
 From: Richard Quadling [mailto:rquadl...@gmail.com]
 Sent: Thursday, November 18, 2010 4:41 AM
 To: Kirti Kumar
 Cc: php-general@lists.php.net
 Subject: Re: [PHP] I am trying to install PHP on a Windows box, but the
 PHPINFO page does not load up. Where could I be going wrong?
 
 On 18 November 2010 09:41, Kirti Kumar hitechki...@yahoo.in wrote:
  I am trying to install PHP on a  Windows box, but the PHPINFO page
  does not load up. Where could I be  going wrong?
 
 What webserver are you using? Or are you looking just at command line
 usage?
 
 The PHP documentation covers a wide range of setups.
 
 http://docs.php.net/manual/en/install.windows.php
 http://docs.php.net/manual/en/install.windows.manual.php
 http://docs.php.net/manual/en/install.windows.commandline.php
 
 for example.
 
 If you are using IIS7, then you can use Web Platform Installer (WPI) to
 automatically install FastCGI and then PHP (I'd also add WinCache and
 RewriteURL).
 
 Richard.
 
 
 --
 Richard Quadling
 Twitter : EE : Zend
 @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
 

Another option for IIS7+ is PHP Manager [1].

Regards,
Tommy

[1] http://phpmanager.codeplex.com/documentation



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Stripslashes

2010-11-18 Thread Tommy Pham


 -Original Message-
 From: Gary [mailto:gp...@paulgdesigns.com]
 Sent: Wednesday, November 17, 2010 2:17 PM
 To: php-general@lists.php.net
 Subject: Re: [PHP] Stripslashes
 
snip

 I also assume that until php 6 is out and or I upgrade to it, I will have
to
 deal with magic_quotes?
 
 Thank you for your help.
 
 Gary
 
Gary,

You'll have to wait a very long time for that. IIRC, the official word (via
windows list) is that PHP 6 is cancelled.  The next official release is 5.4.

Regards,
Tommy


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] I am a Windows programmer and getting started on PHP. What is the easiest way of getting started? Most of the stuff I encounter seems to be very Linux specific.

2010-11-18 Thread Tommy Pham
 -Original Message-
 From: Keerat Singh [mailto:professionalkee...@yahoo.in]
 Sent: Thursday, November 18, 2010 2:09 AM
 To: php-general@lists.php.net
 Subject: [PHP] I am a Windows programmer and getting started on PHP.
 What is the easiest way of getting started? Most of the stuff I encounter
 seems to be very Linux specific.
 
 I am a Windows programmer and getting started on PHP. What is the easiest
 way of getting started? Most of the stuff I encounter seems to be very Linux
 specific.

It would help if you're more specific on your objective.  If you want to get 
started on developing projects based on PHP but you're using Windows, like 
myself, then you'll need to learn how set it up for Windows, either for IIS or 
Apache httpd.  Thereafter, deployment platform target is irrelevant except 
where your project(s) use platform specific extensions such as Wincache or IIS. 
 However, if you want to develop PHP extensions specifically for Windows, 
you're better off asking in the windows list (php-wind...@lists.php.net).

Regards,
Tommy


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: Approved document

2010-11-18 Thread ramesh . onefluencer
Your document is attached.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php