summaryrefslogtreecommitdiff
path: root/ext/pcntl
Commit message (Expand)AuthorAgeFilesLines
* Remove proto comments from C filesMax Semenik2020-07-061-48/+24
* Replace EXPECTF when possibleFabien Villepinte2020-06-292-2/+2
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Fix some UNKNOWN default valuesMáté Kocsis2020-06-093-17/+21
* Fix [-Wundef] warning in PCNTL extensionGeorge Peter Banyard2020-05-204-13/+13
* Honor script time limit when calling shutdown functionsAlex Dowad2020-05-131-0/+29
* Generate function entries from stubsMáté Kocsis2020-04-203-48/+91
* Suppress SIG_ERR cast warningsNikita Popov2020-04-152-3/+3
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-14/+14
* Annotate function aliases in stubsMáté Kocsis2020-04-041-0/+1
* Add stubs for aliasesMáté Kocsis2020-02-183-1/+5
* Reindent phpt filesNikita Popov2020-02-038-152/+152
* Eliminate uses of ZVAL_ZVAL and friendsNikita Popov2020-01-201-1/+1
* Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-162-3/+3
* Use RETURN_THROWS() in various placesMáté Kocsis2020-01-031-3/+3
* Use RETURN_THROWS() after try_convert_to_string()Máté Kocsis2020-01-031-2/+2
* Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-23/+23
* Merge branch 'PHP-7.4'Nikita Popov2019-12-202-3/+6
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-202-3/+6
| |\
| | * Fix #78402: pcntl_signal() misleading error messageSATO Kentaro2019-12-202-3/+6
* | | Fix typo in pcntl_sigwaitinfo protoFabien Villepinte2019-11-181-1/+1
* | | Add union return types for function stubsMáté Kocsis2019-11-112-17/+10
* | | Cleanup return values when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-241-7/+7
|\ \ \ | |/ /
| * | Use posix_getuid() to check for root in pcntl_setpriority() testNikita Popov2019-10-241-7/+7
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-022-2/+10
|\ \ \ | |/ /
| * | Allow SA_RESTART for SIGALRMNikita Popov2019-10-022-2/+10
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-254-8/+0
* | | Convert pcntl functions arginfo to php stubsCraig Duncan2019-09-203-123/+196
* | | Some pcntl cleanupNikita Popov2019-08-271-42/+54
* | | Merge branch 'PHP-7.4'Peter Kokot2019-07-171-3/+3
|\ \ \ | |/ /
| * | Simplify functions checks in m4Peter Kokot2019-07-171-3/+3
* | | Merge branch 'PHP-7.4'Nikita Popov2019-07-031-0/+1
|\ \ \ | |/ /
| * | Skip pcntl_sigwaitinfo() test under asan/msanNikita Popov2019-07-031-0/+1
* | | Merge branch 'PHP-7.4'Peter Kokot2019-06-301-1/+1
|\ \ \ | |/ /
| * | Sync functions checksPeter Kokot2019-06-301-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2019-06-281-0/+1
|\ \ \ | |/ /
| * | Set up asan+ubsan scheduled build on azureNikita Popov2019-06-281-0/+1
* | | Merge branch 'PHP-7.4'Joe Watkins2019-06-141-0/+3
|\ \ \ | |/ /
| * | disable this test temporarilyJoe Watkins2019-06-141-0/+3
* | | Merge branch 'PHP-7.4'Joe Watkins2019-06-141-1/+1
|\ \ \ | |/ /
| * | fix mac tests on azureJoe Watkins2019-06-141-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2019-06-051-5/+16
|\ \ \ | |/ /
| * | Allow exceptions in __toString()Nikita Popov2019-06-051-5/+16
* | | Merge branch 'PHP-7.4'Peter Kokot2019-05-121-2/+0
|\ \ \ | |/ /
| * | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | | Merge branch 'PHP-7.4'Kalle Sommer Nielsen2019-05-021-40/+0
|\ \ \ | |/ /
| * | Remove test-pcntl scriptpeter279k2019-05-021-40/+0
| * | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-2/+2
* | | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-2/+2
|\ \ \