Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / inc / phpmailer / docs / timeoutfix.diff
diff --git a/inc/phpmailer/docs/timeoutfix.diff b/inc/phpmailer/docs/timeoutfix.diff
new file mode 100644 (file)
index 0000000..a37293a
--- /dev/null
@@ -0,0 +1,23 @@
+*** /usr/local/src/php-4.0.4pl1/ext/standard/fsock.c.old       Mon Mar 26 13:07:40 2001
+--- /usr/local/src/php-4.0.4pl1/ext/standard/fsock.c   Mon Mar 26 13:12:03 2001
+***************
+*** 559,564 ****
+--- 559,565 ----
+
+  static void php_sockread_total(php_sockbuf *sock, size_t maxread)
+  {
++         sock->timeout_event = 0;
+       while(!sock->eof && TOREAD(sock) < maxread && !sock->timeout_event) {
+               php_sockread_internal(sock);
+       }
+***************
+*** 619,624 ****
+--- 620,627 ----
+       }
+
+       SEARCHCR();
++
++         sock->timeout_event = 0;
+
+       if(!p) {
+               if(sock->is_blocked) {
This page took 0.100873 seconds and 4 git commands to generate.