summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.6'Lior Kaplan2015-06-181-2/+2
|\ | | | | | | | | * PHP-5.6: Fixed bug #69689 (Align PCRE_MINOR with current version)
| * Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2015-06-181-2/+2
| |\ | | | | | | | | | | | | * PHP-5.5: Fixed bug #69689 (Align PCRE_MINOR with current version)
| | * Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2015-06-181-2/+2
| | |\ | | | | | | | | | | | | | | | | * PHP-5.4: Fixed bug #69689 (Align PCRE_MINOR with current version)
| | | * Fixed bug #69689 (Align PCRE_MINOR with current version)Lior Kaplan2015-06-181-2/+2
| | | |
* | | | Fixed bug #69872 (uninitialised value in strtr with array)Xinchen Hui2015-06-181-11/+10
| | | |
* | | | fix unknown size of void errorAnatol Belski2015-06-171-1/+1
| | | |
* | | | Merge branch 'PHP-5.6'Sara Golemon2015-06-171-2/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * PHP-5.6: Fix buffer growth in sockets/conversion.c Implements extended error messages
| * | | Merge branch 'PHP-5.5' into PHP-5.6Sara Golemon2015-06-171-2/+2
| |\ \ \ | | |/ / | | | | | | | | | | | | * PHP-5.5: Fix buffer growth in sockets/conversion.c
| | * | Fix buffer growth in sockets/conversion.cSara Golemon2015-06-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | memset() the *end* of the new buffer, not the beginning Copy the pointer to the buffer, not its initial contents Fixes bug 69619
| * | | Implements extended error messagesAndreas Heigl2015-06-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit introduces a new constant that can be used to retrieve more detailed error messages. This fixes #47222 The new constant LDAP_OPT_DIAGNOSTIC_MESSAGE is defined in PHP when the underlying library provides (and understands) it. This is the case in the current OpenLDAP-implementation. Tanks to Johnny Willer who provided the solution at http://stackoverflow.com/questions/28765077/get-number-of-ad-errors-with-ldap-and-php-ldap-function-return-unprecise-error/28816473#28816473
* | | | Merge branch 'pull-request/1284'Anatol Belski2015-06-17162-259/+259
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull-request/1284: Rename interface macros Fix typo in UPGRADING Move definition of Throwable to zend_exceptions.h/c Check for zend_ce_throwable instead Fix some missed tests Add Throwable tests Fix previous exception type check Updated UPGRADING with RFC link Changed AssertionException to AssertionError Update exception error messages Throwable method signatures. Update exception names in tests after formatting changes. Merge exception formatting changes. Make zend_get_exception_base static. Fix a few missed tests. Fix handler double copy. Updated tests to reflect exception class changes. Remodel exceptions based on Throwable interface
| * | | | Fix some missed testsAaron Piotrowski2015-06-152-2/+2
| | | | |
| * | | | Changed AssertionException to AssertionErrorAaron Piotrowski2015-06-142-7/+7
| | | | |
| * | | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-14171-3774/+8276
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Zend/zend_language_scanner.c # Zend/zend_language_scanner.l # ext/simplexml/tests/SimpleXMLElement_xpath.phpt
| * \ \ \ \ Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-181-1/+1
| |\ \ \ \ \
| * | | | | | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-1791-91/+91
| | | | | | |
| * | | | | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-17162-177/+367
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-179-17/+17
| |\ \ \ \ \ \ \
| * | | | | | | | Make zend_get_exception_base static.Aaron Piotrowski2015-05-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Soap extension can use other API functions.
| * | | | | | | | Fix a few missed tests.Aaron Piotrowski2015-05-163-3/+3
| | | | | | | | |
| * | | | | | | | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-16110-200/+195
| | | | | | | | |
| * | | | | | | | Remodel exceptions based on Throwable interfaceAaron Piotrowski2015-05-161-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added Throwable interface that exceptions must implement in order to be thrown. BaseException was removed, EngineException renamed to Error, and TypeException and ParseException renamed to TypeError and ParseError. Exception and Error no longer extend a common base class, rather they both implement the Throwable interface.
* | | | | | | | | Merge branch 'PHP-5.6'Côme Bernigaud2015-06-171-12/+60
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: Replaced calls to deprecated openldap functions Fixed LDAP tests so that base can exists Conflicts: ext/ldap/ldap.c
| * | | | | | | | Replaced calls to deprecated openldap functionsCôme Bernigaud2015-06-171-84/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ldap_unbind_s -> ldap_unbind_ext 389 -> LDAP_PORT ldap_init -> ldap_initialize ldap_bind_s -> ldap_sasl_bind_s ldap_value_free -> ber_memvfree Also added ldap_is_ldap_url check
| * | | | | | | | Fixed LDAP tests so that base can existsCôme Bernigaud2015-06-1757-406/+348
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now you can set the base in the env var LDAP_TEST_BASE. The base has to exists. (before tests were attempting to create/delete the base itself)
* | | | | | | | | Fixed LDAP tests so that base can existsCôme Bernigaud2015-06-1757-406/+348
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now you can set the base in the env var LDAP_TEST_BASE. The base has to exists. (before tests were attempting to create/delete the base itself)
* | | | | | | | | added regression test for bug #69840Christoph M. Becker2015-06-171-0/+20
| | | | | | | | |
* | | | | | | | | Add a commentXinchen Hui2015-06-171-0/+2
| | | | | | | | |
* | | | | | | | | Improved class type hints checks, by caching resolved class entries in ↵Dmitry Stogov2015-06-174-16/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | run-time cache.
* | | | | | | | | Use better hash functions (reuse key and avoid hash value recalculation)Dmitry Stogov2015-06-171-2/+5
| | | | | | | | |
* | | | | | | | | Improved variable name validationDmitry Stogov2015-06-171-5/+24
| | | | | | | | |
* | | | | | | | | Fixed bug #69840 (iconv_substr() doesn't work with UTF-16BE)Kalle Sommer Nielsen2015-06-171-1/+1
| | | | | | | | |
* | | | | | | | | Merge branch 'PHP-5.6'Christoph M. Becker2015-06-172-2/+26
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: updated NEWS updated NEWS Fixed bug #61221 - imagegammacorrect function loses alpha channel
| * | | | | | | | Merge branch 'PHP-5.5' into PHP-5.6Christoph M. Becker2015-06-172-2/+26
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: updated NEWS Fixed bug #61221 - imagegammacorrect function loses alpha channel
| | * | | | | | | Fixed bug #61221 - imagegammacorrect function loses alpha channelChristoph M. Becker2015-06-172-2/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When applying imagegammacorrect() the alpha channel is now fully retained, instead of being completely lost.
| | * | | | | | | - Updated to version 2015.5 (2015e)Derick Rethans2015-06-151-587/+0
| | | | | | | | |
| | * | | | | | | - Updated to version 2015.5 (2015e)Derick Rethans2015-06-151-6/+46213
| | | | | | | | |
| | * | | | | | | - Updated to version .-96 ()Derick Rethans2015-06-151-45590/+7
| | | | | | | | |
| * | | | | | | | - Updated to version 2015.5 (2015e)Derick Rethans2015-06-151-587/+0
| | | | | | | | |
| * | | | | | | | - Updated to version 2015.5 (2015e)Derick Rethans2015-06-151-6/+46213
| | | | | | | | |
| * | | | | | | | - Updated to version .-96 ()Derick Rethans2015-06-151-45590/+7
| | | | | | | | |
* | | | | | | | | Support references in convert_to_*Nikita Popov2015-06-165-13/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conver_to_* functions now accept REFERENCE values, which will be unwrapped before performing the usual conversion. This is consistent with convert_scalar_to_number and matches the expected behavior in a couple random use-sites I checked. Also includes a couple fixes/cleanups elsewhere and two tests for cases that previously didn't work (though the reference issue existed all over the place).
* | | | | | | | | Fix references handling in convert_scalar_to_numberNikita Popov2015-06-161-0/+15
| | | | | | | | |
* | | | | | | | | Drop now superflous check for VIA_TRAMPOLINENikita Popov2015-06-161-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not handled by USE_ARG_INFO.
* | | | | | | | | Fixed bug #69802 (Reflection on Closure::__invoke borks type hint class ↵Dmitry Stogov2015-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | name) (onr more problem)
* | | | | | | | | Complete fix for problems related to bug #69802Dmitry Stogov2015-06-161-13/+17
| | | | | | | | |
* | | | | | | | | Fixed bug #69845 (ArrayObject with ARRAY_AS_PROPS broken)Dmitry Stogov2015-06-162-5/+18
| | | | | | | | |
* | | | | | | | | Fixed bug #69802 (Reflection on Closure::__invoke borks type hint class name)Dmitry Stogov2015-06-151-2/+6
| | | | | | | | |
* | | | | | | | | Rmoved opcache.load_comments.Dmitry Stogov2015-06-1510-10/+0
| | | | | | | | |
* | | | | | | | | Add phpdbg to allowed cli-SAPIs in opcacheBob Weinand2015-06-151-2/+3
| | | | | | | | |