summaryrefslogtreecommitdiff
path: root/ext/standard/url_scanner_ex.re
Commit message (Expand)AuthorAgeFilesLines
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-1/+1
* master renames phase 1Anatol Belski2014-08-251-1/+1
* Merge branch 'master' into phpngDmitry Stogov2014-06-181-1/+1
|\
| * Update copyright year for re2c files as wellLior Kaplan2014-06-161-1/+1
* | Fixed null pointer dereferenceXinchen Hui2014-03-301-1/+1
* | Refactor session (incompleted)Xinchen Hui2014-03-291-2/+2
* | Refactor session (incompleted)Xinchen Hui2014-03-281-2/+6
* | Fixed URL scannerDmitry Stogov2014-03-181-4/+12
* | Fixed serval segfaultsXinchen Hui2014-03-031-1/+1
* | Fixed NULL pointer defXinchen Hui2014-03-031-2/+2
* | Refactor php_url_(en|de)code to return zend_stringXinchen Hui2014-03-031-6/+6
* | Refacting smart_strXinchen Hui2014-02-181-43/+44
* | Use better data structures (incomplete)Dmitry Stogov2014-02-171-1/+6
* | Use better data structures (incomplete)Dmitry Stogov2014-02-131-3/+2
* | Use better data structures (incomplete)Dmitry Stogov2014-02-101-0/+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