aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/php
Commit message (Collapse)AuthorAge
* [php] Enable memory sanitizer (#3141)Gravatar Nikita Popov2019-12-17
|
* [php] Disable object-size sanitizer (#3128)Gravatar Nikita Popov2019-12-14
| | | | | | PHP uses a union which is only allocated to the size of the used union member, which is apparently incompatible with the object-size sanitizer. This is really hard for us to fix, so instead disable the sanitizer.
* [php] Enable i386 architecture (#2899)Gravatar Nikita Popov2019-09-29
|
* [php] Enable fuzzer for parser (#2883)Gravatar Nikita Popov2019-09-24
|
* [php] Enable unserialize fuzzer (#2871)Gravatar Nikita Popov2019-09-20
| | | | | | | | * [php] Enable leak detection * [php] Enable unserialize fuzzer * [php] Pass -n$(proc) to make
* Switch email address to use gmail (#2842)Gravatar Nikita Popov2019-09-18
| | | Switch auto_ccs entry to my gmail address, as authentication in the bug tracker does not work otherwise.
* fuzzer has been merged into upstream repo, no need to check out extra repo ↵Gravatar Stanislav Malyshev2019-09-17
| | | | anymore (#2839)
* Add Nikita Popov to CC addresses for PHP issues (#2840)Gravatar Stanislav Malyshev2019-09-17
|
* Fix PHP build - needs PIC flag now (#2821)Gravatar Stanislav Malyshev2019-09-10
|
* [php] Enable undefined sanitizer configuration (#1984). (#2535)Gravatar Max Moroz2019-06-21
|
* Fix build - option got renamed to --without-libxml (#2338)Gravatar Stanislav Malyshev2019-04-20
|
* Use libonig5 - this will enable mbstring regex limits (#2282)Gravatar Stanislav Malyshev2019-04-01
|
* Fuzzer moved to official php repo (#2239)Gravatar Stanislav Malyshev2019-03-13
|
* Add mbstring fuzzer for PHP (#2233)Gravatar Stanislav Malyshev2019-03-13
|
* Also enable exif fuzzer (#2215)Gravatar Stanislav Malyshev2019-03-09
|
* [php] Disable UBSan for now (related to #2202).Gravatar Max Moroz2019-03-05
|
* [php] Remove experimental flag and specify ASan and UBSan only.Gravatar Max Moroz2019-03-05
|
* [php] Add files to run php fuzz (#2202)Gravatar Stanislav Malyshev2019-03-05
So far only one fuzzer active - json one. More to come.