]> git.pld-linux.org Git - packages/php.git/blob - mysqlnd-shared.patch
This commit was manufactured by cvs2git to create branch 'DEVEL'.
[packages/php.git] / mysqlnd-shared.patch
1 --- php-5.4.0alpha2/ext/mysqlnd/config9.m4~     2011-03-23 19:14:28.000000000 +0200
2 +++ php-5.4.0alpha2/ext/mysqlnd/config9.m4      2011-08-07 12:45:42.205921715 +0300
3 @@ -28,7 +28,7 @@
4    AC_DEFINE([MYSQLND_SSL_SUPPORTED], 1, [Enable SSL support])
5  
6    mysqlnd_sources="$mysqlnd_base_sources $mysqlnd_ps_sources"
7 -  PHP_NEW_EXTENSION(mysqlnd, $mysqlnd_sources, no)
8 +  PHP_NEW_EXTENSION(mysqlnd, $mysqlnd_sources, yes)
9    PHP_ADD_BUILD_DIR([ext/mysqlnd], 1)
10    PHP_INSTALL_HEADERS([ext/mysqlnd/])
11  fi
12 --- php-5.3.2/ext/mysqlnd/php_mysqlnd.c~        2010-01-20 19:09:28.000000000 +0200
13 +++ php-5.3.2/ext/mysqlnd/php_mysqlnd.c 2010-04-14 09:18:30.725599897 +0300
14 @@ -273,6 +273,9 @@
15  };
16  /* }}} */
17  
18 +#ifdef COMPILE_DL_MYSQLND
19 +ZEND_GET_MODULE(mysqlnd)
20 +#endif
21  
22  /*
23   * Local variables:
This page took 0.101648 seconds and 3 git commands to generate.