com php-src: rename a constant - old name to new name: ext/mysqli/mysqli_priv.h

From: Date: Tue, 06 May 2014 08:36:03 +0000
Subject: com php-src: rename a constant - old name to new name: ext/mysqli/mysqli_priv.h
Groups: php.cvs 
Request: Send a blank email to php-cvs+get-78121@lists.php.net to get a copy of this message
Commit:    1a293e6bd9237e8dacc3ca4aec26e1a188466633
Author:    Andrey Hristov <andrey@php.net>         Tue, 6 May 2014 11:36:03 +0300
Parents:   94231ac454e112feadb6447cbfbb8a479add70cc
Branches:  PHP-5.6 master

Link:       http://git.php.net/?p=php-src.git;a=commitdiff;h=1a293e6bd9237e8dacc3ca4aec26e1a188466633

Log:
rename a constant - old name to new name

Changed paths:
  M  ext/mysqli/mysqli_priv.h


Diff:
diff --git a/ext/mysqli/mysqli_priv.h b/ext/mysqli/mysqli_priv.h
index e28caeb..b1bfb56 100644
--- a/ext/mysqli/mysqli_priv.h
+++ b/ext/mysqli/mysqli_priv.h
@@ -118,7 +118,7 @@ PHP_MYSQLI_EXPORT(zend_object_value) mysqli_objects_new(zend_class_entry * TSRML
 #else
 /* libmysql */
 #define MYSQLI_ASYNC	 	0
-#define MYSQLI_STORE_RESULT_OFS	0
+#define MYSQLI_STORE_RESULT_COPY_DATA	0
 #endif
 
 /* for mysqli_fetch_assoc */



Thread (1 message)

  • Andrey Hristov
« previous php.cvs (#78121) next »