6377428ea9
Reference: https://pkg-status.freebsd.org/beefy22/data/142amd64-default/d4f6e186cb15/logs/php85-geos-1.0.0_1.log
12 lines
336 B
Plaintext
12 lines
336 B
Plaintext
--- geos.c.orig 2024-01-31 14:59:13 UTC
|
|
+++ geos.c
|
|
@@ -150,7 +150,7 @@ static void errorHandler(const char *fmt, ...)
|
|
va_end(args);
|
|
|
|
/* TODO: use a GEOSException ? */
|
|
- zend_throw_exception_ex(zend_exception_get_default(TSRMLS_C),
|
|
+ zend_throw_exception_ex(zend_ce_exception,
|
|
1 TSRMLS_CC, "%s", message);
|
|
|
|
}
|