Browse Source

MFH

PECL_OPENSSL
Antony Dovgal 20 years ago
parent
commit
bb5986b8a3
  1. 2
      TSRM/tsrm_virtual_cwd.c
  2. 2
      TSRM/tsrm_virtual_cwd.h

2
TSRM/tsrm_virtual_cwd.c

@ -1033,7 +1033,7 @@ CWD_API FILE *virtual_popen(const char *command, const char *type TSRMLS_DC)
* realpath() function.
*/
#if defined(__osf__) || defined(_AIX)
char *php_realpath_hack(char *src, char *dest)
char *php_realpath_hack(const char *src, char *dest)
{
char *ret;

2
TSRM/tsrm_virtual_cwd.h

@ -173,7 +173,7 @@ CWD_API int virtual_access(const char *pathname, int mode TSRMLS_DC);
#endif
#if defined(__osf__) || defined(_AIX)
char *php_realpath_hack(char *src, char *dest);
char *php_realpath_hack(const char *src, char *dest);
#endif
#if HAVE_UTIME

Loading…
Cancel
Save