| Fix to get it working with 5.4 or later versions |
|
More...
|
over 11 years ago
|
| * Add implements() method to boost::php::klass() that allows to implement arbitrary interfaces such as Iterator. |
|
More...
|
about 16 years ago
|
| Fixed to allocate lowercased_name buffer. |
|
More...
|
over 16 years ago
|
| * Always return the same wrapper object for the same C++ object. |
|
More...
|
over 16 years ago
|
| * Oops. |
|
More...
|
over 16 years ago
|
| * Fix support for "return-internal-reference" |
|
More...
|
over 16 years ago
|
| * Fix the example. |
|
More...
|
over 16 years ago
|
| * Add initial support for object rvalues |
|
More...
|
over 16 years ago
|
| * Support API version >= 20090115 |
|
More...
|
over 16 years ago
|
| * PHP run-tests.php integration patch by Mark. Thanks. |
|
More...
|
about 17 years ago
|
| * Every string keys in the hashtable that employes the symtable strategy are tailed by a NUL character ('\0'). The actual length of the string key should be one character fewer than the KeyLength. |
|
More...
|
about 17 years ago
|
| * Silly double-free. |
|
More...
|
about 17 years ago
|
| * Passing the same va_list to vsnprintf() more than once definitely results in unwanted behaviour. va_copy() can be used to avoid the issue, but it's C99 stuff and I just can never rely on it. |
|
More...
|
about 17 years ago
|
| * Set PPP flag for member functions. |
|
More...
|
about 17 years ago
|
| * Add .gitignore. |
|
More...
|
about 17 years ago
|
| * Better not explicitly specify the namespace of va_list as it is possible that it is a built-in type. |
|
More...
|
about 17 years ago
|
| * Reflect the signature change in 5.3. |
|
More...
|
about 17 years ago
|
| * Oops. |
|
More...
|
about 17 years ago
|
| * Fix a typo and warnings. |
|
More...
|
about 17 years ago
|
| * Need to call the cleanup function within the module class's destructor. |
|
More...
|
about 17 years ago
|
| * Add missing destructors. |
|
More...
|
about 17 years ago
|
| * Fix various warnings and defects that I thought were fixed already. |
|
More...
|
about 17 years ago
|
| * Improved array example. |
|
More...
|
about 17 years ago
|
| * For 5.3 API |
|
More...
|
about 17 years ago
|
| * A far better Makefile provided by Mark Karpeles, with a slight modification. Thanks. |
|
More...
|
about 17 years ago
|
| * I thought zend_uintptr_t is a pointer type of zend_uint, but it isn't actually. This should fix the 64bit problem. Thanks for those who reported this. |
|
More...
|
about 17 years ago
|
| * #undef *_CM macros |
|
More...
|
over 17 years ago
|
| * Refined the sample |
|
More...
|
over 17 years ago
|
| * const methods support |
|
More...
|
over 17 years ago
|
| - Remove unnecessary inheritance |
|
More...
|
over 17 years ago
|