cvs: ZendEngine2(PHP_5_3) / zend_API.h
"Stanislav Malyshev" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.zend |
|---|---|
| Message-ID | <cvsstas1214601401@cvsserver> |
stas Fri Jun 27 21:16:41 2008 UTC
Modified files: (Branch: PHP_5_3)
/ZendEngine2 zend_API.h
Log:
deprecate zend_get_parameters_ex
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_API.h?r1=1.207.2.8.2.8.2.12&r2=1.207.2.8.2.8.2.13&diff_format=u
Index: ZendEngine2/zend_API.h
diff -u ZendEngine2/zend_API.h:1.207.2.8.2.8.2.12 ZendEngine2/zend_API.h:1.207.2.8.2.8.2.13
--- ZendEngine2/zend_API.h:1.207.2.8.2.8.2.12 Tue May 27 10:29:33 2008
+++ ZendEngine2/zend_API.h Fri Jun 27 21:16:41 2008
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_API.h,v 1.207.2.8.2.8.2.12 2008/05/27 10:29:33 mattwil Exp $ */
+/* $Id: zend_API.h,v 1.207.2.8.2.8.2.13 2008/06/27 21:16:41 stas Exp $ */
#ifndef ZEND_API_H
#define ZEND_API_H
@@ -199,7 +199,7 @@
BEGIN_EXTERN_C()
ZEND_API int zend_get_parameters(int ht, int param_count, ...);
ZEND_API int _zend_get_parameters_array(int ht, int param_count, zval **argument_array TSRMLS_DC);
-ZEND_API int zend_get_parameters_ex(int param_count, ...);
+ZEND_API ZEND_ATTRIBUTE_DEPRECATED int zend_get_parameters_ex(int param_count, ...);
ZEND_API int _zend_get_parameters_array_ex(int param_count, zval ***argument_array TSRMLS_DC);
/* internal function to efficiently copy parameters when executing __call() */
--
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php