Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor password_hash to use random_bytes internally to generate saltsphp-7.0.1PHP-7.0.1 | Anthony Ferrara | 2015-12-14 | 1 | -31/+5 |
| | |||||
* | set final version | Anatol Belski | 2015-12-14 | 2 | -3/+3 |
| | |||||
* | set release date | Anatol Belski | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | sync NEWS | Anatol Belski | 2015-12-14 | 1 | -0/+2 |
| | |||||
* | Use format string | Xinchen Hui | 2015-12-12 | 1 | -1/+1 |
| | |||||
* | Add sanitizing checks for request data. | George Wang | 2015-12-12 | 1 | -2/+54 |
| | |||||
* | Clear secret after use. | George Wang | 2015-12-12 | 1 | -5/+8 |
| | |||||
* | PHP_MD5_CTX is now always used due to fix for #71204php-7.0.1RC1 | Bob Weinand | 2015-12-08 | 1 | -1/+1 |
| | |||||
* | prepare 7.0.1RC1 | Anatol Belski | 2015-12-08 | 3 | -4/+4 |
| | |||||
* | Update random.c | Scott | 2015-12-08 | 1 | -1/+1 |
| | | | | Supersedes #1589 | ||||
* | Expose php_random_bytes as a first-class API within internals | Anthony Ferrara | 2015-12-08 | 2 | -9/+24 |
| | | | | This also defines two macros: php_random_bytes_throw and php_random_bytes_silent depending on use case which will throw exceptions or not respectively | ||||
* | Revert "fix typos "paramer" -> "parameters"" | Xinchen Hui | 2015-12-08 | 2 | -9/+9 |
| | | | | | | ABI BC break This reverts commit 6ac12f13379f3fc19f07abb9d1055274e5f98838. | ||||
* | update NEWS | Anatol Belski | 2015-12-07 | 1 | -0/+2 |
| | |||||
* | Fixed bug #71024 Unable to use PHP 7.0 x64 side-by-side with PHP 5.6 x32 on ↵ | Anatol Belski | 2015-12-07 | 3 | -11/+4 |
| | | | | the same server | ||||
* | Fixed Bug #71049 (SQLite3Stmt::execute() releases bound parameter instead ↵ | Xinchen Hui | 2015-12-07 | 3 | -2/+26 |
| | | | | of internal buffer) | ||||
* | fix typos "paramer" -> "parameters" | Márcio Almada | 2015-12-07 | 2 | -9/+9 |
| | |||||
* | Fixed bug #71020 (Use after free in Collator::sortWithSortKeys) | Xinchen Hui | 2015-12-07 | 3 | -1/+22 |
| | |||||
* | standard tsrm usage for seven | Joe Watkins | 2015-12-06 | 3 | -9/+10 |
| | |||||
* | update NEWS with fixed bug #70831 | Anatol Belski | 2015-12-06 | 1 | -0/+2 |
| | |||||
* | Fix #70831: Compile fails on system with 160 CPUs | Daniel Axtens | 2015-12-06 | 1 | -0/+1 |
| | | | | | | | | | | | This fixes the following build issue on 160-CPU POWER8 machines ext/tokenizer/tokenizer_data.c:28:34: fatal error: zend_language_parser.h: No such file or directory #include <zend_language_parser.h> It is fixed by introducing an explicit dependency on the header file. Signed-off-by: Daniel Axtens <dja@axtens.net> | ||||
* | Fix double free in formatted_print.c | Bob Weinand | 2015-12-06 | 2 | -6/+1 |
| | |||||
* | Fixed bug #71013 (Incorrect exception handler with yield from) | Bob Weinand | 2015-12-06 | 3 | -3/+62 |
| | |||||
* | Disable PEAR in Travis build | Nikita Popov | 2015-12-05 | 1 | -1/+1 |
| | |||||
* | Missed one place | Xinchen Hui | 2015-12-04 | 2 | -3/+10 |
| | |||||
* | Fixed bug #71028 (Undefined index with ArrayIterator) | Xinchen Hui | 2015-12-04 | 3 | -2/+38 |
| | |||||
* | Fixed bug #71018 (ReflectionProperty::setValue() behavior changed) | Xinchen Hui | 2015-12-04 | 4 | -23/+53 |
| | |||||
* | Align NEWS entries format | Lior Kaplan | 2015-12-03 | 1 | -10/+10 |
| | |||||
* | Add PDO_Firebird fix in NEWS | Popa Adrian Marius | 2015-12-03 | 1 | -0/+3 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Popa Adrian Marius | 2015-12-03 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Use LL_MASK for SQL_INT64 data formatting | ||||
| * | Use LL_MASK for SQL_INT64 data formatting | Popa Adrian Marius | 2015-12-03 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-7.0' of https://git.php.net/push/php-src into PHP-7.0 | Popa Adrian Marius | 2015-12-03 | 5 | -10808/+69 |
|\ \ | | | | | | | | | | | | | | | | | | | * 'PHP-7.0' of https://git.php.net/push/php-src: NEWS for 8907da99b83204958cb2308ec12aa9e490372150 Fixed bug #71006 (symbol referencing errors on Sparc/Solaris) remove PHP 5 NEWS entries | ||||
| * | | NEWS for 8907da99b83204958cb2308ec12aa9e490372150 | Andrea Faulds | 2015-12-03 | 1 | -0/+2 |
| | | | |||||
| * | | Fixed bug #71006 (symbol referencing errors on Sparc/Solaris) | Dmitry Stogov | 2015-12-03 | 5 | -6/+67 |
| | | | |||||
| * | | remove PHP 5 NEWS entries | Anatol Belski | 2015-12-03 | 1 | -10802/+0 |
| | | | |||||
* | | | Merge branch 'PHP-5.6' into PHP-7.0 | Popa Adrian Marius | 2015-12-03 | 1 | -2/+2 |
|\ \ \ | |/ / |/| / | |/ | | | * PHP-5.6: Fix Bug #60052 Integer returned as a 64bit integer on X64_86 for pdo_firebird | ||||
| * | Fix Bug #60052 Integer returned as a 64bit integer on X64_86 for pdo_firebird | Popa Adrian Marius | 2015-12-03 | 1 | -2/+2 |
| | | |||||
* | | SIZEOF_SIZE_T doesn't exist on AIX, keep using SIZEOF_LONG | Lior Kaplan | 2015-12-02 | 1 | -1/+5 |
| | | | | | | | | Follow up for 3689b444 | ||||
* | | remove older UPGRADING entry, bug #38409 is already fixed in 5.6 | Anatol Belski | 2015-12-01 | 1 | -3/+0 |
| | | |||||
* | | Fix bug #71005 (Segfault in php_cli_server_dispatch_router()). | Adam Harvey | 2015-12-01 | 3 | -0/+51 |
| | | | | | | | | | | | | We didn't initialise the retval variable in php_cli_server_dispatch_router(); let's now initialise it to be IS_UNDEF, as the following if condition expects. | ||||
* | | Fixed bug #70991 (zend_file_cache.c:710: error: array type has incomplete ↵ | Xinchen Hui | 2015-12-01 | 3 | -2/+8 |
| | | | | | | | | element type) | ||||
* | | Update random.c | Scott | 2015-12-01 | 1 | -2/+2 |
| | | | | | | | | Ref: https://github.com/jedisct1/libsodium/commit/beb826f6fd173cff4473c8b7614033dbd4803500 | ||||
* | | arrange NEWS for final and fix one NEWS mistake | Anatol Belski | 2015-12-01 | 1 | -525/+11097 |
| | | |||||
* | | Fixed bug #70997 (When using parentClass:: instead of parent::, static ↵ | Dmitry Stogov | 2015-11-30 | 4 | -18/+46 |
| | | | | | | | | context changed) | ||||
* | | Fixed bug #70993 (Array key references break argument processing) | Xinchen Hui | 2015-11-30 | 2 | -0/+5 |
| | | |||||
* | | Fix typo in php_stream_from_res_no_verify | Jakub Zelenka | 2015-11-29 | 1 | -1/+1 |
| | | | | | | | | | | | | This macro is not used but it's wrong as zend_fetch_resource accepts only 3 args and just one res index. So obviously we need to use zend_fetch_resource2 here. | ||||
* | | Order the NEWS | Xinchen Hui | 2015-11-28 | 1 | -4/+4 |
| | | |||||
* | | Fixed bug #70931 (Two errors messages are in conflict) | Xinchen Hui | 2015-11-28 | 4 | -3/+4 |
| | | |||||
* | | Fixed Bug #70967 (Weird error handling for __toString when Error is thrown) | Xinchen Hui | 2015-11-28 | 7 | -6/+31 |
| | | |||||
* | | Space | Xinchen Hui | 2015-11-27 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0 | Xinchen Hui | 2015-11-27 | 2 | -0/+16 |
|\ \ |