- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5

This commit is contained in:
foobar 2004-01-17 13:00:38 +00:00
parent b851f37123
commit f4983c0d3f
167 changed files with 1134 additions and 1147 deletions

View file

@ -3,7 +3,7 @@
** the original "#include <signal.h>" produces an infinite reinclusion
** of this file, instead of including the standard include-file.
** Under MS Visual Studio, there are occurences in the source where
** <signal.h> gets included throughout the PHP4 sources, and this should
** <signal.h> gets included throughout the PHP sources, and this should
** include THIS file, not the standard one which does not have the
** additional signals defined below.
** One way to remove the infinite reinclusion of this file (which is located