Date: 07/20/99
- Next message: bfranklin <email protected>: "[PHP-DEV] Bug #1755: base64_decode uses inefficient algorithm"
- Previous message: joey <email protected>: "[PHP-DEV] Bug #1753: httpd segfaults when compiled --with-mysql"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
i know that with php3 there was a hack to use extension-specific files
in the functions directory to compile modules.
the following works
gcc -shared -fPIC -DCOMPILE_DL=1 -I. -I/usr/include/apache
-I/usr/include/mysql -o mysql.so ./ext/mysql/mysql.c -lmysqlclient -lc
-L/usr/lib/mysql -Ilibzend
although i haven't tested the compiled mysql.so module yet.
is there a cleaner way to do this? if i missed any pointers in the php4
distribution, please let me know.
--sasha
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: bfranklin <email protected>: "[PHP-DEV] Bug #1755: base64_decode uses inefficient algorithm"
- Previous message: joey <email protected>: "[PHP-DEV] Bug #1753: httpd segfaults when compiled --with-mysql"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

