Diff for /embedaddon/php/TSRM/tsrm_win32.h between versions 1.1.1.1 and 1.1.1.4

version 1.1.1.1, 2012/02/21 23:47:52 version 1.1.1.4, 2014/06/15 20:04:03
Line 2 Line 2
    +----------------------------------------------------------------------+     +----------------------------------------------------------------------+
    | PHP Version 5                                                        |     | PHP Version 5                                                        |
    +----------------------------------------------------------------------+     +----------------------------------------------------------------------+
   | Copyright (c) 1997-2012 The PHP Group                                |   | Copyright (c) 1997-2014 The PHP Group                                |
    +----------------------------------------------------------------------+     +----------------------------------------------------------------------+
    | This source file is subject to version 3.01 of the PHP license,      |     | This source file is subject to version 3.01 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |     | that is bundled with this package in the file LICENSE, and is        |
Line 95  char * tsrm_win32_get_path_sid_key(const char *pathnam Line 95  char * tsrm_win32_get_path_sid_key(const char *pathnam
 TSRM_API void tsrm_win32_startup(void);  TSRM_API void tsrm_win32_startup(void);
 TSRM_API void tsrm_win32_shutdown(void);  TSRM_API void tsrm_win32_shutdown(void);
   
TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env);TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env TSRMLS_DC);
 TSRM_API FILE *popen(const char *command, const char *type);  TSRM_API FILE *popen(const char *command, const char *type);
 TSRM_API int pclose(FILE *stream);  TSRM_API int pclose(FILE *stream);
TSRM_API int tsrm_win32_access(const char *pathname, int mode);TSRM_API int tsrm_win32_access(const char *pathname, int mode TSRMLS_DC);
 TSRM_API int win32_utime(const char *filename, struct utimbuf *buf);  TSRM_API int win32_utime(const char *filename, struct utimbuf *buf);
   
 TSRM_API int shmget(int key, int size, int flags);  TSRM_API int shmget(int key, int size, int flags);

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.4


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