We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c077074 commit f63a9f6Copy full SHA for f63a9f6
NEWS
@@ -26,6 +26,9 @@ PHP NEWS
26
. Fixed bug #55397 (comparsion of incomplete DateTime causes SIGSEGV).
27
(Laruence, Derick)
28
29
+- FPM:
30
+ . Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11). (Adam)
31
+
32
20 Dec 2012, PHP 5.3.20
33
34
- Zend Engine:
sapi/fpm/fpm/fpm_sockets.h
@@ -25,7 +25,7 @@
25
enum fpm_address_domain fpm_sockets_domain_from_address(char *addr);
int fpm_sockets_init_main();
int fpm_socket_get_listening_queue(int sock, unsigned *cur_lq, unsigned *max_lq);
-int fpm_socket_unix_test_connect(struct sockaddr_un *sun, size_t socklen);
+int fpm_socket_unix_test_connect(struct sockaddr_un *sock, size_t socklen);
static inline int fd_set_blocked(int fd, int blocked) /* {{{ */
0 commit comments