openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
PHP
Settings
|
Report Duplicate
8,005
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Dec 03, 2022 — Dec 03, 2023
Showing page 4,488 of 4,490
Search / Filter on:
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
Zeev Suraski
More...
almost 26 years ago
- Fix various memory leaks.
Andi Gutmans
More...
almost 26 years ago
Refcount bugfix
Andi Gutmans
More...
almost 26 years ago
* Optimize argument_stack top lookup * Fix a nasty bug in zend_ptr_stack_clean()
Andi Gutmans
More...
almost 26 years ago
Remove unnecessary stack
Zeev Suraski
More...
almost 26 years ago
off by one
Zeev Suraski
More...
almost 26 years ago
Minor optimization
Zeev Suraski
More...
almost 26 years ago
Make functions that don't take arguments somewhat happier:)
Zeev Suraski
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.
Zeev Suraski
More...
almost 26 years ago
NULL's should remain NULLs (at least in strings)
Zeev Suraski
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
Zeev Suraski
More...
almost 26 years ago
This patch is a go. Not fully optimized yet, but working properly. Prepatch tagged as BEFORE_STACK_PATCH.
Zeev Suraski
More...
almost 26 years ago
Minor fixes: missing zval_copy_ctor() messed up AiCount fix
Zeev Suraski
More...
almost 26 years ago
tolerate uninitialized ini settings in php_ini_{long,double,string}()
Stig Bakken
More...
almost 26 years ago
This should help in keeping PHP4 up to date
Sascha Schumann
More...
almost 26 years ago
Test patch...
Zeev Suraski
More...
almost 26 years ago
test patch
Zeev Suraski
More...
almost 26 years ago
Oops
Zeev Suraski
More...
almost 26 years ago
php3_ini? What's that?
Zeev Suraski
More...
almost 26 years ago
Buh-bye php3_ini
Zeev Suraski
More...
almost 26 years ago
Allow runtime setting of the memory limit
Zeev Suraski
More...
almost 26 years ago
Get rid of php3_ini in Zend
Zeev Suraski
More...
almost 26 years ago
A lot of php3_ini -> php_ini work
Zeev Suraski
More...
almost 26 years ago
Move safe_mode to the new php_ini mechanism
Zeev Suraski
More...
almost 26 years ago
Move asp_tags and short_open_tag to the new php_ini mechanism
Zeev Suraski
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
Zeev Suraski
More...
almost 26 years ago
* php_ini fixes * convert the MySQL module to use the new php_ini mechanism
Zeev Suraski
More...
almost 26 years ago
Apache php_ini support
Zeev Suraski
More...
almost 26 years ago
testing 123
Zeev Suraski
More...
almost 26 years ago
test, ignore
Zeev Suraski
More...
almost 26 years ago
←
1
2
…
4482
4483
4484
4485
4486
4487
4488
4489
4490
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree