]> granicus.if.org Git - php/log
php
9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Sat, 26 Dec 2015 05:27:43 +0000 (21:27 -0800)]
Merge branch 'PHP-7.0'

9 years agoFixed bug #71220 (Null pointer deref (segfault) in compact via ob_start)
Xinchen Hui [Sat, 26 Dec 2015 05:25:53 +0000 (21:25 -0800)]
Fixed bug #71220 (Null pointer deref (segfault) in compact via ob_start)

9 years agoMerge branch 'tsrmls_leftovers' of https://github.com/tvlooy/php-src
Xinchen Hui [Sat, 26 Dec 2015 04:36:29 +0000 (20:36 -0800)]
Merge branch 'tsrmls_leftovers' of https://github.com/tvlooy/php-src

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Sat, 26 Dec 2015 04:32:46 +0000 (20:32 -0800)]
Merge branch 'PHP-7.0'

9 years agoFixed bug #71221 (Null pointer deref (segfault) in get_defined_vars via ob_start)
Xinchen Hui [Sat, 26 Dec 2015 04:31:37 +0000 (20:31 -0800)]
Fixed bug #71221 (Null pointer deref (segfault) in get_defined_vars via ob_start)

9 years agoRemove leftovers of TSRMLS in code
Tom Van Looy [Fri, 25 Dec 2015 10:13:39 +0000 (11:13 +0100)]
Remove leftovers of TSRMLS in code

9 years agoRemove leftovers of TSRMLS in docs
Tom Van Looy [Fri, 25 Dec 2015 10:13:28 +0000 (11:13 +0100)]
Remove leftovers of TSRMLS in docs

9 years agoRearrange code to enable inner precedure inference
Dmitry Stogov [Thu, 24 Dec 2015 16:05:27 +0000 (19:05 +0300)]
Rearrange code to enable inner precedure inference

