]> granicus.if.org Git - php/log
php
9 years agoUpdate NEWS
Christoph M. Becker [Mon, 27 Jun 2016 15:25:06 +0000 (17:25 +0200)]
Update NEWS

9 years agoMerge branch 'PHP-7.0'
Christoph M. Becker [Mon, 27 Jun 2016 15:18:44 +0000 (17:18 +0200)]
Merge branch 'PHP-7.0'

9 years agoUpdate NEWS
Christoph M. Becker [Mon, 27 Jun 2016 15:17:34 +0000 (17:17 +0200)]
Update NEWS

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Christoph M. Becker [Mon, 27 Jun 2016 15:09:55 +0000 (17:09 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0

9 years agoUpdate NEWS
Christoph M. Becker [Mon, 27 Jun 2016 15:07:26 +0000 (17:07 +0200)]
Update NEWS

9 years agoFix #70628: Clearing bindings on an SQLite3 statement doesn't work
Christoph M. Becker [Mon, 27 Jun 2016 14:55:15 +0000 (16:55 +0200)]
Fix #70628: Clearing bindings on an SQLite3 statement doesn't work

Obiously, it isn't sufficient to call sqlite3_clear_bindings() alone, but
also the bound_params of the php_sqlite3_stmt have to be cleared.

9 years agoFixed executor without global register variales (gcc warnings or clang errors)
Dmitry Stogov [Mon, 27 Jun 2016 07:36:41 +0000 (10:36 +0300)]
Fixed executor without global register variales (gcc warnings or clang errors)

9 years agoUpdate NEWS
Pierrick Charron [Sun, 26 Jun 2016 17:36:44 +0000 (13:36 -0400)]
Update NEWS

9 years agoAdd curl_multi/share_errno() curl_share_strerror()
Pierrick Charron [Sun, 26 Jun 2016 17:29:42 +0000 (13:29 -0400)]
Add curl_multi/share_errno() curl_share_strerror()

Add 3 new functions :
- curl_multi_errno()
- curl_share_errno()
- curl_share_strerror()

https://wiki.php.net/rfc/new-curl-error-functions

9 years agoMerge branch 'openssl_ecc_keypair'
Jakub Zelenka [Sun, 26 Jun 2016 16:29:29 +0000 (17:29 +0100)]
Merge branch 'openssl_ecc_keypair'

9 years agoUpdate NEWS with ECC curve support info
Jakub Zelenka [Sun, 26 Jun 2016 16:29:02 +0000 (17:29 +0100)]
Update NEWS with ECC curve support info

9 years agoImprove openssl ecc keypair support implementation
Jakub Zelenka [Sun, 26 Jun 2016 15:55:51 +0000 (16:55 +0100)]
Improve openssl ecc keypair support implementation

9 years agoAdds initial support to generate and work with ECC public key pair
Dominic Luechinger [Wed, 15 Jun 2016 20:31:42 +0000 (22:31 +0200)]
Adds initial support to generate and work with ECC public key pair

New features:
- openssl_get_curve_names => list ECC curve names
- generate a ECC public key pair
- generate an CSR with an ECC key
- export x,y,d params of ECC public/private key

Thanks to @bukka for the review and feedback

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Lior Kaplan [Sat, 25 Jun 2016 18:32:38 +0000 (21:32 +0300)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Add CVE info for PHP 5.6.22
  Add CVE info for PHP 5.6.23
  Add missing entries for PHP 5.6.23

9 years agoAlign NEWS files with 7.0.8 and Changelog
Lior Kaplan [Sat, 25 Jun 2016 18:25:57 +0000 (21:25 +0300)]
Align NEWS files with 7.0.8 and Changelog

9 years agoAdd CVE info for PHP 5.6.22
Lior Kaplan [Sat, 25 Jun 2016 17:31:26 +0000 (20:31 +0300)]
Add CVE info for PHP 5.6.22

9 years agoAdd CVE info for PHP 5.6.23
Lior Kaplan [Sat, 25 Jun 2016 17:28:51 +0000 (20:28 +0300)]
Add CVE info for PHP 5.6.23

9 years agoAdd missing entries for PHP 5.6.23
Lior Kaplan [Sat, 25 Jun 2016 16:56:00 +0000 (19:56 +0300)]
Add missing entries for PHP 5.6.23

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Sat, 25 Jun 2016 01:08:28 +0000 (18:08 -0700)]
Merge branch 'PHP-7.0'

9 years agoFixed bug #72484 (SCRIPT_FILENAME shows wrong path if the user specify router.php)
Xinchen Hui [Sat, 25 Jun 2016 01:08:16 +0000 (18:08 -0700)]
Fixed bug #72484 (SCRIPT_FILENAME shows wrong path if the user specify router.php)

9 years agoFallback to kill() if raise() doesn't work
Dmitry Stogov [Fri, 24 Jun 2016 16:32:24 +0000 (19:32 +0300)]
Fallback to kill() if raise() doesn't work

9 years agoAdd temporary workaround for raise() failure
Dmitry Stogov [Fri, 24 Jun 2016 15:00:47 +0000 (18:00 +0300)]
Add temporary workaround for raise() failure

9 years agoFixed unused var
Xinchen Hui [Fri, 24 Jun 2016 13:15:00 +0000 (21:15 +0800)]
Fixed unused var

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Fri, 24 Jun 2016 13:14:02 +0000 (21:14 +0800)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed format

Conflicts:
ext/opcache/zend_shared_alloc.c

9 years agoFixed format
Xinchen Hui [Fri, 24 Jun 2016 13:13:04 +0000 (21:13 +0800)]
Fixed format

9 years agoAdded ability to make non-local control transfer through interrupt function
Dmitry Stogov [Fri, 24 Jun 2016 09:20:41 +0000 (12:20 +0300)]
Added ability to make non-local control transfer through interrupt function

9 years agoUpdate NEWS
Xinchen Hui [Fri, 24 Jun 2016 05:56:41 +0000 (13:56 +0800)]
Update NEWS

9 years agoimprove ZEND_MODULE_GLOBALS_BULK macro, fix data type
Anatol Belski [Thu, 23 Jun 2016 14:47:04 +0000 (16:47 +0200)]
improve ZEND_MODULE_GLOBALS_BULK macro, fix data type

9 years agoremove unused declarations
Anatol Belski [Wed, 22 Jun 2016 13:51:59 +0000 (15:51 +0200)]
remove unused declarations

9 years agoMerge branch 'master' of git.php.net:/php-src
Xinchen Hui [Thu, 23 Jun 2016 12:59:28 +0000 (20:59 +0800)]
Merge branch 'master' of git.php.net:/php-src

* 'master' of git.php.net:/php-src:
  typo
  Turn safe timeout handling into general interrupt handling ability.
  Fixed compilation warnings
  yet another test rewrite
  Add additional LDAP SASL constants
  Add tests for LDAP_OPT_* constants
  Add LDAP TLS Protocol Min constants
  Add tests for the LDAP CRL check option
  Add missing LDAP constants

9 years agoUse zend_sort in array_multisort (tests change is expected)
Xinchen Hui [Thu, 23 Jun 2016 12:58:45 +0000 (20:58 +0800)]
Use zend_sort in array_multisort (tests change is expected)

9 years agotypo
Dmitry Stogov [Thu, 23 Jun 2016 12:22:08 +0000 (15:22 +0300)]
typo

9 years agoTurn safe timeout handling into general interrupt handling ability.
Dmitry Stogov [Thu, 23 Jun 2016 12:01:23 +0000 (15:01 +0300)]
Turn safe timeout handling into general interrupt handling ability.

9 years agoFixed compilation warnings
Dmitry Stogov [Thu, 23 Jun 2016 09:47:06 +0000 (12:47 +0300)]
Fixed compilation warnings

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Thu, 23 Jun 2016 07:42:50 +0000 (09:42 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  yet another test rewrite

9 years agoyet another test rewrite
Anatol Belski [Thu, 23 Jun 2016 07:42:17 +0000 (09:42 +0200)]
yet another test rewrite

9 years agoMerge branch 'PHP-7.1.0'
Côme Bernigaud [Thu, 23 Jun 2016 07:13:40 +0000 (09:13 +0200)]
Merge branch 'PHP-7.1.0'

* PHP-7.1.0:
  Add additional LDAP SASL constants
  Add tests for LDAP_OPT_* constants
  Add LDAP TLS Protocol Min constants
  Add tests for the LDAP CRL check option
  Add missing LDAP constants

9 years agoUpdate NEWS
Xinchen Hui [Thu, 23 Jun 2016 06:07:31 +0000 (14:07 +0800)]
Update NEWS

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Thu, 23 Jun 2016 06:07:08 +0000 (14:07 +0800)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed bug #72476 (Memleak in jit_stack)

9 years agoFixed bug #72476 (Memleak in jit_stack)
Xinchen Hui [Thu, 23 Jun 2016 06:06:48 +0000 (14:06 +0800)]
Fixed bug #72476 (Memleak in jit_stack)

9 years agoMerge branch 'pull-request/1946' into PHP-7.1.0
Côme Bernigaud [Thu, 23 Jun 2016 05:22:40 +0000 (07:22 +0200)]
Merge branch 'pull-request/1946' into PHP-7.1.0

* pull-request/1946:
  Add additional LDAP SASL constants
  Add tests for LDAP_OPT_* constants
  Add LDAP TLS Protocol Min constants
  Add tests for the LDAP CRL check option
  Add missing LDAP constants

9 years agoupdate NEWS
Anatol Belski [Wed, 22 Jun 2016 18:20:48 +0000 (20:20 +0200)]
update NEWS

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Wed, 22 Jun 2016 18:19:57 +0000 (20:19 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  update NEWS

9 years agoupdate NEWS
Anatol Belski [Wed, 22 Jun 2016 18:19:09 +0000 (20:19 +0200)]
update NEWS

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Wed, 22 Jun 2016 17:47:59 +0000 (19:47 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  rewrite test

9 years agorewrite test
Anatol Belski [Wed, 22 Jun 2016 17:46:02 +0000 (19:46 +0200)]
rewrite test

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Wed, 22 Jun 2016 17:10:57 +0000 (19:10 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed bug #72463 mail fails with invalid argument

9 years agoFixed bug #72463 mail fails with invalid argument
Anatol Belski [Wed, 22 Jun 2016 17:05:31 +0000 (19:05 +0200)]
Fixed bug #72463 mail fails with invalid argument

9 years agoMerge branch 'master' of https://github.com/php/php-src
Joe Watkins [Wed, 22 Jun 2016 15:07:16 +0000 (16:07 +0100)]
Merge branch 'master' of https://github.com/php/php-src

9 years agoMerge branch 'PHP-7.1.0'
Joe Watkins [Wed, 22 Jun 2016 15:07:01 +0000 (16:07 +0100)]
Merge branch 'PHP-7.1.0'

* PHP-7.1.0:
  merge news entries from 5.5

9 years agomerge news entries from 5.5 php-7.1.0alpha2
Joe Watkins [Wed, 22 Jun 2016 14:55:16 +0000 (15:55 +0100)]
merge news entries from 5.5

9 years agoMerge branch 'PHP-7.0'
Dmitry Stogov [Wed, 22 Jun 2016 14:28:59 +0000 (17:28 +0300)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Allow "proxy" ovjects to substitute their class names through get_class_name() handler (similar to var_dump() and others).

9 years agoAllow "proxy" ovjects to substitute their class names through get_class_name() handle...
Dmitry Stogov [Wed, 22 Jun 2016 14:23:04 +0000 (17:23 +0300)]
Allow "proxy" ovjects to substitute their class names through get_class_name() handler (similar to var_dump() and others).

9 years agoRegenerated html_tables.h to fix compilation warnings
Dmitry Stogov [Wed, 22 Jun 2016 14:22:06 +0000 (17:22 +0300)]
Regenerated html_tables.h to fix compilation warnings

9 years agoFixed parse_url() for better compliance with RFC3986
Julien Pauli [Tue, 21 Jun 2016 10:45:49 +0000 (12:45 +0200)]
Fixed parse_url() for better compliance with RFC3986

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Wed, 22 Jun 2016 10:23:24 +0000 (12:23 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  fix test cleanup

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Wed, 22 Jun 2016 10:22:03 +0000 (12:22 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  fix test cleanup

9 years agofix test cleanup
Anatol Belski [Wed, 22 Jun 2016 10:20:02 +0000 (12:20 +0200)]
fix test cleanup

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Wed, 22 Jun 2016 09:45:30 +0000 (11:45 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  fix dir separator in test

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Wed, 22 Jun 2016 09:44:14 +0000 (11:44 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  fix dir separator in test

9 years agofix dir separator in test
Anatol Belski [Wed, 22 Jun 2016 09:41:05 +0000 (11:41 +0200)]
fix dir separator in test

9 years agofix test
Anatol Belski [Wed, 22 Jun 2016 06:41:39 +0000 (08:41 +0200)]
fix test

9 years agobump version after release
Joe Watkins [Wed, 22 Jun 2016 05:33:20 +0000 (06:33 +0100)]
bump version after release

9 years agobump version for release
Joe Watkins [Wed, 22 Jun 2016 05:30:30 +0000 (06:30 +0100)]
bump version for release

9 years agoMerge branch 'PHP-7.0'
Ferenc Kovacs [Wed, 22 Jun 2016 01:09:18 +0000 (03:09 +0200)]
Merge branch 'PHP-7.0'

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Ferenc Kovacs [Wed, 22 Jun 2016 01:08:10 +0000 (03:08 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0

9 years agoupdate NEWS
Ferenc Kovacs [Wed, 22 Jun 2016 01:03:01 +0000 (03:03 +0200)]
update NEWS

9 years agoFixed test according to FR #46600 ("_empty_" key in objects)
Dmitry Stogov [Tue, 21 Jun 2016 21:56:56 +0000 (00:56 +0300)]
Fixed test according to FR #46600 ("_empty_" key in objects)

9 years agoFixed compilation warnings
Dmitry Stogov [Tue, 21 Jun 2016 21:40:50 +0000 (00:40 +0300)]
Fixed compilation warnings

9 years agoEnable Zend signals by default
Dmitry Stogov [Tue, 21 Jun 2016 17:14:19 +0000 (20:14 +0300)]
Enable Zend signals by default

9 years agoFixed compilation warnings
Dmitry Stogov [Tue, 21 Jun 2016 17:12:29 +0000 (20:12 +0300)]
Fixed compilation warnings

9 years agoRestored signed format specifier
Dmitry Stogov [Tue, 21 Jun 2016 17:12:04 +0000 (20:12 +0300)]
Restored signed format specifier

9 years agoRevert "sync tests with the latest format fixes"
Dmitry Stogov [Tue, 21 Jun 2016 17:10:44 +0000 (20:10 +0300)]
Revert "sync tests with the latest format fixes"

This reverts commit ef7116d55b82e8bfb93f410105ad244c401fbebb.

9 years agosync tests with the latest format fixes
Anatol Belski [Tue, 21 Jun 2016 17:06:28 +0000 (19:06 +0200)]
sync tests with the latest format fixes

9 years agofix include order
Anatol Belski [Tue, 21 Jun 2016 16:58:11 +0000 (18:58 +0200)]
fix include order

9 years agofix typos
Anatol Belski [Tue, 21 Jun 2016 15:43:27 +0000 (17:43 +0200)]
fix typos

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Tue, 21 Jun 2016 15:25:12 +0000 (17:25 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  fix two remaining tests

9 years agofix two remaining tests
Anatol Belski [Tue, 21 Jun 2016 15:24:08 +0000 (17:24 +0200)]
fix two remaining tests

9 years agoFixed compilation warnings
Dmitry Stogov [Tue, 21 Jun 2016 14:56:07 +0000 (17:56 +0300)]
Fixed compilation warnings

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Tue, 21 Jun 2016 14:23:50 +0000 (16:23 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  fix test

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Tue, 21 Jun 2016 14:22:51 +0000 (16:22 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  fix test

9 years agofix test
Anatol Belski [Tue, 21 Jun 2016 14:20:03 +0000 (16:20 +0200)]
fix test

There is a difference between TS and NTS warning message, since
virtual_mkdir vs glibc directly is used. This has no effect for
the actual fix functionality.

9 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Tue, 21 Jun 2016 13:55:59 +0000 (16:55 +0300)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  re-fix leak
  re-fix leak
  Revert "fix leak"
  Revert "fix leak"

9 years agoFixed compilation warnings
Dmitry Stogov [Tue, 21 Jun 2016 13:55:17 +0000 (16:55 +0300)]
Fixed compilation warnings

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Tue, 21 Jun 2016 13:22:31 +0000 (15:22 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  re-fix leak
  re-fix leak
  Revert "fix leak"

9 years agore-fix leak
Anatol Belski [Tue, 21 Jun 2016 13:21:58 +0000 (15:21 +0200)]
re-fix leak

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Tue, 21 Jun 2016 13:21:26 +0000 (15:21 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  re-fix leak
  Revert "fix leak"

9 years agore-fix leak
Anatol Belski [Tue, 21 Jun 2016 13:18:10 +0000 (15:18 +0200)]
re-fix leak

9 years agoMerge branch 'master' of git.php.net:php-src
Anatol Belski [Tue, 21 Jun 2016 13:14:22 +0000 (15:14 +0200)]
Merge branch 'master' of git.php.net:php-src

9 years agoAdded ZEND_ATTRIBUTE_FORMAT to some middind functions.
Dmitry Stogov [Tue, 21 Jun 2016 13:00:37 +0000 (16:00 +0300)]
Added ZEND_ATTRIBUTE_FORMAT to some middind functions.
"%p" replaced by ZEND_LONG_FMT to avoid compilation warnings.
Fixed most incorrect use cases of format specifiers.

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Tue, 21 Jun 2016 12:59:56 +0000 (14:59 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Revert "fix leak"

9 years agoRevert "fix leak"
Anatol Belski [Tue, 21 Jun 2016 12:58:15 +0000 (14:58 +0200)]
Revert "fix leak"

This reverts commit 757105e2a26ec18ad3283be277516d81ba883bb2.

9 years agoRevert "fix leak"
Anatol Belski [Tue, 21 Jun 2016 12:51:43 +0000 (14:51 +0200)]
Revert "fix leak"

This reverts commit c5d9c508976bb289c265d99938bda4dbf14622d3.

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Tue, 21 Jun 2016 11:27:09 +0000 (13:27 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  fix leak
  fix leak

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Tue, 21 Jun 2016 11:26:34 +0000 (13:26 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  fix leak

9 years agofix leak
Anatol Belski [Tue, 21 Jun 2016 11:26:12 +0000 (13:26 +0200)]
fix leak

9 years agofix leak
Anatol Belski [Tue, 21 Jun 2016 10:29:41 +0000 (12:29 +0200)]
fix leak

9 years agoMerge branch 'PHP-7.0'
Remi Collet [Tue, 21 Jun 2016 09:17:08 +0000 (11:17 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  bump zip version

9 years agobump zip version
Remi Collet [Tue, 21 Jun 2016 09:16:21 +0000 (11:16 +0200)]
bump zip version

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Tue, 21 Jun 2016 07:55:20 +0000 (09:55 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  remove the huge test file, generate it on the fly instead
  remove the huge test file, generate it on the fly instead