summaryrefslogtreecommitdiff
path: root/ext/standard/url_scanner_ex.h
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fixed bug #49064 (--enable-session=shared does not work: undefined symbol:Jani Taskinen2009-07-261-12/+3
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* Missing $Id$ tagfoobar2005-01-101-0/+2
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* re-add accidentily nuked session_adapt_url()Thies C. Arntzen2002-05-051-0/+2
* simplify handling of variables by maintaining two strings whichSascha Schumann2002-05-041-6/+3
* @ - Added output_add_rewrite_var() and output_remove_rewrite_var() to injectThies C. Arntzen2002-05-031-7/+17
* revert session_set_userdata - diffent patch will come shortlyThies C. Arntzen2002-04-281-5/+2
* @ - added session_set_userdata() which enables you to specify one variableThies C. Arntzen2002-04-271-2/+5
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Fix my session updates.Zeev Suraski2001-08-261-2/+2
* Move the trans-sid mechanism to use the output buffering mechanism.Zeev Suraski2001-08-251-1/+1
* more tsrm cleanupSascha Schumann2001-08-051-3/+3
* Improve url scanner speed (up to 40% for large chunks of data)Sascha Schumann2001-07-041-0/+2
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Reinstantiate single quotes properly.Sascha Schumann2000-10-261-0/+2
* Enable users to set the HTML tags to rewriteSascha Schumann2000-10-161-0/+6
* Move structure definition into its own file, so that public headerSascha Schumann2000-10-121-6/+1
* Remove this pseudo optimization from the previous rewrite.Sascha Schumann2000-09-201-4/+0
* Another 5%-10% speed increase achieved bySascha Schumann2000-09-201-1/+1
* Rename prototype to currently used name. These stupid names will go away onceSascha Schumann2000-09-201-1/+1
* 2nd Rewrite of the main scanner engine. This version is cleaner and faster.Sascha Schumann2000-09-201-7/+16
* Reduce the amount of copying in the mainloop. We copy tag/arg only, if weSascha Schumann2000-09-191-0/+2
* Add new URL scanner. This version is up to 20% faster. It will beSascha Schumann2000-09-191-0/+44