@@ -37,26 +37,8 @@ build system:
3737* Better cross-compiling support with CMake toolchain files and ability to set 
3838  the cross-compiling emulator. 
3939
40- ## Bugs fixed 
41- 
42- * Building inside folder with spaces. 
43-   See: https://bugs.php.net/49270 
44- 
45- * Detecting GNU libiconv. 
46-   See: https://github.com/php/php-src/issues/12213 
47- 
48- * Oracle Instant Client integration in ldap extension is removed in CMake due to 
49-   missing LDAP features causing build errors. 
50-   See: https://github.com/php/php-src/issues/15051 
51- 
52- * The phpdbg prompt with libedit integration is colored. 
53-   See: https://github.com/php/php-src/pull/15722 
54- 
5540## Behavior 
5641
57- * ext/readline is linked with libedit by default instead of GNU Readline. 
58-   See: https://github.com/php/php-src/pull/13184 
59- 
6042* sapi/phpdbg readline support works more intuitively regardless of the readline 
6143  extension being enabled during the build. 
6244
@@ -73,6 +55,25 @@ build system:
7355  PHP openssl extension:
7456  See: https://github.com/php/php-src/pull/15574
7557
76- *  The _XOPEN_SOURCE compile definition to use ucontext.h on macOS when needed is
77-   only defined for  the Zend/zend_fibers.c file. Duplicate inconsistent
78-   _XOPEN_SOURCE definition from the php_config.h is also removed with this.
58+ *  The ` _XOPEN_SOURCE`   compile definition to use ucontext.h on macOS when needed
59+   is only defined for  the Zend/zend_fibers.c file. Duplicate inconsistent
60+   ` _XOPEN_SOURCE`   definition in  the php_config.h is also removed with this.
61+ 
62+ # # Bugs fixed
63+ 
64+ *  Building inside folder with spaces.
65+   See: https://bugs.php.net/49270
66+ 
67+ *  Detecting GNU libiconv.
68+   See: https://github.com/php/php-src/issues/12213
69+ 
70+ *  Oracle Instant Client integration in  ldap extension is removed in  CMake due to
71+   missing LDAP features causing build errors.
72+   See: https://github.com/php/php-src/issues/15051
73+ 
74+ *  The phpdbg prompt with libedit integration is colored.
75+   See: https://github.com/php/php-src/pull/15722
76+ 
77+ *  ext/readline is linked with libedit by default instead of the GPL licensed GNU
78+   Readline.
79+   See: https://github.com/php/php-src/issues/15882
0 commit comments