9 years agoMerge branch 'PHP-7.0'
Julien Pauli [Thu, 24 Dec 2015 14:19:54 +0000 (15:19 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Remove mentions of "type hint" and "typehint"

9 years agoRemove mentions of "type hint" and "typehint"
Levi Morrison [Tue, 20 Oct 2015 16:50:13 +0000 (10:50 -0600)]
Remove mentions of "type hint" and "typehint"

9 years agoMerge branch 'PHP-7.0'
Julien Pauli [Thu, 24 Dec 2015 13:49:03 +0000 (14:49 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed test

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Julien Pauli [Thu, 24 Dec 2015 13:44:33 +0000 (14:44 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Fixed test

9 years agoFixed test
Julien Pauli [Thu, 24 Dec 2015 13:44:07 +0000 (14:44 +0100)]
Fixed test

9 years agoMerge branch 'PHP-7.0'
Julien Pauli [Thu, 24 Dec 2015 13:13:36 +0000 (14:13 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed and improved tests
  test to function socket_getopt();
  test to function socket_clear_error();;
  test to function socket_shutdown();
  test to function socket_send();
  test to function gethostname ( void );
  test to function DateTimeZone::getLocation();
  test to function stream_get_transports();
  test to function stream_get_wrappers();
  test to function stream_socket_enable_crypto();
  test to function stream_socket_get_name();
  Create stream_socket_recvfrom.phpt
  test to stream function set_file_buffer.phpt();
  test to function PDO_getAvaliableDrivers;
  test to misc. function connection_status();
  test to function connection_aborted();
  test to function memory_get_peak_usage();

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Julien Pauli [Thu, 24 Dec 2015 13:08:59 +0000 (14:08 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Fixed and improved tests
  test to function socket_getopt();
  test to function socket_clear_error();;
  test to function socket_shutdown();
  test to function socket_send();
  test to function gethostname ( void );
  test to function DateTimeZone::getLocation();
  test to function stream_get_transports();
  test to function stream_get_wrappers();
  test to function stream_socket_enable_crypto();
  test to function stream_socket_get_name();
  Create stream_socket_recvfrom.phpt
  test to stream function set_file_buffer.phpt();
  test to function PDO_getAvaliableDrivers;
  test to misc. function connection_status();
  test to function connection_aborted();
  test to function memory_get_peak_usage();

9 years agoFixed and improved tests
Julien Pauli [Thu, 24 Dec 2015 12:33:22 +0000 (13:33 +0100)]
Fixed and improved tests

9 years agoMarked function as "cold"
Dmitry Stogov [Thu, 24 Dec 2015 13:03:31 +0000 (16:03 +0300)]
Marked function as "cold"

9 years agotest to function socket_getopt();
marcosptf [Mon, 16 Nov 2015 18:26:39 +0000 (16:26 -0200)]
test to function socket_getopt();

9 years agotest to function socket_clear_error();;
marcosptf [Mon, 16 Nov 2015 21:02:55 +0000 (19:02 -0200)]
test to function socket_clear_error();;

9 years agotest to function socket_shutdown();
marcosptf [Mon, 16 Nov 2015 21:39:06 +0000 (19:39 -0200)]
test to function socket_shutdown();

9 years agoAdded call-graph analyses
Dmitry Stogov [Thu, 24 Dec 2015 11:30:41 +0000 (14:30 +0300)]
Added call-graph analyses

9 years agotest to function socket_send();
marcosptf [Wed, 18 Nov 2015 00:08:08 +0000 (22:08 -0200)]
test to function socket_send();

9 years agotest to function gethostname ( void );
marcosptf [Fri, 27 Nov 2015 20:07:13 +0000 (18:07 -0200)]
test to function gethostname ( void );

9 years agotest to function DateTimeZone::getLocation();
marcosptf [Sun, 6 Dec 2015 14:19:10 +0000 (12:19 -0200)]
test to function DateTimeZone::getLocation();

9 years agotest to function stream_get_transports();
marcosptf [Thu, 10 Dec 2015 21:48:55 +0000 (19:48 -0200)]
test to function stream_get_transports();

9 years agotest to function stream_get_wrappers();
marcosptf [Fri, 11 Dec 2015 12:43:20 +0000 (10:43 -0200)]
test to function stream_get_wrappers();

9 years agotest to function stream_socket_enable_crypto();
marcosptf [Fri, 11 Dec 2015 12:56:49 +0000 (10:56 -0200)]
test to function stream_socket_enable_crypto();

9 years agotest to function stream_socket_get_name();
marcosptf [Mon, 14 Dec 2015 16:17:47 +0000 (14:17 -0200)]
test to function stream_socket_get_name();

9 years agoCreate stream_socket_recvfrom.phpt
marcosptf [Thu, 17 Dec 2015 19:08:57 +0000 (17:08 -0200)]
Create stream_socket_recvfrom.phpt

9 years agotest to stream function set_file_buffer.phpt();
marcosptf [Thu, 17 Dec 2015 19:31:48 +0000 (17:31 -0200)]
test to stream function set_file_buffer.phpt();

9 years agotest to function PDO_getAvaliableDrivers;
marcosptf [Thu, 17 Dec 2015 19:46:27 +0000 (17:46 -0200)]
test to function PDO_getAvaliableDrivers;

was add new function to PDO::getAvailableDrivers

9 years agotest to misc. function connection_status();
marcosptf [Thu, 17 Dec 2015 20:05:58 +0000 (18:05 -0200)]
test to misc. function connection_status();

9 years agotest to function connection_aborted();
marcosptf [Thu, 17 Dec 2015 20:09:10 +0000 (18:09 -0200)]
test to function connection_aborted();

was added a new uncovered misc. function

9 years agotest to function memory_get_peak_usage();
marcosptf [Mon, 21 Dec 2015 19:22:11 +0000 (17:22 -0200)]
test to function memory_get_peak_usage();

add new test to uncoverage function;

please, @laurence, see if this path is correct!
Thanks

9 years agoMerge branch 'PHP-7.0'
Julien Pauli [Thu, 24 Dec 2015 09:33:49 +0000 (10:33 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Update default_mimetype ini setting description

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Julien Pauli [Thu, 24 Dec 2015 09:33:41 +0000 (10:33 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Update default_mimetype ini setting description

9 years agoUpdate default_mimetype ini setting description
Thomas Punt [Mon, 21 Dec 2015 20:25:30 +0000 (20:25 +0000)]
Update default_mimetype ini setting description

This is in response to doc bug #70287

9 years agoMerge branch 'PHP-7.0'
Julien Pauli [Thu, 24 Dec 2015 09:25:29 +0000 (10:25 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  These function docs are referencing zend_object_value but this should be zend_object

9 years agoThese function docs are referencing zend_object_value but this should be zend_object
Tom Van Looy [Wed, 23 Dec 2015 20:35:00 +0000 (21:35 +0100)]
These function docs are referencing zend_object_value but this should be zend_object

9 years agoAdd another DFA optimization pattern (ASSIGN -> QM_ASSING)
Dmitry Stogov [Thu, 24 Dec 2015 08:06:02 +0000 (11:06 +0300)]
Add another DFA optimization pattern (ASSIGN -> QM_ASSING)

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Thu, 24 Dec 2015 02:42:49 +0000 (10:42 +0800)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Superfluous semicolon

9 years agoMerge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0
Xinchen Hui [Thu, 24 Dec 2015 02:42:42 +0000 (10:42 +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:
  update NEWS
  update NEWS
  fix merge mistake
  Added test for bug #71201
  Bug #71201 round() segfault on 64-bit builds
  Sort 7.0.1 extensions' entries
  Added test for bug #71201
  Bug #71201 round() segfault on 64-bit builds
  Add CVE for #71020 (PHP 7.0.1)
  Update NEWS & Fixed test
  Fixed bug #71204 (segfault if clean spl_autoload_funcs while autoloading)
  This should never fail
  Fixed bug #71202 (Autoload function registered by another not activated immediately)
  Updated NEWS
  Added support for HTTP 451

9 years agoSuperfluous semicolon
Xinchen Hui [Thu, 24 Dec 2015 02:41:05 +0000 (10:41 +0800)]
Superfluous semicolon

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Wed, 23 Dec 2015 17:40:16 +0000 (18:40 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  update NEWS
  update NEWS

9 years agoupdate NEWS
Anatol Belski [Wed, 23 Dec 2015 17:39:40 +0000 (18:39 +0100)]
update NEWS

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Wed, 23 Dec 2015 17:38:54 +0000 (18:38 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  update NEWS
  Added test for bug #71201
  Bug #71201 round() segfault on 64-bit builds

Conflicts:
ext/standard/math.c

9 years agoupdate NEWS
Anatol Belski [Wed, 23 Dec 2015 17:37:05 +0000 (18:37 +0100)]
update NEWS

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Wed, 23 Dec 2015 17:31:09 +0000 (18:31 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  fix merge mistake

9 years agofix merge mistake
Anatol Belski [Wed, 23 Dec 2015 17:30:32 +0000 (18:30 +0100)]
fix merge mistake

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Wed, 23 Dec 2015 17:29:06 +0000 (18:29 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Added test for bug #71201
  Bug #71201 round() segfault on 64-bit builds
  Sort 7.0.1 extensions' entries

Conflicts:
ext/standard/math.c

9 years agoAdded test for bug #71201
Anatol Belski [Wed, 23 Dec 2015 17:18:02 +0000 (18:18 +0100)]
Added test for bug #71201

9 years agoBug #71201 round() segfault on 64-bit builds
Anatol Belski [Wed, 23 Dec 2015 17:16:52 +0000 (18:16 +0100)]
Bug #71201 round() segfault on 64-bit builds

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Wed, 23 Dec 2015 17:25:28 +0000 (18:25 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Added test for bug #71201
  Bug #71201 round() segfault on 64-bit builds
  Add CVE for #71020 (PHP 7.0.1)

9 years agoSort 7.0.1 extensions' entries
Lior Kaplan [Wed, 23 Dec 2015 17:25:02 +0000 (19:25 +0200)]
Sort 7.0.1 extensions' entries

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Wed, 23 Dec 2015 17:24:56 +0000 (18:24 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Added test for bug #71201
  Bug #71201 round() segfault on 64-bit builds

9 years agoAdded test for bug #71201
Anatol Belski [Wed, 23 Dec 2015 17:18:02 +0000 (18:18 +0100)]
Added test for bug #71201

9 years agoBug #71201 round() segfault on 64-bit builds
Anatol Belski [Wed, 23 Dec 2015 17:16:52 +0000 (18:16 +0100)]
Bug #71201 round() segfault on 64-bit builds

9 years agoAdd CVE for #71020 (PHP 7.0.1)
Lior Kaplan [Tue, 22 Dec 2015 17:17:15 +0000 (19:17 +0200)]
Add CVE for #71020 (PHP 7.0.1)

9 years agoMerge branch 'master' of git.php.net:/php-src
Xinchen Hui [Wed, 23 Dec 2015 16:13:46 +0000 (08:13 -0800)]
Merge branch 'master' of git.php.net:/php-src

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Wed, 23 Dec 2015 16:13:24 +0000 (08:13 -0800)]
Merge branch 'PHP-7.0'

9 years agoUpdate NEWS & Fixed test
Xinchen Hui [Wed, 23 Dec 2015 16:13:13 +0000 (08:13 -0800)]
Update NEWS & Fixed test

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Xinchen Hui [Wed, 23 Dec 2015 16:11:09 +0000 (08:11 -0800)]
Merge branch 'PHP-5.6' into PHP-7.0

9 years agoFixed bug #71204 (segfault if clean spl_autoload_funcs while autoloading)
Xinchen Hui [Wed, 23 Dec 2015 16:10:59 +0000 (08:10 -0800)]
Fixed bug #71204 (segfault if clean spl_autoload_funcs while autoloading)

9 years agoSupport for optimization introduced in DFA pass (it may change type of instruction...
Dmitry Stogov [Wed, 23 Dec 2015 16:02:14 +0000 (19:02 +0300)]
Support for optimization introduced in DFA pass (it may change type of instruction return oprand to IS_CV)

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Wed, 23 Dec 2015 15:52:36 +0000 (07:52 -0800)]
Merge branch 'PHP-7.0'

9 years agoThis should never fail
Xinchen Hui [Wed, 23 Dec 2015 15:52:24 +0000 (07:52 -0800)]
This should never fail

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Wed, 23 Dec 2015 15:48:16 +0000 (07:48 -0800)]
Merge branch 'PHP-7.0'

9 years agoFixed bug #71202 (Autoload function registered by another not activated immediately)
Xinchen Hui [Wed, 23 Dec 2015 15:48:00 +0000 (07:48 -0800)]
Fixed bug #71202 (Autoload function registered by another not activated immediately)

9 years agoThis check become useless after 98885bfa1e5b4b33bbc356e221d734a1072804fe
Xinchen Hui [Wed, 23 Dec 2015 12:56:49 +0000 (20:56 +0800)]
This check become useless after 98885bfa1e5b4b33bbc356e221d734a1072804fe

9 years agoConsolidate indirect string offset modification checks (Nikita, Dmitry)
Dmitry Stogov [Wed, 23 Dec 2015 10:52:15 +0000 (13:52 +0300)]
Consolidate indirect string offset modification checks (Nikita, Dmitry)

Check it once, instead of dozens of times.

9 years agoMerge branch 'PHP-7.0'
Julien Pauli [Wed, 23 Dec 2015 10:38:16 +0000 (11:38 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Updated NEWS
  Added support for HTTP 451

9 years agoUpdated NEWS
Julien Pauli [Wed, 23 Dec 2015 10:37:59 +0000 (11:37 +0100)]
Updated NEWS

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Julien Pauli [Wed, 23 Dec 2015 10:33:10 +0000 (11:33 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Added support for HTTP 451

Conflicts:
sapi/cgi/cgi_main.c
sapi/cli/php_cli_server.c
sapi/fpm/fpm/fpm_main.c

9 years agoAdded support for HTTP 451
Julien Pauli [Wed, 23 Dec 2015 10:31:18 +0000 (11:31 +0100)]
Added support for HTTP 451

9 years agoFixed SSA construction for CFG with unreachable BB
Dmitry Stogov [Wed, 23 Dec 2015 00:52:38 +0000 (03:52 +0300)]
Fixed SSA construction for CFG with unreachable BB

9 years agoFixed test on 32-bit systems
Dmitry Stogov [Wed, 23 Dec 2015 00:52:01 +0000 (03:52 +0300)]
Fixed test on 32-bit systems

9 years agoRemove live-range if the corresponding definition is deleted
Dmitry Stogov [Wed, 23 Dec 2015 00:46:40 +0000 (03:46 +0300)]
Remove live-range if the corresponding definition is deleted

9 years agoSupport for incompletely constructed SSA
Dmitry Stogov [Wed, 23 Dec 2015 00:20:28 +0000 (03:20 +0300)]
Support for incompletely constructed SSA

9 years agoFixed bug #71196 (Memory leak with out-of-order live ranges)
Dmitry Stogov [Tue, 22 Dec 2015 22:47:38 +0000 (01:47 +0300)]
Fixed bug #71196 (Memory leak with out-of-order live ranges)

9 years agoAlways create ARRAY_ELEM ssa var for ELEM_REF
Nikita Popov [Tue, 22 Dec 2015 22:08:26 +0000 (23:08 +0100)]
Always create ARRAY_ELEM ssa var for ELEM_REF

9 years agoMerge branch 'PHP-7.0'
Dmitry Stogov [Tue, 22 Dec 2015 18:33:07 +0000 (21:33 +0300)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed incorrect setting on 32-bit systems

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Dmitry Stogov [Tue, 22 Dec 2015 18:32:45 +0000 (21:32 +0300)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Fixed incorrect setting on 32-bit systems

9 years agoFixed incorrect setting on 32-bit systems
Dmitry Stogov [Tue, 22 Dec 2015 18:31:28 +0000 (21:31 +0300)]
Fixed incorrect setting on 32-bit systems

9 years agoCorrected error messages:
Dmitry Stogov [Tue, 22 Dec 2015 17:55:11 +0000 (20:55 +0300)]
Corrected error messages:

- we don't use NULL for overlaoded objects for ages
- fixed array/object mess

9 years agoUpdated NEWS
Julien Pauli [Tue, 22 Dec 2015 17:12:46 +0000 (18:12 +0100)]
Updated NEWS

9 years agoFixed test
Ilia Alshanetsky [Wed, 28 Oct 2015 22:38:54 +0000 (18:38 -0400)]
Fixed test

9 years agoAdded validation to parse_url() to prohibit restricted characters inside login/pass...
Ilia Alshanetsky [Tue, 27 Oct 2015 16:40:53 +0000 (12:40 -0400)]
Added validation to parse_url() to prohibit restricted characters inside login/pass components based on RFC3986

9 years agoMerge branch 'PHP-7.0'
Bob Weinand [Tue, 22 Dec 2015 16:39:52 +0000 (17:39 +0100)]
Merge branch 'PHP-7.0'

9 years agoAdded test for (long-ago fixed) bug #70083
Bob Weinand [Tue, 22 Dec 2015 16:39:36 +0000 (17:39 +0100)]
Added test for (long-ago fixed) bug #70083

9 years agoMerge branch 'PHP-7.0'
Julien Pauli [Tue, 22 Dec 2015 15:28:12 +0000 (16:28 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Updated NEWS
  Fix #70720
  Align NEWS entry format

9 years agoUpdated NEWS
Julien Pauli [Tue, 22 Dec 2015 15:27:52 +0000 (16:27 +0100)]
Updated NEWS

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Julien Pauli [Tue, 22 Dec 2015 15:26:30 +0000 (16:26 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Fix #70720
  Align NEWS entry format

9 years agoFix #70720
Julien Pauli [Tue, 22 Dec 2015 15:25:51 +0000 (16:25 +0100)]
Fix #70720

9 years agoSkip "useless" SSA variables for INIT_ARRAY, ADD_ARRAY_ELEMENT, FE_RESET_R
Dmitry Stogov [Tue, 22 Dec 2015 14:35:08 +0000 (17:35 +0300)]
Skip "useless" SSA variables for INIT_ARRAY, ADD_ARRAY_ELEMENT, FE_RESET_R

9 years agoAdd ability to prevent "useless" SSA variable creation for "refcounting inference".
Dmitry Stogov [Tue, 22 Dec 2015 13:43:37 +0000 (16:43 +0300)]
Add ability to prevent "useless" SSA variable creation for "refcounting inference".

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Tue, 22 Dec 2015 13:37:05 +0000 (14:37 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  release only appropriate string

9 years agorelease only appropriate string
Anatol Belski [Tue, 22 Dec 2015 13:33:19 +0000 (14:33 +0100)]
release only appropriate string

9 years agoMake RC1/RCN inference more accurate (it's probably not 100% correct anyway)
Dmitry Stogov [Tue, 22 Dec 2015 12:35:17 +0000 (15:35 +0300)]
Make RC1/RCN inference more accurate (it's probably not 100% correct anyway)

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Tue, 22 Dec 2015 12:19:33 +0000 (13:19 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  update NEWS

9 years agoupdate NEWS
Anatol Belski [Tue, 22 Dec 2015 12:18:21 +0000 (13:18 +0100)]
update NEWS