History log of /PHP-5.4/ext/standard/url_scanner_ex.re (Results 51 – 75 of 96)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.2.0RC1, help
# cd5f8608 04-Mar-2002 Sascha Schumann

Restore use of inline


# 8b5411b9 01-Mar-2002 Derick Rethans

- Fix for Sun WorkShop 6 update 2 compiler (Bug #15812)


# 90613d22 28-Feb-2002 Sebastian Bergmann

Maintain headers.


Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS
# 4c69a970 11-Sep-2001 Sascha Schumann

Remove some unused variables


# 2bbbec10 10-Sep-2001 Sascha Schumann

A round of "d'ohs" for me, please.

We must not stop scanning after finding a "?", because we
need the information regarding the "#".


# de963ce9 09-Sep-2001 Sascha Schumann

Better fix for mark problem


# c86c9f52 09-Sep-2001 Sascha Schumann

Fix mark-handling


Revision tags: php-4.0.7RC2
# b781720b 27-Aug-2001 Zeev Suraski

More fixes and refinements


# d697a558 26-Aug-2001 Zeev Suraski

Fix my session updates.
trans_sid handling will no longer slow down performance unless a session
is actually in use.


# b8763a6f 25-Aug-2001 Zeev Suraski

Get rid of TRANS_SID - it's always possible to use it now.


# 13ff1832 25-Aug-2001 Zeev Suraski

Move the trans-sid mechanism to use the output buffering mechanism.
Advantages:
- Would work with the output buffering mechanism in general, and with
output compression in particular

Move the trans-sid mechanism to use the output buffering mechanism.
Advantages:
- Would work with the output buffering mechanism in general, and with
output compression in particular
- Should yield better performance (untested as of yet)

show more ...


Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# 480ffb3d 05-Aug-2001 Sascha Schumann

more tsrm cleanup


# d87cc976 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua


Revision tags: PRE_TSRM_MERGE_PATCH
# ef13ab57 04-Jul-2001 Sascha Schumann

Improve url scanner speed (up to 40% for large chunks of data)
and handle some corner cases better. The scanner has been changed
to the format as proposed in "RE2C - A More Versatile Scanner

Improve url scanner speed (up to 40% for large chunks of data)
and handle some corner cases better. The scanner has been changed
to the format as proposed in "RE2C - A More Versatile Scanner Generator"
by Cowan et al.

show more ...


Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2, php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7
# c34d2b91 04-Apr-2001 foobar

Added new configuration directives:
arg_separator.input and arg_separator.output


Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2
# 7eb84696 09-Jan-2001 Sascha Schumann

Avoid possible memory leak in the URL scanner, if the connection is
interrupted during writing the output.


Revision tags: php-4.0.4pl1RC1
# ba114dc9 02-Jan-2001 Chuck Hagenbuch

Make the generated <input> lower case and terminated with a /,
to be xhtml-compliant.


# 0b194cbc 22-Dec-2000 Sascha Schumann

Support multi-char arg separators.

PR: #8274


Revision tags: php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4
# b97e23c4 05-Dec-2000 Sascha Schumann

Pass core_globals to new inline functions

Submitted by: Sebastian Bergmann


# 911abe10 04-Dec-2000 Sascha Schumann

Move code from macros to inline functions to ease debugging


Revision tags: php-4.0.4RC3
# 5767ab3f 17-Nov-2000 Sascha Schumann

Reset the state, if there is garbage in an HTML tag.

PR: #7854


# 648c141c 01-Nov-2000 foobar

Validators are happy now.


# c57830c1 26-Oct-2000 Sascha Schumann

Reinstantiate single quotes properly.

Add url_adapt_single_url() API which modifies a single URL. Might be used
to modify the Location: URL.


1234