Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-08-12 | 1 | -2/+2 |
| | |||||
* | Fixed bug #24977 (Revert mysql_select_db optimization) | Ilia Alshanetsky | 2003-08-08 | 1 | -10/+5 |
| | |||||
* | * Fixed bug #24535 (Crash when retrieving data from unbuffered result after | Ilia Alshanetsky | 2003-07-22 | 1 | -26/+66 |
| | | | | | | | | | | | | the original connection has been changed). * Fixed a crash when trying to fetch an unbuffered result after mysql_close() has been called. * Added a check to make sure no unbuffered results are inside the buffer when calling functions that internally execute a query. Affected functions are: mysql_select_db(), mysql_list_dbs(), mysql_list_tables(), mysql_list_processes(), mysql_list_fields(), mysql_stat() and mysql_ping(). * Do not re-select a database if the database to be selected is the same. | ||||
* | Add short notice regarding unbundled client lib | Sascha Schumann | 2003-07-18 | 1 | -2/+4 |
| | |||||
* | COMPILE_DL_MYSQL_MYSQL -> COMPILE_DL_MYSQL | Sebastian Bergmann | 2003-07-06 | 1 | -4/+4 |
| | |||||
* | Fix shared win32 build | Edin Kadribasic | 2003-07-01 | 1 | -4/+4 |
| | |||||
* | fix building mysql as a loadable extension | Shane Caraveo | 2003-06-28 | 1 | -4/+4 |
| | |||||
* | clean up a bit. | foobar | 2003-06-25 | 1 | -8/+16 |
| | |||||
* | remove the bundled libmysql, and update the config.m4 file as necessary. | Sterling Hughes | 2003-06-23 | 103 | -19916/+4 |
| | | | | | this works locally, but everyone, *please* test | ||||
* | Make the default mysql connection timeout 60 seconds rather then unlimited. | Ilia Alshanetsky | 2003-06-18 | 1 | -1/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 2 | -6/+6 |
| | |||||
* | proto fixes | Andrey Hristov | 2003-06-10 | 1 | -17/+17 |
| | |||||
* | fixed mysql bug #564 (http://bugs.mysql.com/bug.php?id=564) | Georg Richter | 2003-06-07 | 1 | -1/+1 |
| | |||||
* | don't do this on startup, lazy initialize it. This takes up > 17% of load | Sterling Hughes | 2003-06-01 | 1 | -17/+22 |
| | | | | | time in CGI mode | ||||
* | Fixed bug #23888 (Missing input validation for flags parameter) | Ilia Alshanetsky | 2003-05-30 | 1 | -0/+4 |
| | |||||
* | MFB | Rasmus Lerdorf | 2003-05-28 | 1 | -1/+1 |
| | |||||
* | - MFB: Fixed bug #23661: mysql_fetch_array gives no warning on an invalid | Derick Rethans | 2003-05-16 | 1 | -0/+4 |
| | | | | | result_type | ||||
* | - Fixed some AIX/HPUX compile issues. | foobar | 2003-04-25 | 1 | -5/+17 |
| | | | | | # Just a modified diff of the same file found in mysql 4.0.12 :) | ||||
* | - Fixed protos | Derick Rethans | 2003-04-11 | 1 | -2/+2 |
| | |||||
* | Fixed a crash in the query tracer output due to buffer overflow. | Ilia Alshanetsky | 2003-04-10 | 1 | -8/+4 |
| | | | | | Fixed a crash in notice message for unbuffered query. | ||||
* | MFB | Edin Kadribasic | 2003-03-27 | 1 | -1/+1 |
| | |||||
* | Added missing header that prevents successful compilation. | Ilia Alshanetsky | 2003-03-24 | 1 | -0/+3 |
| | |||||
* | Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. | foobar | 2003-03-07 | 1 | -5/+5 |
| | | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change. | ||||
* | A add much more useful select(2) implementation than is provided by | Wez Furlong | 2003-02-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x. | ||||
* | Removed pointless checks. | Ilia Alshanetsky | 2003-01-30 | 1 | -3/+1 |
| | |||||
* | Removed pointless memory allocation checks. | Ilia Alshanetsky | 2003-01-18 | 1 | -6/+2 |
| | |||||
* | fixed bug #21498 | Georg Richter | 2003-01-08 | 1 | -6/+3 |
| | |||||
* | tell user which header files could not be found | Sascha Schumann | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | fixed missing & (Thx to Sebastian Bergmann) | Georg Richter | 2003-01-06 | 1 | -1/+1 |
| | |||||
* | Changes for NetWare makefile. | Anantha Kesari H Y | 2003-01-06 | 1 | -1/+1 |
| | |||||
* | fixed bug #21435 | Georg Richter | 2003-01-05 | 1 | -1/+1 |
| | |||||
* | Modified for NetWare. | Anantha Kesari H Y | 2003-01-03 | 1 | -2/+0 |
| | |||||
* | Modified for NetWare. | Anantha Kesari H Y | 2003-01-03 | 1 | -16/+19 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
| | |||||
* | fixed some warning when using external 4.x libs | Georg Richter | 2002-12-20 | 1 | -9/+6 |
| | |||||
* | Security fix (merged from 3.23.54) | Georg Richter | 2002-12-11 | 1 | -2/+17 |
| | |||||
* | -fix a warning that was an error | Marcus Boerger | 2002-12-05 | 1 | -5/+4 |
| | | | | | -php_error -> php_error_docref | ||||
* | ws fix (bug: #20808) | foobar | 2002-12-05 | 1 | -2/+4 |
| | |||||
* | forgot to decrement result_allocated :( | Georg Richter | 2002-11-16 | 1 | -0/+1 |
| | |||||
* | removed restore_connection_defaults for pconnects (discussed on php-dev@) | Georg Richter | 2002-11-15 | 1 | -45/+0 |
| | | | | | | 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 |
| |