I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Dec 03, 2022 — Dec 03, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add container for file-upload. It's not quite implemented yet. More... over 25 years ago
Just a little sanity check. More... over 25 years ago
Allow unregistering content types as well. More... over 25 years ago
* Add generic POST content-type support. Only application/x-www-form-urlencoded supported at this time, but the framework allows for any other types, including runtime addition of types. More... over 25 years ago
include regex in Win32 build More... over 25 years ago
The last fix was wrong More... over 25 years ago
Another operators fix More... over 25 years ago
boolean comparison didn't work with smaller-than and greater-than, something that fucked up berber's site a bit. fixed. More... over 25 years ago
Thou shalt use the API, and thou shalt be safe More... over 25 years ago
Some comments. More... over 25 years ago
- add -lregex - change module name to php4 More... over 25 years ago
Added ability to pass array parameters to pcre_replace. More... over 25 years ago
Sigh, another leak bites the dust. FREE_OP missing in case of a SEND_VAR. More... over 25 years ago
I'm on a roll. Fix a nasty yet stupid AiCount bug More... over 25 years ago
Warn about AiCount not zeroing out More... over 25 years ago
add a $(srcdir) More... over 25 years ago
fix compile issues in LDAP/XML exts More... over 25 years ago
* Add struct name to all typedef's so that they can be debugged with MSVC * Fix an AiCount bug - list(...) = $var was using $var multiple times, and thus causing AiCount to be decreased multiple times even though it was increased only once for $var. Mark all FETCH_DIM's so that they won't decrease AiCount, and only decrease AiCount on the last FETCH_DIM. * Fix a stupid bug - forgot to pass CLS_C to some compiler function. For some reason MSVC doesn't report these :I More... over 25 years ago
fix APXS compile More... over 25 years ago
More fixes. Should hopefully work well now. More... over 25 years ago
php_ini fixes More... over 25 years ago
Give more information and save log lines in memory leak reports More... over 25 years ago
* Minor fixes * Better handling for multiple repeated memory leaks (libzend updated) More... over 25 years ago
Time to rename the child More... over 25 years ago
Avoid leaking fd's in case of failures More... over 25 years ago
Small fix More... over 25 years ago
more fixes More... over 25 years ago
Fix a memory leak More... over 25 years ago
That wasn't supposed to slip in More... over 25 years ago
This should be centralized... More... over 25 years ago