summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Set versionsphp-7.0.33PHP-7.0.33Anatol Belski2018-12-042-3/+3
|
* Sync NEWS [ci skip]Anatol Belski2018-12-041-1/+8
|
* 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-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).
* | 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-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-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
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Ferenc Kovacs2018-09-120-0/+0
|\ \ | |/
| * 5.6.39 will be the nextFerenc Kovacs2018-09-113-5/+7
| |
* | 7.0.33 nextAnatol Belski2018-09-113-5/+9
| |
* | Sync NEWS [ci skip]Anatol Belski2018-09-101-1/+2
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-09-091-0/+1
|\ \ | |/ | | | | | | | | * PHP-5.6: Update NEWS Fix for bug #76582
| * Update NEWSStanislav Malyshev2018-09-091-0/+3
| |
| * Fix for bug #76582Stanislav Malyshev2018-09-091-0/+1
| | | | | | | | | | The brigade seems to end up in a messed up state if something fails in shutdown, so we clean it up.
* | Merge branch 'PHP-5.6' into PHP-7.0Ferenc Kovacs2018-07-190-0/+0
|\ \ | |/
| * 5.6.38 will be nextFerenc Kovacs2018-07-193-5/+7
| |
* | 7.0.32 nextAnatol Belski2018-07-172-4/+4
| |
* | [ci skip] Update NEWSAnatol Belski2018-07-171-1/+12
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-07-165-2/+106
|\ \ | |/ | | | | | | | | | | | | * PHP-5.6: Add NEWS Fixed bug #76459 windows linkinfo lacks openbasedir check Fix bug #76557: heap-buffer-overflow (READ of size 48) while reading exif data Fix bug #76423 - Int Overflow lead to Heap OverFlow in exif_thumbnail_extract of exif.c
| * Add NEWSStanislav Malyshev2018-07-161-0/+9
| |
| * Fixed bug #76459 windows linkinfo lacks openbasedir checkAnatol Belski2018-07-161-1/+12
| |
| * Fix bug #76557: heap-buffer-overflow (READ of size 48) while reading exif dataStanislav Malyshev2018-07-163-1/+83
| | | | | | | | Use MAKERNOTE length as data size.
| * Fix bug #76423 - Int Overflow lead to Heap OverFlow in ↵Stanislav Malyshev2018-07-163-1/+23
| | | | | | | | exif_thumbnail_extract of exif.c
* | Fixed bug #76459 windows linkinfo lacks openbasedir checkAnatol Belski2018-07-161-0/+11
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Ferenc Kovacs2018-04-250-0/+0
|\ \ | |/
| * 5.6.37 will be nextFerenc Kovacs2018-04-243-5/+21
| |
* | 7.0.31 nextAnatol Belski2018-04-243-5/+9
| |
* | [ci skip] Update NEWSAnatol Belski2018-04-241-0/+12
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2018-04-241-2/+4
|\ \ | |/ | | | | | | * PHP-5.6: Fix test portability
| * Fix test portabilityAnatol Belski2018-04-241-2/+4
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-04-2321-18/+101
|\ \ | |/ | | | | | | | | | | | | | | | | | | * PHP-5.6: Fix tsrm_ls Fix #76129 - remove more potential unfiltered outputs for phar Fix test Fix bug #76248 - Malicious LDAP-Server Response causes Crash Fix bug #76249 - fail on invalid sequences Fix #76130: Heap Buffer Overflow (READ: 1786) in exif_iif_add_value Fix bug #75981: prevent reading beyond buffer start
| * Fix tsrm_lsStanislav Malyshev2018-04-231-1/+1
| |
| * Merge remote-tracking branch 'security/bug76249' into PHP-5.6Stanislav Malyshev2018-04-232-0/+21
| |\ | | | | | | | | | | | | | | | * security/bug76249: Fix test Fix bug #76249 - fail on invalid sequences
| | * Fix testStanislav Malyshev2018-04-221-2/+4
| | |
| | * Fix bug #76249 - fail on invalid sequencesStanislav Malyshev2018-04-222-0/+19
| | |
| * | Merge remote-tracking branch 'security/bug76248' into PHP-5.6Stanislav Malyshev2018-04-232-1/+45
| |\ \ | | | | | | | | | | | | | | | | * security/bug76248: Fix bug #76248 - Malicious LDAP-Server Response causes Crash
| | * | Fix bug #76248 - Malicious LDAP-Server Response causes CrashStanislav Malyshev2018-04-222-1/+45
| | |/