32 Commits (a00abb68500ed4fa1d1df2cd761c7ec99ebefdb0)

Author SHA1 Message Date
Yasuo Ohgaki d23cb1686d Rename mysql_character_set_name() to mysql_client_encoding(). pg_client_encoding() is available from PHP4.0.3 and this function is available from PHP 4.3.0 24 years ago
Georg Richter 950a576f73 Added support for php.ini parameter "mysql.connect_timeout" 24 years ago
Jan Lehnardt bc19dd6900 - add mysql_info function 24 years ago
Zak Greant fa4bd7ab32 Added mysql_ping() function. 24 years ago
Georg Richter e15bb45a1e a) ws fixed 24 years ago
Zak Greant 28de0b545e (PHP mysql_list_processes) Returns a pointer to a result set containing 24 years ago
Sebastian Bergmann 90613d2282 Maintain headers. 24 years ago
Sebastian Bergmann 38933514e1 Update headers. 24 years ago
foobar 9ba2c90e16 Make the extension work with MySQL 4.0 24 years ago
Zeev Suraski 1c25b8dd53 Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way 25 years ago
Zeev Suraski d87cc976e1 Redesigned thread safety mechanism - nua nua 25 years ago
Zeev Suraski 52ba317606 emalloc()'d strings must be freed before the request shutdown; 25 years ago
Jason Greene 8405c36815 @ Added connection error support to mysql_error() and mysql_errno() (Jason) 25 years ago
Zeev Suraski e6f3fb39cb Implement mysql_unbuffered_query() - uses mysql_use_result() instead of 25 years ago
Andi Gutmans eb6ba01d1c - Fix copyright notices with 2001 25 years ago
Sean Bright 31c8104dc6 Added the mysql_get_*_info() functions. 25 years ago
Zeev Suraski dea72ba6a4 Added mysql_escape_String() 26 years ago
Brian Moon 09e00183bd added mysql_fetch_assoc. Acts like mysql_fetch_array used to. 26 years ago
Sascha Schumann 16017f6d78 Change header protection macros to conform to standard. 26 years ago
Thies C. Arntzen f8c0f76881 kill warinig 26 years ago
Zeev Suraski f29eae1302 Move timeout code to Zend, allow Win32 timeouts 26 years ago
Andi Gutmans a9d4cf9023 - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows 26 years ago
Zeev Suraski e043439ff6 Update the license with the new clause 6 26 years ago
Sam Ruby 7a6dddcc0b Make MySLS_FETCH use the same globals ID as ZEND_INIT_MODULE_GLOBALS 26 years ago
Zeev Suraski 491a315c11 @- Made the IMAP and LDAP modules compilable under Windows and thread-safe (Zeev) 26 years ago
Zeev Suraski 86fa2aade2 the pipe is breaking all the time 26 years ago
Zeev Suraski ae22fe4c52 - Update .dsp's 26 years ago
Sascha Schumann 0036b8bba0 #if WIN.* => #ifdef PHP_WIN32 26 years ago
Sascha Schumann 43ae2bffbb Happy Y2K patch! Happy new year (or the new millennium, depending on whether 26 years ago
Stig Bakken 2467dd6d05 @Fix some warnings when compiling in maintainer-mode (Stig) 26 years ago
Sascha Schumann 232afa4816 * archive-based convenience libraries completely replaced 27 years ago
Zeev Suraski 3160cab22b Final MySQL tweaks 27 years ago
Andrey Hristov 33d27f5bfe More symbol work. 27 years ago
Zeev Suraski 1ecca4b8e8 Fix UNIX MySQL build 27 years ago
Zeev Suraski 3cad348509 * Add a new workspace for dynamic PHP extensions. 27 years ago
Sascha Schumann b57dc27595 - run ext sources through conv_proto 27 years ago
Zeev Suraski bc415d5a88 * Finalizing the PHP version of SAPI. Support POST and cookies among other things. 27 years ago
Andrey Hristov cd901e8586 -fixed configure.in.in to use genif.sh instead of genif.pl 27 years ago
Zeev Suraski 43c9b540d7 Minor MySQL thread safety issues 27 years ago
Stig Bakken 3789ac7ea0 moving mysql to ext/ 27 years ago