foobar
04bbf46957
Fix bug: #19159 , mysql_field_count was available since 3.22.24
2002-08-29 01:17:24 +00:00
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
2002-08-24 21:41:25 +00:00
Zeev Suraski
4b81d04210
Undeprecate mysql_db_query()
2002-08-24 13:15:35 +00:00
Georg Richter
11bd3c08b6
changed zend_error -> php_error_docref()
2002-08-24 10:53:40 +00:00
Georg Richter
3bd2a54064
changed error messages according to CODING_STANDARDS
2002-08-24 09:27:51 +00:00
Georg Richter
6650761f9b
fixed bug #18643
2002-08-23 15:56:34 +00:00
Georg Richter
0c386174db
fixed bug #19016
...
SSL is only available for MYSQL_VERSION_ID >= 40000
2002-08-23 14:10:27 +00:00
Georg Richter
8153dfc877
fixed bug #16965
2002-08-23 10:16:19 +00:00
Derick Rethans
ccf51590b3
- Proper format for CREDITS files
2002-08-21 05:41:49 +00:00
Georg Richter
0019a842b4
forgot to remove another LOCAL_INFILE opion call
2002-08-09 21:13:00 +00:00
Georg Richter
34b166579c
fixed bug #18815
2002-08-09 20:38:12 +00:00
Georg Richter
f9e5ba3446
Ups, forgot to remove load_infile tests. Thx to Brad Bulgar
2002-08-08 08:17:24 +00:00
Georg Richter
8f7792a769
added zend_error messages for deprecated functions
...
inserted zak and me in author list/credits
2002-08-07 22:02:11 +00:00
Georg Richter
f4b4797aa8
removed unsued constants (MYSQL_USE_RESULT and MYSQL_STORE_RESULT)
2002-08-07 21:21:46 +00:00
Georg Richter
cbcdae7002
removed changes for mysql_select_db (optional parameter)
...
Why:
1) Its not the common way to add additionally functionality for functions or
features which are already implemented in SQL. Therefore also a lot of
mysql functions are marked as deprecated (and will be removed in near future)
2) The implemented workaround works only when mysql_select_db was called
before (fetching the databasename from mysql->conn.db). It returns invalid
or inconsistent results e.g.:
- when "USE databasename" via mysql_query was used
- when database was dropped or grant privileges had changed.
In conjunction with persistent connection, there are also some inconsistencies,
cause mysql_select_db returns the databasename from an old connection.
To determine the database name just use the SQL command "SELECT DATABASE()"
2002-07-21 21:36:10 +00:00
Georg Richter
96276bf8a0
fixed bug in mysql_real_escape_string:
...
allocated 1 more byte for '\0' terminating character
2002-07-21 20:16:03 +00:00
foobar
dcb0523894
fix protos
2002-07-16 19:26:23 +00:00
Georg Richter
950a576f73
Added support for php.ini parameter "mysql.connect_timeout"
2002-07-16 13:53:54 +00:00
Anantha Kesari H Y
44bbec7acb
mysql_create_db and mysql_drop_db disabled for NetWare
2002-07-15 11:14:18 +00:00
foobar
5d001a9ab6
Partially reverted the netware related commit.
2002-07-12 23:25:30 +00:00
foobar
20a735db2c
Beauify a bit..
2002-07-12 22:59:35 +00:00
foobar
21245bcbeb
Some ws fixes. And removed the problems causing typedef for ushort.
2002-07-12 22:57:19 +00:00
Anantha Kesari H Y
2af885d467
Added NetWare changes
2002-07-12 12:55:56 +00:00
Georg Richter
05007b0cbb
1) New constants:
...
MYSQL_CLIENT_SSL for ssl connections
MYSQL_CLIENT_COMPRESS for compressed protocol
MYSQL_CLIENT_IGNORE_SPACES for spaces after function names
MYSQL_CLIENT_INTERACTIVE for closing connections after timeout_interactive seconds
2) Optional parameter client_flags for mysql_connect and mysql_pconnect
For parameter desctiption see 1.
This also should fix bug #13589
3) New internal function _rollback_mysql_transactions, which is called via
PHP_RSHUTDOWN_FUNCTION
This fixes bug #12513
2002-07-10 13:16:24 +00:00
foobar
df9fc2bb51
Fix shared build and made the logic of finding the socket location better.
2002-07-08 15:31:01 +00:00
foobar
316a8b0b4f
- Fix annoying redefine warning..
...
# ZAK! Heads up and fix this in Mysql CVS too.
2002-06-28 08:34:34 +00:00
Derick Rethans
7d4a78bad5
Unify error messages
2002-06-26 08:07:59 +00:00
foobar
73f2ab9951
- Reverted last bogus commit and fixed the credits in NEWS.
...
# STIG! Do a 'cvs update' before you commit anything!!
2002-06-11 00:18:34 +00:00
Stig Bakken
a4ecce0cd9
@Add --with-mysql-sock option (James Cox)
2002-06-10 21:35:26 +00:00
Markus Fischer
cac49284b4
- Fix win32/mysql.
...
- Revert cryptic WS commit on php4dllts.dsp.
2002-06-10 15:53:26 +00:00
Harald Radi
d63056b10b
fix the build
...
# these files were blank, i suppose this happened by accident
2002-06-10 13:09:46 +00:00
James Cox
210744928f
dont test for the socket -- enables installs over NFS etc.
...
# my previous commit was the revision before the fixed one (ie, i had the fix) so apologies for that.
2002-06-09 11:43:50 +00:00
Sander Roobol
2f6c2a9b18
Fixed configure stuff
...
# It didn't work for me... hope it works for everybody now...
2002-06-09 10:46:13 +00:00
foobar
c8bacb7a06
Cleaned up the mess. Now it actually works too.
...
# TEST BEFORE COMMIT!!
2002-06-09 00:50:46 +00:00
James Cox
00779e5fa3
@ added support for --with-mysql-sock so people can specify it (eg, NFS compiles, etc)
...
changed the default mysql.sock location to use the one from the RPM. Added /usr/local
locations to the search list. (imajes)
2002-06-08 11:37:20 +00:00
Zak Greant
9daec6d227
Updating embedded libmysql to version 3.23.48
2002-06-07 15:07:55 +00:00
Zak Greant
4128739695
Minor improvement to error message for mysql_data_seek
2002-05-08 07:38:09 +00:00
foobar
80f9fdf3c7
@- Added optional 3rd parameter to mysql_select_db() which makes it return
...
@ the previously selected database name. (Jani)
2002-04-28 06:38:12 +00:00
foobar
305260ce4a
kill a compile warning
2002-04-28 05:36:05 +00:00
foobar
6147e1e720
Fix bug: #16743
2002-04-27 01:02:52 +00:00
Edin Kadribasic
54440c8bfd
Some systems have mysql socket in /var/run/mysql
2002-04-25 21:07:36 +00:00
foobar
e46f57b6fb
- Fixed a typo..
...
# not related to the localhost.localdomain thing..
2002-04-24 18:00:39 +00:00
Sebastian Bergmann
c57ab20ac8
Make use of HAVE_MYSQL. Reviewed by: Sterling.
2002-04-18 16:48:03 +00:00
Andi Gutmans
35befd3eb3
- Fix build with Visual Studio .NET. The MySQL team said they'll commit
...
- their fix a long time ago and never did. One day they'll update the
- whole MySQL client library.
2002-04-07 20:49:10 +00:00
foobar
a0e3bd8f0e
WS fix
2002-03-29 12:56:25 +00:00
Jan Lehnardt
bc19dd6900
- add mysql_info function
2002-03-29 12:47:02 +00:00
Georg Richter
6a0bf08ce3
fixed prototype for mysql_ping
2002-03-25 12:09:38 +00:00
Sterling Hughes
7ae1dd662f
more zend_parse_parameters fixup
2002-03-25 01:19:59 +00:00
Sterling Hughes
3c3ae850a2
Fix-up the last fix a bit
...
Clean up mysql_list_processes
2002-03-25 01:14:30 +00:00
Sterling Hughes
05475d809b
clean up mysql_real_escape_string() a bit
...
# I really think we should just add a database handle
# parameter to mysql_escape_string()
2002-03-25 01:07:23 +00:00