summaryrefslogtreecommitdiff
path: root/ext/standard/url_scanner_ex.h
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Fix URL rewriter issuesYasuo Ohgaki2016-08-111-2/+11
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Cleanup trans sid code. Behavior is unchanged.Yasuo Ohgaki2015-02-021-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-3/+3
* | fix datatype mismatchesAnatol Belski2014-10-271-1/+1
* | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - 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