Yesterday, I encountered a problem with the sourcecodecompilePHP extension in linux. It is not completely involved. Please also advise that apachemysqlphp has been compiled and installed, and the PHP program can also be executed ,, when you run a PHP file, the message "mbstring" is also used without this extension... "is displayed... yesterday, I encountered a problem with the source code compile PHP extension in linux. I have not been fully involved. Please give me some advice.
Apache mysql php has been compiled and installed, and the PHP program can also be executed. When a php file is run, the message "mbstring does not have this extension" is displayed.
Also, use phpize configure make install to compile and install the SDK. Go to the PHP installation directory and check it, mbstring. so is indeed compiled to the php install path \ extendsion directory, php. in ini, mbstring is also enabled. so, in gnome-terminal run PHP-m, that is, there is no mbstring. so this extension, restart apache, through PHP phpinfo (); also does not load mbstring. so this extension ....
Where does this problem occur? For more information, see debian linuxapache 2.4.6mysql 5.6php 5.5.4.
Reply content:
Yesterday, I encountered a problem with the source code compile PHP extension in linux. I have not been fully involved. Please give me some advice.
Apache mysql php has been compiled and installed, and the PHP program can also be executed. When a php file is run, the message "mbstring does not have this extension" is displayed.
Also, use phpize configure make install to compile and install the SDK. Go to the PHP installation directory and check it, mbstring. so is indeed compiled to the php install path \ extendsion directory, php. in ini, mbstring is also enabled. so, in gnome-terminal run PHP-m, that is, there is no mbstring. so this extension, restart apache, through PHP phpinfo (); also does not load mbstring. so this extension ....
Where does this problem occur? For more information, see debian linuxapache 2.4.6mysql 5.6php 5.5.4.
Lookphpinfo()
InsideConfiguration File (php.ini) Path
Is your modified php. ini,extension_dir
Whether it is the location of mbstring. so.
Solved the problem. extendsion_dir = the problem directory is not fully written. The directory generated automatically by PHP is not included in the directory in the "eye" period. a lamp integrated environment is found, and all PHPINFO files are printed, the two checks show that the method is stupid.