php icon indicating copy to clipboard operation
php copied to clipboard

🐘 PHP Runtime for ▲ Vercel Serverless Functions (support 7.4-8.3)

Results 82 php issues
Sort by recently updated
recently updated
newest added

Bumps [@vercel/build-utils](https://github.com/vercel/vercel/tree/HEAD/packages/now-build-utils) from 7.11.0 to 8.3.3. Release notes Sourced from @​vercel/build-utils's releases. @​vercel/build-utils@​8.3.3 Patch Changes Fix corepack packageManager detection on monorepos (#11811) @​vercel/build-utils@​8.3.2 Patch Changes reject mismatched corepack and detected...

dependencies

Hey Team Love what you're doing here. I'm attempting to install Sentry for my Laravel application but I'm running into the following stacktrace during build. Any ideas how this can...

Status: Need Investigation

# Bug report - Version: 0.7.3 ## Description I found similar problem to #515 but it happens with the latest version (0.7.3). // config/database.php ``` 'pgsql' => [ 'driver' =>...

Status: Need Investigation

I am far from being a Laravel or Vercel expert, but it looks like the current Laravel example app is missing a few things when it comes to deploying the...

# Bug report - Vercel CLI Version: `39.0.4` - NodeJS Version: `18.x` - vercel-php: `0.7.3` - URL: https://pln-api.vercel.app - PHP info: https://pln-api.vercel.app/debug - Repository: `No` ## Description At the beginning...

According to this comment [#541](https://github.com/vercel-community/php/issues/541#issuecomment-2201938789) Node.js 18.x will be offline after August 2025. Can I still use PHP 7.4 after it is offline? Because my project needs to use PHP...

I use the latest version [email protected] and it seems that curl only works with node 18, not 20 and 22 which are available (and enabled by default) on vercel.

# Question hi,i want to deply a php blog on vercel,but has errors。 ![Image](https://github.com/user-attachments/assets/5e4a492b-698b-47d9-9bb3-bcc9e0bf9be8) i checked available pod drivers,result is ![Image](https://github.com/user-attachments/assets/b10dc43a-8e1b-4b30-b920-a4989c781cd3) all suported extentions is: ``` Core PDO Phar Reflection...

Hi everyone Does cronjobs work with the php runtime? I tested a few things, but it seems not to work. Can anyone confirm this or is there a workaround? I...