Joe Watkins

Results 19 issues of Joe Watkins

Some SAPI's are not supported (#160, IIS issue, others). pthreads forces a fatal error to occur when it is loaded in an unsupported SAPI. APCu could do the same, we...

question
feedback

This needs a manual entry.

help wanted
good first issue

This needs a manual entry

help wanted
good first issue

This is a WIP for module support, and depends on CMake PR The basic idea is that phpspy should export handler pointer, LD_PRELOAD is used to load the module and...

initial cmake build, and some readme ... The custom target for submodules is a bit strange for a cmake build, but tries to immitate (somewhat) the original Makefile ... It...

Extensions in pecl are expected to have an entry in the php manual, please create documentation for these extensions.

Parameter parsing is not satisfactory, I see logical pathways to leaks, convert_to_\* without a subsequent ptr_dtor is asking for trouble. It is necessary to reprogram the parsing of parameters to...

Extensions in pecl are expected to be of a certain standard, these extensions do not meet that standard. http://lxr.php.net/xref/PHP_5_5/CODING_STANDARDS

Extensions on pecl are expected to come with a test suite, please include one.

### What does this PR do? Adds details of UDS support to public PHP documentation. ### Motivation ### Additional Notes --- ### Reviewer checklist - [ ] Review the changed...

tracing