|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-03-13 16:15 UTC] rashid at ds dot pg dot gda dot pl
[2006-03-15 09:48 UTC] keke at keke dot dk
[2006-03-25 07:17 UTC] cherry_avium at yahoo dot com
[2006-03-25 07:48 UTC] php at hristov dot com
[2006-03-25 11:58 UTC] cherry_avium at yahoo dot com
[2006-04-09 12:28 UTC] bm_bkm at yahoo dot com
[2006-04-09 14:27 UTC] php at hristov dot com
[2006-04-12 11:02 UTC] bm_bkm at yahoo dot com
[2016-07-04 11:44 UTC] cmb@php.net
-Status: Open
+Status: Feedback
-Assigned To:
+Assigned To: cmb
[2016-07-04 11:44 UTC] cmb@php.net
[2016-07-04 12:58 UTC] pavlos at psychology dot gr
[2016-07-04 13:17 UTC] cmb@php.net
-Status: Feedback
+Status: Closed
[2016-07-04 13:17 UTC] cmb@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 06:00:02 2025 UTC |
Description: ------------ Hello! I am trying to install stats. When I restart Apache I get the error: PHP Warning: Unknown(): Invalid library (maybe not a PHP library) 'stats.so' in Unknown on line 0 I have tried to install with "pear install stats". Then I tried to install manually from CVS (phpize et al.). The error remains the same. I have tried both dl('stats.so') or extension=stats.so in php.ini. The error is either displayed or written in the apache error log. Some info (could be irrelevant): gcc -v gcc version 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8) Reproduce code: --------------- pear install stats echo "<?php dl('stats.so'); ?>" |php Expected result: ---------------- nothing Actual result: -------------- Warning: dl(): Invalid library (maybe not a PHP library) 'stats.so' in - on line 1