php-extension
PHP extension vs. library (and can it be converted)
Some php wamp/lamp packages come with php extensions packaged within like php_amf, php_db, php_gd2 and I just have to activate the extension, or install the extension if it doesn\'t come by default.[详细]
2023-02-10 06:12 分类:问答WAMPSERVER php_memcache extension
I have a copy of php_memcache.dll (from php_memcache-2.2.6-5.3-nts-vc9-x86.zip) which I have placed in my C:\\wamp\\bin\\php\\php5.3.5\\ext folder.[详细]
2023-02-10 04:01 分类:问答How do I compile a PHP extension with Microsoft Visual C++ 2008?
I created a PHP Hello World extension DLL with Microsoft Visual C++ 2008.I have the right php.ini (I know because when I enable and disable the gd2 extension, there is an effect), but when I load the[详细]
2023-02-09 06:14 分类:问答Use PHP functions in PHP extension
开发者_开发技巧Can I use a PHP function such as explode() when creating an extension in C++?Here it is: PHP_FUNCTION(explode) expands to zif_explode with these parameters. That\'s the function you sho[详细]
2023-02-08 22:58 分类:问答How can I make/patch php source (c code) to read an array from php.ini?
I\'m experienced with 开发者_StackOverflow社区php but I\'m a novice to the php source and php extensions. I want to extend php so that it randomly chooses an upload_tmp_dir from an array, rather than[详细]
2023-02-07 07:47 分类:问答Unable to load custom PHP extension in PHP 5.3.5
I\'m attempting to load a custom PHP extension on a Windows XP/IIS 5.1 development machine but I\'m failing miserably.[详细]
2023-02-05 04:40 分类:问答How does ArrayAccess work?
I\'ve been reading about the commonly used interfaces of PHP from the SPL, such as Iterator, Countable开发者_如何转开发, and ArrayAccess. However, I don\'t understand exactly how they work.[详细]
2023-02-02 04:31 分类:问答PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/'
I am getting this error log in my new dedicated server. PHP Startup: Unable to load dynamic library \'/usr/local/lib/php/extensions/no-debug-non-zts-20060613/\'[详细]
2023-02-01 15:23 分类:问答Where do I download PHP extensions for windows?
I\'m trying to make my PHP installation to work with PostgreSQL, so I needphp_pgsql.dll A very dumb question, but where do I get one for my PHP5.3?[详细]
2023-01-31 12:51 分类:问答Can't find Zend directory in EasyPHP folder
I\'m about reading a tutorial about creating php extensions in C. I\'m using Visual Studio 2008 and EasyPHP whose directory includes /ext folder (PHP extensions directory)[详细]
2023-01-29 01:50 分类:问答