Keith Devens .com |
Saturday, November 22, 2008 | ![]() |
| The status is *not* quo. – Dr. Horrible | ||
|
| ← Radio Apologia | Character set resources → |

Harry Fuecks (http://www.phppatterns.com) wrote:
Feel free to post a comment below. Please see my comment policy.
Formatting Rules (No HTML):
Generated in about 0.191s.
(Used 8 db queries)

Keith - that reminds me - rememember that issue with reference passing in PHP - turns out PHP's Expat extension takes care of this for you;
http://lxr.php.net/source/php-src/ext/xml/xml.c#117
PHP_FE(xml_set_object, second_arg_force_ref)
That should mean when you do something like;
xml_set_object($parser,$myHandlerObject);
The parser will be using a reference to $myHandlerObject
Had to get it off my chest.