PEAR is archived and read-only

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

Home » Networking » Net_GeoIP » Bug #4232

Incompatibility with php5.0.4

Details

Submitted2005-04-27 12:25 UTC
Fromcox at idecnet dot com
Assignedcox
StatusClosed
PackageNet_GeoIP
PHP Version5.0.4
Roadmaps(Not assigned)

Comments

[2005-04-27 12:25 UTC] cox at idecnet dot com

Description:
------------
The class from CVS crashes with php5.0.4 and 5.0.5dev (due to bug: http://bugs.php.net/32852).

To overpass this issue one should:

- Use new Net_GeoIP instead of getInstance()
- Remove the __destruct() function

Tomas V.V.Cox

[2005-04-29 09:14 UTC] cox at idecnet dot com

Just to give more info, the crash was caused by ze1_compat On, and it's now fixed in CVS (5.0.5 and 5.1).

Tomas V.V.Cox

PD.- A public release of this class would be cool :-)