PHP Classes
Icontem

Subject: Problems with PHP 5


  Search   All class groups All class groups   Latest entries Latest entries   Top 10 charts Top 10 charts   Newsletter Newsletter   Blog Blog   Forums Forums   Help FAQ Help FAQ  
  Login   Register  
Recommend this page to a friend!

      Path Parser   All threads   Problems with PHP 5   (Un) Subscribe thread alerts  
Subject:Problems with PHP 5
Summary:PHP 5 throws a Call-time pass-by-reference has been deprecated
Messages:1
Author:Alex Judd
Date:2008-10-10 17:30:37
 

  1. Problems with PHP 5   Reply  
Picture of Alex Judd
Alex Judd
2008-10-10 17:30:37
Remove the & from line 49 in class_path_parser.php

xml_set_object($this->parser,&$this);

so that it becomes

xml_set_object($this->parser,$this);

as the reference to the second parameter rather then the value should be declared in the function

 
  Advertise on this site Advertise on this site   Site map Site map   Statistics Statistics   Site tips Site tips   Privacy policy Privacy policy   Contact Contact  

For more information send a message to :
info at phpclasses dot org.
Copyright (c) Icontem 1999-2008 PHP Classes - PHP Class Scripts
  PHP Book Reviews - Reviews of books and other products