]> granicus.if.org Git - php/commit
Add new URL scanner. This version is up to 20% faster. It will be
authorSascha Schumann <sas@php.net>
Tue, 19 Sep 2000 17:32:27 +0000 (17:32 +0000)
committerSascha Schumann <sas@php.net>
Tue, 19 Sep 2000 17:32:27 +0000 (17:32 +0000)
commit4b3fb7b05ecdb583f26bec1fb2f994e57dc5f5a3
tree9af0dc8927c44f6ff5a98d022c70a207fd490a01
parentd9d65f18e9eec078f76cbf3bc95833cde055c8a3
Add new URL scanner. This version is up to 20% faster. It will be
enabled by default once I'm sure that it works in every case.

To enable it, apply s/url_adapt_ext/url_adapt_ext_ex/ to session.c
ext/standard/Makefile.in
ext/standard/basic_functions.c
ext/standard/basic_functions.h
ext/standard/url_scanner_ex.c [new file with mode: 0644]
ext/standard/url_scanner_ex.h [new file with mode: 0644]
ext/standard/url_scanner_ex.re [new file with mode: 0644]