summaryrefslogtreecommitdiff
path: root/ext/standard/url_scanner_ex.re
Commit message (Expand)AuthorAgeFilesLines
* Fix URL rewriter partiallyYasuo Ohgaki2016-08-111-4/+30
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* bump yearXinchen Hui2015-01-151-1/+1
* Update copyright year for re2c files as wellLior Kaplan2014-06-161-1/+1
* Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-1/+1
* Fixed bug #50308 - session id not appended properly for empty anchor tagsArpad Ray2013-07-171-2/+2
* Happy New YearXinchen Hui2013-01-011-1/+1
* correct PHP version & year++Xinchen Hui2012-09-051-2/+2
* - Fix #55301 (url scanner part) check if malloc succededPierre Joye2011-07-281-2/+6
* MFH: Fix Bug #54727, a re-incarnation of #26862Michael Wallner2011-05-241-1/+1
* Fixed compiler warnings in the standard libraryKalle Sommer Nielsen2010-09-231-1/+1
* * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-311-3/+3
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-7/+3
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-3/+7
* - Fixed bug #49064 (--enable-session=shared does not work: undefined symbol:Jani Taskinen2009-07-261-4/+4
* Sync with fix for #44394Felipe Pena2008-03-121-1/+1
* Fixed bug #42869 (automatic session id insertion adds sessions id toIlia Alshanetsky2007-10-101-12/+23
* Fixed bug #41600 (url rewriter tags doesn't work with namespaced tags).Ilia Alshanetsky2007-06-061-1/+2
* Fixed bug #36459 (Incorrect adding PHPSESSID to links, which contains \r\n).Ilia Alshanetsky2006-02-281-2/+2
* bump the year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* fix output_reset_rewrite_vars() returning false everytimeAntony Dovgal2005-04-031-1/+1
* Missing $Id$ tagfoobar2005-01-101-0/+2
* Fixed bug #29333 (output_buffering + trans_sess_id can corrupt output).Ilia Alshanetsky2004-07-231-5/+20
* - Move hash table destruction to proper locationMarcus Boerger2004-05-121-2/+0
* Fixed bug #26862 (ob_flush() followed by output_reset_rewrite_vars() mayIlia Alshanetsky2004-02-111-1/+1
* - 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
* Fixed implicit cast issue with is*() and to*() functionsMoriyoshi Koizumi2003-04-161-1/+1
* fix sizeof(size_t) > sizeof(uint) issueSascha Schumann2003-03-111-1/+11
* reverting jani's non-sense commitsSascha Schumann2003-03-111-1/+1
* 64bit issue fixedfoobar2003-03-101-1/+1
* Fixed bug #22048 (incorrect insertion of session id when tabs are used toIlia Alshanetsky2003-02-121-2/+2
* Fix my stupid mistake which broke <form> handlingSascha Schumann2002-09-301-9/+9
* Allow - as part of an attributeSascha Schumann2002-09-251-7/+9
* Fix #13472 by making it possible to append the <input> stuff afterSascha Schumann2002-09-251-6/+27
* Allow malformed HTML such asSascha Schumann2002-09-251-1/+1
* Changed handling of output buffer sizes.Marcus Boerger2002-08-201-3/+1
* corrected handling of internal output buffersMarcus Boerger2002-08-101-1/+0
* 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