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 noticed then when using cargo-php remove the INI file contents are completely truncated.
Additionally when using cargo-php install the file contents are duplicated leading to the extension= lines doubling up and PHP throwing an error due to trying to load libv8js.soextension or similar.
The text was updated successfully, but these errors were encountered:
roborourke
added a commit
to roborourke/ext-php-rs
that referenced
this issue
May 4, 2022
I noticed then when using
cargo-php remove
the INI file contents are completely truncated.Additionally when using
cargo-php install
the file contents are duplicated leading to theextension=
lines doubling up and PHP throwing an error due to trying to loadlibv8js.soextension
or similar.The text was updated successfully, but these errors were encountered: