php-5.2
PHP issue with get_class
I am working on a Zend project and it has been well over 12 months since I touched Zend, I am getting an error on one of my functions, and I cannot work out why, I think it may be down to the site bei[详细]
2022-12-31 15:28 分类:问答Packaging PHPUnit tests as a PHAR archive?
Is it possible to package PHPUnit tests as a PHAR archive, and run them using phpunit? I\'ve created a .phar with the follow script:[详细]
2022-12-28 03:25 分类:问答Getting a file pointer from file descriptor
In PHP 5.2.3, \"fdopen\" was used to read/write to a file descriptor that\'s open开发者_如何学Ced by another application.[详细]
2022-12-26 18:33 分类:问答Xdebug with PHP 5.2 on 64-bit Windows 7?
I would like to install Xdebug (http://xdebug.org/) on my 64 bit Windows 7 machine to debug Drupal code running on PHP 5.2. The Xdebug download page does not provide a download for a 64 bit version co[详细]
2022-12-20 15:36 分类:问答How to speed up mssql_connect()
I\'m working on a project where a PHP dialog system is communicating with a Microsoft SQL Server 2008 and I need more speed on the PHP side.[详细]
2022-12-20 05:47 分类:问答PHP: variable name as class instance
Im having a problem with using a variable as the class name when calling a static function within the class. My code is as follows:[详细]
2022-12-16 12:34 分类:问答