1
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Feb 06, 2025 — Feb 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix to get it working with 5.4 or later versions
moriyoshi
as Moriyoshi Koizumi
More... over 11 years ago
* Add implements() method to boost::php::klass() that allows to implement arbitrary interfaces such as Iterator.
moriyoshi
as Moriyoshi Koizumi
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.
moriyoshi
as Moriyoshi Koizumi
More... over 16 years ago
* Oops.
moriyoshi
as Moriyoshi Koizumi
More... over 16 years ago
* Fix support for "return-internal-reference"
moriyoshi
as Moriyoshi Koizumi
More... over 16 years ago
* Fix the example.
moriyoshi
as Moriyoshi Koizumi
More... over 16 years ago
* Add initial support for object rvalues
moriyoshi
as Moriyoshi Koizumi
More... over 16 years ago
* Support API version >= 20090115
moriyoshi
as Moriyoshi Koizumi
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.
moriyoshi
as Moriyoshi Koizumi
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
moriyoshi
as 小泉 守義
More... over 17 years ago
* Refined the sample
moriyoshi
as 小泉 守義
More... over 17 years ago
* const methods support
moriyoshi
as 小泉 守義
More... over 17 years ago
- Remove unnecessary inheritance
moriyoshi
as 小泉 守義
More... over 17 years ago