320 Commits (529fbfffc4122bd4e1e6ebfe7bf506826ab161b5)

Author SHA1 Message Date
Marcus Boerger 15b2e277a4 fix compiler warning 24 years ago
Sascha Schumann 2909e5c9c9 centralize #include "build-defs.h" and drop (sometimes inconsistent) other 24 years ago
foobar 3be17e3f26 - Prevent resetting the PHP_*_DIR variables if already set. 24 years ago
Yasuo Ohgaki 29d16f67f4 Remove mysql_result_seek() alias. 24 years ago
Zak Greant 70e49320f1 Removed spurious code. Thanks Derick 24 years ago
Zak Greant 6a590082ca Minor tweak - using memcpy(), instead of strcpy() for static strings. Gives better performance. Thanks Zeev. 24 years ago
Zak Greant 0ecf32f750 Possible fix for bug #19529 (thanks Rasmus, Arjen and Monty) 24 years ago
Zak Greant dbf1d82afa Set default value for mysql.connect_timeout to -1. This setting matches the setting in php.ini-dist and ensures that the default behavior is to leave connect_timeout alone. 24 years ago
Markus Fischer 945ccfa76a - Remove superfluous E_WARNING if mysql_connect() fails; there's already 24 years ago
Yasuo Ohgaki 1b675aa690 Rename pg_data_seek() to pg_result_seek(). 24 years ago
Derick Rethans c57b3c6533 - Un-deprecating mysql_escape_string 24 years ago
Georg Richter a9c64d174b - renamed rollback function to _restore_connection_default 24 years ago
Georg Richter 0797d5f989 fixed typo 24 years ago
foobar 3bf7519210 @- Added --disable-all configure option. (Jani) 24 years ago
foobar 04bbf46957 Fix bug: #19159, mysql_field_count was available since 3.22.24 24 years ago
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
Zeev Suraski 4b81d04210 Undeprecate mysql_db_query() 24 years ago
Georg Richter 11bd3c08b6 changed zend_error -> php_error_docref() 24 years ago
Georg Richter 3bd2a54064 changed error messages according to CODING_STANDARDS 24 years ago
Georg Richter 6650761f9b fixed bug #18643 24 years ago
Georg Richter 0c386174db fixed bug #19016 24 years ago
Georg Richter 8153dfc877 fixed bug #16965 24 years ago
Derick Rethans ccf51590b3 - Proper format for CREDITS files 24 years ago
Georg Richter 0019a842b4 forgot to remove another LOCAL_INFILE opion call 24 years ago
Georg Richter 34b166579c fixed bug #18815 24 years ago
Georg Richter f9e5ba3446 Ups, forgot to remove load_infile tests. Thx to Brad Bulgar 24 years ago
Georg Richter 8f7792a769 added zend_error messages for deprecated functions 24 years ago
Georg Richter f4b4797aa8 removed unsued constants (MYSQL_USE_RESULT and MYSQL_STORE_RESULT) 24 years ago
Georg Richter cbcdae7002 removed changes for mysql_select_db (optional parameter) 24 years ago
Georg Richter 96276bf8a0 fixed bug in mysql_real_escape_string: 24 years ago
foobar dcb0523894 fix protos 24 years ago
Georg Richter 950a576f73 Added support for php.ini parameter "mysql.connect_timeout" 24 years ago
Anantha Kesari H Y 44bbec7acb mysql_create_db and mysql_drop_db disabled for NetWare 24 years ago
foobar 5d001a9ab6 Partially reverted the netware related commit. 24 years ago
foobar 20a735db2c Beauify a bit.. 24 years ago
foobar 21245bcbeb Some ws fixes. And removed the problems causing typedef for ushort. 24 years ago
Anantha Kesari H Y 2af885d467 Added NetWare changes 24 years ago
Georg Richter 05007b0cbb 1) New constants: 24 years ago
foobar df9fc2bb51 Fix shared build and made the logic of finding the socket location better. 24 years ago
foobar 316a8b0b4f - Fix annoying redefine warning.. 24 years ago
Derick Rethans 7d4a78bad5 Unify error messages 24 years ago
foobar 73f2ab9951 - Reverted last bogus commit and fixed the credits in NEWS. 24 years ago
Stig Bakken a4ecce0cd9 @Add --with-mysql-sock option (James Cox) 24 years ago
Markus Fischer cac49284b4 - Fix win32/mysql. 24 years ago
Harald Radi d63056b10b fix the build 24 years ago
James Cox 210744928f dont test for the socket -- enables installs over NFS etc. 24 years ago
Sander Roobol 2f6c2a9b18 Fixed configure stuff 24 years ago
foobar c8bacb7a06 Cleaned up the mess. Now it actually works too. 24 years ago
James Cox 00779e5fa3 @ added support for --with-mysql-sock so people can specify it (eg, NFS compiles, etc) 24 years ago
Zak Greant 9daec6d227 Updating embedded libmysql to version 3.23.48 24 years ago