]> granicus.if.org Git - php/commit
Use zend_string to represent pdo_column_data.name and avoid duplication.
authorDmitry Stogov <dmitry@zend.com>
Tue, 5 May 2015 13:19:51 +0000 (16:19 +0300)
committerDmitry Stogov <dmitry@zend.com>
Tue, 5 May 2015 13:19:51 +0000 (16:19 +0300)
commit70c86732cb14bad0b2539a54c16e8e845f740117
tree102cc8c5265f03b4f0bbd28cd13f29a101893480
parent275afbacd11c2f4d0dac7d450ffdf500d5eab104
Use zend_string to represent pdo_column_data.name and avoid duplication.
Zend/zend_API.c
Zend/zend_API.h
ext/pdo/pdo_stmt.c
ext/pdo/php_pdo_driver.h
ext/pdo_dblib/dblib_stmt.c
ext/pdo_firebird/firebird_statement.c
ext/pdo_mysql/mysql_statement.c
ext/pdo_oci/oci_statement.c
ext/pdo_odbc/odbc_stmt.c
ext/pdo_pgsql/pgsql_statement.c
ext/pdo_sqlite/sqlite_statement.c