summaryrefslogtreecommitdiff
path: root/ext/standard/dl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restored old behavior of zend_statup_module()Dmitry Stogov2005-06-301-1/+1
* Improved PHP extension loading mechanism with support for module dependencies...Dmitry Stogov2005-06-171-5/+9
* Don't emit the E_STRICT dl-is-deprecated notice on SAPI's where dl() is widel...Wez Furlong2005-06-161-11/+14
* NetWare LibC dlsym works perfectly only thing that each of the extension need...Anantha Kesari H Y2005-05-041-18/+0
* removed redundant NEW_LIBC checksAnantha Kesari H Y2004-09-271-4/+0
* - Need to set handle prior to calling zend_register_module_ex()Marcus Boerger2004-07-201-3/+2
* - Revert storing handle, got lost in 1.92, noticed by Kamesh JayachandranMarcus Boerger2004-07-061-0/+2
* Kill unused var.Ilia Alshanetsky2004-05-251-1/+1
* Merge that nicer error message here tooWez Furlong2004-05-251-8/+8
* Ok, so we do need to rinit here after all.Wez Furlong2004-05-211-0/+8
* Update to reflect recent changes in dl()Wez Furlong2004-05-211-13/+2
* Z_TYPE_P is for zvalsStanislav Malyshev2004-05-181-1/+1
* Fix dl() and extension=Wez Furlong2004-05-181-19/+1
* Don't load modules twiceMarcus Boerger2004-05-011-0/+11
* - improve error messageJan Lehnardt2004-02-141-1/+1
* Finally add a notice to hint people that using dl() is a bad idea...Zeev Suraski2004-02-111-0/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fix a memleak: A second call to *nix version of dlerror() frees the errorMarcus Boerger2003-12-171-0/+1
* #typoDavid Croft2003-08-171-1/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* Enable embedded code using sapi/embed to use dl().Edin Kadribasic2003-01-291-1/+3
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* -php_error -> php_error_docrefMarcus Boerger2002-12-051-1/+1
* Fixed bug #20243Moriyoshi Koizumi2002-11-041-1/+1
* Reverted because my patch doesn't make sense: it was just my problem.Moriyoshi Koizumi2002-10-241-1/+0