Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.5' into PHP-5.6 | Andrey Hristov | 2013-12-04 | 2 | -2/+2 |
|\ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2013-12-04 | 2 | -2/+2 |
| |\ | |||||
| | * | Fix loss of precision | Andrey Hristov | 2013-12-04 | 2 | -2/+2 |
| | | | |||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2013-11-27 | 4 | -4/+17 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | * PHP-5.5: 5.4.24-dev now merge fix add test Fix for Bug #66141 (mysqlnd quote function is wrong with NO_BACKSLASH_ESCAPES after failed query) | ||||
| * | | merge fix | Andrey Hristov | 2013-11-26 | 1 | -13/+1 |
| | | | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2013-11-26 | 4 | -4/+29 |
| |\ \ | | |/ | | | | | | | | | | | | | Conflicts: NEWS ext/mysqlnd/mysqlnd.c | ||||
| | * | Fix for Bug #66141 (mysqlnd quote function is wrong with ↵ | Andrey Hristov | 2013-11-26 | 4 | -4/+17 |
| | | | | | | | | | | | | NO_BACKSLASH_ESCAPES after failed query) | ||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2013-11-21 | 1 | -11/+30 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | * PHP-5.5: fixed test And here is the real fix for #66124 Fix for Bug #66124 (mysqli under mysqlnd loses precision when bind_param with 'i') | ||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2013-11-21 | 1 | -11/+30 |
| |\ \ | | |/ | |||||
| | * | And here is the real fix for #66124 | Andrey Hristov | 2013-11-21 | 1 | -11/+30 |
| | | | |||||
* | | | Merge branch 'PHP-5.5' | Xinchen Hui | 2013-11-05 | 1 | -2/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-11-05 | 1 | -1/+0 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | Conflicts: configure.in ext/mysqlnd/mysqlnd.c main/php_version.h | ||||
| | * | Typo fix: umknown -> unknown | Lior Kaplan | 2013-10-31 | 1 | -2/+2 |
| | | | |||||
| | * | Merge branch 'PHP-5.4' | Kalle Sommer Nielsen | 2013-08-05 | 1 | -2/+6 |
| | | | |||||
| * | | Typo fix: umknown -> unknown | Martin Hujer | 2013-10-31 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch '2Guploads' | Michael Wallner | 2013-08-09 | 2 | -118/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2Guploads: add NEWS entry; add simple test more precise condition make this work in vc11 too Use int64_t and atoll() after discussion with johannes ws Patch for https://bugs.php.net/bug.php?id=44522 to allow uploading files above 2G. unify stdint type usage | ||||
| * | | | unify stdint type usage | Michael Wallner | 2013-08-06 | 2 | -118/+1 |
| | | | | | | | | | | | | | | | | if you need C99 stdint types, just include "php_stdint.h" | ||||
* | | | | Merge branch 'PHP-5.5' | Andrey Hristov | 2013-08-08 | 1 | -6/+13 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | add some tracing | Andrey Hristov | 2013-08-08 | 1 | -6/+13 |
| | | | | |||||
* | | | | Merge branch 'PHP-5.5' | Christopher Jones | 2013-08-06 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | * PHP-5.5: Fix long-standing visual pain point: the misalignment of './configure help' text. Whitespace changes and a couple of grammar fixes. | ||||
| * | | Fix long-standing visual pain point: the misalignment of './configure help' ↵ | Christopher Jones | 2013-08-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes. | ||||
| * | | Merge branch 'PHP-5.5' | Kalle Sommer Nielsen | 2013-08-05 | 1 | -2/+6 |
| | | | |||||
* | | | Check for NULL ptr from get_stream() before passing it on to php_stream_cast() | Kalle Sommer Nielsen | 2013-08-05 | 1 | -2/+6 |
| | | | |||||
* | | | Merge branch 'PHP-5.5' | Stanislav Malyshev | 2013-08-04 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.5: non living code related typo fixes | ||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-08-04 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | * PHP-5.4: non living code related typo fixes Conflicts: Zend/zend_compile.c | ||||
| | * | non living code related typo fixes | Veres Lajos | 2013-08-04 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch 'PHP-5.4' of ssh://git.php.net/php-src into PHP-5.4 | Andrey Hristov | 2013-07-08 | 1 | -2/+2 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: NEWS | ||||
| * | \ | Merge branch 'PHP-5.5' of ssh://git.php.net/php-src into PHP-5.5 | Andrey Hristov | 2013-07-08 | 1 | -2/+2 |
| |\ \ \ | |||||
* | | | | | Disable a flag | Andrey Hristov | 2013-07-22 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch 'master' of ssh://git.php.net/php-src | Andrey Hristov | 2013-07-08 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | |||||
| * | | | Merge branch 'PHP-5.4' into PHP-5.5 | Johannes Schlüter | 2013-07-03 | 1 | -2/+2 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Make sure return value is initialised in case transaction startup fails | Johannes Schlüter | 2013-07-03 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2013-07-08 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | Conflicts: NEWS | ||||
| * | | Fixed segfault in mysqlnd when doing long prepare | Andrey Hristov | 2013-07-08 | 1 | -0/+1 |
| |/ | |||||
| * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 2 | -3/+3 |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 2 | -3/+3 |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | | updates | Andrey Hristov | 2013-05-21 | 1 | -1/+1 |
| | | |||||
* | | don't include smart_str.h in a too global header, fixes #64718 | Johannes Schlüter | 2013-04-30 | 2 | -1/+2 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-04-27 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2013-04-27 | 1 | -0/+1 |
| |\ | |||||
| | * | Fix memory realted to #64726 | Xinchen Hui | 2013-04-27 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2013-04-19 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Andrey Hristov | 2013-04-19 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | lower the limit, should fit in a byte | Andrey Hristov | 2013-04-19 | 1 | -1/+1 |
| | | | |||||
* | | | Fix some errors in mysqlnd charset list | Nikita Popov | 2013-03-24 | 1 | -11/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I fixed the stuff that seemed obviously wrong, but there are some more differences with the SHOW COLLATIONS output: * The whole range of "utf16" collations missing * "filename" missing * "ucs2_general_mysql500_ci" and "utf8_general_mysql500_ci" missing I wasn't sure whether those omissions are intentional, so I didn't add them. | ||||
* | | | fix the fix | Andrey Hristov | 2013-03-13 | 1 | -2/+1 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2013-03-13 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | | | | | | | Conflicts: NEWS | ||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Andrey Hristov | 2013-03-13 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | | | | Conflicts: NEWS | ||||
| | * | fix for bug #63530 mysqlnd_stmt::bind_one_parameter uses wrong alloc for ↵ | Andrey Hristov | 2013-03-13 | 1 | -1/+1 |
| | | | | | | | | | | | | stmt->param_bind | ||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Johannes Schlüter | 2013-02-21 | 2 | -2/+2 |
|\ \ \ | |/ / |