PHP 8.5.0 Released!

Voting

: two plus four?
(Example: nine)

The Note You're Voting On

RoBorg
18 years ago
The Subversion error "svn: Can't recode string" can be caused by the locale being wrong. Try
<?php
putenv('LANG=en_US.UTF-8');
?>
(or whatever your preferred locale is) before you call shell_exec()

<< Back to user notes page

AltStyle によって変換されたページ (->オリジナル) /