FYI: This was not MY commit, it was Dave's commit,
    which I just MFH'd. (plus added to the .re file).
    
    This was some 64bit issue..you should discuss it with
    Dave and not just revert them blindly.
    
    --Jani
    

On Tue, 11 Mar 2003, Sascha Schumann wrote:

>sas            Mon Mar 10 20:47:06 2003 EDT
>
>  Modified files:              
>    /php4/ext/standard url_scanner_ex.c url_scanner_ex.re 
>  Log:
>  reverting jani's non-sense commits
>  
>Index: php4/ext/standard/url_scanner_ex.c
>diff -u php4/ext/standard/url_scanner_ex.c:1.76 
>php4/ext/standard/url_scanner_ex.c:1.77
>--- php4/ext/standard/url_scanner_ex.c:1.76    Mon Mar 10 17:59:46 2003
>+++ php4/ext/standard/url_scanner_ex.c Mon Mar 10 20:47:06 2003
>@@ -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 @@
> }
> 
> 
>-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;
>Index: php4/ext/standard/url_scanner_ex.re
>diff -u php4/ext/standard/url_scanner_ex.re:1.65 
>php4/ext/standard/url_scanner_ex.re:1.66
>--- php4/ext/standard/url_scanner_ex.re:1.65   Mon Mar 10 17:59:34 2003
>+++ php4/ext/standard/url_scanner_ex.re        Mon Mar 10 20:47:06 2003
>@@ -359,7 +359,7 @@
> }
> 
> 
>-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;
>
>
>
>

-- 
<- For Sale! ->


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to