RE: [PHP] Updating cli executable on MS-Windows

2010-04-26 Thread Bob McConnell
From: Richard Quadling
 On 23 April 2010 02:34, Bob McConnell r...@cbord.com wrote:
 From: Richard Quadling
 On 22 April 2010 14:42, Bob McConnell r...@cbord.com wrote:
 I downloaded the MS-Windows cli from The PHP Group a while ago. It
 claims to be version 5.2.10. But now I can't find where I got it, nor
 where to get the updates. What is the easiest way to upgrade it to
 5.2.13?

  D:\Code\Testsphp --version
  PHP 5.2.10 (cli) (built: Jun 17 2009 16:16:57)
  Copyright (c) 1997-2009 The PHP Group
  Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies

 You can get the latest V5.2.x from http://windows.php.net/download/

 Which one has just the cli installer? I don't want any server
 files installed on my workstation.

 Normally, you take the ZIP file and unzip it into C:\PHP5 (or wherever
 you want).
 
 That's the installation done.
 
 Then, you take a long look through the php.ini-production and
 php.ini-development to see what you need to setup.
 
 I'd recommend reading ...
 
 http://docs.php.net/manual/en/install.windows.manual.php
 and
 http://docs.php.net/manual/en/install.windows.commandline.php

Thank you for those links. I had missed them completely on my first and second 
times through the manual.

I did it the easy way by renaming D:\php to php.5.2.10 and creating a new 
D:\php to extract the new version into. It is working, but now I have to see 
about those setup options.

Thank you,

Bob McConnell

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



Re: [PHP] Updating cli executable on MS-Windows

2010-04-26 Thread Richard Quadling
On 26 April 2010 14:43, Bob McConnell r...@cbord.com wrote:
 From: Richard Quadling
 On 23 April 2010 02:34, Bob McConnell r...@cbord.com wrote:
 From: Richard Quadling
 On 22 April 2010 14:42, Bob McConnell r...@cbord.com wrote:
 I downloaded the MS-Windows cli from The PHP Group a while ago. It
 claims to be version 5.2.10. But now I can't find where I got it, nor
 where to get the updates. What is the easiest way to upgrade it to
 5.2.13?

  D:\Code\Testsphp --version
  PHP 5.2.10 (cli) (built: Jun 17 2009 16:16:57)
  Copyright (c) 1997-2009 The PHP Group
  Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies

 You can get the latest V5.2.x from http://windows.php.net/download/

 Which one has just the cli installer? I don't want any server
 files installed on my workstation.

 Normally, you take the ZIP file and unzip it into C:\PHP5 (or wherever
 you want).

 That's the installation done.

 Then, you take a long look through the php.ini-production and
 php.ini-development to see what you need to setup.

 I'd recommend reading ...

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

 Thank you for those links. I had missed them completely on my first and 
 second times through the manual.

 I did it the easy way by renaming D:\php to php.5.2.10 and creating a new 
 D:\php to extract the new version into. It is working, but now I have to see 
 about those setup options.

 Thank you,

 Bob McConnell

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



Glad to have helped.

Make sure you come back if you have any problems.


-- 
-
Richard Quadling
Standing on the shoulders of some very clever giants!
EE : http://www.experts-exchange.com/M_248814.html
EE4Free : http://www.experts-exchange.com/becomeAnExpert.jsp
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731
ZOPA : http://uk.zopa.com/member/RQuadling

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



Re: [PHP] Updating cli executable on MS-Windows

2010-04-23 Thread Richard Quadling
On 23 April 2010 02:34, Bob McConnell r...@cbord.com wrote:
 From: Richard Quadling
 On 22 April 2010 14:42, Bob McConnell r...@cbord.com wrote:
 I downloaded the MS-Windows cli from The PHP Group a while ago. It
 claims to be version 5.2.10. But now I can't find where I got it, nor
 where to get the updates. What is the easiest way to upgrade it to
 5.2.13?

  D:\Code\Testsphp --version
  PHP 5.2.10 (cli) (built: Jun 17 2009 16:16:57)
  Copyright (c) 1997-2009 The PHP Group
  Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies

 Bob McConnell

 You can get the latest V5.2.x from http://windows.php.net/download/

 Which one has just the cli installer? I don't want any server files installed 
 on my workstation.

 Bob McConnell


PHP on windows, fundamentally, consists of a series of dlls
(extensions), a runtime (php5.dll), supporting dlls (used by the
extensions), and then the SAPI files (php.exe, php-cgi.exe).

The only element that is server related, would be php-cgi.exe and
for older versions of PHP, php5isapi.dll. There are other SAPIs (ways
of running PHP).

The SAPI files are small as all they do is sit between the executing
environment and php5.dll.

So. Don't worry about them.

Richard.

-- 
-
Richard Quadling
Standing on the shoulders of some very clever giants!
EE : http://www.experts-exchange.com/M_248814.html
EE4Free : http://www.experts-exchange.com/becomeAnExpert.jsp
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731
ZOPA : http://uk.zopa.com/member/RQuadling

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



