Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

认领17章 #18

Open
zhangwenjie opened this issue Nov 25, 2012 · 14 comments
Open

认领17章 #18

zhangwenjie opened this issue Nov 25, 2012 · 14 comments

Comments

@zhangwenjie
Copy link

认领17章 Configuration and Linking。

请审核

@laruence
Copy link
Collaborator

赞~

@walu
Copy link
Owner

walu commented Nov 26, 2012

迟来的祝贺,后面的几章终于有人开工了。

@walu
Copy link
Owner

walu commented Nov 26, 2012

不应该叫祝贺,,用词不当。和鸟哥一样,赞!

@Yi-Lyu
Copy link

Yi-Lyu commented Nov 26, 2012

恭喜

From my phone. :)

在 2012-11-26,10:21,"walu" [email protected] 写道:

迟来的祝贺,后面的几章终于有人开工了。


Reply to this email directly or view it on GitHub.

@zxcvdavid
Copy link
Contributor

么么踹..

在 2012-11-26,上午10:22,walu [email protected] 写道:

不应该叫祝贺,,用词不当。和鸟哥一样,赞!


Reply to this email directly or view it on GitHub.

@nkysg
Copy link
Contributor

nkysg commented Dec 12, 2012

有些章节某些地方有错误

@walu
Copy link
Owner

walu commented Dec 12, 2012

哪一些,烦请指正。

@zhangwenjie
Copy link
Author

可否建立个群或邮件组?有些内容或组织方式可以讨论一下。
比如,我对怎么建议md文件不是很懂。
谢谢!

Date: Tue, 11 Dec 2012 19:02:57 -0800
From: [email protected]
To: [email protected]
CC: [email protected]
Subject: Re: [phpbook] 认领17章 (#18)

哪一些,烦请指正。

          —

          Reply to this email directly or view it on GitHub.

@zxcvdavid
Copy link
Contributor

你可以多看一下前面章节关于MD的使用,很简单的。

@walu
Copy link
Owner

walu commented Dec 20, 2012

PHP扩展开发及内核应用QQ群:246829480

此外推荐风花雪月群——YAF1群:5134185 o(∩∩)o...哈哈
谢谢。

@nkysg
Copy link
Contributor

nkysg commented Dec 20, 2012

... ...
@@ -72,6 +72,7 @@ ZEND_GET_MODULE(walu)
72 72
根据我们平时的开发习惯,应该不会把所有代码都写在这一个文件里的,我们需要把上述代码放在两个文件里,一个头文件,一个c文件。
73 73

74   74 
 //php_walu.h
     75 
+#ifndef WALU_H
75   76 
 #define WALU_H
76   77 

77   78 
 //加载config.h,如果配置了的话

@nkysg
Copy link
Contributor

nkysg commented Dec 20, 2012

Update 8.1.md
C语言编译错误
... ...
@@ -20,11 +20,11 @@ zval **args = safe_emalloc(ZEND_NUM_ARGS(), sizeof(zval*), 0);
20 20
链表也是一种经常被使用的一种数据结构。链表中的每一个元素都至少有两个元素,一个指向它的下一个元素,一个用来存放它自己的数据,就像下面定义的那样:
21 21

22   22 
 typedef struct _namelist namelist;
23      
-struct
     23 
+struct _namelist
24   24 
 {
25   25 
   struct _namelist *next;
26   26 
   char *name;
27      
-}_namelist;
     27 
+};
28   28 

29   29 

30 30
我们可以声明一个其类型的元素:

@nkysg
Copy link
Contributor

nkysg commented Dec 20, 2012

这些都是我自己实验的时候发现的

@walu
Copy link
Owner

walu commented Dec 20, 2012

亲,fork然后pr回来阿

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants