diff options
author | Zeev Suraski <zeev@php.net> | 2000-02-18 01:52:11 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-02-18 01:52:11 +0000 |
commit | ae22fe4c52d57db1c6451d0525b8bcd47c28b560 (patch) | |
tree | c178ad3803320dc38db66d15feb94da7c1d0a72e /ext/mysql/php_mysql.h | |
parent | a0f2e9bf34bf0b731108ef92d065996586fd6c7d (diff) | |
download | php-git-ae22fe4c52d57db1c6451d0525b8bcd47c28b560.tar.gz |
- Update .dsp's
- Fix a possible crash bug in failed file open error message
- Fix SAPI initialization issue that could lead to a crash
Diffstat (limited to 'ext/mysql/php_mysql.h')
-rw-r--r-- | ext/mysql/php_mysql.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/mysql/php_mysql.h b/ext/mysql/php_mysql.h index aff9a145ae..614038efba 100644 --- a/ext/mysql/php_mysql.h +++ b/ext/mysql/php_mysql.h @@ -34,9 +34,6 @@ #endif #if HAVE_MYSQL -#ifndef DLEXPORT -#define DLEXPORT -#endif #ifdef __ZTS #include "TSRM.h" |