Tiny Core Extensions > TCE 3.x

apache2-mod-php5

(1/2) > >>

Jason W:
Thanks to Robert Schumann for:


--- Code: ---Title: apache2-mod-php5.tcz
Description: php5 - Apache 2 module and extensions
Version: 5.3.2
Author: Various
Original-site: http://www.php.net
Copying-policy: GPL (see /usr/local/share/doc/License/apache2-mod-php5.txt)
Size: 2.2M
Extension_by: Robert Schumann
Comments: For use with apache2.tcz extension. This extension does not depend on php5.tcz, nor are they related.
Suhosin extension is included.
Edit /usr/local/apache2/conf/php5/php.ini to your needs and add to backup.
Do the same with the extension configuration files in /usr/local/apache2/conf/php5/extensions/.
Add the following to your httpd.conf:

LoadModule php5_module modules/mod_php5.so
<IfModule php5_module>
    AddType application/x-httpd-php .php
</IfModule>

Then restart your server. For included extensions you need special
additional libraries:

usr/local/lib/php/extensions/no-debug-zts-20090626/bz2.so bzip2-lib.tcz
usr/local/lib/php/extensions/no-debug-zts-20090626/curl.so curl.tcz
usr/local/lib/php/extensions/no-debug-zts-20090626/gd.so libgd.tcz
usr/local/lib/php/extensions/no-debug-zts-20090626/gettext.so gettext.tcz
usr/local/lib/php/extensions/no-debug-zts-20090626/gmp.so gmp.tcz
usr/local/lib/php/extensions/no-debug-zts-20090626/iconv.so libiconv.tcz
usr/local/lib/php/extensions/no-debug-zts-20090626/ldap.so libldap.tcz
usr/local/lib/php/extensions/no-debug-zts-20090626/mcrypt.so libmcrypt.tcz
usr/local/lib/php/extensions/no-debug-zts-20090626/mysql.so mysql.tcz
usr/local/lib/php/extensions/no-debug-zts-20090626/mysqli.so mysql.tcz
usr/local/lib/php/extensions/no-debug-zts-20090626/openssl.so openssl-0.9.8.tcz
usr/local/lib/php/extensions/no-debug-zts-20090626/pdo_mysql.so mysql.tcz
usr/local/lib/php/extensions/no-debug-zts-20090626/pdo_sqlite.so sqlite3.tcz
usr/local/lib/php/extensions/no-debug-zts-20090626/readline.so readline.tcz
usr/local/lib/php/extensions/no-debug-zts-20090626/sqlite3.so sqlite3.tcz

    ---
This extension is PPI compatible.
This extension uses recursion for dependencies and requires tinycore >= 2.10.
Change-log:
Current: 2010/05/30 Initial version 5.3.2


--- End code ---

StXh:
Can't load pdo_mysql.so.
If I add this extension, httpd will hung

gutmensch:
Confirmed... mysql and mysqli are working. Gotta check against the compile...

gutmensch:
Error seems to be fixed, new version is in upstream... ;-)

StXh:
Thank you. It worked well!  :)

Navigation

[0] Message Index

[#] Next page

Go to full version