summaryrefslogtreecommitdiff
path: root/ext/standard/url_scanner_ex.re
Commit message (Expand)AuthorAgeFilesLines
* fix leakThies C. Arntzen2002-06-291-1/+1
* re-add accidentily nuked session_adapt_url()Thies C. Arntzen2002-05-051-0/+22
* the output buffer is flushed during request shutdown before itSascha Schumann2002-05-051-3/+3
* simplify handling of variables by maintaining two strings whichSascha Schumann2002-05-041-60/+40
* include url.h to pull in declaration of php_url_encodeSascha Schumann2002-05-041-2/+3
* @ - Added output_add_rewrite_var() and output_remove_rewrite_var() to injectThies C. Arntzen2002-05-031-39/+113
* revert session_set_userdata - diffent patch will come shortlyThies C. Arntzen2002-04-281-27/+5
* @ - added session_set_userdata() which enables you to specify one variableThies C. Arntzen2002-04-271-5/+27
* Do not add redundant id attribute. It doesn't make the output anyjim winstead2002-04-251-2/+0
* - Fix for bug 16810 (XHTML compliance)Derick Rethans2002-04-251-0/+2
* If an argument (<tag val=argument..) was not quoted, leave it that way.Sascha Schumann2002-03-261-4/+6
* Restore use of inlineSascha Schumann2002-03-041-2/+2
* - Fix for Sun WorkShop 6 update 2 compiler (Bug #15812)Derick Rethans2002-03-011-1/+1
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Remove some unused variablesSascha Schumann2001-09-111-2/+1
* A round of "d'ohs" for me, please.Sascha Schumann2001-09-101-1/+1
* Better fix for mark problemSascha Schumann2001-09-091-4/+1
* Fix mark-handlingSascha Schumann2001-09-091-1/+5
* More fixes and refinementsZeev Suraski2001-08-271-19/+5
* Fix my session updates.Zeev Suraski2001-08-261-2/+2
* Get rid of TRANS_SID - it's always possible to use it now.Zeev Suraski2001-08-251-4/+0
* Move the trans-sid mechanism to use the output buffering mechanism.Zeev Suraski2001-08-251-2/+9
* more tsrm cleanupSascha Schumann2001-08-051-15/+5
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-13/+13
* Improve url scanner speed (up to 40% for large chunks of data)Sascha Schumann2001-07-041-61/+98
* Added new configuration directives:foobar2001-04-041-2/+2
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Avoid possible memory leak in the URL scanner, if the connection isSascha Schumann2001-01-091-6/+1
* Make the generated <input> lower case and terminated with a /,Chuck Hagenbuch2001-01-021-3/+3
* Support multi-char arg separators.Sascha Schumann2000-12-221-3/+3
* Pass core_globals to new inline functionsSascha Schumann2000-12-051-2/+2
* Move code from macros to inline functions to ease debuggingSascha Schumann2000-12-041-40/+50
* Reset the state, if there is garbage in an HTML tag.Sascha Schumann2000-11-171-1/+1
* Validators are happy now.foobar2000-11-011-1/+1
* Reinstantiate single quotes properly.Sascha Schumann2000-10-261-13/+33
* Hack for #7262, not fixed yetSascha Schumann2000-10-191-1/+4
* Initialize tags properly.Sascha Schumann2000-10-171-0/+7
* Back out ws changesSascha Schumann2000-10-171-212/+212
* make compile againDaniel Beulshausen2000-10-161-211/+213
* Enable users to set the HTML tags to rewriteSascha Schumann2000-10-161-40/+79
* Ignore close tags and use unsigned char type.Sascha Schumann2000-10-041-2/+2
* Recognize single quotes around cdata.Sascha Schumann2000-09-271-68/+2
* Unify memory allocation in smart_str functionsSascha Schumann2000-09-261-15/+14
* Cleanup SCANNER_DEBUG and don't NUL terminate work bufferSascha Schumann2000-09-201-8/+9
* Use emalloc and friends. Since we reuse all buffers, this does not affectSascha Schumann2000-09-201-12/+13
* Remove this pseudo optimization from the previous rewrite.Sascha Schumann2000-09-201-27/+4
* Another 5%-10% speed increase achieved bySascha Schumann2000-09-201-44/+38
* Add support for URLs containing NAME info (for scrolling; #name).Sascha Schumann2000-09-201-10/+44
* 2nd Rewrite of the main scanner engine. This version is cleaner and faster.Sascha Schumann2000-09-201-197/+160