James Michael DuPont
James Michael DuPont
here is a patch to catch that. I have this problem as well. ``` c @@ -384,7 +384,15 @@ int main(int argc, char** argv) { } memset(uuid, '\0', 41); -...
are there any examples of this in github or online?
patch here https://github.com/h4ck3rm1k3/phc/commit/8763677f53b2f2b30c6b69456aa4eb8bfadd15c7 i added an ifdef, I dont know the exact engine version, my is 2,4, but there is no define for that, so I used 2.
Same as this issue : http://code.google.com/p/phc/issues/detail?id=137 and https://plonker.villiros.com/pipermail/phc-internals/2011-February/005920.html Applied patch specified, compiles, not tested in runtime. https://github.com/h4ck3rm1k3/phc/commit/84eb90b21edc95b3a8f6915e38226c3faa6a0f36
This adds support to pass the session id via other means besides cookies.
ok great, I have a big list of them. more to come.
Rational, dont convert pointer types on the fly, create temp variables and let the compiler sort them out. diff --git a/inc/FSD_FileHeader.hxx b/inc/FSD_FileHeader.hxx index 3ea7fdc..c081b51 100644 --- a/inc/FSD_FileHeader.hxx +++ b/inc/FSD_FileHeader.hxx @@...
https://github.com/h4ck3rm1k3/oce/commit/b696039a57fc9613fc37a0e53d45bd9c64e754bb
I have been making more commits in my branch, ideally we would test them all. Ideally we would have coverage of all lines of code with tests. In any case...
I could, I dont even remember doing this. 2 year ago.... sure I will get around to it some time.