Skip to content

Commit a848641

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
2 parents 49f6aec + 3c455c5 commit a848641

File tree

6 files changed

+18
-20
lines changed

6 files changed

+18
-20
lines changed

cmake/ext/hash/config.cmake.h.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* Define to 1 if mhash support is enabled. */
2-
#cmakedefine PHP_MHASH_BC 1
3-
41
/* Define to 1 if the PHP hash extension uses the slow SHA3 algorithm. */
52
#cmakedefine HAVE_SLOW_HASH3 1
3+
4+
/* Define to 1 if mhash support is enabled. */
5+
#cmakedefine PHP_MHASH_BC 1

cmake/ext/intl/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,5 +194,3 @@ if(ICU_VERSION VERSION_GREATER_EQUAL 60)
194194
endif()
195195

196196
add_dependencies(php_intl php_date)
197-
198-
configure_file(config.cmake.h.in config.h @ONLY)

cmake/ext/intl/config.cmake.h.in

Whitespace-only changes.

cmake/ext/random/config.cmake.h.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* Define to 1 if you have the 'arc4random_buf' function. */
22
#cmakedefine HAVE_ARC4RANDOM_BUF 1
33

4-
/* Define to 1 if you have the 'getrandom' function. */
5-
#cmakedefine HAVE_GETRANDOM 1
6-
74
/* Define to 1 if you have the <CommonCrypto/CommonRandom.h> header file. */
85
#cmakedefine HAVE_COMMONCRYPTO_COMMONRANDOM_H 1
6+
7+
/* Define to 1 if you have the 'getrandom' function. */
8+
#cmakedefine HAVE_GETRANDOM 1

cmake/ext/session/config.cmake.h.in

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,15 @@
33

44
/* Define to 1 if the PHP extension 'session' is available. */
55
#cmakedefine HAVE_PHP_SESSION 1
6+
7+
/* Define to 1 if you have the 'pread' function. */
8+
#cmakedefine HAVE_PREAD 1
9+
10+
/* Define to 1 if you have the 'pwrite' function. */
11+
#cmakedefine HAVE_PWRITE 1
12+
13+
/* Define to 1 if 'pread' declaration with 'off64_t' is missing. */
14+
#cmakedefine PHP_PREAD_64 1
15+
16+
/* Define to 1 if 'pwrite' declaration with 'off64_t' is missing. */
17+
#cmakedefine PHP_PWRITE_64 1

cmake/main/php_config.cmake.h.in

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,6 @@
342342
/* Define to 1 if you have the 'prctl' function. */
343343
#cmakedefine HAVE_PRCTL 1
344344

345-
/* Define to 1 if you have the 'pread' function. */
346-
#cmakedefine HAVE_PREAD 1
347-
348345
/* Define to 1 if you have the 'procctl' function. */
349346
#cmakedefine HAVE_PROCCTL 1
350347

@@ -369,9 +366,6 @@
369366
/* Define to 1 if you have the <pwd.h> header file. */
370367
#cmakedefine HAVE_PWD_H 1
371368

372-
/* Define to 1 if you have the 'pwrite' function. */
373-
#cmakedefine HAVE_PWRITE 1
374-
375369
/* Define to 1 if you have the <resolv.h> header file. */
376370
#cmakedefine HAVE_RESOLV_H 1
377371

@@ -720,12 +714,6 @@
720714
/* The 'uname' output. */
721715
#define PHP_OS "@CMAKE_SYSTEM_NAME@"
722716

723-
/* Define to 1 if 'pread' declaration with 'off64_t' is missing. */
724-
#cmakedefine PHP_PREAD_64 1
725-
726-
/* Define to 1 if 'pwrite' declaration with 'off64_t' is missing. */
727-
#cmakedefine PHP_PWRITE_64 1
728-
729717
/* Define to 1 if PHP uses its own SIGCHLD handler, and to 0 if not. */
730718
#cmakedefine01 PHP_SIGCHILD
731719

0 commit comments

Comments
 (0)