]> granicus.if.org Git - php/log
php
8 years agoDrop dead assignment
Nikita Popov [Sat, 16 Apr 2016 12:34:32 +0000 (14:34 +0200)]
Drop dead assignment

8 years agoCleanup condition in SEND_VAR_NO_REF
Nikita Popov [Sat, 16 Apr 2016 12:32:48 +0000 (14:32 +0200)]
Cleanup condition in SEND_VAR_NO_REF

Was overly convoluted after the IS_VAR_RET_REF removal.

8 years agoMerge branch 'PHP-7.0'
Nikita Popov [Sat, 16 Apr 2016 07:59:35 +0000 (09:59 +0200)]
Merge branch 'PHP-7.0'

8 years agoUse symtable lookup for arrays in array_column
Nikita Popov [Sat, 16 Apr 2016 07:56:08 +0000 (09:56 +0200)]
Use symtable lookup for arrays in array_column

8 years agoRespect property visibility in array_column
Nikita Popov [Sat, 16 Apr 2016 07:52:22 +0000 (09:52 +0200)]
Respect property visibility in array_column

8 years agoFixed bug #72031
Nikita Popov [Fri, 15 Apr 2016 14:28:48 +0000 (16:28 +0200)]
Fixed bug #72031

8 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Sat, 16 Apr 2016 04:30:24 +0000 (21:30 -0700)]
Merge branch 'PHP-7.0'

8 years agoFixed bug #72028 (pg_query_params(): NULL converts to empty string)
Xinchen Hui [Sat, 16 Apr 2016 04:29:27 +0000 (21:29 -0700)]
Fixed bug #72028 (pg_query_params(): NULL converts to empty string)

I don't have a pgsql server by hand, so no test script, but the fix must
be right.

8 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Sat, 16 Apr 2016 04:09:05 +0000 (21:09 -0700)]
Merge branch 'PHP-7.0'

8 years agoFixed bug #71972 (Cyclic references causing session_start(): Failed to decode session...
Xinchen Hui [Sat, 16 Apr 2016 04:08:51 +0000 (21:08 -0700)]
Fixed bug #71972 (Cyclic references causing session_start(): Failed to decode session object)

