一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

快速開發(fā)一個PHP擴展圖文教程

需求:比如開發(fā)一個叫做 heiyeluren 的擴展,擴展里就一個函數(shù) heiyeluren_test(),輸入一個字符串,函數(shù)返回:Your input string: xxxxx。
要求:了解C/C++編程,熟悉php編程
環(huán)境:下載一份php對應版本的源碼,我這里是 php-5.2.6,先正常安裝php,假設我們的php安裝在 /usr/local/php 目錄,源碼在 /root/soft/php/php-5.2.6/,現(xiàn)在開始!
步驟一:生成擴展框架


cd /root/soft/php/php-5.2.6/ext
./ext_skel --extname=heiyeluren
cd /root/soft/php/php-5.2.6/ext/heiyeluren
vi config.m4
打開文件后去掉 dnl ,獲得下面的信息:
php_ARG_ENABLE(heiyeluren, whether to enable heiyeluren support,
[  --enable-heiyeluren           Enable heiyeluren support])
保存退出.
(圖01)

 

 

第二步:編寫代碼

vi php_heiyeluren.h
找到:php_FUNCTION(confirm_heiyeluren_compiled); ,新增一行:
php_FUNCTION(heiyeluren_test);
保存退出。
(圖02)


vi heiyeluren.c
數(shù)組里增加我們的函數(shù),找到 zend_function_entry heiyeluren_functions[],增加:
php_FE(heiyeluren, NULL)
(圖03)

 

再到 heiyeluren.c 文件最后面增加如下代碼:
php_FUNCTION(heiyeluren_test)
{
    char *arg = NULL;
    int arg_len, len;
    char *strg;

    if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &arg, &arg_len) == FAILURE) {
        return;
    }

    len = spprintf(&strg, 0, "Your input string: %s/n", arg);
    RETURN_STRINGL(strg, len, 0);
}
保存退出。
(圖04)

 

 

 

第三步:編譯安裝

cd /root/soft/php/php-5.2.6/ext/heiyeluren
/usr/local/php/bin/phpize
./configure --with-php-config=/usr/local/php/bin/php-config
make
make test
make install

現(xiàn)在看看是不是有個 /usr/local/php/lib/php/extensions/no-debug-non-zts-20060613/heiyeluren.so
編輯php.ini,把擴展加入進去:
vi /usr/local/php/lib/php.ini
在[php]模塊下增加:
extension = heiyeluren.so
保存退出。
(圖05)

 

注意:如果你不存在擴展文件目錄,或者安裝報錯,那么可以自行建立這個目錄,然后把擴展拷貝到目錄下,然后記得把 php.ini 文件中的 extension_dir 修改為該目錄:
extension_dir = "/usr/local/php/lib/php/extensions/no-debug-non-zts-20060613/"
(圖06)

 

 

第四步:檢查安裝結(jié)果
現(xiàn)在看看模塊加載了沒有:
/usr/local/php/bin/php -m,應該會打印出:
[php Modules]
...
heiyeluren
...
[Zend Modules]


然后重啟apache,輸出 phpinfo() ,應該能夠看到:
heiyeluren
heiyeluren support enabled
(圖07)

 

看看函數(shù)是否存在并且調(diào)用,在web目錄下建立:heiyeluren.php
<?php
echo "<pre>";
print_r(get_loaded_extensions());
print_r(get_extension_funcs('heiyeluren'));
echo heiyeluren_test('My first php extension');
echo "</pre>";
?>
訪問apache,應該能夠看到:
Array
(
    ...
    [33] => heiyeluren
)
Array
(
    [0] => confirm_heiyeluren_compiled
    [1] => heiyeluren_test
)
Your input string: heiyeluren
(圖08)


擴展制作成功!

php技術快速開發(fā)一個PHP擴展圖文教程,轉(zhuǎn)載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 99成人在线视频 | 一本色道久久88综合亚洲精品高清 | 婷婷影院在线综合免费视频 | 色妹子影院 | 国产精品色午夜视频免费看 | 国产农村乱子伦精品视频 | 欧美成人全部免费观看1314色 | 一本久道久久综合 | 五月婷婷小说 | 激情婷婷成人亚洲综合 | 久久精品国产夜色 | 网红毛片 | 欧美日韩亚洲精品国产色 | 免费激情小视频 | 91大夯在线观看手机观看 | 久婷婷| 国产成人精品日本亚洲网址 | 一级片美女| 久久综合久久久久 | 男人猛桶女人下面视频国产 | 91久久精品一区二区 | 国产欧美国产精品第二区 | 91精品啪在线观看国产日本 | 污视频免费在线播放 | 性欧美一区 | 国产精品自在线拍国产 | 91免费视频国产 | 四虎免费入口 | 四虎国产一区二区三区 | 一级韩国aa毛片免费观看 | 色哟哟网站在线观看 | 色视频网址 | 色婷婷精品视频 | 久久九九亚洲精品 | 久久成人永久免费播放 | 91在线公开视频 | 99国产成人精品2021 | 国内一级特黄女人精品毛片 | 国产欧美在线观看精品一区二区 | 成人十八影院在线观看 | 亚洲免费福利视频 |