From:             noahg at wpbc dot net
Operating system: Linux
PHP version:      4CVS-2003-06-05 (stable)
PHP Bug Type:     Compile Failure
Bug description:  2 problems with MCVE extension, with fixes

The MCVE extension has two minor problems:

1. It will not compile as a shared library due to ext/mcve/mcve.c line
144:
ZEND_GET_MODULE(mcve)
should be:
ZEND_GET_MODULE(php_mcve)

2. The test is broken due to ext/mcve/tests/001.phpt line 4:
if (!extension_loaded("MCVE")) print "skip";
should be:
if (!extension_loaded("mcve")) print "skip";

I'm working on a very slow machine and cannot follow the patch
instructions... I hope this is enough for someone to fix the problem /
submit a patch. If this is the wrong place to submit this problem, let me
know.

Thanks,
Noah Gintis.
-- 
Edit bug report at http://bugs.php.net/?id=24051&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24051&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24051&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24051&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24051&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24051&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24051&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24051&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24051&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24051&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24051&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24051&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24051&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24051&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24051&r=gnused

Reply via email to