8 years agoAlign NEWS entry format
Lior Kaplan [Fri, 15 Apr 2016 19:17:37 +0000 (22:17 +0300)]
Align NEWS entry format

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Lior Kaplan [Fri, 15 Apr 2016 19:09:05 +0000 (22:09 +0300)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Align NEWS entry format

8 years agoAlign NEWS entry format
Lior Kaplan [Fri, 15 Apr 2016 19:07:47 +0000 (22:07 +0300)]
Align NEWS entry format

8 years agoRemove IS_VAR_RET_REF flag
Nikita Popov [Sun, 10 Apr 2016 11:01:54 +0000 (13:01 +0200)]
Remove IS_VAR_RET_REF flag

Instead decide whether a function returned by reference or by value
by checking whether the return value has REFERENCE type. This means
that functions returning by reference must always return a reference
and functions returning by value must not return a reference.

8 years agoMerge branch 'PHP-7.0'
Anatol Belski [Fri, 15 Apr 2016 11:42:04 +0000 (13:42 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  update NEWS
  Fixed #71062 pg_convert() doesn't accept ISO 8601 for datatype timestamp

8 years agoupdate NEWS
Anatol Belski [Fri, 15 Apr 2016 11:41:09 +0000 (13:41 +0200)]
update NEWS

8 years agoFixed #71062 pg_convert() doesn't accept ISO 8601 for datatype timestamp
Anatol Belski [Fri, 15 Apr 2016 11:38:49 +0000 (13:38 +0200)]
Fixed #71062 pg_convert() doesn't accept ISO 8601 for datatype timestamp

8 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Fri, 15 Apr 2016 03:58:13 +0000 (11:58 +0800)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed failed with libedit

8 years agoFixed failed with libedit
Xinchen Hui [Fri, 15 Apr 2016 03:57:53 +0000 (11:57 +0800)]
Fixed failed with libedit

8 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Thu, 14 Apr 2016 13:08:54 +0000 (16:08 +0300)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  Fixed bug #72014 (Including a file with anonymous classes multiple times leads to fatal error)

8 years agoUse DO_FCALL_BY_NAME instead of DO_FCALL, if possible
Dmitry Stogov [Thu, 14 Apr 2016 13:07:28 +0000 (16:07 +0300)]
Use DO_FCALL_BY_NAME instead of DO_FCALL, if possible

8 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Thu, 14 Apr 2016 12:21:34 +0000 (20:21 +0800)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed bug #72014 (Including a file with anonymous classes multiple times leads to fatal error)

8 years agoFixed bug #72014 (Including a file with anonymous classes multiple times leads to...
Xinchen Hui [Thu, 14 Apr 2016 12:21:19 +0000 (20:21 +0800)]
Fixed bug #72014 (Including a file with anonymous classes multiple times leads to fatal error)

8 years agoMerge branch 'PHP-7.0'
Christopher Jones [Thu, 14 Apr 2016 05:49:52 +0000 (15:49 +1000)]
Merge branch 'PHP-7.0'

8 years agoOn second thoughts, keep this in sync with 5.6 for 71422
Christopher Jones [Thu, 14 Apr 2016 05:49:15 +0000 (15:49 +1000)]
On second thoughts, keep this in sync with 5.6 for 71422

8 years agoMerge branch 'PHP-7.0'
Christopher Jones [Thu, 14 Apr 2016 05:09:25 +0000 (15:09 +1000)]
Merge branch 'PHP-7.0'

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Christopher Jones [Thu, 14 Apr 2016 05:09:02 +0000 (15:09 +1000)]
Merge branch 'PHP-5.6' into PHP-7.0

8 years agoFix old comment cut-n-paste error
Christopher Jones [Thu, 14 Apr 2016 05:08:42 +0000 (15:08 +1000)]
Fix old comment cut-n-paste error

8 years agoMerge branch 'PHP-7.0'
Christopher Jones [Thu, 14 Apr 2016 04:09:34 +0000 (14:09 +1000)]
Merge branch 'PHP-7.0'

8 years agoFixed bug #71600 (oci_fetch_all segfaults when selecting more than 8 columns) (Tian...
Christopher Jones [Thu, 14 Apr 2016 04:09:16 +0000 (14:09 +1000)]
Fixed bug #71600 (oci_fetch_all segfaults when selecting more than 8 columns) (Tian Yang)

8 years agoMerge branch 'PHP-7.0'
Christopher Jones [Thu, 14 Apr 2016 03:55:40 +0000 (13:55 +1000)]
Merge branch 'PHP-7.0'

8 years agoMerge fix for bug #71422. No code changed needed in PHP 7
Christopher Jones [Thu, 14 Apr 2016 03:55:32 +0000 (13:55 +1000)]
Merge fix for bug #71422.  No code changed needed in PHP 7

8 years agoFixed bug #71422 (Fix ORA-01438: value larger than specified precision allowed for...
Christopher Jones [Thu, 14 Apr 2016 03:50:01 +0000 (13:50 +1000)]
Fixed bug #71422 (Fix ORA-01438: value larger than specified precision allowed for this column)

8 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Christopher Jones [Thu, 14 Apr 2016 03:43:16 +0000 (13:43 +1000)]
Merge branch 'master' of https://git.php.net/repository/php-src

8 years agoMerge branch 'PHP-7.0' of https://git.php.net/repository/php-src into PHP-7.0
Christopher Jones [Thu, 14 Apr 2016 03:43:13 +0000 (13:43 +1000)]
Merge branch 'PHP-7.0' of https://git.php.net/repository/php-src into PHP-7.0

8 years agoOptimize zend_binary_assign_op_dim_helper()
Dmitry Stogov [Wed, 13 Apr 2016 23:35:53 +0000 (02:35 +0300)]
Optimize zend_binary_assign_op_dim_helper()

8 years agoMove rare cases of DO_FCALL into separate helpers.
Dmitry Stogov [Wed, 13 Apr 2016 17:13:17 +0000 (20:13 +0300)]
Move rare cases of DO_FCALL into separate helpers.

8 years agoSeparate unspecializeble code of INCLIDE_OR_EVAL into helper functions
Dmitry Stogov [Wed, 13 Apr 2016 12:29:01 +0000 (15:29 +0300)]
Separate unspecializeble code of INCLIDE_OR_EVAL into helper functions

8 years agoASSIGN_ADD micro optimization
Dmitry Stogov [Tue, 12 Apr 2016 23:47:17 +0000 (02:47 +0300)]
ASSIGN_ADD micro optimization

8 years agoDelay IS_UNDEF check for FETCH_DIM_W and family
Dmitry Stogov [Tue, 12 Apr 2016 22:19:20 +0000 (01:19 +0300)]
Delay IS_UNDEF check for FETCH_DIM_W and family

8 years agoDelay IS_UNDEF check for FETCH_DIM_R and family
Dmitry Stogov [Tue, 12 Apr 2016 21:05:19 +0000 (00:05 +0300)]
Delay IS_UNDEF check for FETCH_DIM_R and family

8 years agoReuse zend_fetch_dimension_address_read() for FETCH_LIST
Dmitry Stogov [Tue, 12 Apr 2016 19:53:01 +0000 (22:53 +0300)]
Reuse zend_fetch_dimension_address_read() for FETCH_LIST

8 years agoAdded missing "goto"
Dmitry Stogov [Tue, 12 Apr 2016 19:15:16 +0000 (22:15 +0300)]
Added missing "goto"

8 years agoMerge branch 'PHP-7.0'
Anatol Belski [Tue, 12 Apr 2016 17:38:01 +0000 (19:38 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  update NEWS

8 years agoupdate NEWS
Anatol Belski [Tue, 12 Apr 2016 17:37:36 +0000 (19:37 +0200)]
update NEWS

8 years agoMerge branch 'PHP-7.0'
Anatol Belski [Tue, 12 Apr 2016 17:15:08 +0000 (19:15 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed bug #68849 bindValue is not using the right data type

8 years agoFixed bug #68849 bindValue is not using the right data type
Anatol Belski [Tue, 12 Apr 2016 17:12:45 +0000 (19:12 +0200)]
Fixed bug #68849 bindValue is not using the right data type

8 years agoOptimize ASSIGN_DIM (separate common unspecializeble code into helper functions).
Dmitry Stogov [Tue, 12 Apr 2016 16:36:24 +0000 (19:36 +0300)]
Optimize ASSIGN_DIM (separate common unspecializeble code into helper functions).

8 years agoMerge branch 'PHP-7.0'
Nikita Popov [Tue, 12 Apr 2016 12:44:43 +0000 (14:44 +0200)]
Merge branch 'PHP-7.0'

8 years agoFix ZEND_SEPARATE for by-val func returning ref zval
Nikita Popov [Tue, 12 Apr 2016 12:39:05 +0000 (14:39 +0200)]
Fix ZEND_SEPARATE for by-val func returning ref zval

8 years agoDrop unnecessary ZEND_SEPARATE code
Nikita Popov [Tue, 12 Apr 2016 12:33:56 +0000 (14:33 +0200)]
Drop unnecessary ZEND_SEPARATE code

The following write ops will separate if necessary.

8 years agoMerge branch 'PHP-7.0'
Joe Watkins [Tue, 12 Apr 2016 12:40:36 +0000 (13:40 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  phpdbg: close file handles

8 years agophpdbg: close file handles
Joe Watkins [Tue, 12 Apr 2016 12:40:03 +0000 (13:40 +0100)]
phpdbg: close file handles

8 years agoMerge branch 'PHP-7.0'
Remi Collet [Tue, 12 Apr 2016 11:46:23 +0000 (13:46 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  fix skipif

8 years agofix skipif
Remi Collet [Tue, 12 Apr 2016 11:46:06 +0000 (13:46 +0200)]
fix skipif

8 years agoSeparate unspecializeble code of INIT_DYNAMIC_CALL into separate helper functions.
Dmitry Stogov [Tue, 12 Apr 2016 11:41:06 +0000 (14:41 +0300)]
Separate unspecializeble code of INIT_DYNAMIC_CALL into separate helper functions.

8 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Tue, 12 Apr 2016 07:31:35 +0000 (15:31 +0800)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  This only make sense on *nix

8 years agoThis only make sense on *nix
Xinchen Hui [Tue, 12 Apr 2016 07:30:11 +0000 (15:30 +0800)]
This only make sense on *nix

8 years agoMerge branch 'PHP-7.0'
Anatol Belski [Tue, 12 Apr 2016 04:50:48 +0000 (06:50 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  prepare next

8 years agoprepare next
Anatol Belski [Tue, 12 Apr 2016 04:49:30 +0000 (06:49 +0200)]
prepare next

8 years agoMerge branch 'PHP-7.0'
Anatol Belski [Mon, 11 Apr 2016 13:38:15 +0000 (15:38 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  update NEWS

8 years agoupdate NEWS
Anatol Belski [Mon, 11 Apr 2016 13:37:45 +0000 (15:37 +0200)]
update NEWS

8 years agoMerge branch 'PHP-7.0'
Anatol Belski [Mon, 11 Apr 2016 13:02:27 +0000 (15:02 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed bug #70484 selectordinal doesn't work with named parameters
  fix version macro to check

8 years agoFixed bug #70484 selectordinal doesn't work with named parameters
Anatol Belski [Mon, 11 Apr 2016 13:00:58 +0000 (15:00 +0200)]
Fixed bug #70484 selectordinal doesn't work with named parameters

8 years agofix version macro to check
Anatol Belski [Mon, 11 Apr 2016 12:54:58 +0000 (14:54 +0200)]
fix version macro to check

8 years agoMerge branch 'master' of https://github.com/php/php-src
Joe Watkins [Mon, 11 Apr 2016 12:25:03 +0000 (13:25 +0100)]
Merge branch 'master' of https://github.com/php/php-src

8 years agoMerge branch 'PHP-7.0'
Joe Watkins [Mon, 11 Apr 2016 12:24:54 +0000 (13:24 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  handle dummy frame

8 years agohandle dummy frame
Joe Watkins [Mon, 11 Apr 2016 12:24:37 +0000 (13:24 +0100)]
handle dummy frame

8 years agoImprove zend_leave_helper() by checking all rare conditions at once.
Dmitry Stogov [Mon, 11 Apr 2016 10:17:24 +0000 (13:17 +0300)]
Improve zend_leave_helper() by checking all rare conditions at once.

8 years agoMerge branch 'PHP-7.0' of https://github.com/php/php-src into PHP-7.0
Joe Watkins [Mon, 11 Apr 2016 07:04:14 +0000 (08:04 +0100)]
Merge branch 'PHP-7.0' of https://github.com/php/php-src into PHP-7.0

8 years agoMerge branch 'master' of https://github.com/php/php-src
Joe Watkins [Mon, 11 Apr 2016 07:03:56 +0000 (08:03 +0100)]
Merge branch 'master' of https://github.com/php/php-src

8 years agoMerge branch 'PHP-7.0'
Joe Watkins [Mon, 11 Apr 2016 07:03:39 +0000 (08:03 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  fix calendar segfault

8 years agofix calendar segfault
Joe Watkins [Mon, 11 Apr 2016 07:03:15 +0000 (08:03 +0100)]
fix calendar segfault

8 years agoMerge branch 'PHP-7.0'
Anatol Belski [Sun, 10 Apr 2016 17:12:07 +0000 (19:12 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  update NEWS

8 years agoupdate NEWS
Anatol Belski [Sun, 10 Apr 2016 17:10:45 +0000 (19:10 +0200)]
update NEWS

8 years agoMerge branch 'PHP-7.0'
Anatol Belski [Sun, 10 Apr 2016 16:49:38 +0000 (18:49 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed bug #71998 Function pg_insert does not insert when column type = inet

8 years agoFixed bug #71998 Function pg_insert does not insert when column type = inet
Anatol Belski [Sun, 10 Apr 2016 16:48:35 +0000 (18:48 +0200)]
Fixed bug #71998 Function pg_insert does not insert when column type = inet

8 years agoMerge branch 'PHP-7.0'
Anatol Belski [Sat, 9 Apr 2016 17:12:16 +0000 (19:12 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed bug #65480 No declaration for msgformat_fix_quotes() in msgformat.c or msgformat_attr.c

8 years agoFixed bug #65480 No declaration for msgformat_fix_quotes() in msgformat.c or msgforma...
Anatol Belski [Sat, 9 Apr 2016 17:10:53 +0000 (19:10 +0200)]
Fixed bug #65480 No declaration for msgformat_fix_quotes() in msgformat.c or msgformat_attr.c

8 years agoMerge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0
Xinchen Hui [Sat, 9 Apr 2016 17:02:20 +0000 (10:02 -0700)]
Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0

8 years agoMerge branch 'master' of git.php.net:/php-src
Xinchen Hui [Sat, 9 Apr 2016 17:02:10 +0000 (10:02 -0700)]
Merge branch 'master' of git.php.net:/php-src

8 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Sat, 9 Apr 2016 17:01:33 +0000 (10:01 -0700)]
Merge branch 'PHP-7.0'

8 years agoFixed bug #71995 (Returning the same var twice from __sleep() produces broken seriali...
Xinchen Hui [Sat, 9 Apr 2016 17:01:04 +0000 (10:01 -0700)]
Fixed bug #71995 (Returning the same var twice from __sleep() produces broken serialized data)

8 years agoMerge branch 'PHP-7.0'
Anatol Belski [Sat, 9 Apr 2016 16:53:35 +0000 (18:53 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  update NEWS

8 years agoupdate NEWS
Anatol Belski [Sat, 9 Apr 2016 16:52:59 +0000 (18:52 +0200)]
update NEWS

8 years agoMerge branch 'PHP-7.0'
Anatol Belski [Sat, 9 Apr 2016 16:27:57 +0000 (18:27 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed bug #66289 Locale::lookup incorrectly returns en or en_US if locale is empty

8 years agoFixed bug #66289 Locale::lookup incorrectly returns en or en_US if locale is empty
Anatol Belski [Sat, 9 Apr 2016 16:22:57 +0000 (18:22 +0200)]
Fixed bug #66289 Locale::lookup incorrectly returns en or en_US if locale is empty

8 years agoMerge branch 'PHP-7.0'
Lior Kaplan [Sat, 9 Apr 2016 13:35:50 +0000 (16:35 +0300)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Enable configure without opcache-file and huge-code-pages

8 years agoEnable configure without opcache-file and huge-code-pages
Lior Kaplan [Sat, 9 Apr 2016 12:57:57 +0000 (15:57 +0300)]
Enable configure without opcache-file and huge-code-pages

This doesn't chagne the default (yes for both features), but respects
--disable-opcache-file and --disable-huge-code-pages configure flags if given.

8 years agoWe should always serialize the op->handler
Xinchen Hui [Sat, 9 Apr 2016 08:43:28 +0000 (01:43 -0700)]
We should always serialize the op->handler

8 years agoMerge branch 'PHP-7.0'
Lior Kaplan [Fri, 8 Apr 2016 22:38:37 +0000 (01:38 +0300)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  opcache config.m4: Use = for comparison

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Lior Kaplan [Fri, 8 Apr 2016 22:35:30 +0000 (01:35 +0300)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  opcache config.m4: Use = for comparison

8 years agoopcache config.m4: Use = for comparison
Lior Kaplan [Fri, 8 Apr 2016 19:38:07 +0000 (22:38 +0300)]
opcache config.m4: Use = for comparison

8 years agoremoved useless ckeck (ZEND_HANDLE_EXCEPTION never uses RETURN_VALUE)
Dmitry Stogov [Fri, 8 Apr 2016 13:12:32 +0000 (16:12 +0300)]
removed useless ckeck (ZEND_HANDLE_EXCEPTION never uses RETURN_VALUE)

8 years agoMerge branch 'PHP-7.0'
Anatol Belski [Fri, 8 Apr 2016 12:19:30 +0000 (14:19 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  fix indent

8 years agofix indent
Anatol Belski [Fri, 8 Apr 2016 12:17:57 +0000 (14:17 +0200)]
fix indent

8 years agoMerge branch 'PHP-7.0'
Anatol Belski [Fri, 8 Apr 2016 11:52:08 +0000 (13:52 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  update NEWS

8 years agoupdate NEWS
Anatol Belski [Fri, 8 Apr 2016 11:51:29 +0000 (13:51 +0200)]
update NEWS

8 years agoMerge branch 'PHP-7.0'
Anatol Belski [Fri, 8 Apr 2016 10:49:51 +0000 (12:49 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  fix compat for ICU < 50

8 years agofix compat for ICU < 50
Anatol Belski [Fri, 8 Apr 2016 10:48:26 +0000 (12:48 +0200)]
fix compat for ICU < 50