--- embedaddon/php/ext/standard/head.h 2012/02/21 23:48:02 1.1.1.1 +++ embedaddon/php/ext/standard/head.h 2012/05/29 12:34:43 1.1.1.2 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: head.h,v 1.1.1.1 2012/02/21 23:48:02 misho Exp $ */ +/* $Id: head.h,v 1.1.1.2 2012/05/29 12:34:43 misho Exp $ */ #ifndef HEAD_H #define HEAD_H @@ -28,6 +28,7 @@ PHP_FUNCTION(setcookie); PHP_FUNCTION(setrawcookie); PHP_FUNCTION(headers_sent); PHP_FUNCTION(headers_list); +PHP_FUNCTION(http_response_code); PHPAPI int php_header(TSRMLS_D); PHPAPI int php_setcookie(char *name, int name_len, char *value, int value_len, time_t expires, char *path, int path_len, char *domain, int domain_len, int secure, int url_encode, int httponly TSRMLS_DC);