/[smeserver]/rpms/php/sme8/php-5.0.4-dlopen.patch
ViewVC logotype

Annotation of /rpms/php/sme8/php-5.0.4-dlopen.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Sat Feb 6 20:36:50 2010 UTC (14 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: php-5_2_10-1_el5_sme, php-5_3_3-15_el5_sme, php-5_3_3-1_el5_7_3, php-5_3_3-13_el5_9_1, php-5_3_3-16_el5_sme, php-5_3_3-14_el5_sme, php-5_3_3-1_el5_sme_6, php-5_3_3-13_el5_sme_1, php-5_3_3-1_el5_sme_3, php-5_3_3-1_el5_sme_1_0, php-5_3_3-13_el5_sme_2, php-5_3_3-1_el5_sme_1_1, php-5_3_3-17_el5_sme, php-5_3_3-1_el5_7_6, php-5_3_3-13_el5_sme, php-5_3_3-13_el6, php-5_3_3-1_el5_sme_1, HEAD
Branch point for: redhat-upstream
Initial import

1 slords 1.1 --- php-5.0.4/Zend/zend.h.dlopen
2     +++ php-5.0.4/Zend/zend.h
3     @@ -102,11 +102,11 @@
4     # endif
5    
6     # if defined(RTLD_GROUP) && defined(RTLD_WORLD) && defined(RTLD_PARENT)
7     -# define DL_LOAD(libname) dlopen(libname, RTLD_LAZY | RTLD_GLOBAL | RTLD_GROUP | RTLD_WORLD | RTLD_PARENT)
8     +# define DL_LOAD(libname) dlopen(libname, RTLD_NOW | RTLD_GLOBAL | RTLD_GROUP | RTLD_WORLD | RTLD_PARENT)
9     # elif defined(RTLD_DEEPBIND)
10     -# define DL_LOAD(libname) dlopen(libname, RTLD_LAZY | RTLD_GLOBAL | RTLD_DEEPBIND)
11     +# define DL_LOAD(libname) dlopen(libname, RTLD_NOW | RTLD_GLOBAL | RTLD_DEEPBIND)
12     # else
13     -# define DL_LOAD(libname) dlopen(libname, RTLD_LAZY | RTLD_GLOBAL)
14     +# define DL_LOAD(libname) dlopen(libname, RTLD_NOW | RTLD_GLOBAL)
15     # endif
16     # define DL_UNLOAD dlclose
17     # if defined(DLSYM_NEEDS_UNDERSCORE)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed