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 @@ -26,6 +26,9 @@ PHP NEWS
26
26
. Fixed bug #55397 (comparsion of incomplete DateTime causes SIGSEGV).
27
27
(Laruence, Derick)
28
28
29
+ - FPM:
30
+ . Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11). (Adam)
31
+
29
32
20 Dec 2012, PHP 5.3.20
30
33
31
34
- Zend Engine:
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