You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.Runing example.php
2.
3.
What is the expected output? What do you see instead?
PHP Errors:
1. Assigning the return value of new object by reference is deprecated
$this->_ole =& new OLERead()
2. Deprecated: Function split() is deprecated
Please provide any additional information below.
1. Don't use reference for new objects, $this->_ole = new OLERead()
2. I used explode instead of split and it works ;)
Tamer Elnahal
Original issue reported on code.google.com by [email protected] on 17 Oct 2011 at 1:27
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 17 Oct 2011 at 1:27The text was updated successfully, but these errors were encountered: