php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #15916 wrong compile command sample on Chapter 28. Creating Extensions
Submitted: 2002-03-06 15:58 UTC Modified: 2002-07-01 18:11 UTC
From: yorgo at 163 dot net Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: 4.1.2 OS:
Private report: No CVE-ID: None
 [2002-03-06 15:58 UTC] yorgo at 163 dot net
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-01 18:11 UTC] jan@php.net
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.



 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 13:01:30 2024 UTC