Closed adrolter closed 9 years ago
+1
@adrianguenter Your master branch seems to be this master branch + this fix (according to https://github.com/zenovich/runkit/network). I used your master branch in https://travis-ci.org/phpseclib/phpseclib/builds/34353381 and it seems to work on 5.6 now, but seems to have broken < 5.6.
Right, the patch fixes 5.6, but breaks older versions. It should have contained something like this:
#ifndef IS_CONSTANT_AST
# define IS_CONSTANT_AST IS_CONSTANT_ARRAY
#endif
:+1: on 5.6 support but I agree the change should be backwards compatible.
@zenovich The last release was in 2010' year, can raise the crane version?
+1
Yeah this needs to get added :P Can we please push this forward?
+1000 :+1:
As there were some merge conflicts and BC related stuff here, I created #73 instead.
Done in #73
Fixes #69