File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ if (PHP_MYSQLND != "no") {
37
37
AC_DEFINE ( "MYSQLND_COMPRESSION_ENABLED" , 1 , "Define to 1 if mysqlnd has compressed protocol support." ) ;
38
38
AC_DEFINE ( "MYSQLND_SSL_SUPPORTED" , 1 , "Define to 1 if mysqlnd core SSL is enabled." ) ;
39
39
if ( CHECK_LIB ( "crypt32.lib" , "mysqlnd" ) ) {
40
- AC_DEFINE ( "MYSQLND_HAVE_SSL" , 1 , "Define to 1 if mysqlnd extended SSL is enabled through OpenSSL ." ) ;
40
+ AC_DEFINE ( "MYSQLND_HAVE_SSL" , 1 , "Define to 1 if mysqlnd extended SSL is enabled through a system library ." ) ;
41
41
ADD_EXTENSION_DEP ( 'mysqlnd' , 'hash' ) ;
42
42
}
43
43
}
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ if test "$PHP_MYSQLND" != "no" || test "$PHP_MYSQLND_ENABLED" = "yes"; then
66
66
AS_VAR_IF ( [ PHP_MYSQLND_SSL] , [ no] ,,
67
67
[ PHP_SETUP_OPENSSL([ MYSQLND_SHARED_LIBADD] , [
68
68
AC_DEFINE ( [ MYSQLND_HAVE_SSL] , [ 1] ,
69
- [ Define to 1 if mysqlnd extended SSL is enabled through OpenSSL .] )
69
+ [ Define to 1 if mysqlnd extended SSL is enabled through a system library .] )
70
70
PHP_ADD_EXTENSION_DEP(mysqlnd, hash)
71
71
] )] )
72
72
You can’t perform that action at this time.
0 commit comments