I need php 5.3 for one website to migrate it from an old confixx-server.
But i get an error if i run the compile-command for 5.3
Code
- [ERROR] main: An error occurred while executing MAKE(1) target(s) for PHP 5.3.29: dh_install: Compatibility levels before 9 are deprecated (level 7 in use)
- dh_installdocs: Compatibility levels before 9 are deprecated (level 7 in use)
- dh_installdeb: Compatibility levels before 9 are deprecated (level 7 in use)
- Starting pkgProblemResolver with broken count: 0
- Starting 2 pkgProblemResolver with broken count: 0
- Done
- Starting pkgProblemResolver with broken count: 0
- Starting 2 pkgProblemResolver with broken count: 0
- Done
- Extracting templates from packages: 100%
- make: [unprepared] Error 1 (ignored)
- No patch removed
- configure: WARNING: bison versions supported for regeneration of the Zend/PHP parsers: 1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4 2.4.1 2.4.2 2.4.3 2.5 2.5.1 2.6 2.6.1 2.6.2 2.6.4 (found: 3.0.4).
- ../configure: line 5479: test: too many arguments
- ../configure: line 22524: found_libxml2: command not found
- ../configure: line 34095: found_libxml2: command not found
- ../configure: line 84822: found_libxml2: command not found
- ../configure: line 87400: found_libxml2: command not found
- ../configure: line 98214: found_libxml2: command not found
- ../configure: line 99128: found_libxml2: command not found
- ../configure: line 99985: found_libxml2: command not found
- ../configure: line 100763: found_libxml2: command not found
- ../configure: line 103164: found_libxml2: command not found
- configure: WARNING: recode extension can not be used together with: imap
- configure: WARNING: bison versions supported for regeneration of the Zend/PHP parsers: 1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4 2.4.1 2.4.2 2.4.3 2.5 2.5.1 2.6 2.6.1 2.6.2 2.6.4 (found: none).
- config.status: WARNING: '../scripts/php-config.in' seems to ignore the --datarootdir setting
- /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/openssl.c: In function 'add_assoc_name_entry':
- /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/openssl.c:728:6: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations]
- to_add = ASN1_STRING_data(str);
- ^~~~~~
- In file included from /usr/include/openssl/evp.h:13:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/openssl.c:40:
- /usr/include/openssl/asn1.h:554:1: note: declared here
- DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/openssl.c: In function 'asn1_time_to_time_t':
- /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/openssl.c:779:2: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations]
- if (ASN1_STRING_length(timestr) != strlen((char*)ASN1_STRING_data(timestr))) {
- ^~
- In file included from /usr/include/openssl/evp.h:13:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/openssl.c:40:
- /usr/include/openssl/asn1.h:554:1: note: declared here
- DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/openssl.c:789:2: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations]
- strbuf = estrdup((char *)ASN1_STRING_data(timestr));
- ^~~~~~
- In file included from /usr/include/openssl/evp.h:13:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/openssl.c:40:
- /usr/include/openssl/asn1.h:554:1: note: declared here
- DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/openssl.c: In function 'openssl_x509v3_subjectAltName':
- /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/openssl.c:1515:6: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations]
- BIO_write(bio, ASN1_STRING_data(as),
- ^~~~~~~~~
- In file included from /usr/include/openssl/evp.h:13:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/openssl.c:40:
- /usr/include/openssl/asn1.h:554:1: note: declared here
- DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/openssl.c:1521:6: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations]
- BIO_write(bio, ASN1_STRING_data(as),
- ^~~~~~~~~
- In file included from /usr/include/openssl/evp.h:13:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/openssl.c:40:
- /usr/include/openssl/asn1.h:554:1: note: declared here
- DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/openssl.c:1527:6: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations]
- BIO_write(bio, ASN1_STRING_data(as),
- ^~~~~~~~~
- In file included from /usr/include/openssl/evp.h:13:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/openssl.c:40:
- /usr/include/openssl/asn1.h:554:1: note: declared here
- DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/openssl.c: In function 'php_openssl_generate_private_key':
- /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/openssl.c:3016:5: warning: 'RSA_generate_key' is deprecated [-Wdeprecated-declarations]
- if (EVP_PKEY_assign_RSA(req->priv_key, RSA_generate_key(req->priv_key_bits, 0x10001, NULL, NULL))) {
- ^~
- In file included from /usr/include/openssl/evp.h:13:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/openssl.c:40:
- /usr/include/openssl/rsa.h:235:1: note: declared here
- DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/openssl.c:3023:6: warning: 'DSA_generate_parameters' is deprecated [-Wdeprecated-declarations]
- DSA *dsapar = DSA_generate_parameters(req->priv_key_bits, NULL, 0, NULL, NULL, NULL, NULL);
- ^~~
- In file included from /usr/include/openssl/evp.h:13:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/openssl.c:40:
- /usr/include/openssl/dsa.h:117:1: note: declared here
- DEPRECATEDIN_0_9_8(DSA *DSA_generate_parameters(int bits,
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/openssl.c:3040:6: warning: 'DH_generate_parameters' is deprecated [-Wdeprecated-declarations]
- DH *dhpar = DH_generate_parameters(req->priv_key_bits, 2, NULL, NULL);
- ^~
- In file included from /usr/include/openssl/evp.h:13:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/openssl.c:40:
- /usr/include/openssl/dh.h:136:1: note: declared here
- DEPRECATEDIN_0_9_8(DH *DH_generate_parameters(int prime_len, int generator,
- ^
- In file included from /usr/local/src/phpswitcher/php-5.3.29/ext/zlib/zlib.h:34:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/zlib/php_zlib.h:25,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/zlib/zlib.c:50:
- /usr/local/src/phpswitcher/php-5.3.29/ext/zlib/zconf.h:11:2: warning: #warning Including local zconf.h instead of system zconf.h [-Wcpp]
- #warning Including local zconf.h instead of system zconf.h
- ^~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/zlib/zconf.h:294:4: warning: #warning Defining z_off_t as 'long' rather than 'off_t' [-Wcpp]
- # warning Defining z_off_t as 'long' rather than 'off_t'
- ^~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/xp_ssl.c: In function 'php_openssl_setup_crypto':
- /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/xp_ssl.c:351:4: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations]
- method = TLSv1_client_method();
- ^~~~~~
- In file included from /usr/include/openssl/e_os2.h:13:0,
- from /usr/include/openssl/ssl.h:15,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/xp_ssl.c:28:
- /usr/include/openssl/ssl.h:1879:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void))
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/xp_ssl.c:377:4: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations]
- method = TLSv1_server_method();
- ^~~~~~
- In file included from /usr/include/openssl/e_os2.h:13:0,
- from /usr/include/openssl/ssl.h:15,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/openssl/xp_ssl.c:28:
- /usr/include/openssl/ssl.h:1878:1: note: declared here
- DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void))
- ^
- In file included from /usr/local/src/phpswitcher/php-5.3.29/ext/zlib/zlib.h:34:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/zlib/php_zlib.h:25,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/zlib/zlib_fopen_wrapper.c:23:
- /usr/local/src/phpswitcher/php-5.3.29/ext/zlib/zconf.h:11:2: warning: #warning Including local zconf.h instead of system zconf.h [-Wcpp]
- #warning Including local zconf.h instead of system zconf.h
- ^~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/zlib/zconf.h:294:4: warning: #warning Defining z_off_t as 'long' rather than 'off_t' [-Wcpp]
- # warning Defining z_off_t as 'long' rather than 'off_t'
- ^~~~~~~
- In file included from /usr/local/src/phpswitcher/php-5.3.29/ext/zlib/zlib.h:34:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/zlib/php_zlib.h:25,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/zlib/zlib_filter.c:22:
- /usr/local/src/phpswitcher/php-5.3.29/ext/zlib/zconf.h:11:2: warning: #warning Including local zconf.h instead of system zconf.h [-Wcpp]
- #warning Including local zconf.h instead of system zconf.h
- ^~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/zlib/zconf.h:294:4: warning: #warning Defining z_off_t as 'long' rather than 'off_t' [-Wcpp]
- # warning Defining z_off_t as 'long' rather than 'off_t'
- ^~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/session/mod_files.c: In function 'ps_files_cleanup_dir':
- /usr/local/src/phpswitcher/php-5.3.29/ext/session/mod_files.c:234:2: warning: 'readdir_r' is deprecated [-Wdeprecated-declarations]
- while (php_readdir_r(dir, (struct dirent *) dentry, &entry) == 0 && entry) {
- ^~~~~
- In file included from /usr/local/src/phpswitcher/php-5.3.29/TSRM/tsrm_virtual_cwd.h:90:0,
- from /usr/local/src/phpswitcher/php-5.3.29/main/php.h:411,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/session/mod_files.c:21:
- /usr/include/dirent.h:183:12: note: declared here
- extern int readdir_r (DIR *__restrict __dirp,
- ^~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/session/mod_files.c: In function 'ps_write_files':
- /usr/local/src/phpswitcher/php-5.3.29/ext/session/mod_files.c:402:3: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result]
- ftruncate(data->fd, 0);
- ^~~~~~~~~~~~~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/spl/php_spl.c: In function 'php_spl_object_hash':
- /usr/local/src/phpswitcher/php-5.3.29/ext/spl/php_spl.c:756:26: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'intptr_t {aka long int}' [-Wformat=]
- spprintf(&hex, 32, "%016x%016x", hash_handle, hash_handlers);
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/spl/php_spl.c:756:31: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'intptr_t {aka long int}' [-Wformat=]
- spprintf(&hex, 32, "%016x%016x", hash_handle, hash_handlers);
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/standard/crypt.c: In function 'zif_crypt':
- /usr/local/src/phpswitcher/php-5.3.29/ext/standard/crypt.c:213:3: warning: #warning Using system SHA512 crypt function, which is OK on Debian system [-Wcpp]
- # warning Using system SHA512 crypt function, which is OK on Debian system
- ^~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/standard/crypt.c:226:3: warning: #warning Using system SHA256 crypt function, which is OK on Debian system [-Wcpp]
- # warning Using system SHA256 crypt function, which is OK on Debian system
- ^~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/standard/crypt.c:251:3: warning: #warning Using PHP BlowFish crypt function, which is OK on Debian system [-Wcpp]
- # warning Using PHP BlowFish crypt function, which is OK on Debian system
- ^~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/standard/crypt.c:265:3: warning: #warning Using PHP extended DES crypt function, which is OK on Debian system [-Wcpp]
- # warning Using PHP extended DES crypt function, which is OK on Debian system
- ^~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/standard/crypt.c:272:3: warning: #warning Using system standard DES crypt function, which is OK on Debian system [-Wcpp]
- # warning Using system standard DES crypt function, which is OK on Debian system
- ^~~~~~~
- In file included from /usr/include/stdlib.h:24:0,
- from /usr/local/src/phpswitcher/php-5.3.29/5.3-build/main/php_config.h:2476,
- from /usr/local/src/phpswitcher/php-5.3.29/main/php.h:33,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/standard/datetime.c:26:
- /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
- # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
- ^~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/standard/exec.c: In function 'zif_proc_nice':
- /usr/local/src/phpswitcher/php-5.3.29/ext/standard/exec.c:523:2: warning: ignoring return value of 'nice', declared with attribute warn_unused_result [-Wunused-result]
- nice(pri);
- ^~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/standard/var.c: In function 'php_var_export_ex':
- /usr/local/src/phpswitcher/php-5.3.29/ext/standard/var.c:444:38: warning: conversion lacks type at end of format [-Wformat=]
- tmp_len = spprintf(&tmp_str, 0,"%.*H", (int) EG(precision), Z_DVAL_PP(struc));
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/standard/var.c:444:34: warning: too many arguments for format [-Wformat-extra-args]
- tmp_len = spprintf(&tmp_str, 0,"%.*H", (int) EG(precision), Z_DVAL_PP(struc));
- ^~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/standard/proc_open.c: In function 'zif_proc_open':
- /usr/local/src/phpswitcher/php-5.3.29/ext/standard/proc_open.c:925:4: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
- chdir(cwd);
- ^~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/main/main.c: In function 'php_log_err':
- /usr/local/src/phpswitcher/php-5.3.29/main/main.c:616:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
- write(fd, tmp, len);
- ^~~~~~~~~~~~~~~~~~~
- In file included from /usr/local/src/phpswitcher/php-5.3.29/main/php.h:411:0,
- from /usr/local/src/phpswitcher/php-5.3.29/main/main.c:28:
- /usr/local/src/phpswitcher/php-5.3.29/main/main.c: In function 'php_execute_script':
- /usr/local/src/phpswitcher/php-5.3.29/TSRM/tsrm_virtual_cwd.h:290:33: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
- #define VCWD_GETCWD(buff, size) getcwd(buff, size)
- ^~~~~~~~~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/main/main.c:2268:4: note: in expansion of macro 'VCWD_GETCWD'
- VCWD_GETCWD(old_cwd, OLD_CWD_SIZE-1);
- ^~~~~~~~~~~
- In file included from /usr/local/src/phpswitcher/php-5.3.29/main/php.h:411:0,
- from /usr/local/src/phpswitcher/php-5.3.29/main/main.c:28:
- /usr/local/src/phpswitcher/php-5.3.29/TSRM/tsrm_virtual_cwd.h:302:26: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
- #define VCWD_CHDIR(path) chdir(path)
- ^~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/main/main.c:2327:3: note: in expansion of macro 'VCWD_CHDIR'
- VCWD_CHDIR(old_cwd);
- ^~~~~~~~~~
- In file included from /usr/local/src/phpswitcher/php-5.3.29/main/php.h:411:0,
- from /usr/local/src/phpswitcher/php-5.3.29/main/main.c:28:
- /usr/local/src/phpswitcher/php-5.3.29/main/main.c: In function 'php_execute_simple_script':
- /usr/local/src/phpswitcher/php-5.3.29/TSRM/tsrm_virtual_cwd.h:290:33: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
- #define VCWD_GETCWD(buff, size) getcwd(buff, size)
- ^~~~~~~~~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/main/main.c:2357:4: note: in expansion of macro 'VCWD_GETCWD'
- VCWD_GETCWD(old_cwd, OLD_CWD_SIZE-1);
- ^~~~~~~~~~~
- In file included from /usr/local/src/phpswitcher/php-5.3.29/main/php.h:411:0,
- from /usr/local/src/phpswitcher/php-5.3.29/main/main.c:28:
- /usr/local/src/phpswitcher/php-5.3.29/TSRM/tsrm_virtual_cwd.h:302:26: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
- #define VCWD_CHDIR(path) chdir(path)
- ^~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/main/main.c:2364:3: note: in expansion of macro 'VCWD_CHDIR'
- VCWD_CHDIR(old_cwd);
- ^~~~~~~~~~
- In file included from /usr/local/src/phpswitcher/php-5.3.29/main/php.h:33:0,
- from /usr/local/src/phpswitcher/php-5.3.29/main/spprintf.c:80:
- main/php_config.h:2434:0: warning: "_GNU_SOURCE" redefined
- #define _GNU_SOURCE 1
- /usr/local/src/phpswitcher/php-5.3.29/main/spprintf.c:79:0: note: this is the location of the previous definition
- #define _GNU_SOURCE
- In file included from /usr/local/src/phpswitcher/php-5.3.29/main/php.h:411:0,
- from /usr/local/src/phpswitcher/php-5.3.29/main/safe_mode.c:21:
- /usr/local/src/phpswitcher/php-5.3.29/main/safe_mode.c: In function 'php_checkuid_ex':
- /usr/local/src/phpswitcher/php-5.3.29/TSRM/tsrm_virtual_cwd.h:290:33: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
- #define VCWD_GETCWD(buff, size) getcwd(buff, size)
- ^~~~~~~~~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/main/safe_mode.c:145:4: note: in expansion of macro 'VCWD_GETCWD'
- VCWD_GETCWD(path, sizeof(path));
- ^~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/main/streams/plain_wrapper.c: In function 'php_plain_files_dirstream_read':
- /usr/local/src/phpswitcher/php-5.3.29/main/streams/plain_wrapper.c:830:2: warning: 'readdir_r' is deprecated [-Wdeprecated-declarations]
- if (php_readdir_r(dir, (struct dirent *)entry, &result) == 0 && result) {
- ^~
- In file included from /usr/local/src/phpswitcher/php-5.3.29/TSRM/tsrm_virtual_cwd.h:90:0,
- from /usr/local/src/phpswitcher/php-5.3.29/main/php.h:411,
- from /usr/local/src/phpswitcher/php-5.3.29/main/streams/plain_wrapper.c:21:
- /usr/include/dirent.h:183:12: note: declared here
- extern int readdir_r (DIR *__restrict __dirp,
- ^~~~~~~~~
- In file included from Zend/zend_language_scanner.l:47:0:
- Zend/zend_language_scanner.l: In function 'lex_scan':
- /usr/local/src/phpswitcher/php-5.3.29/TSRM/tsrm_virtual_cwd.h:290:33: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
- #define VCWD_GETCWD(buff, size) getcwd(buff, size)
- ^~~~~~~~~~~~~~~~~~
- Zend/zend_language_scanner.l:1489:3: note: in expansion of macro 'VCWD_GETCWD'
- /usr/local/src/phpswitcher/php-5.3.29/Zend/zend_objects.c: In function 'zend_objects_destroy_object':
- /usr/local/src/phpswitcher/php-5.3.29/Zend/zend_objects.c:96:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- Z_OBJ_HT_P(obj) = obj_bucket->bucket.obj.handlers;
- ^
- /usr/local/src/phpswitcher/php-5.3.29/Zend/zend_object_handlers.c: In function 'zend_get_property_guard':
- /usr/local/src/phpswitcher/php-5.3.29/Zend/zend_object_handlers.c:301:80: warning: passing argument 3 of 'zend_unmangle_property_name' from incompatible pointer type [-Wincompatible-pointer-types]
- zend_unmangle_property_name(property_info->name, property_info->name_length, &class_name, &prop_name);
- ^
- In file included from /usr/local/src/phpswitcher/php-5.3.29/Zend/zend_modules.h:26:0,
- from /usr/local/src/phpswitcher/php-5.3.29/Zend/zend_globals.h:36,
- from /usr/local/src/phpswitcher/php-5.3.29/Zend/zend_object_handlers.c:23:
- /usr/local/src/phpswitcher/php-5.3.29/Zend/zend_compile.h:576:14: note: expected 'char **' but argument is of type 'const char **'
- ZEND_API int zend_unmangle_property_name(char *mangled_property, int mangled_property_len, char **prop_name, char **class_name);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/Zend/zend_object_handlers.c:301:93: warning: passing argument 4 of 'zend_unmangle_property_name' from incompatible pointer type [-Wincompatible-pointer-types]
- zend_unmangle_property_name(property_info->name, property_info->name_length, &class_name, &prop_name);
- ^
- In file included from /usr/local/src/phpswitcher/php-5.3.29/Zend/zend_modules.h:26:0,
- from /usr/local/src/phpswitcher/php-5.3.29/Zend/zend_globals.h:36,
- from /usr/local/src/phpswitcher/php-5.3.29/Zend/zend_object_handlers.c:23:
- /usr/local/src/phpswitcher/php-5.3.29/Zend/zend_compile.h:576:14: note: expected 'char **' but argument is of type 'const char **'
- ZEND_API int zend_unmangle_property_name(char *mangled_property, int mangled_property_len, char **prop_name, char **class_name);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/Zend/zend_object_handlers.c:304:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- info.name = prop_name;
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/dom/document.c: In function 'zif_dom_document_import_node':
- /usr/local/src/phpswitcher/php-5.3.29/ext/dom/document.c:1214:30: warning: passing argument 2 of 'dom_get_ns' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- nsptr = dom_get_ns(root, nodep->ns->href, &errorcode, nodep->ns->prefix);
- ^~~~~
- In file included from /usr/local/src/phpswitcher/php-5.3.29/ext/dom/document.c:28:0:
- /usr/local/src/phpswitcher/php-5.3.29/ext/dom/php_dom.h:109:10: note: expected 'char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
- xmlNsPtr dom_get_ns(xmlNodePtr node, char *uri, int *errorcode, char *prefix);
- ^~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/dom/document.c:1214:59: warning: passing argument 4 of 'dom_get_ns' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- nsptr = dom_get_ns(root, nodep->ns->href, &errorcode, nodep->ns->prefix);
- ^~~~~
- In file included from /usr/local/src/phpswitcher/php-5.3.29/ext/dom/document.c:28:0:
- /usr/local/src/phpswitcher/php-5.3.29/ext/dom/php_dom.h:109:10: note: expected 'char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
- xmlNsPtr dom_get_ns(xmlNodePtr node, char *uri, int *errorcode, char *prefix);
- ^~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/dba/libinifile/inifile.c: In function 'inifile_copy_to':
- /usr/local/src/phpswitcher/php-5.3.29/ext/dba/libinifile/inifile.c:406:2: warning: '_php_stream_copy_to_stream' is deprecated [-Wdeprecated-declarations]
- if (!php_stream_copy_to_stream(dba->fp, fp, pos_end - pos_start)) {
- ^~
- In file included from /usr/local/src/phpswitcher/php-5.3.29/main/php.h:405:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/dba/libinifile/inifile.c:25:
- /usr/local/src/phpswitcher/php-5.3.29/main/php_streams.h:430:15: note: declared here
- PHPAPI size_t _php_stream_copy_to_stream(php_stream *src, php_stream *dest, size_t maxlen STREAMS_DC TSRMLS_DC);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/dba/libinifile/inifile.c: In function 'inifile_filter':
- /usr/local/src/phpswitcher/php-5.3.29/ext/dba/libinifile/inifile.c:431:5: warning: '_php_stream_copy_to_stream' is deprecated [-Wdeprecated-declarations]
- if (!php_stream_copy_to_stream(from->fp, dba->fp, pos_next - pos_start)) {
- ^~
- In file included from /usr/local/src/phpswitcher/php-5.3.29/main/php.h:405:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/dba/libinifile/inifile.c:25:
- /usr/local/src/phpswitcher/php-5.3.29/main/php_streams.h:430:15: note: declared here
- PHPAPI size_t _php_stream_copy_to_stream(php_stream *src, php_stream *dest, size_t maxlen STREAMS_DC TSRMLS_DC);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/dba/libinifile/inifile.c:450:3: warning: '_php_stream_copy_to_stream' is deprecated [-Wdeprecated-declarations]
- if (!php_stream_copy_to_stream(from->fp, dba->fp, pos_next - pos_start)) {
- ^~
- In file included from /usr/local/src/phpswitcher/php-5.3.29/main/php.h:405:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/dba/libinifile/inifile.c:25:
- /usr/local/src/phpswitcher/php-5.3.29/main/php_streams.h:430:15: note: declared here
- PHPAPI size_t _php_stream_copy_to_stream(php_stream *src, php_stream *dest, size_t maxlen STREAMS_DC TSRMLS_DC);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/dba/libinifile/inifile.c: In function 'inifile_delete_replace_append':
- /usr/local/src/phpswitcher/php-5.3.29/ext/dba/libinifile/inifile.c:501:5: warning: '_php_stream_copy_to_stream' is deprecated [-Wdeprecated-declarations]
- if (!php_stream_copy_to_stream(dba->fp, fp_tmp, PHP_STREAM_COPY_ALL)) {
- ^~
- In file included from /usr/local/src/phpswitcher/php-5.3.29/main/php.h:405:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/dba/libinifile/inifile.c:25:
- /usr/local/src/phpswitcher/php-5.3.29/main/php_streams.h:430:15: note: declared here
- PHPAPI size_t _php_stream_copy_to_stream(php_stream *src, php_stream *dest, size_t maxlen STREAMS_DC TSRMLS_DC);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/dba/libinifile/inifile.c:542:4: warning: '_php_stream_copy_to_stream' is deprecated [-Wdeprecated-declarations]
- if (!php_stream_copy_to_stream(fp_tmp, dba->fp, PHP_STREAM_COPY_ALL)) {
- ^~
- In file included from /usr/local/src/phpswitcher/php-5.3.29/main/php.h:405:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/dba/libinifile/inifile.c:25:
- /usr/local/src/phpswitcher/php-5.3.29/main/php_streams.h:430:15: note: declared here
- PHPAPI size_t _php_stream_copy_to_stream(php_stream *src, php_stream *dest, size_t maxlen STREAMS_DC TSRMLS_DC);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/dom/dom_iterators.c: In function 'php_dom_libxml_hash_iter':
- /usr/local/src/phpswitcher/php-5.3.29/ext/dom/dom_iterators.c:94:19: warning: passing argument 2 of 'xmlHashScan' from incompatible pointer type [-Wincompatible-pointer-types]
- xmlHashScan(ht, itemHashScanner, iter);
- ^~~~~~~~~~~~~~~
- In file included from /usr/include/libxml2/libxml/parser.h:18:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/dom/php_dom.h:33,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/dom/dom_iterators.c:28:
- /usr/include/libxml2/libxml/hash.h:212:4: note: expected 'xmlHashScanner {aka void (*)(void *, void *, const unsigned char *)}' but argument is of type 'void (*)(void *, void *, xmlChar *) {aka void (*)(void *, void *, unsigned char *)}'
- xmlHashScan (xmlHashTablePtr table,
- ^~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/dom/dom_iterators.c: In function 'php_dom_libxml_notation_iter':
- /usr/local/src/phpswitcher/php-5.3.29/ext/dom/dom_iterators.c:115:19: warning: passing argument 2 of 'xmlHashScan' from incompatible pointer type [-Wincompatible-pointer-types]
- xmlHashScan(ht, itemHashScanner, iter);
- ^~~~~~~~~~~~~~~
- In file included from /usr/include/libxml2/libxml/parser.h:18:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/dom/php_dom.h:33,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/dom/dom_iterators.c:28:
- /usr/include/libxml2/libxml/hash.h:212:4: note: expected 'xmlHashScanner {aka void (*)(void *, void *, const unsigned char *)}' but argument is of type 'void (*)(void *, void *, xmlChar *) {aka void (*)(void *, void *, unsigned char *)}'
- xmlHashScan (xmlHashTablePtr table,
- ^~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/fileinfo/libmagic/print.c: In function 'file_magwarn':
- /usr/local/src/phpswitcher/php-5.3.29/ext/fileinfo/libmagic/print.c:60:2: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result]
- vasprintf(&expanded_format, f, va);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/local/src/phpswitcher/php-5.3.29/main/php.h:405:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/fileinfo/libmagic/apprentice.c:32:
- /usr/local/src/phpswitcher/php-5.3.29/ext/fileinfo/libmagic/apprentice.c: In function 'apprentice_load':
- /usr/local/src/phpswitcher/php-5.3.29/main/php_streams.h:340:72: warning: passing argument 1 of '_php_stream_opendir' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- #define php_stream_opendir(path, options, context) _php_stream_opendir((path), (options), (context) STREAMS_CC TSRMLS_CC)
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/fileinfo/libmagic/apprentice.c:781:10: note: in expansion of macro 'php_stream_opendir'
- dir = php_stream_opendir(fn, REPORT_ERRORS, NULL);
- ^~~~~~~~~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/main/php_streams.h:339:20: note: expected 'char *' but argument is of type 'const char *'
- PHPAPI php_stream *_php_stream_opendir(char *path, int options, php_stream_context *context STREAMS_DC TSRMLS_DC);
- ^~~~~~~~~~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_query.c: In function '_php_ibase_alloc_query':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_query.c:333:17: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
- ib_query->stmt = NULL;
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_query.c: In function '_php_ibase_bind':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_query.c:742:29: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
- ibase_blob ib_blob = { NULL, BLOB_INPUT };
- ^~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_query.c:742:29: note: (near initialization for 'ib_blob.bl_handle')
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_query.c: In function '_php_ibase_exec':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_query.c:889:7: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
- tr = NULL;
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_query.c:928:32: warning: comparison between pointer and integer
- if (ib_query->trans->handle == NULL && ib_query->trans_res_id != 0) {
- ^~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_query.c: In function 'zif_ibase_query':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_query.c:1105:24: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
- isc_db_handle db = NULL;
- ^~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_query.c:1106:27: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
- isc_tr_handle trans = NULL;
- ^~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_query.c:1187:19: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
- ib_query.stmt = NULL; /* keep stmt when free query */
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_query.c: In function '_php_ibase_fetch_hash':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_query.c:1560:29: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
- blob_handle.bl_handle = NULL;
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_query.c: In function 'zif_ibase_execute':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_query.c:1844:31: warning: comparison between pointer and integer
- if (ib_query->trans->handle == NULL) {
- ^~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_query.c:1851:18: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
- result->stmt = NULL;
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/interbase.c: In function '_php_ibase_error':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/interbase.c:513:2: warning: 'isc_interprete' is deprecated [-Wdeprecated-declarations]
- while ((s - IBG(errmsg)) < MAX_ERRMSG - (IBASE_MSGSIZE + 2) && isc_interprete(s, &statusp)) {
- ^~~~~
- In file included from /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/php_ibase_includes.h:26:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/interbase.c:36:
- /usr/include/ibase.h:812:39: note: declared here
- ISC_LONG FB_API_DEPRECATED ISC_EXPORT isc_interprete(ISC_SCHAR*,
- ^~~~~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/interbase.c: In function '_php_ibase_commit_link':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/interbase.c:594:26: warning: comparison between pointer and integer
- if (p->trans->handle != NULL) {
- ^~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/interbase.c:602:26: warning: comparison between pointer and integer
- if (p->trans->handle != NULL) {
- ^~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/interbase.c: In function '_php_ibase_close_link':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/interbase.c:644:19: warning: comparison between pointer and integer
- if (link->handle != NULL) {
- ^~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/interbase.c: In function '_php_ibase_close_plink':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/interbase.c:659:19: warning: comparison between pointer and integer
- if (link->handle != NULL) {
- ^~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/interbase.c: In function '_php_ibase_free_trans':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/interbase.c:674:20: warning: comparison between pointer and integer
- if (trans->handle != NULL) {
- ^~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/interbase.c: In function '_php_ibase_connect':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/interbase.c:901:28: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
- isc_db_handle db_handle = NULL;
- ^~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/interbase.c: In function 'zif_ibase_drop_db':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/interbase.c:1112:42: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
- if (l->trans != NULL) l->trans->handle = NULL;
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/interbase.c: In function 'zif_ibase_trans':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/interbase.c:1132:28: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
- isc_tr_handle tr_handle = NULL;
- ^~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/interbase.c: In function '_php_ibase_def_trans':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/interbase.c:1293:15: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
- tr->handle = NULL;
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/interbase.c:1299:18: warning: comparison between pointer and integer
- if (tr->handle == NULL) {
- ^~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c: In function '_php_ibase_free_blob':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c:41:25: warning: comparison between pointer and integer
- if (ib_blob->bl_handle != NULL) { /* blob open*/
- ^~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c: In function 'zif_ibase_blob_create':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c:223:21: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
- ib_blob->bl_handle = NULL;
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c: In function 'zif_ibase_blob_open':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c:267:21: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
- ib_blob->bl_handle = NULL;
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c: In function 'zif_ibase_blob_add':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c:301:2: warning: 'zend_get_parameters_ex' is deprecated [-Wdeprecated-declarations]
- if (ZEND_NUM_ARGS() != 2 || zend_get_parameters_ex(2, &blob_arg, &string_arg) == FAILURE) {
- ^~
- In file included from /usr/local/src/phpswitcher/php-5.3.29/main/php.h:39:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c:25:
- /usr/local/src/phpswitcher/php-5.3.29/Zend/zend_API.h:229:40: note: declared here
- ZEND_API ZEND_ATTRIBUTE_DEPRECATED int zend_get_parameters_ex(int param_count, ...);
- ^~~~~~~~~~~~~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c: In function 'zif_ibase_blob_get':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c:327:2: warning: 'zend_get_parameters_ex' is deprecated [-Wdeprecated-declarations]
- if (ZEND_NUM_ARGS() != 2 || zend_get_parameters_ex(2, &blob_arg, &len_arg) == FAILURE) {
- ^~
- In file included from /usr/local/src/phpswitcher/php-5.3.29/main/php.h:39:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c:25:
- /usr/local/src/phpswitcher/php-5.3.29/Zend/zend_API.h:229:40: note: declared here
- ZEND_API ZEND_ATTRIBUTE_DEPRECATED int zend_get_parameters_ex(int param_count, ...);
- ^~~~~~~~~~~~~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c: In function '_php_ibase_blob_end':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c:353:2: warning: 'zend_get_parameters_ex' is deprecated [-Wdeprecated-declarations]
- if (ZEND_NUM_ARGS() != 1 || zend_get_parameters_ex(1, &blob_arg) == FAILURE) {
- ^~
- In file included from /usr/local/src/phpswitcher/php-5.3.29/main/php.h:39:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c:25:
- /usr/local/src/phpswitcher/php-5.3.29/Zend/zend_API.h:229:40: note: declared here
- ZEND_API ZEND_ATTRIBUTE_DEPRECATED int zend_get_parameters_ex(int param_count, ...);
- ^~~~~~~~~~~~~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c:367:22: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
- ib_blob->bl_handle = NULL;
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c:375:22: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
- ib_blob->bl_handle = NULL;
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c: In function 'zif_ibase_blob_info':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c:407:25: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
- ibase_blob ib_blob = { NULL, BLOB_INPUT };
- ^~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c:407:25: note: (near initialization for 'ib_blob.bl_handle')
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c: In function 'zif_ibase_blob_echo':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c:483:28: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
- ibase_blob ib_blob_id = { NULL, BLOB_OUTPUT };
- ^~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c:483:28: note: (near initialization for 'ib_blob_id.bl_handle')
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c: In function 'zif_ibase_blob_import':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c:544:25: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
- ibase_blob ib_blob = { NULL, 0 };
- ^~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_blobs.c:544:25: note: (near initialization for 'ib_blob.bl_handle')
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_events.c: In function '_php_ibase_free_event':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_events.c:50:27: warning: comparison between pointer and integer
- if (event->link->handle != NULL &&
- ^~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_events.c: In function '_php_ibase_event_block':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_events.c:108:40: warning: passing argument 1 of 'isc_event_block' from incompatible pointer type [-Wincompatible-pointer-types]
- *l = (unsigned short) isc_event_block(event_buf, result_buf, count, events[0],
- ^~~~~~~~~
- In file included from /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/php_ibase_includes.h:26:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_events.c:30:
- /usr/include/ibase.h:761:28: note: expected 'ISC_UCHAR ** {aka unsigned char **}' but argument is of type 'char **'
- ISC_LONG ISC_EXPORT_VARARG isc_event_block(ISC_UCHAR**,
- ^~~~~~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_events.c:108:51: warning: passing argument 2 of 'isc_event_block' from incompatible pointer type [-Wincompatible-pointer-types]
- *l = (unsigned short) isc_event_block(event_buf, result_buf, count, events[0],
- ^~~~~~~~~~
- In file included from /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/php_ibase_includes.h:26:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_events.c:30:
- /usr/include/ibase.h:761:28: note: expected 'ISC_UCHAR ** {aka unsigned char **}' but argument is of type 'char **'
- ISC_LONG ISC_EXPORT_VARARG isc_event_block(ISC_UCHAR**,
- ^~~~~~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_events.c:121:19: warning: passing argument 1 of 'isc_event_counts' from incompatible pointer type [-Wincompatible-pointer-types]
- isc_event_counts(dummy_count, *l, *event_buf, *result_buf);
- ^~~~~~~~~~~
- In file included from /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/php_ibase_includes.h:26:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_events.c:30:
- /usr/include/ibase.h:776:17: note: expected 'ISC_ULONG * {aka unsigned int *}' but argument is of type 'long unsigned int *'
- void ISC_EXPORT isc_event_counts(ISC_ULONG*,
- ^~~~~~~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_events.c: In function 'zif_ibase_wait_event':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_events.c:181:19: warning: passing argument 1 of 'isc_event_counts' from incompatible pointer type [-Wincompatible-pointer-types]
- isc_event_counts(occurred_event, buffer_size, event_buffer, result_buffer);
- ^~~~~~~~~~~~~~
- In file included from /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/php_ibase_includes.h:26:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_events.c:30:
- /usr/include/ibase.h:776:17: note: expected 'ISC_ULONG * {aka unsigned int *}' but argument is of type 'long unsigned int *'
- void ISC_EXPORT isc_event_counts(ISC_ULONG*,
- ^~~~~~~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_events.c: In function '_php_ibase_callback':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_events.c:229:21: warning: passing argument 1 of 'isc_event_counts' from incompatible pointer type [-Wincompatible-pointer-types]
- isc_event_counts(occurred_event, buffer_size, event->event_buffer, event->result_buffer);
- ^~~~~~~~~~~~~~
- In file included from /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/php_ibase_includes.h:26:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_events.c:30:
- /usr/include/ibase.h:776:17: note: expected 'ISC_ULONG * {aka unsigned int *}' but argument is of type 'long unsigned int *'
- void ISC_EXPORT isc_event_counts(ISC_ULONG*,
- ^~~~~~~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_events.c:251:25: warning: passing argument 6 of 'isc_que_events' from incompatible pointer type [-Wincompatible-pointer-types]
- event->event_buffer,(isc_callback)_php_ibase_callback, (void *)event)) {
- ^
- In file included from /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/php_ibase_includes.h:26:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_events.c:30:
- /usr/include/ibase.h:860:23: note: expected 'ISC_EVENT_CALLBACK {aka void (*)(void *, short unsigned int, const unsigned char *)}' but argument is of type 'void (*)()'
- ISC_STATUS ISC_EXPORT isc_que_events(ISC_STATUS*,
- ^~~~~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_events.c: In function 'zif_ibase_set_event_handler':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_events.c:361:23: warning: passing argument 6 of 'isc_que_events' from incompatible pointer type [-Wincompatible-pointer-types]
- event->event_buffer,(isc_callback)_php_ibase_callback, (void *)event)) {
- ^
- In file included from /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/php_ibase_includes.h:26:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_events.c:30:
- /usr/include/ibase.h:860:23: note: expected 'ISC_EVENT_CALLBACK {aka void (*)(void *, short unsigned int, const unsigned char *)}' but argument is of type 'void (*)()'
- ISC_STATUS ISC_EXPORT isc_que_events(ISC_STATUS*,
- ^~~~~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_service.c: In function 'zif_ibase_service_attach':
- /usr/local/src/phpswitcher/php-5.3.29/ext/interbase/ibase_service.c:216:26: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
- isc_svc_handle handle = NULL;
- ^~~~
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- /usr/local/src/phpswitcher/php-5.3.29/ext/intl/normalizer/normalizer_normalize.c: In function 'zif_normalizer_normalize':
- /usr/local/src/phpswitcher/php-5.3.29/ext/intl/normalizer/normalizer_normalize.c:111:2: warning: 'unorm_normalize_65' is deprecated [-Wdeprecated-declarations]
- size_needed = unorm_normalize( uinput, uinput_len, form, (int32_t) 0 /* options */, uret_buf, uret_len, &status);
- ^~~~~~~~~~~
- In file included from /usr/include/unicode/platform.h:25:0,
- from /usr/include/unicode/ptypes.h:52,
- from /usr/include/unicode/umachine.h:46,
- from /usr/include/unicode/utypes.h:38,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/intl/grapheme/grapheme.h:21,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/intl/php_intl.h:26,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/intl/normalizer/normalizer_normalize.c:21:
- /usr/include/unicode/unorm.h:218:1: note: declared here
- unorm_normalize(const UChar *source, int32_t sourceLength,
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/intl/normalizer/normalizer_normalize.c:134:3: warning: 'unorm_normalize_65' is deprecated [-Wdeprecated-declarations]
- size_needed = unorm_normalize( uinput, uinput_len, form, (int32_t) 0 /* options */, uret_buf, uret_len, &status);
- ^~~~~~~~~~~
- In file included from /usr/include/unicode/platform.h:25:0,
- from /usr/include/unicode/ptypes.h:52,
- from /usr/include/unicode/umachine.h:46,
- from /usr/include/unicode/utypes.h:38,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/intl/grapheme/grapheme.h:21,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/intl/php_intl.h:26,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/intl/normalizer/normalizer_normalize.c:21:
- /usr/include/unicode/unorm.h:218:1: note: declared here
- unorm_normalize(const UChar *source, int32_t sourceLength,
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/intl/normalizer/normalizer_normalize.c: In function 'zif_normalizer_is_normalized':
- /usr/local/src/phpswitcher/php-5.3.29/ext/intl/normalizer/normalizer_normalize.c:233:2: warning: 'unorm_isNormalizedWithOptions_65' is deprecated [-Wdeprecated-declarations]
- uret = unorm_isNormalizedWithOptions( uinput, uinput_len, form, (int32_t) 0 /* options */, &status);
- ^~~~
- In file included from /usr/include/unicode/platform.h:25:0,
- from /usr/include/unicode/ptypes.h:52,
- from /usr/include/unicode/umachine.h:46,
- from /usr/include/unicode/utypes.h:38,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/intl/grapheme/grapheme.h:21,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/intl/php_intl.h:26,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/intl/normalizer/normalizer_normalize.c:21:
- /usr/include/unicode/unorm.h:313:1: note: declared here
- unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength,
- ^
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- /usr/local/src/phpswitcher/php-5.3.29/ext/intl/dateformat/dateformat_parse.c: In function 'internal_parse_to_localtime':
- /usr/local/src/phpswitcher/php-5.3.29/ext/intl/dateformat/dateformat_parse.c:95:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- parsed_calendar = udat_getCalendar(DATE_FORMAT_OBJECT(dfo));
- ^
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- /usr/local/src/phpswitcher/php-5.3.29/ext/intl/dateformat/dateformat_format.c: In function 'internal_get_timestamp':
- /usr/local/src/phpswitcher/php-5.3.29/ext/intl/dateformat/dateformat_format.c:109:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- pcal = udat_getCalendar(DATE_FORMAT_OBJECT(dfo));
- ^
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- In file included from /usr/local/src/phpswitcher/php-5.3.29/ext/intl/grapheme/grapheme_string.c:24:0:
- /usr/local/src/phpswitcher/php-5.3.29/ext/intl/grapheme/grapheme_util.h:45:14: warning: inline function 'grapheme_memrchr_grapheme' declared but never defined
- inline void *grapheme_memrchr_grapheme(const void *s, int c, int32_t n);
- ^~~~~~~~~~~~~~~~~~~~~~~~~
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- In file included from /usr/include/unicode/uformattable.h:37:0,
- from /usr/include/unicode/fmtable.h:33,
- from /usr/include/unicode/format.h:39,
- from /usr/include/unicode/msgfmt.h:33,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/intl/msgformat/msgformat_helpers.cpp:22:
- /usr/include/unicode/ubrk.h:353:1: error: conflicting declaration of C function 'void icu_65::swap(icu_65::LocalUBreakIteratorPointer&, icu_65::LocalUBreakIteratorPointer&)'
- U_DEFINE_LOCAL_OPEN_POINTER(LocalUBreakIteratorPointer, UBreakIterator, ubrk_close);
- ^
- /usr/include/unicode/utext.h:199:1: note: previous declaration 'void icu_65::swap(icu_65::LocalUTextPointer&, icu_65::LocalUTextPointer&)'
- U_DEFINE_LOCAL_OPEN_POINTER(LocalUTextPointer, UText, utext_close);
- ^
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- /usr/include/unicode/umsg.h:428:1: error: conflicting declaration of C function 'void icu_65::swap(icu_65::LocalUMessageFormatPointer&, icu_65::LocalUMessageFormatPointer&)'
- U_DEFINE_LOCAL_OPEN_POINTER(LocalUMessageFormatPointer, UMessageFormat, umsg_close);
- ^
- /usr/include/unicode/ubrk.h:353:1: note: previous declaration 'void icu_65::swap(icu_65::LocalUBreakIteratorPointer&, icu_65::LocalUBreakIteratorPointer&)'
- U_DEFINE_LOCAL_OPEN_POINTER(LocalUBreakIteratorPointer, UBreakIterator, ubrk_close);
- ^
- /usr/include/unicode/umsg.h:428:1: error: conflicting declaration of C function 'void icu_65::swap(icu_65::LocalUMessageFormatPointer&, icu_65::LocalUMessageFormatPointer&)'
- U_DEFINE_LOCAL_OPEN_POINTER(LocalUMessageFormatPointer, UMessageFormat, umsg_close);
- ^
- /usr/include/unicode/utext.h:199:1: note: previous declaration 'void icu_65::swap(icu_65::LocalUTextPointer&, icu_65::LocalUTextPointer&)'
- U_DEFINE_LOCAL_OPEN_POINTER(LocalUTextPointer, UText, utext_close);
- ^
- In file included from /usr/local/src/phpswitcher/php-5.3.29/Zend/zend.h:237:0,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/intl/resourcebundle/resourcebundle.c:19:
- /usr/local/src/phpswitcher/php-5.3.29/ext/intl/resourcebundle/resourcebundle.c: In function 'resourcebundle_extract_value':
- /usr/local/src/phpswitcher/php-5.3.29/Zend/zend_alloc.h:72:33: warning: passing argument 1 of '_efree' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- #define efree(ptr) _efree((ptr) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/intl/intl_data.h:82:3: note: in expansion of macro 'efree'
- efree(ustring); \
- ^~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/intl/resourcebundle/resourcebundle.c:44:4: note: in expansion of macro 'INTL_METHOD_RETVAL_UTF8'
- INTL_METHOD_RETVAL_UTF8(source, ufield, ilen, 0);
- ^~~~~~~~~~~~~~~~~~~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/Zend/zend_alloc.h:60:15: note: expected 'void *' but argument is of type 'const UChar * {aka const short unsigned int *}'
- ZEND_API void _efree(void *ptr ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC);
- ^~~~~~
- make[1]: *** [ext/intl/msgformat/msgformat_helpers.lo] Error 1
- make[1]: *** Waiting for unfinished jobs....
- cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
- /usr/local/src/phpswitcher/php-5.3.29/ext/json/json.c: In function 'json_escape_string':
- /usr/local/src/phpswitcher/php-5.3.29/ext/json/json.c:301:36: warning: unknown conversion type character 'k' in format [-Wformat=]
- int l = spprintf(&tmp, 0, "%.*k", (int) EG(precision), d);
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/json/json.c:301:32: warning: too many arguments for format [-Wformat-extra-args]
- int l = spprintf(&tmp, 0, "%.*k", (int) EG(precision), d);
- ^~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/json/json.c: In function 'php_json_encode':
- /usr/local/src/phpswitcher/php-5.3.29/ext/json/json.c:460:32: warning: unknown conversion type character 'k' in format [-Wformat=]
- len = spprintf(&d, 0, "%.*k", (int) EG(precision), dbl);
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/json/json.c:460:28: warning: too many arguments for format [-Wformat-extra-args]
- len = spprintf(&d, 0, "%.*k", (int) EG(precision), dbl);
- ^~~~~~
- /usr/local/src/phpswitcher/php-5.3.29/ext/intl/idn/idn.c: In function 'php_intl_idn_to':
- /usr/local/src/phpswitcher/php-5.3.29/ext/intl/idn/idn.c:97:4: warning: 'uidna_IDNToASCII_65' is deprecated [-Wdeprecated-declarations]
- converted_ret_len = uidna_IDNToASCII(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)option, &parse_error, &status);
- ^~~~~~~~~~~~~~~~~
- In file included from /usr/include/unicode/platform.h:25:0,
- from /usr/include/unicode/ptypes.h:52,
- from /usr/include/unicode/umachine.h:46,
- from /usr/include/unicode/utypes.h:38,
- from /usr/include/unicode/uidna.h:22,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/intl/idn/idn.c:27:
- /usr/include/unicode/uidna.h:675:1: note: declared here
- uidna_IDNToASCII( const UChar* src, int32_t srcLength,
- ^
- /usr/local/src/phpswitcher/php-5.3.29/ext/intl/idn/idn.c:99:4: warning: 'uidna_IDNToUnicode_65' is deprecated [-Wdeprecated-declarations]
- converted_ret_len = uidna_IDNToUnicode(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)option, &parse_error, &status);
- ^~~~~~~~~~~~~~~~~
- In file included from /usr/include/unicode/platform.h:25:0,
- from /usr/include/unicode/ptypes.h:52,
- from /usr/include/unicode/umachine.h:46,
- from /usr/include/unicode/utypes.h:38,
- from /usr/include/unicode/uidna.h:22,
- from /usr/local/src/phpswitcher/php-5.3.29/ext/intl/idn/idn.c:27:
- /usr/include/unicode/uidna.h:722:1: note: declared here
- uidna_IDNToUnicode( const UChar* src, int32_t srcLength,
- ^
- make: *** [build-5.3-stamp] Error 2
Do you have any idea what the problem is?
And a solution for this problem.
Same problem on every new installation I did.
Server is running debian 9
PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
NAME="Debian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
VERSION_CODENAME=stretch
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
Everything is up to date. Server has been installed new from zero.