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
Copy file name to clipboardExpand all lines: README.md
+42Lines changed: 42 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,48 @@ This buildpack uses Cloud Foundry's [libbuildpack](https://github.com/cloudfound
139
139
- Monitors all processes
140
140
- If any process exits, terminates all others and restarts the application
141
141
142
+
### PHP Extension Configuration
143
+
144
+
The buildpack supports loading PHP extensions using standard `.ini` file syntax. This allows extensions to be available during both build-time (composer install) and runtime.
145
+
146
+
#### Loading Extensions via .ini Files
147
+
148
+
Create `.ini` files in`.bp-config/php/php.ini.d/` directory with standard PHP extension directives:
0 commit comments