Skip to content

Commit 142c40f

Browse files
committed
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3: Update the arguments in the prototype of fpm_socket_unix_test_connect().
2 parents 9498cf6 + f63a9f6 commit 142c40f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

sapi/fpm/fpm/fpm_sockets.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
enum fpm_address_domain fpm_sockets_domain_from_address(char *addr);
2626
int fpm_sockets_init_main();
2727
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);
2929

3030

3131
static inline int fd_set_blocked(int fd, int blocked) /* {{{ */

0 commit comments

Comments
 (0)