summaryrefslogtreecommitdiff
path: root/ext/standard/url_scanner_ex.re
Commit message (Expand)AuthorAgeFilesLines
* Use XtOffsetOf() in url_scanner_exNikita Popov2019-09-141-1/+1
* Remove HAVE_LIMITS_HPeter Kokot2019-04-071-3/+1
* Remove legacy AC_CHECK_TYPE calls for uint and ulongPeter Kokot2019-03-061-1/+1
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Merge branch 'PHP-7.2'Christoph M. Becker2018-07-241-0/+1
|\
| * Fix #76643: Segmentation fault when using `output_add_rewrite_var`Christoph M. Becker2018-07-241-0/+1
| * year++Xinchen Hui2018-01-021-1/+1
| * Fixed #74892 - Fixed URL rewriting for urls started with #Andrew Nester2017-07-181-2/+8
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-6/+6
* | Merge branch 'PHP-7.2'Christoph M. Becker2018-04-121-2/+8
|\ \
| * | Fixed #74892 - Fixed URL rewriting for urls started with #Andrew Nester2018-04-121-2/+8
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Fix some misspellingsGabriel Caruso2018-02-061-1/+1
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Added RC_DEBUG exceptionDmitry Stogov2017-11-031-1/+5
* | | Kill compiler warnings in ext/standardKalle Sommer Nielsen2017-08-241-1/+1
* | | Refactor php_url struct to save memory dup in common casesXinchen Hui2017-08-061-24/+22
|/ /
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|/
* fix leakAnatol Belski2016-09-021-0/+1
* fix TS issues with url rewrite globalsAnatol Belski2016-08-201-11/+0
* Fix URL rewriter issuesYasuo Ohgaki2016-08-111-108/+541
* 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
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-38/+38
* | Cleanup trans sid code. Behavior is unchanged.Yasuo Ohgaki2015-02-021-17/+34
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-29/+29
* | Fixed #68694Xinchen Hui2015-01-081-1/+1
* | second shot on removing TSRMLS_*Anatol Belski2014-12-141-2/+2
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-15/+15
* | fix datatype mismatchesAnatol Belski2014-10-271-8/+11
* | Add smart_str_append for appending zend_stringsNikita Popov2014-09-211-2/+2
* | Rename smart_str_append to smart_str_append_smart_strNikita Popov2014-09-211-8/+8
* | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | 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