php-general Digest 10 Apr 2012 15:13:59 -0000 Issue 7769

Topics (messages 317501 through 317507):

Re: php in windows
        317501 by: Tommy Pham
        317504 by: Tim Streater
        317505 by: Matijn Woudt
        317506 by: Jay Blanchard
        317507 by: Bogdan Ribic

Re: desk top interactive environment
        317502 by: Tommy Pham
        317503 by: Ghodmode

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


----------------------------------------------------------------------
--- Begin Message ---
On Mon, Apr 9, 2012 at 7:05 PM, Kirk Bailey <kbai...@howlermonkey.net> wrote:
> The edition of php for windows I instaklled does not work. Which flavor of
> windows php DOES work properly in windows?
>
> --

Did you configure it properly??? I've run it fine from XP (x86 & x64),
Win2003 (x86 & x64) Win2008 (x86 & x64), Win7 (x64), and Win2008R2.
Easiest is get IIS7 or IIS7.5 (Vista, Win08, Win7, Win2008R2 -
including in a VM) and current version IIS PHP Manager.

HTH,
Tommy

--- End Message ---
--- Begin Message ---
On 10 Apr 2012 at 03:05, Kirk Bailey <kbai...@howlermonkey.net> wrote: 

> The edition of php for windows I instaklled does not work. Which
> flavor of windows php DOES work properly in windows?

What does "does not work" mean? You need to say which OS, which PHP version, 
what happens, and what you expect to happen. Not that I can help, as I know 
nothing about Windows, but with that info perhaps another can.

--
Cheers  --  Tim

--- End Message ---
--- Begin Message ---
On Tue, Apr 10, 2012 at 4:05 AM, Kirk Bailey <kbai...@howlermonkey.net> wrote:
> The edition of php for windows I instaklled does not work. Which flavor of
> windows php DOES work properly in windows?
>

It does work, you just didn't take the time to read the manual on how
to set it up.  If you want to run webpages with it, you also need a
web server.

If you just want to try PHP on your local machine, you can also use
some pre packaged setups that combine the webserver, PHP and more.
(XAMPP, WAMP, etc).

- Matijn

--- End Message ---
--- Begin Message ---
On 4/9/2012 9:05 PM, Kirk Bailey wrote:
The edition of php for windows I instaklled does not work. Which flavor of windows php DOES work properly in windows?

You need to give us more details than this. What version did you install? What do you mean by "does not work"? All flavors of PHP will work on a Windows server if installed properly.
--- End Message ---
--- Begin Message ---
On 4/10/2012 04:05, Kirk Bailey wrote:
The edition of php for windows I instaklled does not work. Which flavor
of windows php DOES work properly in windows?

Trust me, it does work :)

I'm running PHP 5.3.10 thread-safe, as apache module on apache 2.4.1 from apache lounge (not official apache builds, as instructed on PHP's download site), all of that on Win XP. Read the instruction in php bundle on setting it up with apache 2.2 branch.
--- End Message ---
--- Begin Message ---
On Mon, Apr 9, 2012 at 6:54 PM, Kirk Bailey <kbai...@howlermonkey.net> wrote:
> I am not ABLE to create it yet. Anyone else able to?
>

Hmm... Google "php desktop" ... notice the 2nd link.

--- End Message ---
--- Begin Message ---
On Tue, Apr 10, 2012 at 9:38 AM, Kirk Bailey <kbai...@howlermonkey.net> wrote:
> Php would (IMHO) benefit from an interactive desktop application where you
> can test and experiment with code interactively, instead of "edit, dsave,
> run, view webpage result, edit...

php -a gives you an interactive environment in which you can test code.


> Python has this; why not php?

Python and PHP are programming languages.  That interactive
environment your referring (IDLE) to is a tool separate from the
programming language that just happens to be distributed with the
windows version of the installation package.  It's not part of Python.

I think that the features in IDLE are probably duplicated by several
different PHP IDEs.  There are probably several alternatives to IDLE
available.  There might even be an IDE that does code testing and
debugging for both languages better than IDLE does.

I'm sorry I can't provide more specific examples.  I've found that Vim
suits me better in the development environment than any IDE.

--
Vince Aggrippino
Ghodmode Development
http://www.ghodmode.com


> --
> end
>
> Very Truly yours,
>                 - Kirk Bailey,
>                   Largo Florida
>
>                       kniht
>                      +-----+
>                      | BOX |
>                      +-----+
>                       think

--- End Message ---

Reply via email to