diff options
Diffstat (limited to 'scripts/dev/credits')
-rwxr-xr-x | scripts/dev/credits | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/dev/credits b/scripts/dev/credits index 5be84fda07..0683f59882 100755 --- a/scripts/dev/credits +++ b/scripts/dev/credits @@ -7,14 +7,14 @@ for what in ext sapi do file=ext/standard/credits_$what.h cat >$file <<END -/* +/* DO NOT EDIT THIS FILE! - it has been automaticaly created by php7/scripts/credits from + it has been automaticaly created by php7/scripts/credits from the information found in the various php7/ext/.../CREDITS and - php7/sapi/.../CREDITS files - - if you want to change an entry you have to edit the appropriate + php7/sapi/.../CREDITS files + + if you want to change an entry you have to edit the appropriate CREDITS file instead */ |