]> granicus.if.org Git - php/log
php
8 years agoMerge branch 'master' of https://github.com/devnexen/php-src
Xinchen Hui [Tue, 28 Jun 2016 03:29:31 +0000 (11:29 +0800)]
Merge branch 'master' of https://github.com/devnexen/php-src

* 'master' of https://github.com/devnexen/php-src:
  couple of resource leaks fixes and use after free's

8 years agoUpdated NEWS
Xinchen Hui [Tue, 28 Jun 2016 03:12:22 +0000 (11:12 +0800)]
Updated NEWS

8 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Tue, 28 Jun 2016 03:12:01 +0000 (11:12 +0800)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed bug #72505 (readfile() mangles files larger than 2G)

8 years agoMerge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0
Xinchen Hui [Tue, 28 Jun 2016 03:11:39 +0000 (11:11 +0800)]
Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0

* 'PHP-7.0' of git.php.net:/php-src:
  Fix the fix for #72403 on nl2br
  Update NEWS
  Update NEWS
  Fix #70628: Clearing bindings on an SQLite3 statement doesn't work
  5.5.38 now

8 years agoFixed bug #72505 (readfile() mangles files larger than 2G)
Xinchen Hui [Tue, 28 Jun 2016 03:11:25 +0000 (11:11 +0800)]
Fixed bug #72505 (readfile() mangles files larger than 2G)

8 years agoUpdate NEWS
Davey Shafik [Mon, 27 Jun 2016 21:23:00 +0000 (14:23 -0700)]
Update NEWS

8 years agoMerge support for HTTP/2 Server Push in ext/curl
Davey Shafik [Mon, 27 Jun 2016 20:34:37 +0000 (13:34 -0700)]
Merge support for HTTP/2 Server Push in ext/curl

