diff options
author | Zeev Suraski <zeev@php.net> | 1999-12-01 21:30:45 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-12-01 21:30:45 +0000 |
commit | 15d47e551ad47a712c0032b80275aa05400a3f17 (patch) | |
tree | 15490d77b21ac0285b15dbabce203882f1861699 /ext | |
parent | 3467337217d80335cd3da6745c8ad001322e930b (diff) | |
download | php-git-15d47e551ad47a712c0032b80275aa05400a3f17.tar.gz |
Test commit, ignore
Diffstat (limited to 'ext')
-rw-r--r-- | ext/standard/post.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/post.c b/ext/standard/post.c index f269e05c20..e74d85b5ac 100644 --- a/ext/standard/post.c +++ b/ext/standard/post.c @@ -16,7 +16,7 @@ | Zeev Suraski <zeev@zend.com> | +----------------------------------------------------------------------+ */ -/* $Id: */ +/* $Id: */ #include <stdio.h> #include "php.h" |