Diff for /embedaddon/php/ext/standard/head.h between versions 1.1 and 1.1.1.2

version 1.1, 2012/02/21 23:48:02 version 1.1.1.2, 2012/05/29 12:34:43
Line 28  PHP_FUNCTION(setcookie); Line 28  PHP_FUNCTION(setcookie);
 PHP_FUNCTION(setrawcookie);  PHP_FUNCTION(setrawcookie);
 PHP_FUNCTION(headers_sent);  PHP_FUNCTION(headers_sent);
 PHP_FUNCTION(headers_list);  PHP_FUNCTION(headers_list);
   PHP_FUNCTION(http_response_code);
   
 PHPAPI int php_header(TSRMLS_D);  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);  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);

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>