@@ -859,28 +859,28 @@ identical behavior.
859859* TSRM/tsrm.m4 file and its `TSRM_CHECK_PTHREADS` macro have been removed.
860860* Added pkg-config support to find libpq for the pdo_pgsql and pgsql
861861 extensions. The libpq paths can be customized with the `PGSQL_CFLAGS` and
862- PGSQL_LIBS environment variables. When a directory argument is provided to
862+ ` PGSQL_LIBS` environment variables. When a directory argument is provided to
863863 configure options (`--with-pgsql=DIR` or `--with-pdo-pgsql=DIR`), it will
864864 be used instead of the pkg-config search.
865865* Added pkg-config support to find unixODBC and iODBC for the pdo_odbc
866866 extension.
867- * Added pkg-config support to find GNU MP library. As a fallback default
868- system paths are searched. When a directory argument is provided
869- (`--with-gmp=DIR`), it will be used instead of the pkg-config.
867+ * Added pkg-config support to find GNU MP library for the gmp extension . As a
868+ fallback default system paths are searched. When a directory argument is
869+ provided (`--with-gmp=DIR`), it will be used instead of the pkg-config.
870870* Added optional pkg-config support to find NET-SNMP library. As a fallback
871871 net-snmp-config utility is used like before.
872- * Cache variables synced to php_cv_\* naming scheme. When used for
872+ * Cache variables synced to ` php_cv_*` naming scheme. When used for
873873 advanced cross-compilation, these have been renamed:
874- * ac_cv_copy_file_range -> php_cv_func_copy_file_range
875- * ac_cv_flush_io -> php_cv_have_flush_io
876- * ac_cv_func_getaddrinfo -> php_cv_func_getaddrinfo
877- * ac_cv_have_broken_gcc_strlen_opt -> php_cv_have_broken_gcc_strlen_opt
878- * ac_cv_have_pcre2_jit -> php_cv_have_pcre2_jit
879- * ac_cv_pread -> php_cv_func_pread
880- * ac_cv_pwrite -> php_cv_func_pwrite
881- * ac_cv_syscall_shadow_stack_exists -> php_cv_have_shadow_stack_syscall
882- * ac_cv_time_r_type -> php_cv_time_r_type
883- * ac_cv_write_stdout -> php_cv_have_write_stdout
874+ * ` ac_cv_copy_file_range` -> ` php_cv_func_copy_file_range`
875+ * ` ac_cv_flush_io` -> ` php_cv_have_flush_io`
876+ * ` ac_cv_func_getaddrinfo` -> ` php_cv_func_getaddrinfo`
877+ * ` ac_cv_have_broken_gcc_strlen_opt` -> ` php_cv_have_broken_gcc_strlen_opt`
878+ * ` ac_cv_have_pcre2_jit` -> ` php_cv_have_pcre2_jit`
879+ * ` ac_cv_pread` -> ` php_cv_func_pread`
880+ * ` ac_cv_pwrite` -> ` php_cv_func_pwrite`
881+ * ` ac_cv_syscall_shadow_stack_exists` -> ` php_cv_have_shadow_stack_syscall`
882+ * ` ac_cv_time_r_type` -> ` php_cv_time_r_type`
883+ * ` ac_cv_write_stdout` -> ` php_cv_have_write_stdout`
884884 and all other checks wrapped with their belonging cache variables.
885885* Backticks command substitutions in Autoconf code have been replaced with
886886 `$(...)`. Passing double escaped Makefile variables `\\$(VAR)` to some
@@ -941,6 +941,13 @@ PHP coding standards now use the C11 standard.
941941* Bundled file library in ext/fileinfo upgraded to 5.46.
942942* Bundled pcre2lib in ext/pcre upgraded from 10.44 to 10.45.
943943
944+ #### Autotools
945+
946+ * Added pkg-config support to find LDAP installation for the ldap extension.
947+ The LDAP paths can be customized with the `LDAP_CFLAGS` and `LDAP_LIBS`
948+ environment variables. When a directory argument is provided to configure
949+ option (`--with-ldap=DIR`), it will be used instead of the pkg-config search.
950+
944951#### Windows
945952
946953* ext/com_dotnet is built as shared by default.
0 commit comments