Revision tags: php-4.1.0RC3 |
|
#
312a2267 |
| 19-Nov-2001 |
Zeev Suraski |
Fix set_time_limit() to affect only the current request (fix bug #13711)
|
Revision tags: php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1 |
|
#
a0bbfb59 |
| 06-Oct-2001 |
Derick Rethans |
- <br> -> <br />
|
Revision tags: php4, php-4.0.7RC3, POST_SUBST_Z_MACROS |
|
#
c0332885 |
| 25-Sep-2001 |
Jeroen van Wolffelaar |
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
|
Revision tags: PRE_SUBST_Z_MACROS |
|
#
78747bd2 |
| 09-Sep-2001 |
Derick Rethans |
- Don't wrap lines... this is annoying while coding.
|
Revision tags: php-4.0.7RC2 |
|
#
6bba521d |
| 31-Aug-2001 |
Zeev Suraski |
API update
|
#
ab48027b |
| 30-Aug-2001 |
Zeev Suraski |
Fix unclean shutdown value
|
#
35104829 |
| 16-Aug-2001 |
Thies C. Arntzen |
move php_shutdown_config further down
|
Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE |
|
#
e077c6bc |
| 11-Aug-2001 |
Zeev Suraski |
Make it possible to enable chunked output buffering without providing an output handling function
|
#
f47962c7 |
| 08-Aug-2001 |
Zeev Suraski |
Implement import_request_variables()
|
#
c31ba755 |
| 08-Aug-2001 |
Zeev Suraski |
Put it in the wrong case...
|
#
6fdf6b4c |
| 08-Aug-2001 |
Zeev Suraski |
- Fix precedence of the variables order in $_FORM - Rename $_FORM to $_REQUEST for now
|
#
5eb9495b |
| 08-Aug-2001 |
Zeev Suraski |
- Implement $_FORM - Update phpinfo() - Update NEWS
|
#
7f4453f4 |
| 08-Aug-2001 |
Zeev Suraski |
- Implement new short names - $_GET, $_POST, $_COOKIE, $_SERVER, $_ENV and $_FILES - Use the Zend Engine infrastructure - make these variables available in all functions
|
Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
b349df63 |
| 05-Aug-2001 |
Sascha Schumann |
some more eliminate-fetches-or-escalate-them-at-least
|
#
373b3e10 |
| 05-Aug-2001 |
Sascha Schumann |
more tsrm cleanup -- output.c is not doing any fetches anymore
|
#
8aef1930 |
| 05-Aug-2001 |
Sascha Schumann |
more tsrm cleanup
|
#
1159c84a |
| 05-Aug-2001 |
Zeev Suraski |
- TSRMLS_FETCH work - whitespace fixes
|
#
2ec44007 |
| 03-Aug-2001 |
Zeev Suraski |
Get rid of a couple of bogus persist_alloc()'s, and some cleanup
|
#
b1de7fc9 |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation. Enough for today...
|
#
bc42c375 |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH work. Got it under 400 now.
|
#
d76cf1da |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH work
|
#
c43806f4 |
| 30-Jul-2001 |
Zeev Suraski |
Zend compatibility patch
|
#
797a079a |
| 30-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH work, and a bit of cleanup
|
#
1c25b8dd |
| 30-Jul-2001 |
Zeev Suraski |
Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way
|
#
d87cc976 |
| 28-Jul-2001 |
Zeev Suraski |
Redesigned thread safety mechanism - nua nua
|