fluentpdo icon indicating copy to clipboard operation
fluentpdo copied to clipboard

Missed compatibility with php7.0

Open albertixcom opened this issue 6 years ago • 2 comments

I suggest to add to composer: "require": { "php": ">=7.1", [...]

because I use 7.0 and question marks on method arguments is not accepted...

Alberto

albertixcom avatar Oct 28 '18 11:10 albertixcom

Sure, we can add this restriction to the library

Upgrade to 7.3 when you can!

cbornhoft avatar Oct 28 '18 17:10 cbornhoft

Unfortunately, on my production system I have 7.0, but I’ve tested your great work on my 7.2 developer env, and works perfectly. Thanks for this, I’ve documented about questions mark on methods args (new feature since 7.1), and it’s great update (similar TypeScript)

Great job, thanks for sharing. Alberto, developer

Il giorno 28 ott 2018, alle ore 18:14, Chris Bornhoft [email protected] ha scritto:

Sure, we can add this restriction to the library

Upgrade to 7.3 when you can!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/envms/fluentpdo/issues/272#issuecomment-433723570, or mute the thread https://github.com/notifications/unsubscribe-auth/AGQMpfKMaT9zUCbbRtpPWUvJhFPARGjfks5upeXqgaJpZM4X95uQ.

albertixcom avatar Oct 28 '18 21:10 albertixcom