]> git.pld-linux.org Git - packages/php-pecl-tcpwrap.git/blob - branch.diff
add branch.diff, fixes build on php 5.5
[packages/php-pecl-tcpwrap.git] / branch.diff
1 Index: package.xml
2 ===================================================================
3 --- package.xml (.../tags/RELEASE_1_1_3)
4 +++ package.xml (.../trunk)
5
6 Property changes on: package.xml
7 ___________________________________________________________________
8 Deleted: svn:mime-type
9 ## -1 +0,0 ##
10 -application/xml
11 \ No newline at end of property
12 Index: tcpwrap.c
13 ===================================================================
14 --- tcpwrap.c   (.../tags/RELEASE_1_1_3)
15 +++ tcpwrap.c   (.../trunk)
16 @@ -39,7 +39,7 @@
17   *
18   * Every user visible function must have an entry in tcpwrap_functions[].
19   */
20 -function_entry tcpwrap_functions[] = {
21 +zend_function_entry tcpwrap_functions[] = {
22         PHP_FE(tcpwrap_check,   NULL)           /* For testing, remove later. */
23         {NULL, NULL, NULL}      /* Must be the last line in tcpwrap_functions[] */
24  };
This page took 0.058083 seconds and 3 git commands to generate.