File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ PHP NEWS
19
19
. Fixed bug #55397: Comparsion of incomplete DateTime causes SIGSEGV.
20
20
(Derick)
21
21
22
+ - FPM:
23
+ . Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11). (Adam)
24
+
22
25
- Litespeed:
23
26
. Fixed bug #63228 (-Werror=format-security error in lsapi code). (George)
24
27
Original file line number Diff line number Diff line change 25
25
enum fpm_address_domain fpm_sockets_domain_from_address (char * addr );
26
26
int fpm_sockets_init_main ();
27
27
int 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 );
29
29
30
30
31
31
static inline int fd_set_blocked (int fd , int blocked ) /* {{{ */
You can’t perform that action at this time.
0 commit comments