Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | second shot on removing TSRMLS_* | Anatol Belski | 2014-12-14 | 1 | -5/+5 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -219/+219 |
| | |||||
* | Move smart_str implementation into Zend/ | Nikita Popov | 2014-09-21 | 1 | -1/+1 |
| | | | | | | | | So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just move that one struct into zend_types.h. | ||||
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | align 4 byte to the start of the word | Anatol Belski | 2014-09-14 | 1 | -1/+1 |
| | |||||
* | reduce the struct size by 8 byte on 64 bit | Anatol Belski | 2014-09-14 | 1 | -7/+7 |
| | |||||
* | reduce the struct size by 8 byte on 64 bit | Anatol Belski | 2014-09-14 | 1 | -5/+8 |
| | |||||
* | reduce the struct size by 8 byte on 64 bit | Anatol Belski | 2014-09-14 | 1 | -3/+4 |
| | |||||
* | reduce the struct size by 8 byte on 64 bit | Anatol Belski | 2014-09-14 | 1 | -1/+1 |
| | |||||
* | Fixed incompatible pointer | Xinchen Hui | 2014-08-26 | 1 | -1/+1 |
| | |||||
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -19/+19 |
| | |||||
* | ported mysql and mysqlnd | Anatol Belski | 2014-08-19 | 1 | -19/+19 |
| | |||||
* | clean up - avoid realloc | Xinchen Hui | 2014-08-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into test | Dmitry Stogov | 2014-08-11 | 1 | -0/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (39 commits) Add __debugInfo() to UPGRADING. fix TS build Update NEWS Update NEWS Update NEWS Small tidy ups and raise visibility of GitHub PR process Bug #41631: Observe socket read timeouts in SSL streams wrap int8_t and int16_t with #ifdef to avoid possible clashes - Updated to version 2014.6 (2014f) Removed Countable::count() change info from UPGRADE.INTERNALS too NEWS and UPGRADING for intdiv() Revert "Add SO_REUSEPORT + SO_BROADCAST support via socket stream context option" Fixed skip case for intdiv 64-bit test Use callback structure Add EXPECTF Fix handling of multi-result sets with PS...used to clean not only the result set but the whole PS. 5.5.17 now 5.4.33-dev now Add SO_REUSEPORT + SO_BROADCAST support via socket stream context option Add SO_REUSEPORT + SO_BROADCAST support via socket stream context option ... Conflicts: ext/fileinfo/libmagic/softmagic.c main/streams/xp_socket.c | ||||
| * | Use callback structure | Andrey Hristov | 2014-08-06 | 1 | -0/+3 |
| | | |||||
* | | Don't use zend_string for other fields (only name here is enough) | Xinchen Hui | 2014-06-25 | 1 | -7/+17 |
| | | |||||
* | | Use zend_string in mysqlnd | Xinchen Hui | 2014-06-23 | 1 | -16/+7 |
| | | |||||
* | | Refactoring mysqlnd (incompleted, only mysqlnd ext compilable) | Xinchen Hui | 2014-06-18 | 1 | -6/+6 |
| | | |||||
* | | First set of phpng changes for mysqlnd | Andrey Hristov | 2014-05-20 | 1 | -4/+2 |
|/ | |||||
* | fix syntax error in vc++ | Anatol Belski | 2014-04-11 | 1 | -1/+1 |
| | |||||
* | New result fetching mode for mysqlnd, which should use less memory but | Andrey Hristov | 2014-04-10 | 1 | -26/+58 |
| | | | | | | | | implies more memory copy. The old method is still available and can be used. It stays as default. Choosing the method is through a flag to mysqli_query()/mysqli_real_query() New mode can be forced with an INI setting, for all extensions that support this mode (ext/mysql and mysqli, because PDO due to it's architecture can't support it) The setting is mysqlnd.fetch_data_copy=[0|1] | ||||
* | Switch from a single flag to a flag byte | Andrey Hristov | 2014-03-10 | 1 | -3/+3 |
| | |||||
* | Refactor the result set data structures. Move more to the buffered and ↵ | Andrey Hristov | 2014-03-05 | 1 | -34/+81 |
| | | | | | | | unbuffered substructures. Add methods to these too. Preparing for pluggable interface for returning data to the engine (zvals, c-style, something else) | ||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | don't include smart_str.h in a too global header, fixes #64718 | Johannes Schlüter | 2013-04-30 | 1 | -1/+1 |
| | |||||
* | Add savepoint and rollback to savepoint support | Andrey Hristov | 2013-02-08 | 1 | -0/+4 |
| | |||||
* | Add support for commit and rollback options. | Andrey Hristov | 2013-02-07 | 1 | -0/+9 |
| | | | | | Add support for explicitly starting a transaction - modes also available. Using the API makes the life of load balancer mysqlnd plugins easier/possible. | ||||
* | fix valgrind warning | Andrey Hristov | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | Add support for connect attributes, as of MySQL 5.6 | Andrey Hristov | 2013-01-15 | 1 | -1/+5 |
| | |||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
| |\ | |||||
| | * | bump year | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
| | | | |||||
| | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | Fix valgrind error (sending of initialized bytes over the network). | Andrey Hristov | 2011-08-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When the compression was successful the compressed data + uninitialized data at the end was sent to the server, because the length of the compressed payload wasn't correctly calculated (actually the length of the uncompressed payload as assumed). However, the uncompress() function has internally the length of the real payload and skips the binary trash at the end - thus no data damage occurs! | ||||
| | * | relax constraint | Andrey Hristov | 2011-08-10 | 1 | -1/+1 |
| | | | |||||
| | * | use ifdef all-around in the revert | Andrey Hristov | 2011-02-25 | 1 | -1/+1 |
| | | | |||||
| | * | revert to previous behavior | Andrey Hristov | 2011-02-25 | 1 | -0/+2 |
| | | | |||||
| | * | move from macros to functions, which can be overwritten, if needed | Andrey Hristov | 2011-02-25 | 1 | -0/+8 |
| | | | |||||
| | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | rename parameter, should not conflict with global symbol - | Andrey Hristov | 2010-10-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | the socket function | ||||
| | * | fixing more types | Andrey Hristov | 2010-10-05 | 1 | -1/+1 |
| | | | |||||
| | * | add another hook, maybe the last one, for MYSQLND_STMT, which | Andrey Hristov | 2010-09-28 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | was missed before | ||||
| | * | fix build on windows, seems this macro is not defined | Andrey Hristov | 2010-09-01 | 1 | -7/+1 |
| | | | |||||
| | * | OPT_COMPRESS support for mysqlnd_conn::set_client_option | Andrey Hristov | 2010-09-01 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | To be used by mysqli_options | ||||
| | * | Switch from using PHP_MAJOR_VERSION to separate define for | Andrey Hristov | 2010-08-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | unicode. Unicode is no more, but these are "bookmarks" where to change mysqlnd, if Unicode becomes trendy again. | ||||
| | * | Lay foundations for named pipe support in mysqlnd | Andrey Hristov | 2010-08-09 | 1 | -1/+1 |
| | | | |||||
| | * | make ssl_set return value in mysqlnd compatible with libmysqli return value | David Soria Parra | 2010-08-06 | 1 | -1/+1 |
| | | | |||||
| | * | Two functions, which should be methods so one can catch | Andrey Hristov | 2010-06-24 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | their output, for example | ||||
| | * | missed this one in the last commit, the real type | Andrey Hristov | 2010-06-18 | 1 | -1/+1 |
| | | | |||||
| | * | Handle problems in the row_decoder, return type used to be void, | Andrey Hristov | 2010-05-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | now it can return on problems. |