4everGhost / phpsvnclient

Automatically exported from code.google.com/p/phpsvnclient
0 stars 0 forks source link

ereg() and eregi() deprecated in php 5.3 #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
ereg and eregi are deprecated in PHP 5.3

What version of the product are you using? On what operating system?
PHP 5.3

Original issue reported on code.google.com by markjcrane@gmail.com on 3 Mar 2010 at 2:34

GoogleCodeExporter commented 8 years ago
Strict Standards: Redefining already defined constructor for class phpsvnclient 
in
C:\fusionpbx\Program\www\localhost\core\phpsvnclient\phpsvnclient.php  on line 
141

Deprecated: Function ereg() is deprecated in
C:\fusionpbx\Program\www\localhost\core\phpsvnclient\http.php on line 336

Deprecated: Function eregi() is deprecated in
C:\fusionpbx\Program\www\localhost\core\phpsvnclient\http.php on line 1462

Notice: Array to string conversion in
C:\fusionpbx\Program\www\localhost\core\phpsvnclient\phpsvnclient.php on line 
405

Notice: Array to string conversion in
C:\fusionpbx\Program\www\localhost\core\phpsvnclient\phpsvnclient.php on line 
405

Notice: Array to string conversion in
C:\fusionpbx\Program\www\localhost\core\phpsvnclient\phpsvnclient.php on line 
405

Notice: Array to string conversion in
C:\fusionpbx\Program\www\localhost\core\phpsvnclient\phpsvnclient.php on line 
405

Deprecated: Function ereg() is deprecated in
C:\fusionpbx\Program\www\localhost\core\phpsvnclient\http.php on line 336

Deprecated: Function eregi() is deprecated in
C:\fusionpbx\Program\www\localhost\core\phpsvnclient\http.php on line 1462

Original comment by markjcrane@gmail.com on 3 Mar 2010 at 2:35

GoogleCodeExporter commented 8 years ago
Replaced deprecated ereg() and eregi() functions in http.php with preg_match(). 
Made changes to the regular expression, seems to work all right.

Original comment by alan.gohe on 20 Mar 2011 at 6:44