summaryrefslogtreecommitdiff
Commit message (Expand)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
* Expose php_random_bytes as a first-class API within internalsAnthony Ferrara2015-12-082-9/+24
* Revert "fix typos "paramer" -> "parameters""Xinchen Hui2015-12-082-9/+9
* 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 t...Anatol Belski2015-12-073-11/+4
* Fixed Bug #71049 (SQLite3Stmt::execute() releases bound parameter instead of...Xinchen Hui2015-12-073-2/+26
* 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
* 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
|\
| * 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
|\ \
| * | 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
|\ \ \ | |/ / |/| / | |/
| * 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
* | 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
* | Fixed bug #70991 (zend_file_cache.c:710: error: array type has incomplete ele...Xinchen Hui2015-12-013-2/+8
* | Update random.cScott2015-12-011-2/+2
* | arrange NEWS for final and fix one NEWS mistakeAnatol Belski2015-12-011-525/+11097
* | Fixed bug #70997 (When using parentClass:: instead of parent::, static contex...Dmitry Stogov2015-11-304-18/+46
* | 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
* | 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
|\ \