summaryrefslogtreecommitdiff
path: root/ext/standard/dl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Fix foldingHannes Magnusson2011-09-071-2/+2
* -fix bug 54935, php_win_err can lead to crashPierre Joye2011-05-261-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Removed safe_modeKalle Sommer Nielsen2010-04-261-3/+0
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - fix leak in DL on error (windows)Pierre Joye2009-10-211-0/+10
* Fix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX s...Scott MacVicar2009-08-061-3/+3
* Build IDsStanislav Malyshev2009-01-171-13/+14
* - declaration and impl matchPierre Joye2009-01-071-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Improved fix (used 's' in parameter parsing)Felipe Pena2008-05-161-15/+10
* - Added conversion to string.Felipe Pena2008-05-161-1/+3
* We don't nave to change request shutdown sequence if dl() was failedDmitry Stogov2008-02-281-1/+3
* - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)Marcus Boerger2008-02-231-1/+3