Browse Source

- Revert patch which seems to have caused the STOP mechanism not to work.

- I'm not quite sure why this should have caused harm even if not completey
- the right way of doing it.
PHP-4.0.5
Andi Gutmans 26 years ago
parent
commit
0330643ea2
  1. 2
      sapi/apache/mod_php4.c

2
sapi/apache/mod_php4.c

@ -124,7 +124,7 @@ void php_save_umask(void)
static int sapi_apache_ub_write(const char *str, uint str_length)
{
uint ret;
int ret;
SLS_FETCH();
if (SG(server_context)) {

Loading…
Cancel
Save