felipe Wed Mar 12 19:35:24 2008 UTC
Modified files:
/php-src/ext/standard url_scanner_ex.re
Log:
Sync with fix for #44394
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/url_scanner_ex.re?r1=1.82&r2=1.83&diff_format=u
Index: php-src/ext/standard/url_scanner_ex.re
diff -u php-src/ext/standard/url_scanner_ex.re:1.82
php-src/ext/standard/url_scanner_ex.re:1.83
--- php-src/ext/standard/url_scanner_ex.re:1.82 Wed Oct 10 00:36:25 2007
+++ php-src/ext/standard/url_scanner_ex.re Wed Mar 12 19:35:24 2008
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: url_scanner_ex.re,v 1.82 2007/10/10 00:36:25 iliaa Exp $ */
+/* $Id: url_scanner_ex.re,v 1.83 2008/03/12 19:35:24 felipe Exp $ */
#include "php.h"
@@ -431,7 +431,7 @@
size_t len;
if (BG(url_adapt_state_ex).url_app.len != 0) {
- *handled_output = url_adapt_ext(output, output_len, &len,
(zend_bool) (mode & PHP_OUTPUT_HANDLER_END ? 1 : 0) TSRMLS_CC);
+ *handled_output = url_adapt_ext(output, output_len, &len,
(zend_bool) (mode & (PHP_OUTPUT_HANDLER_END | PHP_OUTPUT_HANDLER_CONT) ? 1 : 0)
TSRMLS_CC);
if (sizeof(uint) < sizeof(size_t)) {
if (len > UINT_MAX)
len = UINT_MAX;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php