Re: [PHP] Updating cli executable on MS-Windows

2010-04-23 Thread Richard Quadling
On 23 April 2010 02:34, Bob McConnell r...@cbord.com wrote:
 From: Richard Quadling
 On 22 April 2010 14:42, Bob McConnell r...@cbord.com wrote:
 I downloaded the MS-Windows cli from The PHP Group a while ago. It
 claims to be version 5.2.10. But now I can't find where I got it, nor
 where to get the updates. What is the easiest way to upgrade it to
 5.2.13?

  D:\Code\Testsphp --version
  PHP 5.2.10 (cli) (built: Jun 17 2009 16:16:57)
  Copyright (c) 1997-2009 The PHP Group
  Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies

 Bob McConnell

 You can get the latest V5.2.x from http://windows.php.net/download/

 Which one has just the cli installer? I don't want any server files installed 
 on my workstation.

 Bob McConnell


Normally, you take the ZIP file and unzip it into C:\PHP5 (or wherever
you want).

That's the installation done.

Then, you take a long look through the php.ini-production and
php.ini-development to see what you need to setup.

I'd recommend reading ...

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


-- 
-
Richard Quadling
Standing on the shoulders of some very clever giants!
EE : http://www.experts-exchange.com/M_248814.html
EE4Free : http://www.experts-exchange.com/becomeAnExpert.jsp
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731
ZOPA : http://uk.zopa.com/member/RQuadling

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



Re: [PHP] Updating cli executable on MS-Windows

2010-04-22 Thread Richard Quadling
On 22 April 2010 14:42, Bob McConnell r...@cbord.com wrote:
 I downloaded the MS-Windows cli from The PHP Group a while ago. It
 claims to be version 5.2.10. But now I can't find where I got it, nor
 where to get the updates. What is the easiest way to upgrade it to
 5.2.13?

  D:\Code\Testsphp --version
  PHP 5.2.10 (cli) (built: Jun 17 2009 16:16:57)
  Copyright (c) 1997-2009 The PHP Group
  Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies

 Bob McConnell

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



You can look in the Museum  at http://museum.php.net/php5/ for all the
official releases.

 php-5.2.10-Win32.zip 18-Jun-2009 01:44  10.0M
 php-5.2.10-nts-Win32.zip 18-Jun-2009 01:44   9.9M
 php-5.2.10-nts-win32-installer.msi   18-Jun-2009 01:44  18.5M
 php-5.2.10-win32-installer.msi   18-Jun-2009 01:44  18.6M
 php-5.2.10.tar.bz2   17-Jun-2009 14:43   8.4M
 php-5.2.10.tar.gz17-Jun-2009 14:43  10.9M


-- 
-
Richard Quadling
Standing on the shoulders of some very clever giants!
EE : http://www.experts-exchange.com/M_248814.html
EE4Free : http://www.experts-exchange.com/becomeAnExpert.jsp
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731
ZOPA : http://uk.zopa.com/member/RQuadling

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



Re: [PHP] Updating cli executable on MS-Windows

2010-04-22 Thread Richard Quadling
On 22 April 2010 14:42, Bob McConnell r...@cbord.com wrote:
 I downloaded the MS-Windows cli from The PHP Group a while ago. It
 claims to be version 5.2.10. But now I can't find where I got it, nor
 where to get the updates. What is the easiest way to upgrade it to
 5.2.13?

  D:\Code\Testsphp --version
  PHP 5.2.10 (cli) (built: Jun 17 2009 16:16:57)
  Copyright (c) 1997-2009 The PHP Group
  Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies

 Bob McConnell

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



You can get the latest V5.2.x from http://windows.php.net/download/


-- 
-
Richard Quadling
Standing on the shoulders of some very clever giants!
EE : http://www.experts-exchange.com/M_248814.html
EE4Free : http://www.experts-exchange.com/becomeAnExpert.jsp
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731
ZOPA : http://uk.zopa.com/member/RQuadling

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



RE: [PHP] Updating cli executable on MS-Windows

2010-04-22 Thread Bob McConnell
From: Richard Quadling
 On 22 April 2010 14:42, Bob McConnell r...@cbord.com wrote:
 I downloaded the MS-Windows cli from The PHP Group a while ago. It
 claims to be version 5.2.10. But now I can't find where I got it, nor
 where to get the updates. What is the easiest way to upgrade it to
 5.2.13?

  D:\Code\Testsphp --version
  PHP 5.2.10 (cli) (built: Jun 17 2009 16:16:57)
  Copyright (c) 1997-2009 The PHP Group
  Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies

 Bob McConnell
 
 You can get the latest V5.2.x from http://windows.php.net/download/

Which one has just the cli installer? I don't want any server files installed 
on my workstation.

Bob McConnell

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