summaryrefslogtreecommitdiff
path: root/win32/codepage.c
Commit message (Expand)AuthorAgeFilesLines
* Remove proto comments from C filesMax Semenik2020-07-061-8/+4
* Use ZPP int|string and add ValueError for Windows codepagesGeorge Peter Banyard2020-05-041-41/+39
* Use RETURN_THROWS() during ZPP in main, sapi, win32, and ZendMáté Kocsis2019-12-301-5/+5
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Merge branch 'PHP-7.4'Nikita Popov2019-06-051-2/+6
|\
| * Allow exceptions in __toString()Nikita Popov2019-06-051-2/+6
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-05-091-3/+7
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-05-091-3/+7
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-05-091-4/+7
| | |\
| | | * Fix erroneous assertionsChristoph M. Becker2019-05-091-4/+7
| | | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-6/+6
| | | * year++Xinchen Hui2018-01-021-1/+1
| | * | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | | | Merge branch 'PHP-7.4'Anatol Belski2019-04-011-12/+14
|\ \ \ \ | |/ / /
| * | | Improve ascii checkAnatol Belski2019-04-011-12/+14
* | | | No need for scoping anymoreAnatol Belski2019-03-301-8/+4
|/ / /
* | | Implement FR #77377 handle CTRL+C in WindowsAnatol Belski2019-02-081-8/+5
* | | Remove local variablesPeter Kokot2019-02-031-8/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
|/ /
* | Reduce var scopeAnatol Belski2018-02-191-2/+1
* | Fix some misspellingsGabriel Caruso2018-02-061-1/+1
* | Fix visibilityAnatol Belski2018-02-051-2/+5
* | Reimplement ASCII conversion using aligned routineAnatol Belski2018-01-241-27/+54
* | Implement SSE2 based ASCII to UTF-16 conversionAnatol Belski2018-01-191-42/+20
* | Trailing whitespacesGabriel Caruso2018-01-031-6/+6
* | year++Xinchen Hui2018-01-021-1/+1
* | Refactor ASCII to wide conversionAnatol Belski2017-11-161-43/+48
* | Unroll loop for ASCII checkAnatol Belski2017-11-151-4/+28
|/
* improve and generalize the recognition of a cli sapiAnatol Belski2017-01-081-3/+8
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* add foldsAnatol Belski2016-12-211-2/+2
* fix possible null dereferenceAnatol Belski2016-12-211-8/+10
* deliver the real cp also if a constant is passedAnatol Belski2016-12-201-0/+11
* chance CLI codepage, only when SAPI is initializedAnatol Belski2016-12-161-1/+7
* Care about intput and output encoding, as per default encoding RFCAnatol Belski2016-12-141-10/+47
* add parenthesesAnatol Belski2016-08-271-1/+1
* check malloc resultAnatol Belski2016-08-081-0/+4
* fix typoAnatol Belski2016-07-291-5/+5
* add more errno handlingAnatol Belski2016-07-291-2/+16
* fix cli codepage resetAnatol Belski2016-07-111-1/+1
* Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-201-0/+600