You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2019. It is now read-only.
All the more serious issues with PHP7 have been addressed in develop branch, and I've been running tests against that. The only things not working are those related to external libraries (jpgraph and various pdf rendering libraries), although phan is still picking up a few warnings about syntax that won't break anything, but still need cleaning up.
In truth, the application is huge, and has a lot of usages of PHPExcel which, in truth, I'm not familiar with.
I appreciate the tweak suggested and your feedback about what you've used successfully, I was just hoping that @MarkBaker or someone could provide an update as to the developers' view of whether it's now compatible, and ideally sorted that line deletion that @Kelvinco suggested rather than me doing my own hacks.
Otherwise, I have to do loads of digging myself into an application which is big and not that pretty!
Activity
MarkBaker commentedon Oct 31, 2015
It will be fixed before the release of PHP7
niklas-heer commentedon Dec 8, 2015
Since PHP7 is officially released now and out of interest - does it now work?
MarkBaker commentedon Dec 8, 2015
All the more serious issues with PHP7 have been addressed in develop branch, and I've been running tests against that. The only things not working are those related to external libraries (jpgraph and various pdf rendering libraries), although phan is still picking up a few warnings about syntax that won't break anything, but still need cleaning up.
iainfogg commentedon Jan 7, 2016
Hi @MarkBaker - just wondered if there are any more timescales for a release containing the PHP7 work that you've done?
iainfogg commentedon Jan 14, 2016
Hi @MarkBaker - are you able to give any update on this please?
It'd be helpful to know if the PHP7 changes have made their way into the 1.8 branch, and also whether you feel it's all there now.
tomzx commentedon Jan 16, 2016
I've been using 1.8.1 with PHP7 without any issues so far. I'm not using jpgraph nor any pdf rendering libraries though.
If you want more specific details about PHP7, I think it would be great to specify which features of PHPExcel you're making use of.
Kelvinco commentedon Jan 29, 2016
Just delete the break on line 581, it has worked for me.
iainfogg commentedon Feb 3, 2016
Thanks @tomzx and @Kelvinco
In truth, the application is huge, and has a lot of usages of PHPExcel which, in truth, I'm not familiar with.
I appreciate the tweak suggested and your feedback about what you've used successfully, I was just hoping that @MarkBaker or someone could provide an update as to the developers' view of whether it's now compatible, and ideally sorted that line deletion that @Kelvinco suggested rather than me doing my own hacks.
Otherwise, I have to do loads of digging myself into an application which is big and not that pretty!
iainfogg commentedon Feb 3, 2016
PS the application I was referring to is ours, the one that uses PHPExcel - not slating PHPExcel!
naturekzw commentedon Mar 24, 2016
where is the phpexcell 1.8.1? @tomzx
MarkBaker commentedon Mar 24, 2016
@naturekzw - under the tagged releases - PHPExcel 1.8.1
NazarenoMarzetti commentedon Aug 5, 2016
Hi.
I've a problem with the command
$objWriter->save('php://output');
not working in php7.
The same code workin in php5.5 but when i changed the version, the program die at this row.
Thanx.
Nazareno
efantinij commentedon Aug 18, 2016
Hi NazarenoMarzetti,
on Line 581 of file PHPExcel/Classes/PHPExcel/Calculation/Functions.php there is a " break" , simply comment.
PowerKiKi commentedon Aug 18, 2016
This is solved in latest version of PHPExcel, 1.8.1.
20 remaining items