PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Networking » Net_Dict » Bug #7018

[PATCH] Warnings

Details

Submitted2006-03-04 18:09 UTC
Fromieure at php dot net
Assignedieure
StatusClosed
PackageNet_Dict
PHP Version5.1.2
OSLinux
Roadmaps(Not assigned)

Comments

[2006-03-04 18:09 UTC] ieure at php dot net

Description:
------------
There are several warnings present when using Net_Dict with E_ALL.

- The constructor does an is_object() check on an undeclared variable. It's obviously a typo.

- connect() passed a non-existent array (by reference) to preg_match. This prevents $servinfo from being set correctly.

Patch is here:
http://atomized.org/PEAR/Net_Dict/Net_Dict-5-warnings.patch

[2006-05-10 20:10 UTC] ieure at php dot net

This bug has been fixed in CVS.

If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET).

If this was a problem with the pear.php.net website, the change should be live shortly.

Otherwise, the fix will appear in the package's next release.

Thank you for the report and for helping us make PEAR better.