Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed Bug #44094 (SEGFAULT when using mysql_connect()) | Felipe Pena | 2008-02-12 | 1 | -1/+1 | |
| | ||||||
* | Fix a test | Andrey Hristov | 2008-02-06 | 1 | -3/+3 | |
| | ||||||
* | some config.w32 fixes | Andrey Hristov | 2008-01-28 | 1 | -2/+4 | |
| | | | | | | moved mysqlnd's block allocator to a separate file and also now it's part of the connection, no MT problems. | |||||
* | remove unused PHP_MYSQL_API macro | Nuno Lopes | 2008-01-28 | 1 | -6/+0 | |
| | ||||||
* | MFH: Fixed bug#43875 (Two error messages returned for $new and $flag ↵ | Hannes Magnusson | 2008-01-20 | 1 | -1/+1 | |
| | | | | argument in mysql_connect()) | |||||
* | Fix compile issue | Andrey Hristov | 2008-01-19 | 1 | -1/+1 | |
| | ||||||
* | MFH: fix test | Antony Dovgal | 2008-01-18 | 1 | -4/+1 | |
| | ||||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 4 | -4/+4 | |
| | ||||||
* | Fixed bug #43635 (mysql extension ingores INI settings on NULL values passed | Ilia Alshanetsky | 2007-12-20 | 1 | -5/+11 | |
| | | | | | to mysql_connect()) | |||||
* | MFH: plug leak on invalid result type | Antony Dovgal | 2007-11-08 | 1 | -0/+1 | |
| | ||||||
* | MFH: partial MFH before? | Jani Taskinen | 2007-11-06 | 1 | -4/+5 | |
| | ||||||
* | Trying to skip tests if they can't connect to the DB server. | Ulf Wendel | 2007-10-12 | 15 | -16/+54 | |
| | | | | | | Currently they have failed by default. Note also the environment variable MYSQL_TEST_SKIP_CONNECT_FAILURE to control the default (skip or fail) | |||||
* | And the last set of new tests for ext/mysql. "new" does not really mean new. | Ulf Wendel | 2007-10-10 | 16 | -0/+1130 | |
| | | | | | We've checked them into HEAD/PHP6 before already. | |||||
* | Second last set of new tests for ext/mysql | Ulf Wendel | 2007-10-10 | 11 | -0/+883 | |
| | ||||||
* | Next set of new tests - more to follow. Trying to find reasonable commit size... | Ulf Wendel | 2007-10-10 | 10 | -0/+501 | |
| | ||||||
* | Adding new tests. | Ulf Wendel | 2007-10-10 | 22 | -0/+2547 | |
| | ||||||
* | New tests use more helper files. | Ulf Wendel | 2007-10-10 | 2 | -0/+41 | |
| | ||||||
* | Starting to merge the latest set of tests from the mysqlnd development | Ulf Wendel | 2007-10-10 | 5 | -49/+159 | |
| | | | | | tree into the PHP 5_3 tree. | |||||
* | Move non-public code to non-public header file. This should also solve | Andrey Hristov | 2007-10-08 | 3 | -115/+138 | |
| | | | | | #42890 "Constant "LIST" defined by mysqlclient and c-client" | |||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -1/+1 | |
| | ||||||
* | Import mysqlnd | Andrey Hristov | 2007-10-05 | 5 | -250/+400 | |
| | | | | | Patch ext/mysql and ext/mysqli to support mysqlnd | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 | |
| | ||||||
* | MFH: Fixed bug 42549 (ext/mysql failed to compile with libmysql 3.23) | Scott MacVicar | 2007-09-09 | 1 | -3/+7 | |
| | ||||||
* | Fixed bug #41350 (my_thread_global_end() error during request shutdown on ↵ | Scott MacVicar | 2007-06-25 | 1 | -0/+24 | |
| | | | | Windows). | |||||
* | Fix INFILE LOCAL option handling with MySQL - now not allowed when open_basedir | Stanislav Malyshev | 2007-06-18 | 1 | -1/+1 | |
| | | | | | or safe_mode is active | |||||
* | MFH: reset active_result_id when fetching persistent connection | Antony Dovgal | 2007-06-07 | 1 | -0/+1 | |
| | | | | | patch by Peter Christensen | |||||
* | Prefix NEWS item so documentation team know of new function and typo from ↵ | Scott MacVicar | 2007-05-14 | 1 | -1/+1 | |
| | | | | old parsing API spotted by bjori | |||||
* | Add mysql_set_charset() so that the connection encoding can be changed. This ↵ | Scott MacVicar | 2007-05-14 | 2 | -1/+40 | |
| | | | | is similar to the SET NAMES statement but allows the mysql_real_escape_string to use the correct character set. | |||||
* | revert | Antony Dovgal | 2007-04-23 | 1 | -14/+0 | |
| | ||||||
* | Fixed bug #41159 (mysql_pconnect() hash does not account for connect | Ilia Alshanetsky | 2007-04-22 | 1 | -1/+1 | |
| | | | | | flags). | |||||
* | MFH: fix #41083 (mysql_ping() requires MYSQL_OPT_RECONNECT to be set since ↵ | Antony Dovgal | 2007-04-14 | 1 | -3/+19 | |
| | | | | MySQL 5.0.13) | |||||
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -11/+7 | |
| | ||||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 | |
| | ||||||
* | init variable, eliminate compile warning | Antony Dovgal | 2006-08-02 | 1 | -1/+1 | |
| | ||||||
* | MFH: fix/add SKIPIF | Hannes Magnusson | 2006-06-27 | 1 | -1/+4 | |
| | ||||||
* | MFH: use the ZEND_ACC_DEPRECATED flag rather than custom warnings | Hannes Magnusson | 2006-06-26 | 1 | -12/+6 | |
| | ||||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-15 | 1 | -7/+10 | |
| | ||||||
* | - Fix bug #37630: MySQL extensions should link against thread safe client ↵ | Michael Wallner | 2006-06-01 | 2 | -14/+5 | |
| | | | | libs if built with ZTS | |||||
* | - Update after api changes | Marcus Boerger | 2006-05-10 | 1 | -3/+3 | |
| | ||||||
* | Fixed test to work when TCP/IP access to MySQL is disabled or test server | Ilia Alshanetsky | 2006-02-06 | 1 | -6/+1 | |
| | | | | | is on a remote machine. | |||||
* | bump year and license version | foobar | 2006-01-01 | 2 | -6/+6 | |
| | ||||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 | |
| | ||||||
* | MFH: list_entry -> zend_rsrc_list_entry | foobar | 2005-12-05 | 1 | -5/+5 | |
| | ||||||
* | fix #35536 (mysql_field_type() doesn't handle NEWDECIMAL) | Antony Dovgal | 2005-12-05 | 1 | -0/+17 | |
| | | | | | add also SET, ENUM, NEWDATE and GEOMETRY to the switch | |||||
* | assign a version number | Wez Furlong | 2005-09-04 | 2 | -2/+2 | |
| | ||||||
* | Allow ext/mysql to build against PHP 4 again; update package.xml ready for | Wez Furlong | 2005-09-04 | 3 | -8/+27 | |
| | | | | | release via PECL. | |||||
* | - Bumber up year | foobar | 2005-08-03 | 2 | -2/+2 | |
| | ||||||
* | consistent naming: prefix always with MYSQL_ | foobar | 2005-06-30 | 1 | -9/+9 | |
| | ||||||
* | This is not mysqli, where 5th parameter is port. | foobar | 2005-06-20 | 1 | -1/+1 | |
| | ||||||
* | Another netware fix | foobar | 2005-06-11 | 1 | -6/+13 | |
| |