mirror of
https://github.com/php/php-src.git
synced 2026-03-30 20:22:36 +02:00
reverting jani's non-sense commits
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* Generated by re2c 0.5 on Tue Mar 11 00:58:47 2003 */
|
||||
#line 1 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
|
||||
/* Generated by re2c 0.5 on Wed Feb 12 09:54:41 2003 */
|
||||
#line 1 "/home/rei/PHP_CVS/php5/ext/standard/url_scanner_ex.re"
|
||||
/*
|
||||
+----------------------------------------------------------------------+
|
||||
| PHP Version 4 |
|
||||
@@ -860,7 +860,7 @@ char *php_url_scanner_adapt_single_url(const char *url, size_t urllen, const cha
|
||||
}
|
||||
|
||||
|
||||
static char *url_adapt_ext(const char *src, uint srclen, uint *newlen, zend_bool do_flush TSRMLS_DC)
|
||||
static char *url_adapt_ext(const char *src, size_t srclen, size_t *newlen, zend_bool do_flush TSRMLS_DC)
|
||||
{
|
||||
url_adapt_state_ex_t *ctx;
|
||||
char *retval;
|
||||
|
||||
@@ -359,7 +359,7 @@ char *php_url_scanner_adapt_single_url(const char *url, size_t urllen, const cha
|
||||
}
|
||||
|
||||
|
||||
static char *url_adapt_ext(const char *src, uint srclen, uint *newlen, zend_bool do_flush TSRMLS_DC)
|
||||
static char *url_adapt_ext(const char *src, size_t srclen, size_t *newlen, zend_bool do_flush TSRMLS_DC)
|
||||
{
|
||||
url_adapt_state_ex_t *ctx;
|
||||
char *retval;
|
||||
|
||||
Reference in New Issue
Block a user