jacquestvanzuydam / laravel-firebird

Firebird Illuminate package for Laravel 5
63 stars 93 forks source link

MacOS + Docker + Firebird + PHP #81

Open fillipenorton opened 6 months ago

fillipenorton commented 6 months ago

Hello Guys,

Anybody here is working with Mac M1 + Docker + Firebird + PHP

Or anything like this?

I'm striving for weeks with this stack and now I just need to install PHp PDO Firebird driver!

If anyone could help, I will be glateful!

Thanks

jacquestvanzuydam commented 6 months ago

Hi @fillipenorton, are you running PHP within Docker or just the Firebird instance?

fillipenorton commented 6 months ago

Hello @jacquestvanzuydam I'm running PHP on Mac and a Docker instance with Firebird 4.0.2 Now my problem is PHP PDO for Firebird

jacquestvanzuydam commented 6 months ago

How did you install your PHP, using Homebrew?

fillipenorton commented 6 months ago

Yes @jacquestvanzuydam

jacquestvanzuydam commented 6 months ago

Have you looked at this solution by chance? https://stackoverflow.com/questions/69955752/how-do-i-build-the-firebird-database-extension-ext-interbase-for-php-on-a-maco

fillipenorton commented 6 months ago

I'll try it out and let know! Did not find this before! Thank you @jacquestvanzuydam