Edit report at http://pear.php.net/bugs/bug.php?id=16745&edit=1
ID: 16745
Comment by: npdavis
Reported By: ndavis at tenablesecurity dot com
Summary: Use of deprecated ergi function
Status: Assigned
Type: Feature/Change Request
Package: Net_IPv4
Package Version: 1.3.1
PHP Version: 5.3.0
Assigned To: bate
New Comment:
Submitted patch to pear-dev@lists.php.net with the subject "Net::IPv4 --
deprecated function call (eregi) notice fix -- patch"
-Neil
Previous Comments:
------------------------------------------------------------------------
[2009-10-28 09:34:42] bate
<div id="changeset">
<span class="removed">-Assigned To:</span>
<span class="added">+Assigned To: bate</span>
</div>
------------------------------------------------------------------------
[2009-10-28 01:22:00] vittal
Description:
------------
Net/IPv4.php uses eregi function a couple of times. This is deprecated
from PHP 5.3.0 onwards and won't be in PHP 6. Ideally, the module should
use the PCRE extensions on systems where it's deprecated.
------------------------------------------------------------------------