php-internals
Interchanging data with zend (multidimensional arrays)
I\'m embeding PHP in my app (writen in Delphi 2010), using PHP4Delphi component to interface with php5ts.dll.[详细]
2023-02-28 07:38 分类:问答How are PHP's built-in functions implemented internally?
are these functions written the same way as user functions? I mean with PHP code and with regular expressions and 开发者_StackOverflow中文版stuff like that?[详细]
2023-02-26 04:06 分类:问答try to embed my C code in PHP script
I am learnin开发者_JAVA百科g how to use SWIG, and I am writing a php wrapper for a C library. The extension successfully compiles, but when I try to call the function I get this error:[详细]
2023-02-20 14:30 分类:问答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 分类:问答Detecting whether a PHP variable is a reference / referenced
Is there a way in PHP to determine whether a given variable is a reference to another variable and / or referenced by another variable?I appreciate that it might not be possib开发者_StackOverflowle to[详细]
2023-02-07 15:08 分类:问答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 分类:问答How do I create an empty op_array?
In my PHP extension, how can I create a开发者_StackOverflow社区n op_array with no opcodes in it?You can use init_op_array(), declared in from zend_compile.h:[详细]
2023-01-30 09:46 分类:问答Where can I learn about PHP internals? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-01-29 06:49 分类:问答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 分类:问答Which PHP function uses such hash algorithm?
1. static inline ulong zend_inline开发者_运维问答_hash_func(char *arKey, uint nKeyLength) 2. { 3.register ulong hash = 5381;[详细]
2023-01-25 17:36 分类:问答
加载中,请稍侯......