sirPaul writes: "PHP 4.1.0 is out @ php.net. "It includes highly improved performance, especially under Windows; A new, and more security-friendly way of accepting form variables; Output compression, and much, much more." Check out the changelog."
All these wonderful Windows enhancements, and where are the Windows binaries? Woe is me! What's this "source" stuff?
New Input Arrays
by
n-baxley
·
· Score: 3, Interesting
The new input arrays sound like a great idea that is long overdue. Bravo to the PHP team for producing a well thought out implementation and still providing backward compatability.
Now y'all can rip me apart for being positive in a/. post.
MS working on PHP??
by
stienman
·
· Score: 3, Interesting
I was really surprised to see this tidbit:
We want to thank Brett Brewer and his team in Microsoft for working with us to improve PHP for Windows
Not that I'm against MS making PHP faster on windows (the environment I run it in currently - XP, Apache, PHP), but you'd think that MS would see PHP as a competitor to ASP.
-Adam
You shake and shake the ketchup bottle - first none comes, and then a lottle.
Re:MS working on PHP??
by
stienman
·
· Score: 3, Interesting
Actually, MS is internally very competitive. Apparently when faced with a choice between two competing technologies, Mr Gates often decided to wait awhile and see who produced better results. It can be very cut-throat.
You can read more about this on other sites on the internet - I have a relative working there, but of course we never talk about stuff like that (as most MS employees are discouraged from talking about such things, and business and pleasure don't mix) so I have, at best, third hand knowledge, but it seems reasonable.
-Adam
WWW Jel - Immediately relieves surfing pain!
Indications - For temporary relief of 404 pages due to bad links.
Directions -
Compose email to the webmaster
Apply description of page you came from and page you're attempting to load liberally over affected area.
Warning - Do not use this product more than 7 times per day. If surfing and sore 404 problems do not improve in 7 days; if irritaion or pain persist or worsen; if rash or other symptoms appear consult your ISP.
Do not exceed recommended dosage.
If you have a history of allergy to computers, bad jokes or parodies, please consult with your ISP or local computer retailer before use.
Micro Basics - all the goodness with 75% less fat!
No animals were injured in the testing of this website. In fact, many of them wanted seconds.
Re:MS working on PHP??
by
mgkimsal2
·
· Score: 3, Interesting
PHP is just one of many languages one can use in Active Server Pages.
Sorry, wrong. VBScript, Jscript, and to a lesser extent PerlScript are languages that have ASP 'hooks' - 'seamless' integration into the ASP environment. PHP is not one of those languages, unless something has DRASTICALLY changed, and I think we'd have seen a more specific announcement about that.
PHP runs as an ISAPI module under Windows - hopefully it does NOW anyway. It was pretty flaky in the past. Hopefully this 4.1 release remedies a lot of that. A few core PHP people were invited to MS some time ago to discuss how to make the ISAPI version more stable. There were apparently many threading issues, and the PHP team didn't have much in the way of specific MS experience - not as much as the Unix experience the developers bring to the table.
PHP is most definitely a competitor, as is perl. WHY would I tie myself to coding ONLY on windows (via VBscript, ASP, etc) if I can just as easily take that code and port it elsewhere? Same issue as Java - my PHP code will run without change on a unix server or a windows server. So it's most certainly a competitor, no doubt about that. Throw in the price tag for PHP/Perl/etc ($0) and it really *should* be scaring MS some. At least it probably rattles a few cages in certain departments there.:)
Re:Non-Windows performance?
by
swright
·
· Score: 3, Informative
The changelog says they've made hash tables a lot faster; these are used for all types of arrays in PHP. This should make quite a bit of difference, but I couldn't see anyhthing else that was faster...
(mostly bugfixes AFAICS)
Re:Binaries do not come out right away
by
Wonko42
·
· Score: 3, Informative
I was mostly joking. Just letting off steam after having tried to compile it with Cygwin and having it fail miserably, and I don't own Visual C++ so I can't compile it that way (which is the recommended method).;)
All these wonderful Windows enhancements, and where are the Windows binaries? Woe is me! What's this "source" stuff?
The new input arrays sound like a great idea that is long overdue. Bravo to the PHP team for producing a well thought out implementation and still providing backward compatability.
/. post.
Now y'all can rip me apart for being positive in a
THIS SPACE FOR RENT
I was really surprised to see this tidbit:
We want to thank Brett Brewer and his team in Microsoft for working with us to improve PHP for Windows
Not that I'm against MS making PHP faster on windows (the environment I run it in currently - XP, Apache, PHP), but you'd think that MS would see PHP as a competitor to ASP.
-Adam
You shake and shake the ketchup bottle - first none comes, and then a lottle.
The changelog says they've made hash tables a lot faster; these are used for all types of arrays in PHP. This should make quite a bit of difference, but I couldn't see anyhthing else that was faster...
(mostly bugfixes AFAICS)
I was mostly joking. Just letting off steam after having tried to compile it with Cygwin and having it fail miserably, and I don't own Visual C++ so I can't compile it that way (which is the recommended method). ;)