cvs: ZendEngine2 / zend_API.h
"Stanislav Malyshev" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.zend |
|---|---|
| Message-ID | <cvsstas1214601521@cvsserver> |
stas Fri Jun 27 21:18:41 2008 UTC
Modified files:
/ZendEngine2 zend_API.h
Log:
deprecate zend_get_parameters_ex
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_API.h?r1=1.301&r2=1.302&diff_format=u
Index: ZendEngine2/zend_API.h
diff -u ZendEngine2/zend_API.h:1.301 ZendEngine2/zend_API.h:1.302
--- ZendEngine2/zend_API.h:1.301 Tue May 27 10:28:25 2008
+++ ZendEngine2/zend_API.h Fri Jun 27 21:18:41 2008
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_API.h,v 1.301 2008/05/27 10:28:25 mattwil Exp $ */
+/* $Id: zend_API.h,v 1.302 2008/06/27 21:18:41 stas Exp $ */
#ifndef ZEND_API_H
#define ZEND_API_H
@@ -204,7 +204,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 int ZEND_ATTRIBUTE_DEPRECATED 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