8 years agoMerge branch 'PHP-7.0'
Stanislav Malyshev [Mon, 27 Jun 2016 19:33:53 +0000 (12:33 -0700)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fix the fix for #72403 on nl2br
  5.5.38 now

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Stanislav Malyshev [Mon, 27 Jun 2016 19:32:58 +0000 (12:32 -0700)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Fix the fix for #72403 on nl2br
  5.5.38 now

Conflicts:
ext/standard/string.c

8 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Mon, 27 Jun 2016 19:32:11 +0000 (12:32 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix the fix for #72403 on nl2br
  5.5.38 now

Conflicts:
configure.in
main/php_version.h

8 years agoFix the fix for #72403 on nl2br
Stanislav Malyshev [Mon, 27 Jun 2016 19:30:42 +0000 (12:30 -0700)]
Fix the fix for #72403 on nl2br

8 years agoMerge branch 'precise_float'
Jakub Zelenka [Mon, 27 Jun 2016 18:40:44 +0000 (19:40 +0100)]
Merge branch 'precise_float'

8 years agoUpdate NEWS and UPGRADING
Jakub Zelenka [Mon, 27 Jun 2016 18:40:17 +0000 (19:40 +0100)]
Update NEWS and UPGRADING

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

8 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'

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

8 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

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

8 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.

8 years agoMerge branch 'master' of https://github.com/php/php-src
David Carlier [Mon, 27 Jun 2016 10:49:57 +0000 (11:49 +0100)]
Merge branch 'master' of https://github.com/php/php-src

8 years agoImplement curl server push
Davey Shafik [Fri, 2 Oct 2015 07:31:10 +0000 (09:31 +0200)]
Implement curl server push

8 years agoRefactor easy handle lookup
Davey Shafik [Wed, 2 Dec 2015 21:47:52 +0000 (16:47 -0500)]
Refactor easy handle lookup

8 years agoRefactor setup of handlers on copied curl handles
Davey Shafik [Wed, 2 Dec 2015 21:47:28 +0000 (16:47 -0500)]
Refactor setup of handlers on copied curl handles

8 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)

8 years agoMerge branch 'master' of https://github.com/php/php-src
David Carlier [Mon, 27 Jun 2016 06:45:27 +0000 (07:45 +0100)]
Merge branch 'master' of https://github.com/php/php-src

8 years agocouple of resource leaks fixes and use after free's
David Carlier [Mon, 27 Jun 2016 06:42:49 +0000 (07:42 +0100)]
couple of resource leaks fixes and use after free's

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

8 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

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

8 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

8 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

8 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

8 years agoUse one place to define max length of double
Jakub Zelenka [Sun, 26 Jun 2016 13:03:01 +0000 (14:03 +0100)]
Use one place to define max length of double

Introduce new constant PHP_DOUBLE_MAX_LENGTH for that purpose

8 years agoChange default for serialize_precision to -1 (use mode 0)
Jakub Zelenka [Sun, 26 Jun 2016 12:41:22 +0000 (13:41 +0100)]
Change default for serialize_precision to -1 (use mode 0)

8 years agoAdd decimal point in double serialization
Jakub Zelenka [Sun, 26 Jun 2016 11:29:57 +0000 (12:29 +0100)]
Add decimal point in double serialization

8 years agoReplace json.precision with serialize_precision
Jakub Zelenka [Thu, 23 Jun 2016 19:13:49 +0000 (20:13 +0100)]
Replace json.precision with serialize_precision

8 years agoAvoid magic number. NUM_BUF_SIZE may be in header. Suggestions are appreciated
Yasuo Ohgaki [Thu, 3 Sep 2015 22:17:44 +0000 (07:17 +0900)]
Avoid magic number. NUM_BUF_SIZE may be in header. Suggestions are appreciated

8 years agoAdd better value to test
Yasuo Ohgaki [Mon, 31 Aug 2015 10:20:28 +0000 (19:20 +0900)]
Add better value to test

8 years agoRemove unneeded WS change
Yasuo Ohgaki [Mon, 31 Aug 2015 10:12:21 +0000 (19:12 +0900)]
Remove unneeded WS change

8 years agoRemove unneeded output from test
Yasuo Ohgaki [Mon, 31 Aug 2015 10:07:17 +0000 (19:07 +0900)]
Remove unneeded output from test

8 years agoFix mode when precision=0. Add test
Yasuo Ohgaki [Mon, 31 Aug 2015 09:59:32 +0000 (18:59 +0900)]
Fix mode when precision=0. Add test

8 years agoAdd cast
Yasuo Ohgaki [Mon, 31 Aug 2015 07:10:32 +0000 (16:10 +0900)]
Add cast

8 years agoEnable 0 mode for echo/print
Yasuo Ohgaki [Mon, 31 Aug 2015 06:50:15 +0000 (15:50 +0900)]
Enable 0 mode for echo/print

8 years agoSimply use ndigit for flag for zend_dtoa mode
Yasuo Ohgaki [Sun, 30 Aug 2015 08:13:24 +0000 (17:13 +0900)]
Simply use ndigit for flag for zend_dtoa mode

8 years agoAdd JSON_G(precision)
Yasuo Ohgaki [Wed, 5 Aug 2015 05:36:37 +0000 (14:36 +0900)]
Add JSON_G(precision)

8 years agoInitial patch for 0 mode float conversion. The magic number is better to be improved...
Yasuo Ohgaki [Tue, 4 Aug 2015 23:12:10 +0000 (08:12 +0900)]
Initial patch for 0 mode float conversion. The magic number is better to be improved. Any suggestion where to define it?

8 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

8 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

8 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

8 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

8 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

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

8 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)

8 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

8 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

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

8 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

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

8 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

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

8 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

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

8 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

8 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)

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

8 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.

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

8 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

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

8 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

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

8 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)

8 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)

8 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

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

8 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

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

8 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

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

8 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

8 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

8 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

8 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

8 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

8 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).

8 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).

8 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

8 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

8 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

8 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

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

8 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

8 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

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

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

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

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

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

8 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

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