]> granicus.if.org Git - php/commit
- Add libmysql to the tree
authorAndi Gutmans <andi@php.net>
Sat, 19 Feb 2000 10:10:46 +0000 (10:10 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 19 Feb 2000 10:10:46 +0000 (10:10 +0000)
commit0cda28f77bcea25a35b2d55ee1bb52c5fdb34f2a
tree11e6fbfcc15fe72ed98e6736d84b47ac9250fcc0
parentfe9abd3219b097e0c0f2c9106751d35b2bede2d6
- Add libmysql to the tree
83 files changed:
ext/mysql/libmysql/Makefile [new file with mode: 0644]
ext/mysql/libmysql/array.c [new file with mode: 0644]
ext/mysql/libmysql/bchange.c [new file with mode: 0644]
ext/mysql/libmysql/bmove.c [new file with mode: 0644]
ext/mysql/libmysql/bmove_upp.c [new file with mode: 0644]
ext/mysql/libmysql/config-win32.h [new file with mode: 0644]
ext/mysql/libmysql/configure.in [new file with mode: 0644]
ext/mysql/libmysql/ct_init.c [new file with mode: 0644]
ext/mysql/libmysql/ctype-latin1.c [new file with mode: 0644]
ext/mysql/libmysql/dbug.c [new file with mode: 0644]
ext/mysql/libmysql/dbug.h [new file with mode: 0644]
ext/mysql/libmysql/default.c [new file with mode: 0644]
ext/mysql/libmysql/errmsg.h [new file with mode: 0644]
ext/mysql/libmysql/errors.c [new file with mode: 0644]
ext/mysql/libmysql/global.h [new file with mode: 0644]
ext/mysql/libmysql/int2str.c [new file with mode: 0644]
ext/mysql/libmysql/is_prefix.c [new file with mode: 0644]
ext/mysql/libmysql/list.c [new file with mode: 0644]
ext/mysql/libmysql/longlong2str.c [new file with mode: 0644]
ext/mysql/libmysql/m_ctype.h [new file with mode: 0644]
ext/mysql/libmysql/m_string.h [new file with mode: 0644]
ext/mysql/libmysql/mf_casecnv.c [new file with mode: 0644]
ext/mysql/libmysql/mf_dirname.c [new file with mode: 0644]
ext/mysql/libmysql/mf_fn_ext.c [new file with mode: 0644]
ext/mysql/libmysql/mf_format.c [new file with mode: 0644]
ext/mysql/libmysql/mf_loadpath.c [new file with mode: 0644]
ext/mysql/libmysql/mf_pack.c [new file with mode: 0644]
ext/mysql/libmysql/mf_path.c [new file with mode: 0644]
ext/mysql/libmysql/mf_unixpath.c [new file with mode: 0644]
ext/mysql/libmysql/mf_wcomp.c [new file with mode: 0644]
ext/mysql/libmysql/mulalloc.c [new file with mode: 0644]
ext/mysql/libmysql/my_alarm.h [new file with mode: 0644]
ext/mysql/libmysql/my_alloc.c [new file with mode: 0644]
ext/mysql/libmysql/my_compress.c [new file with mode: 0644]
ext/mysql/libmysql/my_config.h [new file with mode: 0644]
ext/mysql/libmysql/my_create.c [new file with mode: 0644]
ext/mysql/libmysql/my_delete.c [new file with mode: 0644]
ext/mysql/libmysql/my_dir.h [new file with mode: 0644]
ext/mysql/libmysql/my_div.c [new file with mode: 0644]
ext/mysql/libmysql/my_error.c [new file with mode: 0644]
ext/mysql/libmysql/my_fopen.c [new file with mode: 0644]
ext/mysql/libmysql/my_getwd.c [new file with mode: 0644]
ext/mysql/libmysql/my_init.c [new file with mode: 0644]
ext/mysql/libmysql/my_list.h [new file with mode: 0644]
ext/mysql/libmysql/my_malloc.c [new file with mode: 0644]
ext/mysql/libmysql/my_messnc.c [new file with mode: 0644]
ext/mysql/libmysql/my_net.c [new file with mode: 0644]
ext/mysql/libmysql/my_net.h [new file with mode: 0644]
ext/mysql/libmysql/my_once.c [new file with mode: 0644]
ext/mysql/libmysql/my_open.c [new file with mode: 0644]
ext/mysql/libmysql/my_pthread.c [new file with mode: 0644]
ext/mysql/libmysql/my_pthread.h [new file with mode: 0644]
ext/mysql/libmysql/my_read.c [new file with mode: 0644]
ext/mysql/libmysql/my_realloc.c [new file with mode: 0644]
ext/mysql/libmysql/my_static.c [new file with mode: 0644]
ext/mysql/libmysql/my_static.h [new file with mode: 0644]
ext/mysql/libmysql/my_sys.h [new file with mode: 0644]
ext/mysql/libmysql/my_tempnam.c [new file with mode: 0644]
ext/mysql/libmysql/my_thr_init.c [new file with mode: 0644]
ext/mysql/libmysql/my_write.c [new file with mode: 0644]
ext/mysql/libmysql/mysql.h [new file with mode: 0644]
ext/mysql/libmysql/mysql_com.h [new file with mode: 0644]
ext/mysql/libmysql/mysql_version.h [new file with mode: 0644]
ext/mysql/libmysql/mysqld_error.h [new file with mode: 0644]
ext/mysql/libmysql/mysys_err.h [new file with mode: 0644]
ext/mysql/libmysql/mysys_priv.h [new file with mode: 0644]
ext/mysql/libmysql/safemalloc.c [new file with mode: 0644]
ext/mysql/libmysql/str2int.c [new file with mode: 0644]
ext/mysql/libmysql/strcend.c [new file with mode: 0644]
ext/mysql/libmysql/strcont.c [new file with mode: 0644]
ext/mysql/libmysql/strend.c [new file with mode: 0644]
ext/mysql/libmysql/strfill.c [new file with mode: 0644]
ext/mysql/libmysql/string.c [new file with mode: 0644]
ext/mysql/libmysql/strinstr.c [new file with mode: 0644]
ext/mysql/libmysql/strmake.c [new file with mode: 0644]
ext/mysql/libmysql/strmov.c [new file with mode: 0644]
ext/mysql/libmysql/strnmov.c [new file with mode: 0644]
ext/mysql/libmysql/strtoll.c [new file with mode: 0644]
ext/mysql/libmysql/strtoull.c [new file with mode: 0644]
ext/mysql/libmysql/strxmov.c [new file with mode: 0644]
ext/mysql/libmysql/thr_mutex.c [new file with mode: 0644]
ext/mysql/libmysql/typelib.c [new file with mode: 0644]
ext/mysql/libmysql/violite.h [new file with mode: 0644]