[Phphtmllib-devel] [Fwd: function references]
Status: Beta
Brought to you by:
hemna
From: Walter A. B. I. <wb...@qu...> - 2002-06-06 21:17:01
|
So I just upgraded my box here at work to php 4.2.1, and I noticed that the Zend folks are depricating the use of call time pass reference. This basically depricates function foo(&$bar) {}; The problem is, push_reference uses that. So I was wondering if we should bite the bullet in 2.0.0 and remove the call time pass by reference in all of the push_reference functions, since at some time in the future (possible php 5, which isn't that far off), that won't even work. With php 4.2.1, you get php errors( notices ) whenever a function is called with this. Does it make sense to change this in 2.0 ? Walt |