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
- We weren't counting newlines in heredocs. The only place which is still questionable is when there's a \ followed by a newline but it seems we have a parse error in this case anyways. - Fixed the alloca() macros so that the alloca() #define in win32 mode won't clash with the real win32 alloca(). More... over 25 years ago
function dir doesn't exist anymore More... over 25 years ago
*** empty log message *** More... over 25 years ago
- Make execute() use less stack in thread-safe win32 due to Microsoft's shitty 256kb stack. More... over 25 years ago
avoid touching libraries which have not changed More... over 25 years ago
- Fix for exec to use API More... over 25 years ago
thread-safety fix More... over 25 years ago
*** empty log message *** More... over 25 years ago
Fixes More... over 25 years ago
*** empty log message *** More... over 25 years ago
*** empty log message *** More... over 25 years ago
preg_match_all() now returns the number of global matches. More... over 25 years ago
* fix some casts * introduce unary_op_type - cleaner than casting data voids to function ptrs More... over 25 years ago
kill some warnings More... over 25 years ago
zend_hash_merge was changed More... over 25 years ago
That got fucked up when we went back to using uninitialized_zval More... over 25 years ago
another VPATH related change More... over 25 years ago
Fix a bug More... over 25 years ago
Updated preg_split(). More... over 25 years ago
Fix preg_match_all to do proper matching with \b. More... over 25 years ago
Fixed PCRE so that global matching with patterns with \b works. More... over 25 years ago
* Changed the way INI entries work in Apache to allow .conf entries to work right too. * vpath fixes for standard Apache build More... over 25 years ago
Support overwrite mode in zend_hash_merge() More... over 25 years ago
Fix More... over 25 years ago
- clean is not called from automake. use CLEANFILES instead - allow VPATH compilation More... over 25 years ago
more VPATH work More... over 25 years ago
kill warning More... over 25 years ago
- fix APXS VPATH build - libzend/TSRM build in their own directories - ext/Makefile was generated twice More... over 25 years ago
avoid crashing with php4 directives in .conf files (they still don't work) More... over 25 years ago
fixes More... over 25 years ago