PHP 4.3.6 Released
ehmdjii writes "The PHP Development Team is proud to announce the release of PHP 4.3.6. This is is a bug fix release whose primary goal is to address two bugs which may result in crashes in PHP builds with thread-safety enabled. All users of PHP in a threaded environment (Windows) are strongly encouraged to upgrade to this release.
All in all this release fixes approximately 25 bugs that have been discovered since the 4.3.5 release. For a full list of changes in PHP 4.3.6, see the ChangeLog."
Please mod this up.
Do you hate Jesus too?
... I know I have read somewhere about some rather nasty bugs that are still not fixed in this version.
Anyone know anything more about this?
Does this mean PHP will compile as 64bit code now?
"Fixed bug #27717 (Test Failures when compiled on 64-bit mode)"
It's not just Windows that can be threaded environments, FreeBSD and Linux also have the option of using the per-child MPM.
Am I the only one who LIKES to entangle logic and presentation?
I know that it's not good practice for large projects - but really, a website is not typically a large project.
If I wanna just throw a quick 'page last updated' in, why NOT do it inline?
I think you don't really need public/private/protected in a scripting language. More interesting for me are other improvements like that assignments like
are made by reference. With PHP4 even the first line would create a copy of the object. Also interesting arenew extensions like MySLi, the new soap extension or the rewrite of the XML-Extensin based on libxml2 (including the realy nice SimpleXML-Extension) ....
A collection of PHP5 information can be found p.e. on this German site (most links lead to English pages, and I'm one of the ones running this site - so it's the best (German) PHP site *g*)