diff options
author | Derick Rethans <derick@php.net> | 2003-11-03 14:12:46 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2003-11-03 14:12:46 +0000 |
commit | 3ab8d263b89d3cd3c5f4268b6f2aa123dddb5859 (patch) | |
tree | 8710a0a9d942b5fdc7a6a998018115df8740fe82 /main/php.h | |
parent | 040d945fb7881ad9ffef1170210ac806f0db61e3 (diff) | |
download | php-git-3ab8d263b89d3cd3c5f4268b6f2aa123dddb5859.tar.gz |
- Always store the URI path in the streams structure, and expose it with
stream_get_meta_data().
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h index 16d9ec03ee..5b33180a1e 100644 --- a/main/php.h +++ b/main/php.h @@ -26,7 +26,7 @@ #include <dmalloc.h> #endif -#define PHP_API_VERSION 20030820 +#define PHP_API_VERSION 20031103 #define PHP_HAVE_STREAMS #define YYDEBUG 0 |