summaryrefslogtreecommitdiff
path: root/ext
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
* PHP_MD5_CTX is now always used due to fix for #71204php-7.0.1RC1Bob Weinand2015-12-081-1/+1
* Update random.cScott2015-12-081-1/+1
* Expose php_random_bytes as a first-class API within internalsAnthony Ferrara2015-12-082-9/+24
* 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-072-2/+22
* Fixed bug #71020 (Use after free in Collator::sortWithSortKeys)Xinchen Hui2015-12-072-1/+18
* Fix #70831: Compile fails on system with 160 CPUsDaniel Axtens2015-12-061-0/+1
* Fix double free in formatted_print.cBob Weinand2015-12-061-6/+0
* Missed one placeXinchen Hui2015-12-042-3/+10
* Fixed bug #71028 (Undefined index with ArrayIterator)Xinchen Hui2015-12-042-2/+35
* Fixed bug #71018 (ReflectionProperty::setValue() behavior changed)Xinchen Hui2015-12-043-23/+51
* 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-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
* | Fixed bug #70991 (zend_file_cache.c:710: error: array type has incomplete ele...Xinchen Hui2015-12-012-2/+4
* | Update random.cScott2015-12-011-2/+2
* | Fixed bug #70993 (Array key references break argument processing)Xinchen Hui2015-11-301-0/+1
* | Fixed Bug #70967 (Weird error handling for __toString when Error is thrown)Xinchen Hui2015-11-281-1/+1
* | SpaceXinchen Hui2015-11-271-1/+1
* | Fixed bug #70977, #70973 (Segmentation fault with opcache.huge_code_pages=1)Xinchen Hui2015-11-271-3/+22
* | Fixed bug #70949 (SQL Result Sets With NULL Can Cause Fatal Memory Errors)Xinchen Hui2015-11-272-0/+64
* | Fixed testXinchen Hui2015-11-271-1/+1
* | Fixed bug #70982 (setStaticPropertyValue behaviors inconsistently with 5.6)Xinchen Hui2015-11-272-0/+23
* | Change line endings: Windows to UnixChristopher Jones2015-11-263-573/+573
* | ZEND_SPACESHIP supportsXinchen Hui2015-11-251-0/+1
* | Improve test portabilityChristopher Jones2015-11-251-18/+18
* | Fix remaining gcov valgrind issuesChristopher Jones2015-11-251-10/+13
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-242-1/+12
|\ \ | |/
| * Fixed bug #70960 (ReflectionFunction for array_unique returns wrong number of...Xinchen Hui2015-11-242-1/+12
* | Also fixed 'r'Xinchen Hui2015-11-243-51/+91
* | Indent (not sure why it was messed)Xinchen Hui2015-11-242-16/+16
* | Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2015-11-242-14/+1
|\ \
| * | Revert "Added back support for undocummented host:port syntax"Côme Bernigaud2015-11-242-11/+1
| * | Revert "Using default port in ldap_connect when NULL is passed (this was the ...Côme Bernigaud2015-11-241-3/+0
* | | Fixed bug #70963 (Unserialize shows UNKNOW in result)Xinchen Hui2015-11-243-21/+55
|/ /
* | Fixed bug #70959 (ArrayObject unserialize does not restore protected fields)Xinchen Hui2015-11-231-0/+24
* | Add test for bug (count on symbol table)Xinchen Hui2015-11-231-0/+22
* | Improved fix for bug (count on symbol table)Xinchen Hui2015-11-232-93/+11
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-231-0/+44
|\ \ | |/
| * Add bug #70957 and #70958 releated test in refectionXinchen Hui2015-11-231-0/+44
* | Fixed bug (count on symbol tables)Xinchen Hui2015-11-211-2/+37
* | Fixed bug #70947 (INI parser segfault with INI_SCANNER_TYPED)Xinchen Hui2015-11-201-0/+12
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-201-2/+2
|\ \ | |/
| * This seems betterXinchen Hui2015-11-201-2/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-201-0/+4
|\ \ | |/
| * Fixed build error "undefined symbol gdJpegGetVersionString"Xinchen Hui2015-11-201-0/+4
* | Fixed LOB implementation size_t/zend_long mismatch reported by gcovChristopher Jones2015-11-201-3/+3