summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Refactor password_hash to use random_bytes internally to generate saltsphp-7.0.1PHP-7.0.1Anthony Ferrara2015-12-141-31/+5
|
* set final versionAnatol Belski2015-12-142-3/+3
|
* set release dateAnatol Belski2015-12-141-1/+1
|
* sync NEWSAnatol Belski2015-12-141-0/+2
|
* Use format stringXinchen Hui2015-12-121-1/+1
|
* Add sanitizing checks for request data.George Wang2015-12-121-2/+54
|
* Clear secret after use.George Wang2015-12-121-5/+8
|
* PHP_MD5_CTX is now always used due to fix for #71204php-7.0.1RC1Bob Weinand2015-12-081-1/+1
|
* prepare 7.0.1RC1Anatol Belski2015-12-083-4/+4
|
* Update random.cScott2015-12-081-1/+1
| | | | Supersedes #1589
* Expose php_random_bytes as a first-class API within internalsAnthony Ferrara2015-12-082-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 Hui2015-12-082-9/+9
| | | | | | ABI BC break This reverts commit 6ac12f13379f3fc19f07abb9d1055274e5f98838.
* update NEWSAnatol Belski2015-12-071-0/+2
|
* Fixed bug #71024 Unable to use PHP 7.0 x64 side-by-side with PHP 5.6 x32 on ↵Anatol Belski2015-12-073-11/+4
| | | | the same server
* Fixed Bug #71049 (SQLite3Stmt::execute() releases bound parameter instead ↵Xinchen Hui2015-12-073-2/+26
| | | | of internal buffer)
* fix typos "paramer" -> "parameters"Márcio Almada2015-12-072-9/+9
|
* Fixed bug #71020 (Use after free in Collator::sortWithSortKeys)Xinchen Hui2015-12-073-1/+22
|
* standard tsrm usage for sevenJoe Watkins2015-12-063-9/+10
|
* update NEWS with fixed bug #70831Anatol Belski2015-12-061-0/+2
|
* Fix #70831: Compile fails on system with 160 CPUsDaniel Axtens2015-12-061-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.cBob Weinand2015-12-062-6/+1
|
* Fixed bug #71013 (Incorrect exception handler with yield from)Bob Weinand2015-12-063-3/+62
|
* Disable PEAR in Travis buildNikita Popov2015-12-051-1/+1
|
* Missed one placeXinchen Hui2015-12-042-3/+10
|
* Fixed bug #71028 (Undefined index with ArrayIterator)Xinchen Hui2015-12-043-2/+38
|
* Fixed bug #71018 (ReflectionProperty::setValue() behavior changed)Xinchen Hui2015-12-044-23/+53
|
* Align NEWS entries formatLior Kaplan2015-12-031-10/+10
|
* Add PDO_Firebird fix in NEWSPopa Adrian Marius2015-12-031-0/+3
|
* Merge branch 'PHP-5.6' into PHP-7.0Popa Adrian Marius2015-12-031-1/+1
|\ | | | | | | | | * PHP-5.6: Use LL_MASK for SQL_INT64 data formatting
| * Use LL_MASK for SQL_INT64 data formattingPopa Adrian Marius2015-12-031-1/+1
| |
* | Merge branch 'PHP-7.0' of https://git.php.net/push/php-src into PHP-7.0Popa Adrian Marius2015-12-035-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 8907da99b83204958cb2308ec12aa9e490372150Andrea Faulds2015-12-031-0/+2
| | |
| * | Fixed bug #71006 (symbol referencing errors on Sparc/Solaris)Dmitry Stogov2015-12-035-6/+67
| | |
| * | remove PHP 5 NEWS entriesAnatol Belski2015-12-031-10802/+0
| | |
* | | Merge branch 'PHP-5.6' into PHP-7.0Popa Adrian Marius2015-12-031-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_firebirdPopa Adrian Marius2015-12-031-2/+2
| |
* | SIZEOF_SIZE_T doesn't exist on AIX, keep using SIZEOF_LONGLior Kaplan2015-12-021-1/+5
| | | | | | | | Follow up for 3689b444
* | remove older UPGRADING entry, bug #38409 is already fixed in 5.6Anatol Belski2015-12-011-3/+0
| |
* | Fix bug #71005 (Segfault in php_cli_server_dispatch_router()).Adam Harvey2015-12-013-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 Hui2015-12-013-2/+8
| | | | | | | | element type)
* | Update random.cScott2015-12-011-2/+2
| | | | | | | | Ref: https://github.com/jedisct1/libsodium/commit/beb826f6fd173cff4473c8b7614033dbd4803500
* | arrange NEWS for final and fix one NEWS mistakeAnatol Belski2015-12-011-525/+11097
| |
* | Fixed bug #70997 (When using parentClass:: instead of parent::, static ↵Dmitry Stogov2015-11-304-18/+46
| | | | | | | | context changed)
* | Fixed bug #70993 (Array key references break argument processing)Xinchen Hui2015-11-302-0/+5
| |
* | Fix typo in php_stream_from_res_no_verifyJakub Zelenka2015-11-291-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 NEWSXinchen Hui2015-11-281-4/+4
| |
* | Fixed bug #70931 (Two errors messages are in conflict)Xinchen Hui2015-11-284-3/+4
| |
* | Fixed Bug #70967 (Weird error handling for __toString when Error is thrown)Xinchen Hui2015-11-287-6/+31
| |
* | SpaceXinchen Hui2015-11-271-1/+1
| |
* | Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2015-11-272-0/+16
|\ \