]> granicus.if.org Git - php/commit
- Moved mysqnd to it's own directory: It is sort of an extension itself.
authorJani Taskinen <jani@php.net>
Wed, 25 Jul 2007 23:47:33 +0000 (23:47 +0000)
committerJani Taskinen <jani@php.net>
Wed, 25 Jul 2007 23:47:33 +0000 (23:47 +0000)
commitf3c2a33f4232b60b67e584ad94aeea3c3f8f7cf4
tree4bef837b820227aafd16043ef700601588d9ac23
parente0849ab010c287912986698230cb02ef74bddfb8
- Moved mysqnd to it's own directory: It is sort of an extension itself.
  (Similar to what ext/libxml is..)
38 files changed:
acinclude.m4
ext/mysql/config.m4
ext/mysql/config.w32
ext/mysql/mysql_mysqlnd.h
ext/mysql/package.xml
ext/mysql/php_mysql.h
ext/mysqli/config.m4 [moved from ext/mysqli/config9.m4 with 58% similarity]
ext/mysqli/config.w32
ext/mysqli/mysqli_mysqlnd.h
ext/mysqli/php_mysqli.h
ext/mysqli/php_mysqli_structs.h
ext/mysqlnd/CREDITS [new file with mode: 0644]
ext/mysqlnd/config-win.h [moved from ext/mysqli/mysqlnd/config-win.h with 100% similarity]
ext/mysqlnd/config.w32 [new file with mode: 0644]
ext/mysqlnd/config9.m4 [new file with mode: 0644]
ext/mysqlnd/mysqlnd.c [moved from ext/mysqli/mysqlnd/mysqlnd.c with 99% similarity]
ext/mysqlnd/mysqlnd.h [moved from ext/mysqli/mysqlnd/mysqlnd.h with 99% similarity]
ext/mysqlnd/mysqlnd_charset.c [moved from ext/mysqli/mysqlnd/mysqlnd_charset.c with 100% similarity]
ext/mysqlnd/mysqlnd_charset.h [moved from ext/mysqli/mysqlnd/mysqlnd_charset.h with 100% similarity]
ext/mysqlnd/mysqlnd_enum_n_def.h [moved from ext/mysqli/mysqlnd/mysqlnd_enum_n_def.h with 100% similarity]
ext/mysqlnd/mysqlnd_libmysql_compat.h [moved from ext/mysqli/mysqlnd/mysqlnd_libmysql_compat.h with 100% similarity]
ext/mysqlnd/mysqlnd_loaddata.c [moved from ext/mysqli/mysqlnd/mysqlnd_loaddata.c with 100% similarity]
ext/mysqlnd/mysqlnd_palloc.c [moved from ext/mysqli/mysqlnd/mysqlnd_palloc.c with 100% similarity]
ext/mysqlnd/mysqlnd_palloc.h [moved from ext/mysqli/mysqlnd/mysqlnd_palloc.h with 100% similarity]
ext/mysqlnd/mysqlnd_portability.h [moved from ext/mysqli/mysqlnd/portability.h with 97% similarity]
ext/mysqlnd/mysqlnd_priv.h [moved from ext/mysqli/mysqlnd/mysqlnd_priv.h with 100% similarity]
ext/mysqlnd/mysqlnd_ps.c [moved from ext/mysqli/mysqlnd/mysqlnd_ps.c with 100% similarity]
ext/mysqlnd/mysqlnd_ps_codec.c [moved from ext/mysqli/mysqlnd/mysqlnd_ps_codec.c with 100% similarity]
ext/mysqlnd/mysqlnd_qcache.c [moved from ext/mysqli/mysqlnd/mysqlnd_qcache.c with 100% similarity]
ext/mysqlnd/mysqlnd_result.c [moved from ext/mysqli/mysqlnd/mysqlnd_result.c with 100% similarity]
ext/mysqlnd/mysqlnd_result.h [moved from ext/mysqli/mysqlnd/mysqlnd_result.h with 100% similarity]
ext/mysqlnd/mysqlnd_result_meta.c [moved from ext/mysqli/mysqlnd/mysqlnd_result_meta.c with 100% similarity]
ext/mysqlnd/mysqlnd_result_meta.h [moved from ext/mysqli/mysqlnd/mysqlnd_result_meta.h with 100% similarity]
ext/mysqlnd/mysqlnd_statistics.c [moved from ext/mysqli/mysqlnd/mysqlnd_statistics.c with 100% similarity]
ext/mysqlnd/mysqlnd_statistics.h [moved from ext/mysqli/mysqlnd/mysqlnd_statistics.h with 100% similarity]
ext/mysqlnd/mysqlnd_wireprotocol.c [moved from ext/mysqli/mysqlnd/mysqlnd_wireprotocol.c with 100% similarity]
ext/mysqlnd/mysqlnd_wireprotocol.h [moved from ext/mysqli/mysqlnd/mysqlnd_wireprotocol.h with 100% similarity]
ext/mysqlnd/php_mysqlnd.h [moved from ext/mysqli/mysqlnd/php_mysqlnd.h with 100% similarity]