Warning: Function registration failed - duplicate name - databay_microcode_decrypt in /usr/web/www.my-server.nl/docs/test.php on line 2
Warning: Function registration failed - duplicate name - databay_microcode_include in /usr/web/www.my-server.nl/docs/test.php on line 2
Warning: microcode: Unable to register functions, unable to load in Unknown on line 0
i get this when i run test.php:
<? dl("microcode.so"); phpinfo(); ?>
my php configure tag:
'./configure' '--prefix=/usr/local/php' '--with-apxs=/usr/local/apache/bin/apxs' '--with-config-file-path=/usr/local/apache/conf' '--with-mysql=/usr/local/mysql' '--with-imap=../imap' '--with-zlib-dir=../zlib' '--with-gd' '--with-png-dir=../libpng' '--with-jpeg-dir=../jpeg' '--with-openssl' '--enable-sockets' '--enable-shmop' '--enable-ftp' '--enable-xml' '--enable-track-vars' '--enable-magic-quotes' '--with-curl-dir=/usr/local/curl' '--with-system-regex' '--with-freetype-dir=/usr/src/freetype-2.0.6' '--with-ttf' '--enable-bcmatch' '--with-pdflib' '--with-sablot=/usr/src/Sablot-0.71' '--with-microcode=shared' '--enable-gd-native-ttf'
Looks like you loaded the microcode.so module twice...
Log in to post a comment.
Warning: Function registration failed - duplicate name - databay_microcode_decrypt in /usr/web/www.my-server.nl/docs/test.php on line 2
Warning: Function registration failed - duplicate name - databay_microcode_include in /usr/web/www.my-server.nl/docs/test.php on line 2
Warning: microcode: Unable to register functions, unable to load in Unknown on line 0
i get this when i run test.php:
<?
dl("microcode.so");
phpinfo();
?>
my php configure tag:
'./configure' '--prefix=/usr/local/php' '--with-apxs=/usr/local/apache/bin/apxs' '--with-config-file-path=/usr/local/apache/conf' '--with-mysql=/usr/local/mysql' '--with-imap=../imap' '--with-zlib-dir=../zlib' '--with-gd' '--with-png-dir=../libpng' '--with-jpeg-dir=../jpeg' '--with-openssl' '--enable-sockets' '--enable-shmop' '--enable-ftp' '--enable-xml' '--enable-track-vars' '--enable-magic-quotes' '--with-curl-dir=/usr/local/curl' '--with-system-regex' '--with-freetype-dir=/usr/src/freetype-2.0.6' '--with-ttf' '--enable-bcmatch' '--with-pdflib' '--with-sablot=/usr/src/Sablot-0.71' '--with-microcode=shared' '--enable-gd-native-ttf'
Looks like you loaded the microcode.so module twice...