1
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
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... almost 10 years ago
* Add implements() method to boost::php::klass() that allows to implement arbitrary interfaces such as Iterator.
moriyoshi
as Moriyoshi Koizumi
More... over 14 years ago
Fixed to allocate lowercased_name buffer. More... over 14 years ago
* Always return the same wrapper object for the same C++ object.
moriyoshi
as Moriyoshi Koizumi
More... almost 15 years ago
* Oops.
moriyoshi
as Moriyoshi Koizumi
More... almost 15 years ago
* Fix support for "return-internal-reference"
moriyoshi
as Moriyoshi Koizumi
More... almost 15 years ago
* Fix the example.
moriyoshi
as Moriyoshi Koizumi
More... almost 15 years ago
* Add initial support for object rvalues
moriyoshi
as Moriyoshi Koizumi
More... almost 15 years ago
* Support API version >= 20090115
moriyoshi
as Moriyoshi Koizumi
More... almost 15 years ago
* PHP run-tests.php integration patch by Mark. Thanks. More... over 15 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... over 15 years ago
* Silly double-free.
moriyoshi
as Moriyoshi Koizumi
More... over 15 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... over 15 years ago
* Set PPP flag for member functions. More... over 15 years ago
* Add .gitignore. More... over 15 years ago
* Better not explicitly specify the namespace of va_list as it is possible that it is a built-in type. More... over 15 years ago
* Reflect the signature change in 5.3. More... over 15 years ago
* Oops. More... over 15 years ago
* Fix a typo and warnings. More... over 15 years ago
* Need to call the cleanup function within the module class's destructor. More... over 15 years ago
* Add missing destructors. More... over 15 years ago
* Fix various warnings and defects that I thought were fixed already. More... over 15 years ago
* Improved array example. More... over 15 years ago
* For 5.3 API More... over 15 years ago
* A far better Makefile provided by Mark Karpeles, with a slight modification. Thanks. More... over 15 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... over 15 years ago
* #undef *_CM macros
moriyoshi
as 小泉 守義
More... over 15 years ago
* Refined the sample
moriyoshi
as 小泉 守義
More... over 15 years ago
* const methods support
moriyoshi
as 小泉 守義
More... over 15 years ago
- Remove unnecessary inheritance
moriyoshi
as 小泉 守義
More... over 15 years ago