From: Hartmut Holzgraefe Date: Fri, 9 May 2003 12:01:21 +0000 (+0000) Subject: new proto data type: stream X-Git-Tag: RELEASE_0_9b~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78eeccb7985f97b473a79c78fbaf33bf588c73ec;p=php new proto data type: stream --- 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])) {