phpopengl のフォーラムで質問が来てました。

2011-06-26 08:23:24 UTC
Hi Yoya I am an Australian who fools around with PHP as a hobby.
I have just downloaded the openGL package and am attempting to get it going.
It seems really old from what I read in the glut32.txt document.
I want to be able to use openGL to render a rotating sphere for a game idea I am occasionally working on.
Cheers 

訳すると、こんな感じ。

よやさん。
私は趣味でPHPを触ってるオーストラリア人です。
openGLパッケージをダウンロードして試してます。
glut32.txt より実際には古いみたいです。
ゲームで回転する球体をレンダリングするのに OpenGL を使いたいです。
それでは。

ふむ。
どんな環境でどのバージョンのどのAPIを使いたいのか気になりますが、
とりあえず、最新版をダウンロードして glut32.txt と違う状況を調べて、
自分の所がこんな環境で、こういう感じですが、そちらはどうですか?
と聞くのが親切かしら。

glut32.txt

php_opengl-0.2.0-win.zip の中に glut32.txt を見つけました。

CHANGES/FIXES:

    (Oct 4, '01)
    x  Fixed bug in glutEnterGameMode() that caused new windows to not
       be in "fullscreen" mode, so they got window decorations.
    (Oct 3, '01)
    x  Fixed bug in getVisualInfoFromString(): visuals not reloaded on
<略>

どちらの関数も 0.2.0 の tarball どころか cvs にさえ存在しません。(そういえば glutEnterGameMode 欲しくて実装始めてました)
確かにドキュメントが先走ってますね。glut32.txt は cvs 管理もされてないし、どうなってるんだろう。
作者の手元にだけ実装の進んだコードがある。みたいな感じかな。