diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2003-05-09 12:01:21 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2003-05-09 12:01:21 +0000 |
commit | 78eeccb7985f97b473a79c78fbaf33bf588c73ec (patch) | |
tree | 1c10b25e5b64e00284cb9ae3f99993949a77f4eb /scripts | |
parent | 4aa1414623ec342acee2e78ab3c0055b50f66016 (diff) | |
download | php-git-78eeccb7985f97b473a79c78fbaf33bf588c73ec.tar.gz |
new proto data type: stream
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/ext_skel_ng/php_element.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ext_skel_ng/php_element.php b/scripts/ext_skel_ng/php_element.php index 4e17d297f7..3f1bd1c6b5 100644 --- a/scripts/ext_skel_ng/php_element.php +++ b/scripts/ext_skel_ng/php_element.php @@ -17,6 +17,7 @@ class php_element { "resource" => "resource", "mixed" => "mixed", "callback" => "callback", + "stream" => "stream" ); if (isset($types[$name])) { |