projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baa7591
)
would be logical to enable display source mode
author
Sascha Schumann
<sas@php.net>
Sat, 3 Jul 1999 18:13:43 +0000
(18:13 +0000)
committer
Sascha Schumann
<sas@php.net>
Sat, 3 Jul 1999 18:13:43 +0000
(18:13 +0000)
mod_php4.c
patch
|
blob
|
history
diff --git
a/mod_php4.c
b/mod_php4.c
index 3a96cc80c17264092e2924e8125526d25626d6b3..4ad7055a98939308f0993464bd63518b59402056 100644
(file)
--- a/
mod_php4.c
+++ b/
mod_php4.c
@@
-337,7
+337,7
@@
int send_parsed_php(request_rec * r)
int send_parsed_php_source(request_rec * r)
{
- return send_php(r,
0
, NULL);
+ return send_php(r,
1
, NULL);
}