Drupal will be 20% faster under PHP 5.3
http://news.php.net/php.internals/36484 Also, since PHP 5.3 has namespaces feature, I wonder if this could help us improve registry, it will be possible to autoload namespaced functions. Henrique
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Henrique Recidive schrieb:
http://news.php.net/php.internals/36484
Also, since PHP 5.3 has namespaces feature, I wonder if this could help us improve registry, it will be possible to autoload namespaced functions.
PHP 5.3 did also (o) introduce ( ) reveal at least one bug in released versions of Drupal: http://drupal.org/node/253023 Cheers, Gerhard -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIIfkJfg6TFvELooQRAnD7AJ93mim9ENM0vDLfAFCM4qx0Fh+GqACeMv5v /xfdVGiuz8qYl8TDPnkhFYI= =YHMh -----END PGP SIGNATURE-----
Yes i think its much more important on todays code optimization, when the 5.3 will be installed on hosts we will run drupal 10+ On Wed, May 7, 2008 at 9:06 PM, Karoly Negyesi <karoly@negyesi.net> wrote:
Also, since PHP 5.3 has namespaces feature, I wonder if this could help us improve registry, it will be possible to autoload namespaced functions.
Sure. In 2011 or so. See you!
-- - kindest regards Maciej Perlinski maciej.perlinski@meant4.com http://www.meant4.com
On Wed, 7 May 2008 15:29:49 -0300, "Henrique Recidive" <recidive@gmail.com> wrote:
http://news.php.net/php.internals/36484
Also, since PHP 5.3 has namespaces feature, I wonder if this could help us improve registry, it will be possible to autoload namespaced functions.
Henrique
I don't believe there is an autoloader for namespaced functions, just namespaced classes. The namespace implementation will actually make it harder to have hybrid OOP/procedural systems, I believe, because you can't differentiate between a namespaced function and a static method. I could be wrong, but that's the status of the namespace implementation the last I heard. (That said, I'm excited about it too, in about 2 years.) --Larry Garfield
participants (5)
-
Gerhard Killesreiter -
Henrique Recidive -
Karoly Negyesi -
Larry Garfield -
Maciej Perlinski