Bug 435922 - PHP 5.6 support
Summary: PHP 5.6 support
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: PHP Core CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-27 10:00 EDT by Dawid Pakula CLA
Modified: 2020-05-14 11:17 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dawid Pakula CLA 2014-05-27 10:00:07 EDT
PHP 5.6 is in feature freeze (beta 3) stage now.

Syntax changes to [1]:
1. Const expressions
2. Variadic functions
3. Argument unpacking
4. Exponentiation operator
5. Function and constant imports

Others:
1. phpdbg support - builtin cli debugger similar to C++ DBG


[1] - http://docs.php.net/manual/en/migration56.new-features.php
Comment 1 Dawid Pakula CLA 2014-10-14 17:03:24 EDT
phpdbg team is working on DBGP support for easier IDE integration [1]

[1] - https://github.com/krakjoe/phpdbg/issues/105
Comment 2 Dawid Pakula CLA 2014-10-29 07:46:35 EDT
Patch by Michał Niewrzal : https://git.eclipse.org/r/#/c/33947/
Comment 4 Alexander Ustimenko CLA 2014-11-17 19:12:41 EST
Huge thanks to Michał!
Comment 5 Michal Niewrzal CLA 2014-12-15 04:53:59 EST
phpdbg support should be processed as separate enhancement.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=455186
Comment 6 Sylvia Tancheva CLA 2014-12-15 04:56:14 EST
The rest of the issue is implemented. Closing
Comment 7 Alexander Ustimenko CLA 2015-02-09 03:50:00 EST
echo ARR[0]; gives errror (const array)

nightly (2015-02-08)
Comment 8 Sylvia Tancheva CLA 2015-02-09 05:07:02 EST
(In reply to Alexander Ustimenko from comment #7)
> echo ARR[0]; gives errror (const array)
> 
> nightly (2015-02-08)

Thanks. I opened Bug 459420