From:             [EMAIL PROTECTED]
Operating system: 
PHP version:      4.1.2
PHP Bug Type:     Documentation problem
Bug description:  wrong compile command sample on Chapter 28. Creating Extensions

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 bug report at http://bugs.php.net/?id=15916&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15916&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15916&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15916&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15916&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15916&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15916&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15916&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15916&r=submittedtwice

Reply via email to