File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ PHP NEWS
1919 . Fixed bug #55397: Comparsion of incomplete DateTime causes SIGSEGV.
2020 (Derick)
2121
22+ - FPM:
23+ . Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11). (Adam)
24+
2225- Litespeed:
2326 . Fixed bug #63228 (-Werror=format-security error in lsapi code). (George)
2427
Original file line number Diff line number Diff line change 2525enum fpm_address_domain fpm_sockets_domain_from_address (char * addr );
2626int fpm_sockets_init_main ();
2727int fpm_socket_get_listening_queue (int sock , unsigned * cur_lq , unsigned * max_lq );
28- int fpm_socket_unix_test_connect (struct sockaddr_un * sun , size_t socklen );
28+ int fpm_socket_unix_test_connect (struct sockaddr_un * sock , size_t socklen );
2929
3030
3131static inline int fd_set_blocked (int fd , int blocked ) /* {{{ */
You can’t perform that action at this time.
0 commit comments