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
If a require() dies, we must bail out (since it corrupts an existing op_array More... over 25 years ago
Fix a bug More... over 25 years ago
don't install Zend on the system More... over 25 years ago
* Include all of the standard modules in internal_functions.c.in. Stig - is that the way you intended it to be? How does the basic_functions module get in there? * Fix to get MySQL objects working, even though I'll probably make a dedicated MySQL object in the future. More... over 25 years ago
Add \012 and \xff missing support to constant quoted string More... over 25 years ago
Release fix More... over 25 years ago
* HTTP-auth bugfix * Patch the regex thread safe code to compile in thread safe mode More... over 25 years ago
*** empty log message *** More... over 25 years ago
Enable Apache HTTP Auth More... over 25 years ago
Support HTTP Auth under ISAPI. Now, these short pieces of code took *A LOT* of research :( More... over 25 years ago
install libzend.a and header files on "make install" More... over 25 years ago
add --enable-thread-safety option More... over 25 years ago
Added prepend to llist More... over 25 years ago
It's been there long enough. More... over 25 years ago
compiles More... over 25 years ago
added _php3_hash_next_index_pointer_insert More... over 25 years ago
- regex cache (needs some work) - str_replace changes from php3 More... over 25 years ago
up-to-date with 3.0.8 More... over 25 years ago
move oci8 from oracle to it's own ext-directory - configure stuff needs more work - but it configures and compiles More... over 25 years ago
builds and configures again More... over 25 years ago
substr() fix More... over 25 years ago
substr() fix for PHP4 as well More... over 25 years ago
Fixes: * Avoid closing stdin (I could have sworn I've committed that already) * unclean_shutdown patches More... over 25 years ago
Easier Win32 debug code More... over 25 years ago
Fix More... over 25 years ago
* Finally commit that -q patch * Refine SAPI built in header support * Use DllMain() in ISAPI to clean after threads and initialize tsrm/sapi as soon as possible. More... over 25 years ago
Added compact() function. More... over 25 years ago
Handle the Location: header centrally for all SAPI modules. More... over 25 years ago
* Fix a bug that occured in case of parse errors. We need to restore the lexical state even if the compilation failed. More... over 25 years ago
* Move unclean_shutdown from PHP to Zend. * The Master/Local headers in the phpinfo() table were reversed. * Fix a gpc bug More... over 25 years ago