mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Update libmysql to 3.23 version. No major changes visible to the user - mostly
bug fixes and other maintenance-oriented changes.
This commit is contained in:
parent
ebaf484830
commit
a2dbb10eb1
96 changed files with 2796 additions and 983 deletions
|
@ -1,9 +1,9 @@
|
|||
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
|
||||
This file is public domain and comes with NO WARRANTY of any kind */
|
||||
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
|
||||
This file is public domain and comes with NO WARRANTY of any kind */
|
||||
|
||||
/* Handling of arrays that can grow dynamicly. */
|
||||
|
||||
#if defined(WIN32) || defined(__WIN32__)
|
||||
#if defined(WIN32) || defined(__WIN__)
|
||||
#undef SAFEMALLOC /* Problems with threads */
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue