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 |
0a6e9ddd | 09-Apr-1999 |
Zeev Suraski |
Prevent class redeclarations |
3edb99e8 | 08-Apr-1999 |
Zeev Suraski |
Type library support in COM module |
6a97e166 | 08-Apr-1999 |
Zeev Suraski |
* Add arguments to shutdown function * Bring php_ini uptodate |
9d8e0db3 | 08-Apr-1999 |
Zeev Suraski |
* Add arguments to shutdown functions * Remove traces of php_ini stuff |
f2d5ca74 | 08-Apr-1999 |
Zeev Suraski |
"Our favourite mistake" |
17bdb708 | 08-Apr-1999 |
Zeev Suraski |
$GLOBALS support |
9d1a9331 | 08-Apr-1999 |
Zeev Suraski |
Fix for php -v |
a12d0a1c | 08-Apr-1999 |
Stig Bakken |
patched in fsock.c from php3 |