3fcc6511 | 13-Apr-1999 |
Andi Gutmans |
* Optimize argument_stack top lookup * Fix a nasty bug in zend_ptr_stack_clean() |
533f1359 | 12-Apr-1999 |
Zeev Suraski |
Remove unnecessary stack |
ad9b13eb | 12-Apr-1999 |
Zeev Suraski |
off by one |
1dff49ec | 12-Apr-1999 |
Zeev Suraski |
Minor optimization |
3ca6d611 | 12-Apr-1999 |
Zeev Suraski |
Make functions that don't take arguments somewhat happier:) |
714f450a | 12-Apr-1999 |
Zeev Suraski |
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. |
06660839 | 12-Apr-1999 |
Zeev Suraski |
NULL's should remain NULLs (at least in strings) |
15be5f0b | 12-Apr-1999 |
Zeev Suraski |
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 |
39a7f4c3 | 12-Apr-1999 |
Zeev Suraski |
This patch is a go. Not fully optimized yet, but working properly. Prepatch tagged as BEFORE_STACK_PATCH. |
Revision tags: BEFORE_STACK_PATCH |
|
b06c5731 | 12-Apr-1999 |
Zeev Suraski |
Minor fixes: missing zval_copy_ctor() messed up AiCount fix |
4213b5d6 | 12-Apr-1999 |
Stig Bakken |
tolerate uninitialized ini settings in php_ini_{long,double,string}() |
483caf36 | 12-Apr-1999 |
Sascha Schumann |
This should help in keeping PHP4 up to date |
4869bd3b | 10-Apr-1999 |
Zeev Suraski |
Test patch... |
3b53a8ad | 10-Apr-1999 |
Zeev Suraski |
test patch |
1c23f756 | 10-Apr-1999 |
Zeev Suraski |
Oops |
4b98f345 | 10-Apr-1999 |
Zeev Suraski |
php3_ini? What's that? |
bb6dff9c | 10-Apr-1999 |
Zeev Suraski |
Buh-bye php3_ini |
4472d050 | 10-Apr-1999 |
Zeev Suraski |
Allow runtime setting of the memory limit |
2e9886de | 10-Apr-1999 |
Zeev Suraski |
Get rid of php3_ini in Zend |
e3d2234b | 10-Apr-1999 |
Zeev Suraski |
A lot of php3_ini -> php_ini work |
79f9f0ce | 10-Apr-1999 |
Zeev Suraski |
Move safe_mode to the new php_ini mechanism |
7685b44c | 10-Apr-1999 |
Zeev Suraski |
Move asp_tags and short_open_tag to the new php_ini mechanism |
7656c77c | 10-Apr-1999 |
Zeev Suraski |
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 |
4fd1d5b8 | 10-Apr-1999 |
Zeev Suraski |
* php_ini fixes * convert the MySQL module to use the new php_ini mechanism |
d40e88a0 | 09-Apr-1999 |
Zeev Suraski |
Apache php_ini support |