[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] com pecl/database/mysql: Fixed comptibility with PHP master branch: =?UTF-8?Q?php=5Fmysql
From:       Dmitry Stogov <dmitry () php ! net>
Date:       2017-12-27 12:21:13
Message-ID: php-mail-8cfffbd70a9961a827f1af5817b2ec38252895099 () git ! php ! net
[Download RAW message or body]

Commit:    24d32a0c18f078632b6010496aa54e6fdb4d1ff1
Author:    Dmitry Stogov <dmitry@zend.com>         Wed, 27 Dec 2017 15:21:13 +0300
Parents:   fae9884a6de5032726ae959acf0e1cf27c5930cc
Branches:  master

Link:       http://git.php.net/?p=pecl/database/mysql.git;a=commitdiff;h=24d32a0c18f078632b6010496aa54e6fdb4d1ff1


Log:
Fixed comptibility with PHP master branch

Changed paths:
  M  php_mysql.c


Diff:
diff --git a/php_mysql.c b/php_mysql.c
index 4766e7d..c49ef1c 100644
--- a/php_mysql.c
+++ b/php_mysql.c
@@ -2287,7 +2287,9 @@ static void php_mysql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, \
zend_long result_  }
 			}
 
+#if PHP_VERSION_ID < 70300
 			fcc.initialized = 1;
+#endif
 			fcc.function_handler = ce->constructor;
 #if PHP_VERSION_ID < 70100
 			fcc.calling_scope = EG(scope);


--
PECL CVS Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic