-
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: Adding a new `createFromImmutable` method to the `DateTime` class to mirror the current `DateTime::createFromMutable()`
-
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: add CURL_HTTP_VERSION_2_0 and CURL_VERSION_HTTP2
-
Merge branch 'pull-request/1135'
* pull-request/1135: Return void like other functions Use zend_parse_parameters_none() Implemented FR #45235 A way to clear or reset the results for error_get_last()
-
smalyshev committed
Dec 15, 2014 -
-
Merge branch 'pull-request/877'
* pull-request/877: gmp_random_seed()
-
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: add news Bug 49898 __getCookies() method implementation
-
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: Implement ldap_modify_batch. Conflicts: ext/ldap/ldap.c
-
Merge branch 'pull-request/571' into PHP-5.4
* pull-request/571: Implement ldap_modify_batch.
smalyshev committedJan 26, 2014
-
Merge branch 'pull-request/325' into PHP-5.5
* pull-request/325: Add schema default/fixed value support
-
add fix for #60560 into upgrading
smalyshev committedJun 28, 2013
-
-
-
-
* PHP-5.5: Implement fix for bug #46439 - add CURLFile class for safer uploads Conflicts: UPGRADING
smalyshev committedJan 29, 2013
-
smalyshev committed
Aug 8, 2012
-
Merge branch 'pull-request/132'
* pull-request/132: OK, bye bye JavaScript, let's just include credits before license Nicer (JSLint-compliant!) credits reveal JavaScript Removed now-unnecessary expose_php checks for logo Fixed small misalignment in prev commit Removed Logo GUIDs and replaced with Data URIs and div hidden with JS
-
-
smalyshev committed
Jul 14, 2012
-
Merge branch 'pull-request/112' into PHP-5.4
* pull-request/112: Added in NEWS and UPGRADING for feature 55218 Adding in test for feature 55218 Implements feature 55218
smalyshev committedJul 7, 2012
-
Merge branch 'pull-request/54'
* pull-request/54: Allow arbitrary expressions for empty() This change is as per RFC https://wiki.php.net/rfc/empty_isset_exprs. The change allows passing the result of function calls and other expressions to the empty() language construct. This is accomplished by simply rewriting empty(expr) to !expr. The change does not affect the suppression of errors when using empty() on variables. empty($undefinedVar) will continue not to throw errors. When an expression is used inside empty() on the other hand, errors will not be suppressed. Thus empty($undefinedVar + $somethingElse) *will* throw a notice. The change also does not make empty() into a real function, so using 'empty' as a callback is still not possible. In addition to the empty() changes the commit adds nicer error messages when isset() is used on function call results or other expressions.smalyshev committedMay 24, 2012