summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* These function docs are referencing zend_object_value but this should be zend...Tom Van Looy2015-12-242-2/+2
* Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2015-12-245-7/+91
|\
| * fix merge mistakeAnatol Belski2015-12-231-1/+1
| * Added test for bug #71201Anatol Belski2015-12-231-0/+10
| * Bug #71201 round() segfault on 64-bit buildsAnatol Belski2015-12-231-1/+9
| * Update NEWS & Fixed testXinchen Hui2015-12-231-1/+4
| * Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-12-232-4/+24
| |\
| | * Fixed bug #71204 (segfault if clean spl_autoload_funcs while autoloading)Xinchen Hui2015-12-232-4/+24
| * | This should never failXinchen Hui2015-12-231-3/+1
| * | Fixed bug #71202 (Autoload function registered by another not activated immed...Xinchen Hui2015-12-232-2/+47
* | | Superfluous semicolonXinchen Hui2015-12-241-1/+1
|/ /
* | Merge branch 'PHP-5.6' into PHP-7.0Dmitry Stogov2015-12-221-2/+2
|\ \ | |/
| * Fixed incorrect setting on 32-bit systemsDmitry Stogov2015-12-221-2/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2015-12-222-1/+16
|\ \ | |/
| * Fix #70720Julien Pauli2015-12-222-1/+16
* | release only appropriate stringAnatol Belski2015-12-221-1/+5
* | Fixed bug #71190 (substr_replace converts integers in original $search array ...Xinchen Hui2015-12-222-9/+37
* | Fixed #71188 (str_replace converts integers in original $search array to stri...Xinchen Hui2015-12-222-8/+39
* | Fixed typoXinchen Hui2015-12-211-2/+1
* | Fixed bug #71178 (preg_replace with arrays creates [0] in replace array if no...Xinchen Hui2015-12-211-1/+1
* | Fix bug #66179Andrea Faulds2015-12-185-77/+197
* | Fixed bug #71144 (Sementation fault when using cURL with ZTS)Xinchen Hui2015-12-192-0/+21
* | Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2015-12-193-4/+5
|\ \
| * \ Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-12-183-4/+5
| |\ \ | | |/
| | * Improved fix for #71127Xinchen Hui2015-12-183-4/+5
* | | Fixed test skipXinchen Hui2015-12-191-1/+1
|/ /
* | Fix tests broken by 'Fix bug #52355'Andrea Faulds2015-12-174-11/+11
* | Fix bug #52355Andrea Faulds2015-12-173-9/+9
* | Fixed bug #71153Nikita Popov2015-12-172-0/+20
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-12-172-1/+27
|\ \ | |/
| * Fixed bug #71127 (Define in auto_prepend_file is overwrite)Xinchen Hui2015-12-172-1/+27
| * Fix ZTS buildYasuo Ohgaki2015-12-161-2/+2
* | Removed invalid efree() (arguments are allocated on VM stack and used without...Dmitry Stogov2015-12-161-6/+0
* | Fixed testYasuo Ohgaki2015-12-161-5/+3
* | Merge branch 'PHP-5.6' into PHP-7.0Yasuo Ohgaki2015-12-163-32/+33
|\ \ | |/
| * Fixed bug #71122 Session GC may not remove obsolete session dataYasuo Ohgaki2015-12-163-28/+31
* | Unused varsXinchen Hui2015-12-141-2/+1
* | Implement FR #55651 (Option to ignore the returned FTP PASV address)Avi Brender2015-12-154-3/+23
|\ \ | |/
| * Implement FR #55651 (Option to ignore the returned FTP PASV address)Avi Brender2015-12-154-3/+23
* | Fix merge conflictYasuo Ohgaki2015-12-151-3/+4
|\ \ | |/
| * Fixed Bug #71122 Session GC may not remove obsolete session dataYasuo Ohgaki2015-12-151-3/+4
| * Support uwsgi sapi in opcacheRasmus Lerdorf2015-12-141-0/+1
* | Support uwsgi sapi in opcacheRasmus Lerdorf2015-12-141-0/+1
* | Refactor password_hash to use random_bytes internally to generate saltsAnthony Ferrara2015-12-141-31/+5
* | Do not swap operands in array additionNikita Popov2015-12-141-1/+3
* | Internal function argumensts cleanup (strict_types)Xinchen Hui2015-12-126-10/+10
* | Fixed testXinchen Hui2015-12-121-0/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Christopher Jones2015-12-131-8/+14
|\ \ | |/
| * Update READMEChristopher Jones2015-12-131-8/+14
| * Prepare for a PECL releaseChristopher Jones2015-12-122-12/+16