ID: 15916 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Documentation problem PHP Version: 4.1.2 New Comment:
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2002-03-06 15:58:50] [EMAIL PROTECTED] http://www.php.net/manual/en/zend.creating.php#zend.creating.compiling there are a compile command on Chapter 28. Creating Extensions. I just test the sample code, compile it will use gcc -fpic -DCOMPILE_DL=1 -I/usr/local/include -I.. -I../.. -I../../main -I../../Zend -I../../TSRM -c -o <your_object_file> <your_c_file> on php_root_path/ext/module_path/ to compile ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=15916&edit=1 -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php