diff options
| author | Dmitry Stogov <dmitry@php.net> | 2011-09-13 13:29:35 +0000 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@php.net> | 2011-09-13 13:29:35 +0000 |
| commit | 4a25a7740d62c9ec0318001c3f6d6b3ae01d96ad (patch) | |
| tree | 3e5041ac2a54ff635c9e77d97e2a14a2f1c860c6 /main/streams/plain_wrapper.c | |
| parent | 3a3c2942d254be88b82fc871ef4fa9698e921ac7 (diff) | |
| download | php-git-4a25a7740d62c9ec0318001c3f6d6b3ae01d96ad.tar.gz | |
Fixed ZE specific compile warnings (Bug #55629)
Diffstat (limited to 'main/streams/plain_wrapper.c')
| -rw-r--r-- | main/streams/plain_wrapper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/streams/plain_wrapper.c b/main/streams/plain_wrapper.c index 423b4b30e4..2d9509bb66 100644 --- a/main/streams/plain_wrapper.c +++ b/main/streams/plain_wrapper.c @@ -1362,7 +1362,7 @@ PHPAPI php_stream *_php_stream_fopen_with_path(char *filename, char *mode, char { /* code ripped off from fopen_wrappers.c */ char *pathbuf, *ptr, *end; - char *exec_fname; + const char *exec_fname; char trypath[MAXPATHLEN]; php_stream *stream; int path_length; |
