summaryrefslogtreecommitdiff
path: root/ext/standard/dl.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #80718Nikita Popov2021-02-111-2/+3
* Check linker compatibility directly from HMODULEChristoph M. Becker2020-09-211-4/+2
* Promote a few remaining errors in ext/standardMáté Kocsis2020-09-151-1/+1
* Remove proto comments from C filesMax Semenik2020-07-061-8/+4
* Constify char * arguments of APIstwosee2020-06-081-21/+33
* Add stubs for some SAPIsMáté Kocsis2020-05-141-1/+1
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Fix signature and callsAnatol Belski2019-08-271-1/+1
* Implement stricter extension compatibility checkAnatol Belski2019-03-311-0/+10
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Future-proof email addresses...Zeev Suraski2018-11-011-1/+1
* Remove HAVE_STRING_HPeter Kokot2018-09-181-4/+0
* Fix localized error messages and memory leaksAnatol Belski2018-09-171-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Ensure there are no line breaks in the error msgAnatol Belski2018-02-011-0/+2
* year++Xinchen Hui2018-01-021-1/+1
* Fix bug #75279Peter Kokot2017-09-291-1/+1
* remove casts and ensure no out of bounds accessAnatol Belski2017-07-211-2/+1
* fix regression introduced by 0782a7fc6314c8bd3cbfd57f12d0479bf9cc8dc7Anatol Belski2017-07-181-24/+24
* fix foldAnatol Belski2017-07-131-0/+1
* Fixed bug #74866 extension_dir = "./ext" now use current directory for baseFrancois Laupretre2017-07-131-23/+36
* replace the stack var by a macroAnatol Belski2017-07-061-6/+4
* Minor refactor of load extension by name implSara Golemon2017-06-221-12/+10
* Allow loading PHP and Zend extensions by nameFrancois Laupretre2017-06-221-4/+29
* Merge branch 'PHP-7.1'Xinchen Hui2017-04-101-1/+1
|\
| * Fixed condition checkXinchen Hui2017-04-101-1/+1
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | Use new param API in standardSara Golemon2016-12-301-3/+3
* | Remove Netware supportKalle Sommer Nielsen2016-11-121-3/+0
* | Drop unnecessary macro redefinitionNikita Popov2016-09-041-6/+0
|/
* 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
* | fix dl() functionAntony Dovgal2015-09-301-2/+2
* | Merge branch 'pull-request/988'Stanislav Malyshev2015-01-311-35/+1
|\ \
| * | remove PHP4 extension structure compatJulien Pauli2015-01-091-35/+1
* | | Remove dl() on fpm-fcgiNikita Popov2015-01-261-12/+0
* | | bump yearXinchen Hui2015-01-151-1/+1
|/ /
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-23/+23
* | fix datatype mismatch warningAnatol Belski2014-10-221-1/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* | master renames phase 1Anatol Belski2014-08-251-1/+1
* | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-1/+1
* | Fixed modeDmitry Stogov2014-08-141-0/+0
* | Fixed compilation warningsDmitry Stogov2014-08-141-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Improve warning when trying to load zend ext as PHP moduleJohannes Schlüter2013-04-041-0/+5