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
getopt.h conflicted with system include file More... over 25 years ago
. More... over 25 years ago
Correct fix More... over 25 years ago
*** empty log message *** More... over 25 years ago
Fix a leak More... over 25 years ago
no need for those More... over 25 years ago
* Get Apache module to compile again with the regex stuff. * Get Apache to propertly work with POST, and some SAPI fixes More... over 25 years ago
that seems to fix it More... over 25 years ago
Either I'm playing the EG(symbol_table) game wrong or var.c leaks memory when unserializing arrays/objects. Still testing More... over 25 years ago
-Modified PCRE library slightly to do what needs to be done -Updated preg_replace() code to handle stuff properly -Removed ability to specify external PCRE library source to link against (since our bundled version is patched now) More... over 25 years ago
I think that is the preferred way as of now More... over 25 years ago
*** empty log message *** More... over 25 years ago
* Support getThis() for internal functions. * Fix 'new object or die' and AiCount issue thoroughly (earlier fix didn't work with the optimizer). * Add new macros for standardized definition of classes. * Only report AiCount problems if shutdown was not silent. More... over 25 years ago
* Use new Zend macros for standardized definition of classes. * Reverse bogus shutdown order. * Use the new object/class support of Zend to make the dir functions work again. More... over 25 years ago
Some innocent cleanups More... over 25 years ago
We don't need those there. More... over 25 years ago
Really fix the configuration now so that it's possible to compile both against the bundled PCRE library and the one external to the source tree. Crossing my fingers while Zeev compiles this. :) More... over 25 years ago
self-contained extensions please :-) More... over 25 years ago
Generate Visual Studio compatible error messages when compiling under Win32 More... over 25 years ago
Fix the AiCount issue with objects More... over 25 years ago
Moved all #define's for SET_ and RETURN_ to zend_API.h More... over 25 years ago
- fix CGI build (at least) More... over 25 years ago
add rfc1867.c More... over 25 years ago
Fix pcre build More... over 25 years ago
Moved all SET_ and RETURN_ macros to Zend Fixed all RETVAL_ macros More... over 25 years ago
-Added PCRE library source -Updated configuration process More... over 25 years ago
Added preg_split. Same syntax as regular split(). More... over 25 years ago
Fixing a couple of long standing bugs. More... over 25 years ago
A few changes here. More... over 25 years ago
Avoid crashing if an error occurs before we open the first file. More... over 25 years ago