LoginSignup
0
0

More than 5 years have passed since last update.

64bit環境でExcel_Peruser処理がエラーになる

Last updated at Posted at 2015-10-07

どこかでありそうなので誰かのためにメモ。

バージョン

Ver0.11 beta4

現象

64bit環境で、Excel_Peruserを使った処理がエラーになる。

原因

参考サイトのコメント欄に記載があるのですが、サポートしていないそうです(というか未検証らしい)。

対策

以下をコメントアウトします。
224~226行目。

peruser.php
//if (strlen(dechex(-1)) != 8){
//    return $this->raiseError("ERROR I cannot work on this OS. 32bis-OS only");
//}

参考

こちらを参考にしました。

参考URL:Excel_Peruser

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0