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
Move Ai stuff before get_zval_*(), like Andi suggested. Fixes Sascha's huge memory leak More... almost 26 years ago
- Fix various memory leaks. More... almost 26 years ago
Refcount bugfix More... almost 26 years ago
* Optimize argument_stack top lookup * Fix a nasty bug in zend_ptr_stack_clean() More... almost 26 years ago
Remove unnecessary stack More... almost 26 years ago
off by one More... almost 26 years ago
Minor optimization More... almost 26 years ago
Make functions that don't take arguments somewhat happier:) More... almost 26 years ago
This should take care of "this" for user-defined functions. It wasn't yet working for built-in functions anyway, this one is coming soon. More... almost 26 years ago
NULL's should remain NULLs (at least in strings) More... almost 26 years ago
Destroy the resource list after destroying the symbol table, otherwise the auto-destructor for resources are run when the resource list is no longer valid More... almost 26 years ago
This patch is a go. Not fully optimized yet, but working properly. Prepatch tagged as BEFORE_STACK_PATCH. More... almost 26 years ago
Minor fixes: missing zval_copy_ctor() messed up AiCount fix More... almost 26 years ago
tolerate uninitialized ini settings in php_ini_{long,double,string}() More... almost 26 years ago
This should help in keeping PHP4 up to date More... almost 26 years ago
Test patch... More... almost 26 years ago
test patch More... almost 26 years ago
Oops More... almost 26 years ago
php3_ini? What's that? More... almost 26 years ago
Buh-bye php3_ini More... almost 26 years ago
Allow runtime setting of the memory limit More... almost 26 years ago
Get rid of php3_ini in Zend More... almost 26 years ago
A lot of php3_ini -> php_ini work More... almost 26 years ago
Move safe_mode to the new php_ini mechanism More... almost 26 years ago
Move asp_tags and short_open_tag to the new php_ini mechanism More... almost 26 years ago
We need to initialize the utility values after we initialize the INI file, which in turn, is after we initialize Zend. Set the utility values separately from Zend's initialization More... almost 26 years ago
* php_ini fixes * convert the MySQL module to use the new php_ini mechanism More... almost 26 years ago
Apache php_ini support More... almost 26 years ago
testing 123 More... almost 26 years ago
test, ignore More... almost 26 years ago