summaryrefslogtreecommitdiff
path: root/ext/standard/dl.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed condition checkXinchen Hui2017-04-101-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* 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
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH:- Added support for [HOST=www.example.com] special sectionsJani Taskinen2007-11-091-28/+38
* MFH: ws + cs + syncJani Taskinen2007-11-091-60/+59
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* limit dl() argument length (patch by Christian Hoffmann)Stanislav Malyshev2007-09-181-0/+5
* MFH: cs/wsJani Taskinen2007-09-131-4/+5
* docs say dl() parameter can be filename only - enforce itStanislav Malyshev2007-09-131-0/+7
* Simplify code by converting emalloc() + sprintf() to spprintf()Ilia Alshanetsky2007-02-231-4/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Fixed problem with -dextension=foobar.so not having it's MINIT run.foobar2005-08-081-5/+5
* - Bumber up yearfoobar2005-08-031-1/+1
* - Fixed bug #33899 (CLI: setting extension_dir=some/path extension=foobar.so ...foobar2005-07-291-6/+5
* Fixed bug in new module statrup mechanismDmitry Stogov2005-07-181-1/+1