This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-03-28 18:22:42 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6a792bed75aa767edd0fdbd63b5772019917db21
archived-php-src
/
ext
/
mysqlnd
History
Andrey Hristov
6d2bcdacc1
Fix segfault in debug build
2007-11-08 17:29:42 +00:00
..
config9.m4
…
config-win.h
…
config.w32
…
CREDITS
…
mysqlnd_alloc.c
…
mysqlnd_charset.c
…
mysqlnd_charset.h
…
mysqlnd_debug.c
…
mysqlnd_debug.h
Fix build failure on Windows. Seems "free" can't be used even as method name of a structure. The MS compiler (the preprocessor most probably) changes it to _free_dbg
2007-10-23 10:10:18 +00:00
mysqlnd_enum_n_def.h
…
mysqlnd_libmysql_compat.h
…
mysqlnd_loaddata.c
…
mysqlnd_palloc.c
…
mysqlnd_palloc.h
…
mysqlnd_portability.h
…
mysqlnd_priv.h
Sync mysqlnd. Should still compile with 5_2 for those who want to use the
2007-10-16 20:56:22 +00:00
mysqlnd_ps_codec.c
…
mysqlnd_ps.c
…
mysqlnd_qcache.c
…
mysqlnd_result_meta.c
…
mysqlnd_result_meta.h
…
mysqlnd_result.c
…
mysqlnd_result.h
…
mysqlnd_statistics.c
…
mysqlnd_statistics.h
…
mysqlnd_structs.h
…
mysqlnd_wireprotocol.c
…
mysqlnd_wireprotocol.h
…
mysqlnd.c
Fix segfault in debug build
2007-11-08 17:29:42 +00:00
mysqlnd.h
…
php_mysqlnd.h
…