Slashdot Mirror


Microsoft Partners With Zend

jesse.castro writes to point out news of Microsoft striking a multi-year partnership with PHP provider Zend to improve PHP's performance on Windows-based Web servers. From the article: "Rather than marking a sudden change of course, Microsoft is openly engaging in a dialogue with Zend, a key open source promoter, and millions of PHP developers, analysts said."

6 of 223 comments (clear)

  1. Re:It's a trap ? by chroot_james · · Score: 4, Insightful

    Don't be silly. They want to make sure that anything where Linux as an alternative is better becomes not better. They're done fighting everyone and are embracing the democratization of innovation and personal preference. The uses of PHP or ASP don't have to be rational for them to make money selling windows server that run both...

    --
    Reality is nothing but a collective hunch.
  2. This makes me happy. by KermodeBear · · Score: 4, Interesting
    As a PHP developer this could be a great boon for me. With Microsoft actively getting involved with PHP, perhaps more companies will consider using it. More jobs opportunities for me - whee! Maybe I can get out of Buffalo...

    That said, this confuses me a bit:

    Technical improvements by Zend and Microsoft to make it easier to run PHP on Windows[...]
    Since when was it difficult to run PHP on Windows? I have written code that runs on both Linux and Windows machines, and, like most scripting languages, "it just works". There are a few extensions (like process control) that don't work under Windows - but the need for those extensions is very small. For a vast majority of scripting you don't need to do anything differently under Linux than you do Windows. I wish the article would have gone more in depth about these alleged problems.
    --
    Love sees no species.
  3. In other news... by Karem+Lore · · Score: 4, Funny
    Microsoft has just announced a new language said to potentially drive the future of the web...

    drum roll

    drum roll

    PHP Sharp, or PHP# for short...

    --
    When all is said and done, nothing changes...
  4. Special MS PHP? by pestilence669 · · Score: 4, Interesting

    This isn't good news for any party. Is this the beginning of a "special" PHP version for Windows? It's not as far fetched as it sounds.

    C++ in Visual Studio is not exactly standards compliant. It's definitely Microsoft specific, as is their: HTML, CSS, XML, Java, TCP/IP stack, HTTP negotiation, LDAP, kerberos, DNS, DHCP, etc., etc. Every "standard" and language they adopt gets altered, even when completely unnecessary.

    What on earth will they do to PHP? Assimilate it into .NET?

    What PHP really needs is a MS SQL driver that doesn't leak memory and cause access violations. Microsoft hasn't supported their C library in years. PHP doesn't need any "help" from Microsoft, IMHO.

  5. a match made in vulnerability hell by greenpotatochip · · Score: 3, Funny

    holy vulnerable software batman, the riddler and the joker have joined forces!

  6. A good thing by talonyx · · Score: 3, Informative

    PHP is licensed under the GPL, so we don't need to worry about an MS-proprietary version of it. They'd have to reimplement the system from scratch, and who would bother to do that when they have ASP.NET?

    I for one would love to see .NET support for PHP so I could use it to write native Windows GUI programs, access ODBC in a more robust fashion, and get more access to Windows-internal stuff that is so easy to do on Unix but so hard to do on Windows.
    A bit of performance would be nice, but chances are I will keep running my servers on Debian simply because that's all they are: brainless webservers with muscle and nothing holding them back.