andrey Tue Jun 16 18:00:01 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/mysqlnd mysqlnd_ps.c
Log:
MFH: C-comments
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd_ps.c?r1=1.3.2.28&r2=1.3.2.29&diff_format=u
Index: php-src/ext/mysqlnd/mysqlnd_ps.c
diff -u php-src/ext/mysqlnd/mysqlnd_ps.c:1.3.2.28
php-src/ext/mysqlnd/mysqlnd_ps.c:1.3.2.29
--- php-src/ext/mysqlnd/mysqlnd_ps.c:1.3.2.28 Tue Jun 16 09:15:38 2009
+++ php-src/ext/mysqlnd/mysqlnd_ps.c Tue Jun 16 18:00:00 2009
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: mysqlnd_ps.c,v 1.3.2.28 2009/06/16 09:15:38 andrey Exp $ */
+/* $Id: mysqlnd_ps.c,v 1.3.2.29 2009/06/16 18:00:00 andrey Exp $ */
#include "php.h"
#include "mysqlnd.h"
#include "mysqlnd_wireprotocol.h"
@@ -871,7 +871,7 @@
result->meta->fields[i].max_length = Z_STRLEN_P(data);
}
stmt->result_bind[i].zv->value
= data->value;
- // copied data, thus also the
ownership. Thus null data
+ /* copied data, thus also the
ownership. Thus null data */
ZVAL_NULL(data);
}
}
@@ -1047,7 +1047,7 @@
result->meta->fields[i].max_length = Z_STRLEN_P(data);
}
stmt->result_bind[i].zv->value
= data->value;
- // copied data, thus also the
ownership. Thus null data
+ /* copied data, thus also the
ownership. Thus null data */
ZVAL_NULL(data);
}
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php