-
Notifications
You must be signed in to change notification settings - Fork 7.8k
update from original #2781
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
update from original #2781
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* PHP-7.2: move AC_DEFINE in the right position (in bundled lib conditon)
…ge the source object)
* PHP-7.2: Copy dependencies of the core DLL in `nmake snap` for statically-compiled extensions when packaging builds
* PHP-7.2: Fix `nmake install` fails when there are no shared extensions
* PHP-7.2: Extend ignore list for DLLs to not to look after
* PHP-7.2: Make for exclusion per regex
* PHP-7.2: Yet one DLL to ignore
* PHP-7.2: Fixed bug #75143 new method setEncryptionName() seems not to exist in ZipArchive
* PHP-7.2: Fixed bug #75139 (libgd/gd_interpolation.c:1786: suspicious if ?)
* PHP-7.2: Fix command
* PHP-7.2: Fixed typo Prevent duplicate debug output
* PHP-7.2: Fixed incorrect optimizaton (update of jump instructions should be also reflected in CFG update)
* PHP-7.2: libzip 1.3.0 supports also bz2 compression
* PHP-7.2: improve warn (bzip2 requires libzip >= 1.3.0)
* PHP-7.2: Revert "Fixed incorrect optimizaton (update of jump instructions should be also reflected in CFG update)"
* PHP-7.2:
* PHP-7.2: Fixed incorect constant conditional jump elimination
On an openldap server you need the sssvlv overlay for these to work
* pull-request/2640: (31 commits) Added support for VLV controls request and response Added support for SORT controls Added skip when control are not supported by the test ldap server Avoid memory leak when creating paged control value Fixed ifdef for VLV controls (copy/paste error) Added ldap_rename_ext and its test Indexing controls by OID when parsing them Avoid returning iscritical field when parsing response controls Fixed ldap_parse_result comment Added ldap_delete_ext and its test Added ldap_mod_*_ext methods for modification with controls Added ldap_add_ext and preread/postread support and tests Added ldap_bind_ext to pass controls and get result object Improved a bit error handling to avoid passing commands with incomplete controls Added support and test for LDAP_CONTROL_VALUESRETURNFILTER Removed client controls alltogether Fixed ldap_exop test since rebase remove client controls Added support for controls in ldap_modify_batch Added controls support to ldap_compare Added controls support to ldap_rename ...
* PHP-7.2: Fix thread safety
* 'master' of git.php.net:/php-src: Fix thread safety
* PHP-7.2: ext/sodium: avoid negations on unsigned values
* PHP-7.2: Using "enum" types as bit-fields is not portable.
* PHP-7.2: Update NEWS Update NEWS Fixed bug #75241 (Null pointer dereference in zend_mm_alloc_small()). Compiler warning
* PHP-7.2: Fixed bug #75230 (Invalid opcode 49/1/8 using opcache)
* PHP-7.2: Fixed type inference
* PHP-7.2: Added missed ~
* PHP-7.2: Remove some old sapi/apache_hooks and sapi/apache leftovers
* PHP-7.2: Fix PHP_GD_TTSTR: command not found warning in ext/gd
* PHP-7.2: ext/sodium: signing empty messages is fine
* PHP-7.2: ext/sodium: call crypto_pwhash_argon2id() explicitly if required ext/sodium: avoid tautological comparisons
* PHP-7.2: Fixed #75220 - Segfault when calling is_callable on parent
* PHP-7.2: Fix bug #75248 and #75251
* PHP-7.2: Fix CGI m4 config message when CGI is disabled
* PHP-7.2: fix bug #75222 DateInterval microseconds property always 0
* PHP-7.2: Fixed bug #75255 (Request hangs and not finish)
Added LDAP control support in it
* PHP-7.2: [ci skip] hash_hmac_algos() is new in PHP 7.2.0
@ionescuvalentinadrian Did this PR happen by accident? |
Yes it happen by accident.
Sorry.
Valentin
…On 27/09/2017 18:25, Christoph M. Becker wrote:
@ionescuvalentinadrian <https://github.com/ionescuvalentinadrian> Did
this PR happen by accident?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2781 (comment)>, or
mute the thread
<https://github.com/notifications/unsubscribe-auth/AOoeEZOIyinYtwd-jTFFsBNkxhJo-97Cks5smmjhgaJpZM4PlaxG>.
---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
|
Comment on behalf of cmb at php.net: Okay, closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
update from original