Hi all.
My development environment:
Linux - Linux localhost.localdomain 2.6.9-42.
apache:2.2.4
php:5.2.3
I wrote a php extension hello.
when i make test it show me:
PHP Warning: Module 'hello' already loaded in Unknown on line 0
PHP Warning: Module 'hello' already loaded in Unknown on line 0
I check the php.ini , there is just one line extension=hello.so.
I delete extension=hello.so in php.ini, then make test successfully, but the hello module isn't loaded by webserver process.
What should i do?