summaryrefslogtreecommitdiff
path: root/ext/standard/url_scanner_ex.re
Commit message (Expand)AuthorAgeFilesLines
* - 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
* 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