[Pkg-php-commits] [php/debian-sid] Refreshed 036-fd_setsize_fix.patch

Ondřej Surý ondrej at sury.org
Sun Feb 7 23:17:14 UTC 2010


---
 debian/patches/036-fd_setsize_fix.patch |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/patches/036-fd_setsize_fix.patch b/debian/patches/036-fd_setsize_fix.patch
index a89b93b..30fd6f9 100644
--- a/debian/patches/036-fd_setsize_fix.patch
+++ b/debian/patches/036-fd_setsize_fix.patch
@@ -1,6 +1,6 @@
---- pkg-php.orig/ext/sockets/sockets.c
-+++ pkg-php/ext/sockets/sockets.c
-@@ -708,6 +708,7 @@ static int php_sock_array_to_fd_set(zval
+--- a/ext/sockets/sockets.c
++++ b/ext/sockets/sockets.c
+@@ -714,6 +714,7 @@ static int php_sock_array_to_fd_set(zval
  
  		php_sock = (php_socket*) zend_fetch_resource(element TSRMLS_CC, -1, le_socket_name, NULL, 1, le_socket);
  		if (!php_sock) continue; /* If element is not a resource, skip it */
@@ -8,8 +8,8 @@
  
  		PHP_SAFE_FD_SET(php_sock->bsd_socket, fds);
  		if (php_sock->bsd_socket > *max_fd) {
---- pkg-php.orig/ext/standard/streamsfuncs.c
-+++ pkg-php/ext/standard/streamsfuncs.c
+--- a/ext/standard/streamsfuncs.c
++++ b/ext/standard/streamsfuncs.c
 @@ -612,6 +612,9 @@ static int stream_array_to_fd_set(zval *
  		 * is not displayed.
  		 * */
-- 
1.6.3.3





More information about the Pkg-php-commits mailing list