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 |
e95ebe04 | 09-Apr-1999 |
Zeev Suraski |
testing 123 |
f92db069 | 09-Apr-1999 |
Zeev Suraski |
test, ignore |
651e232f | 09-Apr-1999 |
Zeev Suraski |
Testing 123 |
906dc43e | 09-Apr-1999 |
Andi Gutmans |
- Changed here-docs to <<< followed by whitespace. |
f8ef66d1 | 09-Apr-1999 |
Zeev Suraski |
*** empty log message *** |
b6f58732 | 09-Apr-1999 |
Zeev Suraski |
Get the apache module to compile |
011813cc | 09-Apr-1999 |
Zeev Suraski |
*** empty log message *** |
3e584505 | 09-Apr-1999 |
Zeev Suraski |
* A lot of work on php_ini stuff * A lot of work on getting rid from php3_ini |
5cb576d8 | 09-Apr-1999 |
Andi Gutmans |
- I guess print $GLOBALS and print "$GLOBALS" should yield the same result so I returned the one in encaps_var. - Made INITAL_OP_ARRAY_SIZE smaller (64? can't remeber). I don't think the
- I guess print $GLOBALS and print "$GLOBALS" should yield the same result so I returned the one in encaps_var. - Made INITAL_OP_ARRAY_SIZE smaller (64? can't remeber). I don't think the erealloc()'s during compile time are such a biggy, we might make it even smaller. We can have a configure time option as to it's size.
show more ...
|
2d7b9b03 | 09-Apr-1999 |
Andi Gutmans |
- Support $GLOBALS in cvar's. Now list(..) = each($GLOBALS) will work. - Remove support of $GLOBALS in enacapsed strings. print "$GLOBALS" isn't supposed to work in any case. |
43c0e94a | 09-Apr-1999 |
Zeev Suraski |
Honor a semicolon on the same line as an ending token of a heredoc |