Peter Kokot

Results 41 issues of Peter Kokot

The PHP_CHECK_GCC_ARG M4 macro has been removed since PHP 8.0.

This indents the ./configure --help options and their help texts automatically.

https://php.earth/install

Inactive FB app id in the meta tags shows as an error from FB side. TODO - activate it back, or remove it..

Sidebar menu is not showing current link: https://php.earth/docs/faq/misc/packages

Links that have class "item." are not appearing as links. It says clickable.

Added to php-src 8.4 via https://github.com/php/php-src/pull/14028

This changes the C function prototypes to use void where needed. When building with CFLAGS=-Werror=strict-prototypes or similar, the libtool's tests can cause false reports and errors in the log files:...

Cache variables must contain `_cv_` to be cached otherwise this warning is emitted when generating configure script: AC_CACHE_VAL(ax_cpu_freq, ...): suspicious cache-id, must contain _cv_ to be cached I'll wait with...

The AS_VAR_IF check can be a simpler alternative to testing for variable value inside AS_IF.