Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: Fixed bug #31288 (Possible crash in mysql_fetch_field(), if | Ilia Alshanetsky | 2005-02-22 | 1 | -1/+1 |
| | | | | | mysql_list_fields() was not called previously). | ||||
* | - Quote macro names in AC_DEFUN() | foobar | 2004-12-30 | 3 | -18/+18 |
| | | | | | | # Fixes also bug #29160 # for i in `grep -r -l AC_DEFUN *`; do perl -i -pe "s#AC_DEFUN\(([^\[])(.*)\,#AC_DEFUN([\1\2],#g" $i; done; | ||||
* | MFH: Fixed bug #28632 (Prevent open_basedir bypass in MySQL's LOAD DATA | Ilia Alshanetsky | 2004-06-04 | 1 | -1/+1 |
| | | | | | LOCAL). | ||||
* | MFH: Fixed bug #28627 (When multiple MySQL links are used default link is | Ilia Alshanetsky | 2004-06-04 | 1 | -0/+3 |
| | | | | | leaked). | ||||
* | MFH: Fixed bug #28087 (Do not force mysql.trace_mode to 0 on every request) | Ilia Alshanetsky | 2004-04-23 | 1 | -1/+0 |
| | |||||
* | s/2003/2004 :) | Georg Richter | 2004-01-05 | 2 | -2/+2 |
| | |||||
* | - MFH: Fixed bug #26751 (PHP can't find the MySQL socket on a case sensitive | Derick Rethans | 2003-12-31 | 1 | -0/+1 |
| | | | | | file system). | ||||
* | MFH: string format stuff. | Ilia Alshanetsky | 2003-09-22 | 1 | -5/+3 |
| | |||||
* | MFH: Compiler warning fixes. | Ilia Alshanetsky | 2003-08-28 | 1 | -8/+8 |
| | |||||
* | MFH: Fixed bug #24977 (Revert mysql_select_db optimization) | Ilia Alshanetsky | 2003-08-08 | 1 | -10/+5 |
| | |||||
* | Fix nameclash with NSAPI API | Zeev Suraski | 2003-07-28 | 3 | -8/+8 |
| | |||||
* | MFH: r1.196: mysql_fixes | Ilia Alshanetsky | 2003-07-22 | 1 | -26/+66 |
| | |||||
* | less WTF factor | Wez Furlong | 2003-07-14 | 1 | -1/+1 |
| | |||||
* | MFH | Ilia Alshanetsky | 2003-06-18 | 1 | -1/+1 |
| | |||||
* | proto fixes | Andrey Hristov | 2003-06-10 | 1 | -17/+17 |
| | |||||
* | fixed mysql bug #564 | Georg Richter | 2003-06-07 | 1 | -1/+1 |
| | | | | | (see http://bugs.mysql.com/bug.php?id=564) | ||||
* | suggestion by Wez :) | Georg Richter | 2003-05-31 | 1 | -1/+1 |
| | |||||
* | better to test next time with the right version :) | Georg Richter | 2003-05-30 | 1 | -1/+1 |
| | |||||
* | MFH | Ilia Alshanetsky | 2003-05-30 | 1 | -0/+4 |
| | |||||
* | fixed #23779 (CLIENT_LOCAL_FILES with open_basedir) | Georg Richter | 2003-05-30 | 1 | -0/+5 |
| | |||||
* | I see no reason not to allow people to set the timeout on a mysql_connect | Rasmus Lerdorf | 2003-05-28 | 1 | -1/+1 |
| | | | | | | | from inside a script with ini_set(). We allow user-settable timeouts on other socket connections so having this as a system-settable only directive doesn't make much sense to me. | ||||
* | - Fixed bug #23661: mysql_fetch_array gives no warning on an invalid | Derick Rethans | 2003-05-16 | 1 | -0/+4 |
| | | | | | result_type | ||||
* | MFH: compile fixes for AIX/HPUX | foobar | 2003-04-25 | 1 | -5/+17 |
| | |||||
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-04-24 | 1 | -1/+1 |
| | |||||
* | - MFH: proto fix | Derick Rethans | 2003-04-11 | 1 | -2/+2 |
| | |||||
* | MFH | Ilia Alshanetsky | 2003-04-10 | 1 | -8/+4 |
| | |||||
* | Fixed bug #22083. | Edin Kadribasic | 2003-03-27 | 1 | -1/+1 |
| | |||||
* | MFH | Ilia Alshanetsky | 2003-03-24 | 1 | -0/+3 |
| | |||||
* | fixed bug 21498 | Georg Richter | 2003-01-08 | 1 | -6/+3 |
| | |||||
* | fixed a missing & (Thx to Sebastian Bergmann | Georg Richter | 2003-01-06 | 1 | -1/+1 |
| | |||||
* | - MFH (Fix for bug #21435) | Derick Rethans | 2003-01-05 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
| | |||||
* | fixed some compiler warnings when using external libmysqlclient 4.x | Georg Richter | 2002-12-26 | 1 | -9/+6 |
| | |||||
* | MFH: fix from 3.23.54 | foobar | 2002-12-11 | 1 | -2/+17 |
| | |||||
* | MFH | Marcus Boerger | 2002-12-05 | 1 | -5/+4 |
| | |||||
* | MFH | foobar | 2002-12-05 | 1 | -2/+4 |
| | |||||
* | MFH, as requested by georg | foobar | 2002-11-20 | 1 | -0/+1 |
| | |||||
* | - MFH: removed restore_connection_defaults for pconnects (discussed on | Derick Rethans | 2002-11-15 | 1 | -45/+0 |
| | | | | | | | php-dev@) bug #19529 closed bug #12513 reopened | ||||
* | - Reset globals for each request | Derick Rethans | 2002-11-13 | 1 | -1/+3 |
| | |||||
* | Using // is not very good idea.. | foobar | 2002-11-12 | 3 | -4/+4 |
| | |||||
* | - Fix warning | Derick Rethans | 2002-11-12 | 1 | -0/+2 |
| | |||||
* | Modified php_mysql_do_connect() as suggested by Nick Gaugler - using | Zak Greant | 2002-11-12 | 1 | -1/+11 |
| | | | | | | | | | | | mysql_ping() as a more efficient alternative to using mysql_stat() to check if the server is alive and then calling mysql_(real_)?connect() to reconnect. Simple tests of opening pconnects indicate that only about 10k of data per ping needs to be returned to the client per connection check, rather than about 110k per status check. | ||||
* | Fixed compile warnings. | Ilia Alshanetsky | 2002-11-11 | 1 | -2/+2 |
| | |||||
* | Added new functionality: | Georg Richter | 2002-11-11 | 2 | -3/+65 |
| | | | | | | | | | Warnings for table/index scans Warnings for SQL-Errors Warnings for non free result sets It can be activated via ini.setting "mysql.trace_mode" | ||||
* | fix compiler warning | Marcus Boerger | 2002-10-24 | 1 | -1/+1 |
| | |||||
* | centralize #include "build-defs.h" and drop (sometimes inconsistent) other | Sascha Schumann | 2002-10-24 | 1 | -1/+0 |
| | | | | | instances | ||||
* | - Prevent resetting the PHP_*_DIR variables if already set. | foobar | 2002-10-21 | 1 | -2/+8 |
| | |||||
* | Remove mysql_result_seek() alias. | Yasuo Ohgaki | 2002-10-17 | 1 | -1/+0 |
| | |||||
* | Removed spurious code. Thanks Derick | Zak Greant | 2002-10-09 | 1 | -9/+4 |
| | |||||
* | Minor tweak - using memcpy(), instead of strcpy() for static strings. Gives ↵ | Zak Greant | 2002-10-09 | 1 | -3/+3 |
| | | | | better performance. Thanks Zeev. |