Re: getting a php capability on ubuntu was Re: using scripting languages to automate a browser [message #180408 is a reply to message #180407] |
Mon, 11 February 2013 19:13 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 2/11/2013 11:23 AM, M. Strobel wrote:
> Am 11.02.2013 15:29, schrieb Jerry Stuckle:
>> On 2/11/2013 6:39 AM, M. Strobel wrote:
>>> Am 11.02.2013 03:58, schrieb Cal Dershowitz:
>>>> On 02/10/2013 02:49 AM, Arno Welzel wrote:
> --
>>>> The tutorial I looked at wants me to install XAMPP. Is that the best idea for
>>>> getting a php development environment squared away given that this
>>>>
>>>> $ uname -a
>>>> Linux fred-desktop 3.2.0-33-generic-pae #52-Ubuntu SMP Thu Oct 18 16:39:21 UTC 2012
>>>> i686 athlon i386 GNU/Linux
>>>>
>>>> is my platform? As I look through synaptic for packages that match php, there might
>>>> be 2 hundred.
>>>>
>>>> Before I went ahead and fiddled with it, I thought I'd ask to see if someone has been
>>>> around the block on this once, which is one more than me right now.
>>>
>>> Linux/Unix is the native platform for PHP development. Get a decent IDE with syntax
>>> checking, set all encodings to utf-8, start your local web server and there you go.
>>>
>>> /Str.
>>>
>>
>> Incorrect. Linux is not the "native platform for PHP development". It is ONE
>> platform for PHP development. PHP runs fine on Windows, also. And there are good
>> IDE's on Windows, also.
>>
>
> Unix/Linux is the native platform for web development, because the first web server
> was on *nix, and it is still the primary platform (http://news.netcraft.com/).
>
> /Str.
>
It doesn't matter if the first web server was on *nix, nor that it is
still the primary platform for web development. Linux is *not* the
"native platform for PHP development".
In fact, I would almost bet there is more PHP *development* done on
Windows, even though *deployment* is done on *nix. Windows is, after
all, the predominant system on the desktop (where most development is done).
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|