crazy p to a

ubuntu 6.0.6  Apache/2.2.4 

PHP Version 5.2.0

sudo  ./configure --prefix=/srv/ark/app/apache/ --enable-module=so
sudo make;sudo  make install
httpd start
it's ok
sudo/configure --prefix=/srv/ark/app/php/ --with-apxs2=/srv/ark/app/apache/bin/apxs --with-mysql-dir=/usr/local/mysql--with-libxml=/srv/ark/app/xml/ --with-zlib --with-zlib-dri=/srv/ark/app/zlib/
sudo make ;sudo make install
cp  php.ini-dist  /usr/local/lib/php.ini
vi /srv/ark/app/apache/conf/httpd.conf
AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php .php .phtml
index.php ===add
so
httpd start  ====it's ok too..!!!!!!
and
vi /srv/ark/app/apache/htdocs/test.php
<?phpinfo();?>
http://127.0.0.1/test.php
it's ok....
so my config file is nice!!!!
but
on radhat as4 2.6.19 kernels......i has do it follow last list ,,,it'failed/////
i'm crazy to load "fuck!"
 so do it again tmr!!!!
/******************
zend_init_string
查阅了PHPcode 发现zend_init_sting
是空函数....是个扩展...

你可能感兴趣的:(crazy p to a)