Slashdot Log In
Microsoft Partners With Zend
Posted by
kdawson
on Tue Oct 31, 2006 04:03 PM
from the hell-freezes-over-film-at-11 dept.
from the hell-freezes-over-film-at-11 dept.
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."
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
It's a trap ? (Score:3, Interesting)
Re:It's a trap ? (Score:4, Insightful)
Parent
Re: (Score:3, Insightful)
yer a nut!
If what you say is indeed true then this is the first time in some 20+ years that Microsoft is changing from Embrace/Extend/Extinguish to... Sorry, I don't believe it. There is not one company to have survived a partnership with Microsoft. In five years, if Zend is still Zend and PHP is still PHP and not some dot-net extension, you might have a point.
I view this as the end of Zend and the kiss of death to PHP. If PHP gets better under Windows then it will probably somehow get worse under Lin
Re: (Score:2)
Re: (Score:3, Informative)
You mean like Zend studio? [zend.com]
Re: (Score:3, Informative)
Re: (Score:3, Informative)
Re: (Score:2)
Re: (Score:2)
Why are people freaking out? (Score:2, Interesting)
What does this mean for ASP though? Short an
"ASP?" C'mon, this is 2006... (Score:2)
(So, you're probably right; if you're still using ASP, not much is going to stop you now.)
Re: (Score:2)
If PHP developers wanted "innovation", PHP wouldn't have succeeded as much as it did. PHP has succeeded because it's for people to develop web applications with, and to do so with little more than a text editor. It also doesn't look to me like PHP needs more support (and what kind support would Microsoft offer anyway?).
This is simply what it looks like: Microsoft wants PHP to run better on Windows servers so that
Re: (Score:2)
Hmm... so much PHP hatred. I'm a little surprised here. Although, I cannot disagree with people's claim on how PHP gets used to pump out complete slop by new-to-programming people, what would be the open-source choice if not PHP?
The only other thing I can think of is JSP, which I started working with once, but soon grew a bit frustrated with trying to get it to work on Windows in a "WAMP" environment. I also found that it was just confusing to organize, and this comes from a programmer who spent most o
This makes me happy. (Score:5, Interesting)
That said, this confuses me a bit:
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.
Re: (Score:2)
It says in the article:
'"PHP has always worked on Windows. The problem is that it never performed very well," Andi Gutmans, Zend's co-founder and chief technology officer, said in an interview'
It seems MS is looking to improve performance, not to get it working in the first place. Any performance gains on any platform is great news for the language.
Re: (Score:3, Insightful)
My gut is telling me that this is just to stop customer hemorrhaging. People say "We like PHP and that's what our code is in so we can't use Windows" or "... but Linux is faster" (just a guess). So MS is helping with PHP so people can either switch FROM Linux to Windows and easily keep/develop PHP, or just get better performance for their current code (if there is a very measurable performance hit from running Windows, they'd want that fixed).
Either way it's good, but that's my guess why they are doing thi
Alleged problems.. (Score:2)
Take this with a grain of
Re: (Score:2)
Re: (Score:2)
I always thought it looked like Barney Rubble's hair, or a furry version of the Chargers logo...
Re: (Score:2)
Re: (Score:2)
This makes me worry (Score:2)
Microsoft is notorious for not following set standards and instead doing what it think is right/better/best, causing the development community to work twice as hard to support it in some cases.
What worries me is that this will turn into some bastardization of PHP that is "tuned" for Windows and then requires hacks or work arounds to get things to work on other platforms.
What might actually be worse would be features that are only available in PHP running on Windows. *sigh*
Also, a little OT, I admit
Re: (Score:3, Informative)
Um... no. Oracle bought InnoDB and BDB (both separate projects from MySQL), two of the many backend formats that MySQL can use. It still has MyISAM and a few others, not to mention that Oracle hasn't bought MySQL itself or anything it owns.
Makes sense (Score:2)
In other news... (Score:4, Funny)
drum roll
drum roll
PHP Sharp, or PHP# for short...
Special MS PHP? (Score:5, Interesting)
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
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.
Re: (Score:2)
Quite possibly. It's already been assimilated into Java [caucho.com]
a match made in vulnerability hell (Score:3, Funny)
It could just be (Score:2)
This is an unexpected move. At OSS. (Score:2)
Desktop Linux hasn't caught on. Not yet. But PHP has. Like it or not, PHP has turned into the king of the server-side. MS must have noticed how much it's gnawing at ASPs marketshare (Just did a comment on that [slashdot.org] the other day). PHP even has turned into a brigdehead for Linux at this point. That they'd team up with Zend is an unexpected but somewhat fitting move.
I've never really known what to make of Zend. Their PHP groundwork is fair enough, but all-i
Next Target (Score:2)
Oh god (Score:2, Interesting)
God no. They must be trying to destroy it.
Slashdot logic.
A good thing (Score:4, Informative)
I for one would love to see
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.
Re: (Score:2, Insightful)
Re: (Score:2, Funny)
Re: (Score:2)
Re: (Score:2)
Platform: Windows
Language: C#/PHP/VB
Library:
Framework:
I've been doing "WAMP" for years... (Score:2)
I like PHP for my toy applications, but I can see where something Zend would be needed if you wanted to something serious with PHP. (Same reason I'd only use "modperl" if I ever wrote another perl-based web app.)
Re: (Score:2)
That reminds me, I've needed an excuse to learn one of those for a while now...
Re:Hooray for Microsoft Zend 2007, Ultimate Editio (Score:2)
* Netscape [albion.com]
* Palm [redmondmag.com]
* Symantec and McAfee [physorg.com]
* Sendo [theregister.co.uk]
Re: (Score:2, Informative)
I remember reading some interviews with companies whose technology had been "innovated" by Microsoft. One guy said (paraphrased), "It's a catch-22. If you partner with them, they get cheap access to your technology and take it from you. If you don't partner with them, they'll go to your c
Big Freaking Deal (Score:3, Insightful)
The fact that you can pull it off of your apache box at the drop of a hat when righteous indignation strikes means you aren't using it for a single thing that is important. Am I supposed to be impressed that you're taking a stand by removing a product you're not really using?
Re: (Score:2)
Have to agree (Score:2)
Indeed it is (Score:2)
PHP is no [insert your favourite script language here], but like VB it does have its place. It could use a major overhaul, but the concept makes sense. (Also, PHP makes for a somewhat useful generic preprocessor. Not the prettiest s
Re: (Score:2)
Despite your sarcasm, I would actually have to agree to some degree.
PHP is a hodge-podge of functions that lack much consistency (compare in_array(needle, haystack) with, say, strpos(haystack, needle)) and when coding a real site with classes and such you still have to code within the confines of "we're escaping out of HTML into PHP mode" with the <? and ?> tags in *every* file. This promotes and encourages combining display with log
Re: (Score:2)
The whole pass by value thing was what drove me away permanently from PHP years ago, but I thought PHP fixed that behavior in PHP5. Am I mistaken?
Re: (Score:2)
The funny thing is that even with the current speed penalty PHP has become the second most popular web programming language on windows servers.
Market Share (Score:2)
Re: (Score:2)