On 5 August 2010 16:05, Esen Sagynov <cub...@php.net> wrote: > > cubrid Thu, 05 Aug 2010 15:05:42 +0000 >
Hi. A few comments - not criticisms. You have done an excellent job and without your work, etc. etc.... 1 - Installation : extension_dir The windows installation documentation for Cubrid says to change the extension_dir setting to C:\PHP\CUBRID. This is clearly incorrect as it will incapacitate the loading of any other extensions which exist in C:\PHP\CUBRID. I see that the Cubrid WIKI [1] has the same comment. Instead, I'd suggest saying something along the lines that the php_cubrid.dll extension needs to be copied to the extension directory (default of C:\PHP\ext - see <link linkend ="ini.extension-dir">extension_dir</link>) sort of thing. 2 - Runtime configuration. On the installation page you have ... " [CUBRID] cubrid.err_path=C:\PHP\CUBRID" On the Runtime Configuration page, you have ... "This extension has no configuration directives defined in php.ini." Direct contradiction. 3 - Versions. The Cubrid functions say that they are available for PHP 4 and PHP 5. At least with regards to the windows instructions of downloading the DLL from [2], only versions for V5.2 and V5.3 are available. The note on that page comments upon the Visual Studio version (V9), no mention of thread safety (until you download the file and see that the file name says [3]), which is as important. I don't know the stats, but an NTS build of PHP for Windows on IIS using FastCGI is a going to be how people will be running PHP if they use Microsoft's Web Platform Installer to get their PHP juice. As FastCGI is NTS, Cubrid needs to support this setup. Regards, Richard Quadling. [1] http://wiki.cubrid.org/index.php/Install_PHP_Library_for_CUBRID [2] http://www.cubrid.org/php_api_for_cubrid [3] https://sourceforge.net/projects/cubrid/files/CUBRID%20R2.2/PHP%20API%205.3.x%20-%20CUBRID%20R2.2%20-%20WINDOWS%20-%20thread-safe%20.zip/download