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
I was trying to build oci8 extension (1.4.10) for php4 using this image. I'm stuck because oci8 doesn't support ZTS mode. So, I was wondering on how to build php4 with ZTS disabled? If you have some insight please let me know.
Just for context, I've tried disabling zts option in configure options. However when I tried to build oci8 from source (if I build using pecl, it built for php5), it keepa saying that zts is enables.
The text was updated successfully, but these errors were encountered:
Hi @nouphet, I hope you're still active.
I found this repo quite helpful for legacy app.
I was trying to build oci8 extension (1.4.10) for php4 using this image. I'm stuck because oci8 doesn't support ZTS mode. So, I was wondering on how to build php4 with ZTS disabled? If you have some insight please let me know.
Just for context, I've tried disabling zts option in configure options. However when I tried to build oci8 from source (if I build using pecl, it built for php5), it keepa saying that zts is enables.
The text was updated successfully, but these errors were encountered: