. Fixed bug #75671 (pg_version() crashes when called on a connection to
cockroach). (magicaltux at gmail dot com)
-used). (Anton Artamonov)
+ - SOAP:
+ . Fixed bug #70469 (SoapClient generates E_ERROR even if exceptions=1 is
++ used). (Anton Artamonov)
++
+- Zip:
+ . Display headers (buildtime) and library (runtime) versions in phpinfo
+ (with libzip >= 1.3.1). (Remi)
-04 Jan 2018, PHP 7.1.13
+14 Dec 2017, PHP 7.2.1RC1
- Core:
. Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26). (Laruence)
char* code = SOAP_GLOBAL(error_code);
char buffer[1024];
size_t buffer_len;
-#ifdef va_copy
va_list argcopy;
- zend_object **old_objects;
- int old = PG(display_errors);
-#endif
-#ifdef va_copy
va_copy(argcopy, args);
buffer_len = vslprintf(buffer, sizeof(buffer)-1, format, argcopy);
va_end(argcopy);