| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
work around 2.0 subrequest/internal redirect issue.
|
|
|
|
|
|
| |
- print apr_time_t values using APR_TIME_T and apr_snprintf.
- remove redundant add_property_long calls.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have to check for it and it slows down
the general case. In addition, it seems that empty_string has been abused
quite a lot, and was used not only for setting zval's but generally in
PHP code instead of "", which wasn't the intention. Last but not least,
nuking empty_string should improve stability as I doubt every place
correctly checked if they are not mistakenly erealloc()'ing it or
calling efree() on it.
NOTE: Some code is probably broken. Each extension maintainer should
check and see that my changes are OK. Also, I haven't had time to touch
PECL yet. Will try and do it tomorrow.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
is now built as php4apach2.dll since the filter is being obsoleted.
|
|
|
|
| |
SAPI/CLI on Win32.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Fixed a bug with 404 handling.
Added more detailed Apache info for phpinfo().
Added the support for last_modified.
|
|
|
|
|
|
|
|
|
|
| |
Key improvements:
- Be streamy
- Re-enable virtual() support
- Set content_type correctly
- Remove unnecessary code and reintroduce some missing code
- Change signature from PhP to PHP
|
|
TBD: src highlighting
better post handling
|