mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
- Add libmysql to the tree
This commit is contained in:
parent
fe9abd3219
commit
0cda28f77b
83 changed files with 12485 additions and 0 deletions
6
ext/mysql/libmysql/ct_init.c
Normal file
6
ext/mysql/libmysql/ct_init.c
Normal file
|
@ -0,0 +1,6 @@
|
|||
/* Generate definitions of ctype arrays
|
||||
*/
|
||||
|
||||
#include <global.h>
|
||||
#define CTYPE_LIBRARY /* initialize ctype arrays */
|
||||
#include "m_ctype.h"
|
Loading…
Add table
Add a link
Reference in a new issue