PHP

php5 w/ apache2

PHP

/etc/httpd/conf.d/php.confにてlibphp4.soの代わりにlibphp5.soをロードするように変更。

php5 installation on fedora core

php

./configure --with-zlib --with-gd --with-jpeg-dir --with-png-dir --with-pgsql --with-apxs2=/usr/sbin/apxs --enable-ftp --with-readline --enable-mbstring --with-xsl --enable-wddx --with-curl --with-xmlrpc --enable-gd-native-ttf --with-ttf -…

php+xsltをMacOSXでcompile時にエラーが出る(perl-4.3.8)

PHP

ld: Undefined symbols: std::terminate() vtable for __cxxabiv1::__class_type_info vtable for __cxxabiv1::__si_class_type_info vtable for __cxxabiv1::__vmi_class_type_info operator delete(void*) operator delete(void*) operator new(unsigned l…

ファイルのアップロード

php

http://php.s3.to/man/features.file-upload.html

exec()等で外部プログラムを呼ぶ

php

/var/www/cgi-bin/にプログラムをおく(apacheの設定次第)

dl()でライブラリをロード

php

http://jp2.php.net/dl http://www.php.net/manual/en/zend.creating.php