Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_official / html / includes [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 03 Aug 2002 23:06:16 | postnuke_official/html/includes | pnML.php,1.4,1.5 | Carl P. Corliss |
| Call-time pass-by-reference has been deprecated - argument passed by value | |||
Update of /home/cvsroot/postnuke_official/html/includes
In directory ns7.hostnuke.net:/tmp/cvs-serv18340/html/includes
Modified Files:
pnML.php
Log Message:
Call-time pass-by-reference has been deprecated - argument passed by value
Index: pnML.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/includes/pnML.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pnML.php 7 Jul 2002 10:08:35 -0000 1.4
--- pnML.php 3 Aug 2002 23:06:14 -0000 1.5
***************
*** 257,261 ****
$this->parser = xml_parser_create();
! xml_set_object($this->parser, &$this);
xml_parser_set_option($this->parser, XML_OPTION_CASE_FOLDING, 0);
xml_set_element_handler($this->parser, "beginElement", "endElement");
--- 257,261 ----
$this->parser = xml_parser_create();
! xml_set_object($this->parser, $this);
xml_parser_set_option($this->parser, XML_OPTION_CASE_FOLDING, 0);
xml_set_element_handler($this->parser, "beginElement", "endElement");
View Statistics - Next Notice - Previous Notice
| Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |