]> granicus.if.org Git - php/commit
Constify streams API and a few other calls down the rabbit hole.
authorAndrey Hristov <andrey@php.net>
Tue, 30 Jul 2013 10:49:36 +0000 (12:49 +0200)
committerAndrey Hristov <andrey@php.net>
Tue, 30 Jul 2013 10:49:36 +0000 (12:49 +0200)
commit92d27ccb0574f901a107409a7fec92888fa2b82f
treeffc98232c24bc4d6306bd7cb98d06e0320287910
parent5e1ac558c3354f98a9a5aecb5b518c46cd55357a
Constify streams API and a few other calls down the rabbit hole.
(`char *` to `const char *` for parameters and few return values)
In a few places int len moved to size_t len.
38 files changed:
README.STREAMS
TSRM/tsrm_virtual_cwd.c
TSRM/tsrm_virtual_cwd.h
Zend/zend_operators.h
ext/bz2/bz2.c
ext/bz2/php_bz2.h
ext/fileinfo/fileinfo.c
ext/libxml/libxml.c
ext/openssl/xp_ssl.c
ext/phar/dirstream.c
ext/phar/dirstream.h
ext/phar/phar.c
ext/phar/phar_internal.h
ext/phar/stream.c
ext/phar/stream.h
ext/phar/util.c
ext/standard/file.c
ext/standard/file.h
ext/standard/filestat.c
ext/standard/ftp_fopen_wrapper.c
ext/standard/http_fopen_wrapper.c
ext/standard/php_fopen_wrapper.c
ext/standard/php_fopen_wrappers.h
ext/zip/php_zip.h
ext/zip/zip_stream.c
ext/zlib/php_zlib.h
ext/zlib/zlib_fopen_wrapper.c
main/fopen_wrappers.c
main/php_streams.h
main/streams/glob_wrapper.c
main/streams/memory.c
main/streams/php_stream_plain_wrapper.h
main/streams/php_stream_transport.h
main/streams/plain_wrapper.c
main/streams/streams.c
main/streams/transports.c
main/streams/userspace.c
main/streams/xp_socket.c