summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-012-8/+0
|\
| * Fix #80654: file_get_contents() maxlen fails above (2**31)-1 bytesChristoph M. Becker2021-02-012-8/+0
| * Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-271-16/+0
| |\
| | * Rm unneeded functionStanislav Malyshev2021-01-271-16/+0
* | | crc32 mac build fixDavid CARLIER2021-02-011-0/+1
* | | Rm unneeded functionStanislav Malyshev2021-01-271-16/+0
* | | Merge branch 'PHP-7.4' into PHP-8.0Stanislav Malyshev2021-01-267-43/+15
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-267-43/+15
| |\ \ | | |/
| | * Alternative fix for bug 77423Christoph M. Becker2021-01-267-43/+15
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-01-192-5/+18
|\ \ \ | |/ /
| * | Fixed bug #42560sj-i2021-01-192-5/+18
* | | Use arc4random_buf on macOSDavid CARLIER2021-01-121-1/+1
* | | Mac M1 crc32 detection supportDavid CARLIER2021-01-041-0/+6
* | | Fix test nameStanislav Malyshev2021-01-041-1/+1
* | | Merge branch 'PHP-7.4' into PHP-8.0Stanislav Malyshev2021-01-041-4/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-017-15/+61
| |\ \ | | |/
| | * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2021-01-017-15/+61
| | |\
| | | * Fix #77423: parse_url() will deliver a wrong host to userPHP-7.2Christoph M. Becker2021-01-017-14/+59
* | | | Fix bug #79405 - gethostbyname() silently truncates after a null byteStanislav Malyshev2021-01-042-3/+22
* | | | Fix #77423: parse_url() will deliver a wrong host to userChristoph M. Becker2021-01-047-16/+60
* | | | Fix parameter nameChristoph M. Becker2021-01-012-3/+3
* | | | php_formatted_print() throws on failureChristoph M. Becker2020-12-271-6/+6
* | | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-271-27/+27
|\ \ \ \ | |/ / /
| * | | Replace sort() function calls with ksort() in basic ksort testhaszi2020-12-271-27/+27
* | | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-231-1/+1
|\ \ \ \ | |/ / /
| * | | Fix #80384: limit read buffer sizeAdam Seitz2020-12-231-1/+1
* | | | Detect overlarge step for character range()Nikita Popov2020-12-162-2/+24
* | | | Remove bug41347.phpt as the error cases are already testedekinhbayar2020-12-111-12/+0
* | | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-083-0/+130
|\ \ \ \ | |/ / /
| * | | Fix #77069: stream filter loses final block of dataChristoph M. Becker2020-12-083-0/+130
* | | | Fix another typed resource issue in unserializationNikita Popov2020-12-072-3/+33
* | | | Fix removal of type source during unserializationNikita Popov2020-12-042-1/+18
* | | | Make is_file() and friends return false when path contains 0-byteChristian Schneider2020-12-0311-32/+46
* | | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-021-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-12-021-1/+1
| |\ \ \ | | |/ /
| | * | Fixed bug #80457Nikita Popov2020-12-021-1/+1
* | | | Fix another ref source management bug in unserializeNikita Popov2020-11-302-0/+23
* | | | Avoid direct calls to zend_cpu_supports()Nikita Popov2020-11-272-2/+2
* | | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-252-1/+32
|\ \ \ \ | |/ / /
| * | | Fixed bug #80411Nikita Popov2020-11-252-1/+32
* | | | Fix unserialization ref source management, againNikita Popov2020-11-253-1/+26
* | | | Fix ref source management during unserializationNikita Popov2020-11-252-11/+31
* | | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-11-241-1/+3
|\ \ \ \ | |/ / /
| * | | Fix #80366: Return Value of zend_fstat() not CheckedChristoph M. Becker2020-11-241-1/+3
* | | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-11-191-0/+73
|\ \ \ \ | |/ / /
| * | | Fix #72964: White space not unfolded for CC/Bcc headersChristoph M. Becker2020-11-191-0/+73
* | | | Strip trailing line breaks and periods from Windows error messagesChristoph M. Becker2020-11-129-40/+32
* | | | Fix memory leak when user filter onCreate returns falseNikita Popov2020-11-122-1/+26
* | | | getlastmod() can return falseNikita Popov2020-11-042-3/+3
* | | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-11-045-6/+23
|\ \ \ \ | |/ / /