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
include the right header files More... almost 26 years ago
generate acconfig.h from acconfig.h.in and ext/*/config.h.stub More... almost 26 years ago
Support =unset as arguments More... almost 26 years ago
moved odbc into ext/ More... almost 26 years ago
keep old files if they are not modified More... almost 26 years ago
moved dbase into ext/ More... almost 26 years ago
moved dbase into ext/ along with the bundled library dbase programs are no longer included More... almost 26 years ago
removed -lnsl and -lsocket checks from zend More... almost 26 years ago
run automake and run autoconf in libzend More... almost 26 years ago
Ah, so that file is generated too More... almost 26 years ago
AiCount needs to be decreased here More... almost 26 years ago
* Added buildconf, runs all the scripts necessary to build configure (Stig - if there's any way to detect whether we need to run 'automake --add-missing', please add it...) * Make vpath work again * Minor UNIX bugfixes More... almost 26 years ago
Make Win32 happy with the recent changes. More... almost 26 years ago
Forgot to add these - Win32 registry support More... almost 26 years ago
Whatnot: * updated alloc_persist to use critical sections * changed extension shutdown to two-phase * updated dependencies * PR support (don't remember if there was any really) More... almost 26 years ago
Win32 registry support More... almost 26 years ago
- Make gettype() behave like it used to where it returned "object" for objects. More... almost 26 years ago
Apache module compiles again More... almost 26 years ago
this file is now generated More... almost 26 years ago
make sure the images on the phpinfo() page point to PHP-enabled pages More... almost 26 years ago
ignore configure.in More... almost 26 years ago
this file is now generated More... almost 26 years ago
First commit of re-structuring phase one. We have started using automake in sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extension (which is quite a mix of everything right now) and the GD extension into their own subdirs in ext/. The configure script now also runs configure in the libzend directory automatically and makes sure php4 and libzend use the same config.cache file. To avoid running configure in libzend, use the --no-recursion option. "make" in php4 also builds libzend now. The Apache module doesn't compile right now, but a fix for that is coming up. More... almost 26 years ago
updated GD from php3 repository, using it as a test extension for the new directory structure More... almost 26 years ago
- Make the memory leak message print PHP4. More... almost 26 years ago
- one more place which seems to have needed fixing. I don't have time to look more into it. I hope we don't have anymore places which need fixing. More... almost 26 years ago
- Should fix the pass by reference problem. This happened because we moved start from arg 1 now and not arg 0. There might be more places which need fixing like in the executor but the bug seems OK now. More... almost 26 years ago
Compile fix More... almost 26 years ago
-Tiny patches More... almost 26 years ago
Better detection More... almost 26 years ago