I noticed there's an error in PHP when it receives form data. It seems
to precede various characters with "\". I was wondering if that's about
to get fixed in PHP5, or already is fixed in PHP4? (Or is this somehow
not an error?)
Also, I was wondering when/ if PHP will include more object-oriented
functions, like $myString.repla ce($find, $replaceWith). (I sometimes
wonder if I need to use the first or second or third parameter or what
and it takes some more seconds to check PHP.net.)
Next, are there any plans to remove the "$" in front of variables?
Also: will XPath be supported internally/ by standard libraries (I use
a special library not part of PHP and it could be a little faster)?
Will there be real private members/ functions in PHP5 when using
classes/ objects? (And any plans to drop "$this->", not that it's
really bad?)
Thanks for any info. (I read through the changes log of PHP5, by the
way.)
to precede various characters with "\". I was wondering if that's about
to get fixed in PHP5, or already is fixed in PHP4? (Or is this somehow
not an error?)
Also, I was wondering when/ if PHP will include more object-oriented
functions, like $myString.repla ce($find, $replaceWith). (I sometimes
wonder if I need to use the first or second or third parameter or what
and it takes some more seconds to check PHP.net.)
Next, are there any plans to remove the "$" in front of variables?
Also: will XPath be supported internally/ by standard libraries (I use
a special library not part of PHP and it could be a little faster)?
Will there be real private members/ functions in PHP5 when using
classes/ objects? (And any plans to drop "$this->", not that it's
really bad?)
Thanks for any info. (I read through the changes log of PHP5, by the
way.)
Comment