diff options
author | foobar <sniper@php.net> | 2004-01-17 13:00:38 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2004-01-17 13:00:38 +0000 |
commit | f4983c0d3f56c2074458e4840db36643b2fec59b (patch) | |
tree | 2dcf521f07114e3bb2952439fe28cdfa40d30677 /ext/w32api/w32api.c | |
parent | b851f3712388de9f6c4addf2063dbc3c663a0b3b (diff) | |
download | php-git-f4983c0d3f56c2074458e4840db36643b2fec59b.tar.gz |
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
Diffstat (limited to 'ext/w32api/w32api.c')
-rw-r--r-- | ext/w32api/w32api.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/w32api/w32api.c b/ext/w32api/w32api.c index 3d2365ca33..6f7fe37a83 100644 --- a/ext/w32api/w32api.c +++ b/ext/w32api/w32api.c @@ -19,8 +19,8 @@ /* $Id$ */ /* - * Win32 API Extension for PHP 4 - * ============================= + * Win32 API Extension for PHP + * =========================== * * This extension allows PHP Developers to access the underlying functions in the * Win32 API Dll's in a generic way, it provides a mechanism for the user to load |