Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -100/+100 |
| | |||||
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | fix conditions | Anatol Belski | 2014-09-14 | 1 | -2/+2 |
| | | | | substraction from an unsigned | ||||
* | master renamings phase 5 | Anatol Belski | 2014-08-25 | 1 | -3/+3 |
| | |||||
* | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -25/+25 |
| | |||||
* | yet trivial fixes to mysql exts | Anatol Belski | 2014-08-21 | 1 | -1/+1 |
| | |||||
* | ported mysql and mysqlnd | Anatol Belski | 2014-08-19 | 1 | -20/+20 |
| | |||||
* | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -10/+10 |
| | |||||
* | Merge branch 'master' into phpng | Dmitry Stogov | 2014-08-04 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (46 commits) PHP_INT_MIN and _MAX tests NEWS and UPGRADING Added PHP_INT_MIN Fix wrong lenght size Bug #51096 - Remove unnecessary ? for first/last day of Moved streams related functions to xp_ssl.c Remove duplicate NEWS Update NEWS Update NEWS Update NEWS BFN BFN Fixed bug #67715 (php-milter does not build and crashes randomly). We need to turn off any strict mode here for this warning to show up Disable restrictions regarding arrays in constants at run-time. For the discussion around it, see the thread on the mailing list: http://www.mail-archive.com/internals@lists.php.net/msg68245.html Revert "Fix bug #67064 in a BC safe way" Updated NEWS for #67693 Updated NEWS for #67693 Fixed bug #67693 - incorrect push to the empty array add missing entry to NEWS ... Conflicts: Zend/tests/errmsg_040.phpt Zend/tests/ns_059.phpt Zend/zend_language_parser.y Zend/zend_vm_def.h ext/openssl/openssl.c ext/reflection/php_reflection.c ext/session/session.c ext/spl/spl_directory.c ext/spl/spl_iterators.c ext/sqlite3/sqlite3.c ext/standard/array.c | ||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Andrey Hristov | 2014-07-31 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix wrong lenght size | Andrey Hristov | 2014-07-31 | 1 | -1/+1 |
| | | | |||||
* | | | Save some strlen | Xinchen Hui | 2014-06-26 | 1 | -1/+1 |
| | | | |||||
* | | | Don't use zend_string for other fields (only name here is enough) | Xinchen Hui | 2014-06-25 | 1 | -8/+77 |
| | | | |||||
* | | | Cleanup (refactoring is finish) | Xinchen Hui | 2014-06-23 | 1 | -2/+0 |
| | | | |||||
* | | | We don't need extra 1 byte anymore | Xinchen Hui | 2014-06-23 | 1 | -9/+2 |
| | | | |||||
* | | | Respect the origin behavior (fix one test: ext/pdo_mysql/tests/bug_33689.phpt) | Xinchen Hui | 2014-06-23 | 1 | -3/+1 |
| | | | |||||
* | | | Use zend_string in mysqlnd | Xinchen Hui | 2014-06-23 | 1 | -73/+8 |
| | | | |||||
* | | | unused variables | Xinchen Hui | 2014-06-19 | 1 | -2/+0 |
| | | | |||||
* | | | Fixed memory leak while doing fetch | Xinchen Hui | 2014-06-18 | 1 | -46/+3 |
| | | | |||||
* | | | copy_data seems useless now | Xinchen Hui | 2014-06-18 | 1 | -1/+6 |
| | | | |||||
* | | | Fixed segfault of stream handling | Xinchen Hui | 2014-06-18 | 1 | -0/+6 |
| | | | |||||
* | | | Refactoring mysqlnd (incompleted, only mysqlnd ext compilable) | Xinchen Hui | 2014-06-18 | 1 | -48/+42 |
| | | | |||||
* | | | First set of phpng changes for mysqlnd | Andrey Hristov | 2014-05-20 | 1 | -2/+41 |
|/ / | |||||
* | | New result fetching mode for mysqlnd, which should use less memory but | Andrey Hristov | 2014-04-10 | 1 | -9/+39 |
|/ | | | | | | | | 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] | ||||
* | Fix indentation | Andrey Hristov | 2014-03-10 | 1 | -2/+3 |
| | |||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2014-01-28 | 1 | -1/+2 |
|\ | |||||
| * | add text for the new constants | Andrey Hristov | 2014-01-28 | 1 | -1/+2 |
| | | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2013-11-26 | 1 | -0/+2 |
|\ \ | |/ | | | | | | | | | Conflicts: NEWS ext/mysqlnd/mysqlnd.c | ||||
| * | Fix for Bug #66141 (mysqlnd quote function is wrong with ↵ | Andrey Hristov | 2013-11-26 | 1 | -0/+2 |
| | | | | | | | | NO_BACKSLASH_ESCAPES after failed query) | ||||
* | | Add support for connect attributes, as of MySQL 5.6 | Andrey Hristov | 2013-01-15 | 1 | -1/+65 |
| | | |||||
* | | 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 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' | Andrey Hristov | 2012-10-31 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Andrey Hristov | 2012-10-31 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | read 1 instead of 2 bytes. The next 2 bytes are 2 and thus not a problem | Andrey Hristov | 2012-10-31 | 1 | -1/+1 |
| | | | |||||
| | * | assert | Andrey Hristov | 2012-02-02 | 1 | -1/+5 |
| | | | |||||
| | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | - Move the field access behind the check | Johannes Schlüter | 2011-05-17 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | # Only called from one place where the connection is checked, but # playing safe, again (parfait) | ||||
| | * | remove unneeded includes | Andrey Hristov | 2011-03-22 | 1 | -1/+0 |
| | | | |||||
| | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | two new stats | Andrey Hristov | 2010-11-05 | 1 | -3/+6 |
| | | | |||||
| | * | rename parameter name - should not shadow the global symbol alloca | Andrey Hristov | 2010-10-05 | 1 | -23/+23 |
| | | | |||||
| | * | add some safe casts | Andrey Hristov | 2010-10-05 | 1 | -2/+2 |
| | | | |||||
| | * | fix types | Andrey Hristov | 2010-10-05 | 1 | -2/+2 |
| | | | |||||
| | * | fix two more warnings | Andrey Hristov | 2010-10-04 | 1 | -1/+1 |
| | | | |||||
| | * | WS fixes | Andrey Hristov | 2010-09-23 | 1 | -2/+2 |
| | | |