Skip to content

Conversation

@valentinadrianionescu
Copy link

update from original

dstogovand others added 30 commits August 30, 2017 15:54
* PHP-7.2: move AC_DEFINE in the right position (in bundled lib conditon)
* 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: Fixed incorect constant conditional jump elimination
Côme Chillietand others added 26 commits September 21, 2017 10:05
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
@cmb69
Copy link
Member

@ionescuvalentinadrian Did this PR happen by accident?

@valentinadrianionescu
Copy link
Author

valentinadrianionescu commented Sep 27, 2017 via email

@php-pulls
Copy link

Comment on behalf of cmb at php.net:

Okay, closing.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

20 participants

@valentinadrianionescu@cmb69@php-pulls@nikic@remicollet@dstogov@bukka@weltling@laruence@tvlooy@derickr@kenguest@jpjoao@motecshine@scrx@krakjoe@sgolemon@michaelpaul@realFlowControl@staabm