summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix bug #77242 (heap out of bounds read in xmlrpc_decode())Stanislav Malyshev2019-01-062-0/+13
| |
* | Regenerate certs for openssl testsAlexander Kurilo2019-01-065-44/+91
| |
* | add imap.enable_insecure_rsh in php.iniRemi Collet2018-12-082-0/+14
| |
* | missing entry for #77020Remi Collet2018-12-081-0/+3
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Ferenc Kovacs2018-12-050-0/+0
|\ \
| * \ Merge branch 'PHP-5.6' into PHP-7.0PHP-7.0Ferenc Kovacs2018-12-050-0/+0
| |\ \ | | |/
| | * 5.6.40 will be next. probably notFerenc Kovacs2018-12-053-5/+7
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2018-12-040-0/+0
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Sync NEWS [ci skip]
| * | Sync NEWS [ci skip]Anatol Belski2018-12-041-1/+8
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-12-032-1/+12
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Fix null pointer deref in qprint-encode filter (bug #77231)
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-12-032-1/+12
| |\ \ | | |/ | | | | | | | | | * PHP-5.6: Fix null pointer deref in qprint-encode filter (bug #77231)
| | * Fix null pointer deref in qprint-encode filter (bug #77231)Stanislav Malyshev2018-12-033-1/+16
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-12-036-11/+55
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-7.0: Fix bug #77143 - add more checks to buffer reads Fix bug #77143 - add more checks to buffer reads Fix #77020: null pointer dereference in imap_mail
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-12-031-1/+1
| |\ \ | | |/ | | | | | | | | | * PHP-5.6: Fix bug #77143 - add more checks to buffer reads
| | * Fix bug #77143 - add more checks to buffer readsStanislav Malyshev2018-12-035-11/+42
| | |
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-12-036-11/+55
| |\ \ | | | | | | | | | | | | | | | | | | | | * PHP-5.6: Fix bug #77143 - add more checks to buffer reads Fix #77020: null pointer dereference in imap_mail
| | * | Fix bug #77143 - add more checks to buffer readsStanislav Malyshev2018-12-035-11/+42
| | |/
| | * Fix #77020: null pointer dereference in imap_mailStanislav Malyshev2018-12-033-1/+16
| | | | | | | | | | | | | | | | | | If an empty $message is passed to imap_mail(), we must not set message to NULL, since _php_imap_mail() is not supposed to handle NULL pointers (opposed to pointers to NUL).
* | | Don't need interactive progress on git clones in TravisPhilip Prindeville2018-12-021-0/+3
| | | | | | | | | | | | | | | | | | | | | Travis logs are usually inspected after the build completes, by which time progress info is useless. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-12-025-74/+63
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-7.0: Fix TSRM signature - php_stream_stat macro has it's own TSRM Regenerate certificates for openssl tests Improve test for bug77022
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-12-025-74/+63
| |\ \ | | |/ | | | | | | | | | | | | | | | * PHP-5.6: Fix TSRM signature - php_stream_stat macro has it's own TSRM Regenerate certificates for openssl tests Improve test for bug77022
| | * Fix TSRM signature - php_stream_stat macro has it's own TSRMStanislav Malyshev2018-12-021-1/+1
| | |
| | * Regenerate certificates for openssl testsAlexander Kurilo2018-12-024-73/+58
| | |
| | * Improve test for bug77022Stanislav Malyshev2018-12-021-1/+5
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-12-011-1/+1
|\ \ \ | |/ / | | | | | | * PHP-7.0:
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-12-014-2/+49
| |\ \ | | |/ | | | | | | | | | * PHP-5.6: Fix bug #77022 - use file mode or umask for new files
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-12-013-2/+46
|\ \ \ | | | | | | | | | | | | | | | | * PHP-7.0: Fix bug #77022 - use file mode or umask for new files
| * \ \ Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-12-014-2/+49
| |\ \ \ | | |/ / | |/| / | | |/ | | | * PHP-5.6: Fix bug #77022 - use file mode or umask for new files
| | * Fix bug #77022 - use file mode or umask for new filesStanislav Malyshev2018-12-014-2/+50
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-11-281-0/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-7.0: Add DISPLAY_INI_ENTRIES for imap Disable rsh/ssh functionality in imap by default (bug #77153) Disable rsh/ssh functionality in imap by default (bug #77153)
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-11-281-0/+2
| |\ \ | | |/ | | | | | | | | | * PHP-5.6: Add DISPLAY_INI_ENTRIES for imap
| | * Add DISPLAY_INI_ENTRIES for imapStanislav Malyshev2018-11-281-0/+2
| | |
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-11-200-0/+0
| |\ \ | | |/ | | | | | | | | | * PHP-5.6: Disable rsh/ssh functionality in imap by default (bug #77153)
| | * Disable rsh/ssh functionality in imap by default (bug #77153)Stanislav Malyshev2018-11-205-0/+53
| | |
| * | Disable rsh/ssh functionality in imap by default (bug #77153)Stanislav Malyshev2018-11-205-1/+52
| | |
* | | Prep for 7.1.26Sara Golemon2018-11-213-5/+7
| | |
* | | Fix bug #71041 dynamic embed SAPI load errorValentin V. Bartenev2018-11-203-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | If the library is built with ZEND_SIGNALS defined, it's unusable with an external SAPI module because the zend_signal_startup() call is mandatory in this case. This bug is similar to #74149, but related to dynamic loading of PHP library.
* | | Disable rsh/ssh functionality in imap by default (bug #77153)Stanislav Malyshev2018-11-205-0/+53
| | |
* | | NEWSRemi Collet2018-11-201-0/+3
| | |
* | | Fix #77151 ftp_close(): SSL_read on shutdownRemi Collet2018-11-201-6/+8
| | | | | | | | | | | | | | | | | | | | | Regression introduced in fix for #76972 only display the error message when sslerror or if errno is set (for SSL_ERROR_SYSCALL case)
* | | [ci skip] Update NEWSAnatol Belski2018-11-181-0/+4
| | |
* | | Fixed bug #77047 pg_convert has a broken regex for the 'TIME WITHOUT ↵Anatol Belski2018-11-182-1/+41
| | | | | | | | | | | | | | | | | | TIMEZONE' data type Backport 369c991d and 282a63da to 7.1, closes #3634
* | | Fix #77147: Fix for 60494 ignores ICONV_MIME_DECODE_CONTINUE_ON_ERRORChristoph M. Becker2018-11-143-1/+30
| | | | | | | | | | | | | | | | | | If the `ICONV_MIME_DECODE_CONTINUE_ON_ERROR` flag is set, parsing should not fail, if there are illegal characters in the headers; instead we silently ignore these like before.
* | | Validate length on socket_writeThiago Carvalho2018-11-135-0/+55
| | |
* | | Fix #77141: Signedness issue in SOAP when precision=-1Christoph M. Becker2018-11-123-1/+29
| | | | | | | | | | | | | | | According to php_gcvt(), we assume at most 17 fractional digits for negative precision.
* | | Fix #76348: WSDL_CACHE_MEMORY causes Segmentation faultChristoph M. Becker2018-11-044-1/+106
| | | | | | | | | | | | | | | “Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end.”
* | | Updated to version 2018.7 (2018g)Derick Rethans2018-10-301-734/+666
| | |
* | | [ci skip] Update NEWSPeter Kokot2018-10-301-0/+4
| | |
* | | fix bug #77079Jon Allen2018-10-301-2/+2
| | |
* | | Fixed bug #77058Nikita Popov2018-10-253-3/+24
| | | | | | | | | | | | | | | Account for the fact that undef must be interpreted as null for the purposes of INC/DEC inference.