[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-general
Subject:    Compiling PHP 7.4 with support for non-native OpenSSL
From:       Pete Cooper <pete () pragmatika ! net>
Date:       2019-11-12 17:40:35
Message-ID: 3F25B8DB-3DD2-4A7A-A11E-D40CBC5B9880 () pragmatika ! net
[Download RAW message or body]

Hello.

I run an Ubuntu server with PHP 7.2.24, PHP 7.3.11 and PHP 7.4.0RC6, primarily \
alongside Nginx via PHP-FPM. I compile PHP from source, and I bake in the latest \
OpenSSL (1.1.1d at the time of writing) among other things.

For PHP 7.2 and 7.3, I can achieve this. For PHP 7.4, I cannot. I think I must be \
doing something wrong, because PHP reverts (?) to the system-native OpenSSL (1.1.1 at \
the time of writing). There were no errors thrown during the compile on any of the \
three versions.

I would be most grateful for additional eyes / brains, and any pointers for further \
reading or areas to investigate as I have run out of ideas. I have full root access \
to everything and I've just built a test server from scratch to make sure I'm not \
seeing things.

Thank you in advance for any advice or feedback.

Pete

== Compile (configure) flags ==

= PHP 7.2 =

./configure \
--enable-bcmath \
--enable-cli \
--enable-dom \
--enable-exif \
--enable-fpm \
--enable-intl \
--enable-json \
--enable-libxml \
--enable-mbstring \
--enable-opcache \
--enable-simplexml \
--enable-soap \
--enable-sockets \
--enable-xml \
--enable-zip \
--prefix=/etc/php/7.2/ \
--with-config-file-path=/etc/php/7.2/etc/ \
--with-curl \
--with-fpm-group=www-data \
--with-fpm-user=www-data \
--with-freetype-dir=/usr/lib/x86_64-linux-gnu/ \
--with-gd \
--with-jpeg-dir \
--with-mysqli \
--with-openssl=/etc/php/shared/openssl/ \
--with-pdo-mysql \
--with-pear \
--with-png-dir \
--with-sodium \
--with-webp-dir \
--with-xsl \
--with-zlib=/etc/php/shared/zlib/

= PHP 7.3 =

./configure \
--enable-bcmath \
--enable-cli \
--enable-dom \
--enable-exif \
--enable-fpm \
--enable-intl \
--enable-json \
--enable-libxml \
--enable-mbstring \
--enable-opcache \
--enable-simplexml \
--enable-soap \
--enable-sockets \
--enable-xml \
--enable-zip \
--prefix=/etc/php/7.3/ \
--with-config-file-path=/etc/php/7.3/etc \
--with-curl \
--with-fpm-group=www-data \
--with-fpm-user=www-data \
--with-freetype-dir=/usr/lib/x86_64-linux-gnu \
--with-gd \
--with-jpeg-dir \
--with-mysqli \
--with-openssl=/etc/php/shared/openssl \
--with-pdo-mysql \
--with-pear \
--with-png-dir \
--with-sodium \
--with-webp-dir \
--with-xsl \
--with-zlib=/etc/php/shared/zlib

= PHP 7.4 =

./configure \
--enable-bcmath \
--enable-cli \
--enable-dom \
--enable-exif \
--enable-fpm \
--enable-gd \
--enable-intl \
--enable-json \
--enable-mbstring \
--enable-opcache \
--enable-simplexml \
--enable-soap \
--enable-sockets \
--prefix=/etc/php/7.4/ \
--with-config-file-path=/etc/php/7.4/etc \
--with-curl \
--with-fpm-group=www-data \
--with-fpm-user=www-data \
--with-freetype \
--with-jpeg \
--with-libxml \
--with-mysqli \
--with-openssl=/etc/php/shared/openssl \
--with-pdo-mysql \
--with-pear \
--with-sodium \
--with-webp \
--with-xsl \
--with-zip \
--with-zlib=/etc/php/shared/zlib

== Headline details from `php -I` ==

= PHP 7.2 =

phpinfo()
PHP Version => 7.2.24

System => Linux darwin 4.15.0-66-generic #75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019 \
x86_64 Build Date => Nov 12 2019 16:18:32
Configure Command =>  './configure'  '--enable-bcmath' '--enable-cli' '--enable-dom' \
'--enable-exif' '--enable-fpm' '--enable-intl' '--enable-json' '--enable-libxml' \
'--enable-mbstring' '--enable-opcache' '--enable-simplexml' '--enable-soap' \
'--enable-sockets' '--enable-xml' '--enable-zip' '--prefix=/etc/php/7.2/' \
'--with-config-file-path=/etc/php/7.2/etc/' '--with-curl' '--with-fpm-group=www-data' \
'--with-fpm-user=www-data' '--with-freetype-dir=/usr/lib/x86_64-linux-gnu/' \
'--with-gd' '--with-jpeg-dir' '--with-mysqli' \
'--with-openssl=/etc/php/shared/openssl/' '--with-pdo-mysql' '--with-pear' \
'--with-png-dir' '--with-sodium' '--with-webp-dir' '--with-xsl' \
'--with-zlib=/etc/php/shared/zlib/'

= PHP 7.3 =

phpinfo()
PHP Version => 7.3.11

System => Linux darwin 4.15.0-66-generic #75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019 \
x86_64 Build Date => Nov 12 2019 16:43:16
Configure Command =>  './configure'  '--enable-bcmath' '--enable-cli' '--enable-dom' \
'--enable-exif' '--enable-fpm' '--enable-intl' '--enable-json' '--enable-libxml' \
'--enable-mbstring' '--enable-opcache' '--enable-simplexml' '--enable-soap' \
'--enable-sockets' '--enable-xml' '--enable-zip' '--prefix=/etc/php/7.3/' \
'--with-config-file-path=/etc/php/7.3/etc' '--with-curl' '--with-fpm-group=www-data' \
'--with-fpm-user=www-data' '--with-freetype-dir=/usr/lib/x86_64-linux-gnu' \
'--with-gd' '--with-jpeg-dir' '--with-mysqli' \
'--with-openssl=/etc/php/shared/openssl' '--with-pdo-mysql' '--with-pear' \
'--with-png-dir' '--with-sodium' '--with-webp-dir' '--with-xsl' \
'--with-zlib=/etc/php/shared/zlib'

= PHP 7.4 =

phpinfo()
PHP Version => 7.4.0RC6

System => Linux darwin 4.15.0-66-generic #75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019 \
x86_64 Build Date => Nov 12 2019 17:09:02
Configure Command =>  './configure'  '--enable-bcmath' '--enable-cli' '--enable-dom' \
'--enable-exif' '--enable-fpm' '--enable-gd' '--enable-intl' '--enable-json' \
'--enable-mbstring' '--enable-opcache' '--enable-simplexml' '--enable-soap' \
'--enable-sockets' '--prefix=/etc/php/7.4/' \
'--with-config-file-path=/etc/php/7.4/etc' '--with-curl' '--with-fpm-group=www-data' \
'--with-fpm-user=www-data' '--with-freetype' '--with-jpeg' '--with-libxml' \
'--with-mysqli' '--with-openssl=/etc/php/shared/openssl' '--with-pdo-mysql' \
'--with-pear' '--with-sodium' '--with-webp' '--with-xsl' '--with-zip' \
'--with-zlib=/etc/php/shared/zlib'

== OpenSSL details from `php -i` ==

= PHP 7.2 =

openssl

OpenSSL support => enabled
OpenSSL Library Version => OpenSSL 1.1.1d  10 Sep 2019
OpenSSL Header Version => OpenSSL 1.1.1d  10 Sep 2019
Openssl default config => /etc/php/shared/openssl/openssl.cnf

= PHP 7.3 =

openssl

OpenSSL support => enabled
OpenSSL Library Version => OpenSSL 1.1.1d  10 Sep 2019
OpenSSL Header Version => OpenSSL 1.1.1d  10 Sep 2019
Openssl default config => /etc/php/shared/openssl/openssl.cnf

= PHP 7.4 =

openssl

OpenSSL support => enabled
OpenSSL Library Version => OpenSSL 1.1.1  11 Sep 2018
OpenSSL Header Version => OpenSSL 1.1.1  11 Sep 2018
Openssl default config => /usr/lib/ssl/openssl.cnf

-- 
Pete Cooper
pete@pragmatika.net
https://pragmatika.net

Please note: my working hours may not be your working hours. Please do not feel \
obligated to reply outside of your normal work schedule.


[Attachment #3 (unknown)]

<html><head><meta http-equiv="Content-Type" content="text/html; \
charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; \
line-break: after-white-space;" class=""><div class="">Hello.</div><div class=""><br \
class=""></div>I run an Ubuntu server with PHP 7.2.24, PHP 7.3.11 and PHP 7.4.0RC6, \
primarily alongside Nginx via PHP-FPM. I compile PHP from source, and I bake in the \
latest OpenSSL (1.1.1d at the time of writing) among other things.<div class=""><br \
class=""></div><div class="">For PHP 7.2 and 7.3, I can achieve this. For PHP 7.4, I \
cannot. I think I must be doing something wrong, because PHP reverts (?) to the \
system-native OpenSSL (1.1.1 at the time of writing). There were no errors thrown \
during the compile on any of the three versions.</div><div class=""><br \
class=""></div><div class="">I would be most grateful for additional eyes / brains, \
and any pointers for further reading or areas to investigate as I have run out of \
ideas. I have full root access to everything and I've just built a test server from \
scratch to make sure I'm not seeing things.</div><div class=""><br \
class=""></div><div class="">Thank you in advance for any advice or \
feedback.</div><div class=""><br class=""></div><div class="">Pete</div><div \
class=""><br class=""></div><div class="">== Compile (configure) flags ==</div><div \
class=""><br class=""></div><div class="">= PHP 7.2 =</div><div class=""><br \
class=""></div><div class="">./configure \<br class="">--enable-bcmath \<br \
class="">--enable-cli \<br class="">--enable-dom \<br class="">--enable-exif \<br \
class="">--enable-fpm \<br class="">--enable-intl \<br class="">--enable-json \<br \
class="">--enable-libxml \<br class="">--enable-mbstring \<br \
class="">--enable-opcache \<br class="">--enable-simplexml \<br \
class="">--enable-soap \<br class="">--enable-sockets \<br class="">--enable-xml \<br \
class="">--enable-zip \<br class="">--prefix=/etc/php/7.2/ \<br \
class="">--with-config-file-path=/etc/php/7.2/etc/ \<br class="">--with-curl \<br \
class="">--with-fpm-group=www-data \<br class="">--with-fpm-user=www-data \<br \
class="">--with-freetype-dir=/usr/lib/x86_64-linux-gnu/ \<br class="">--with-gd \<br \
class="">--with-jpeg-dir \<br class="">--with-mysqli \<br \
class="">--with-openssl=/etc/php/shared/openssl/ \<br class="">--with-pdo-mysql \<br \
class="">--with-pear \<br class="">--with-png-dir \<br class="">--with-sodium \<br \
class="">--with-webp-dir \<br class="">--with-xsl \<br \
class="">--with-zlib=/etc/php/shared/zlib/</div><div class=""><br class=""></div><div \
class="">= PHP 7.3 =</div><div class=""><br class=""></div><div class="">./configure \
\<br class="">--enable-bcmath \<br class="">--enable-cli \<br class="">--enable-dom \
\<br class="">--enable-exif \<br class="">--enable-fpm \<br class="">--enable-intl \
\<br class="">--enable-json \<br class="">--enable-libxml \<br \
class="">--enable-mbstring \<br class="">--enable-opcache \<br \
class="">--enable-simplexml \<br class="">--enable-soap \<br \
class="">--enable-sockets \<br class="">--enable-xml \<br class="">--enable-zip \<br \
class="">--prefix=/etc/php/7.3/ \<br \
class="">--with-config-file-path=/etc/php/7.3/etc \<br class="">--with-curl \<br \
class="">--with-fpm-group=www-data \<br class="">--with-fpm-user=www-data \<br \
class="">--with-freetype-dir=/usr/lib/x86_64-linux-gnu \<br class="">--with-gd \<br \
class="">--with-jpeg-dir \<br class="">--with-mysqli \<br \
class="">--with-openssl=/etc/php/shared/openssl \<br class="">--with-pdo-mysql \<br \
class="">--with-pear \<br class="">--with-png-dir \<br class="">--with-sodium \<br \
class="">--with-webp-dir \<br class="">--with-xsl \<br \
class="">--with-zlib=/etc/php/shared/zlib</div><div class=""><br class=""></div><div \
class="">= PHP 7.4 =</div><div class=""><br class=""></div><div class=""><div \
class="">./configure \</div><div class="">--enable-bcmath \</div><div \
class="">--enable-cli \</div><div class="">--enable-dom \</div><div \
class="">--enable-exif \</div><div class="">--enable-fpm \</div><div \
class="">--enable-gd \</div><div class="">--enable-intl \</div><div \
class="">--enable-json \</div><div class="">--enable-mbstring \</div><div \
class="">--enable-opcache \</div><div class="">--enable-simplexml \</div><div \
class="">--enable-soap \</div><div class="">--enable-sockets \</div><div \
class="">--prefix=/etc/php/7.4/ \</div><div \
class="">--with-config-file-path=/etc/php/7.4/etc \</div><div class="">--with-curl \
\</div><div class="">--with-fpm-group=www-data \</div><div \
class="">--with-fpm-user=www-data \</div><div class="">--with-freetype \</div><div \
class="">--with-jpeg \</div><div class="">--with-libxml \</div><div \
class="">--with-mysqli \</div><div class="">--with-openssl=/etc/php/shared/openssl \
\</div><div class="">--with-pdo-mysql \</div><div class="">--with-pear \</div><div \
class="">--with-sodium \</div><div class="">--with-webp \</div><div \
class="">--with-xsl \</div><div class="">--with-zip \</div><div \
class="">--with-zlib=/etc/php/shared/zlib</div></div><div class=""><br \
class=""></div><div class="">== Headline details from `php -I` ==</div><div \
class=""><br class=""></div><div class="">= PHP 7.2 =</div><div class=""><br \
class=""></div><div class="">phpinfo()<br class="">PHP Version =&gt; 7.2.24<br \
class=""><br class="">System =&gt; Linux darwin 4.15.0-66-generic #75-Ubuntu SMP Tue \
Oct 1 05:24:09 UTC 2019 x86_64<br class="">Build Date =&gt; Nov 12 2019 16:18:32<br \
class="">Configure Command \
=&gt;&nbsp;&nbsp;'./configure'&nbsp;&nbsp;'--enable-bcmath' '--enable-cli' \
'--enable-dom' '--enable-exif' '--enable-fpm' '--enable-intl' '--enable-json' \
'--enable-libxml' '--enable-mbstring' '--enable-opcache'&nbsp;'--enable-simplexml' \
'--enable-soap' '--enable-sockets' '--enable-xml' '--enable-zip' \
'--prefix=/etc/php/7.2/' '--with-config-file-path=/etc/php/7.2/etc/' '--with-curl' \
'--with-fpm-group=www-data' '--with-fpm-user=www-data' \
'--with-freetype-dir=/usr/lib/x86_64-linux-gnu/' '--with-gd' '--with-jpeg-dir' \
'--with-mysqli' '--with-openssl=/etc/php/shared/openssl/' '--with-pdo-mysql' \
'--with-pear' '--with-png-dir' '--with-sodium' '--with-webp-dir' '--with-xsl' \
'--with-zlib=/etc/php/shared/zlib/'</div><div class=""><br class=""></div><div \
class="">= PHP 7.3 =</div><div class=""><br class=""></div><div class="">phpinfo()<br \
class="">PHP Version =&gt; 7.3.11<br class=""><br class="">System =&gt; Linux darwin \
4.15.0-66-generic #75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019 x86_64<br class="">Build \
Date =&gt; Nov 12 2019 16:43:16<br class="">Configure Command \
=&gt;&nbsp;&nbsp;'./configure'&nbsp;&nbsp;'--enable-bcmath' '--enable-cli' \
'--enable-dom' '--enable-exif' '--enable-fpm' '--enable-intl' '--enable-json' \
'--enable-libxml' '--enable-mbstring' '--enable-opcache'&nbsp;'--enable-simplexml' \
'--enable-soap' '--enable-sockets' '--enable-xml' '--enable-zip' \
'--prefix=/etc/php/7.3/' '--with-config-file-path=/etc/php/7.3/etc' '--with-curl' \
'--with-fpm-group=www-data' '--with-fpm-user=www-data' \
'--with-freetype-dir=/usr/lib/x86_64-linux-gnu' '--with-gd' '--with-jpeg-dir' \
'--with-mysqli' '--with-openssl=/etc/php/shared/openssl' '--with-pdo-mysql' \
'--with-pear' '--with-png-dir' '--with-sodium' '--with-webp-dir' '--with-xsl' \
'--with-zlib=/etc/php/shared/zlib'<br class=""><br class=""></div><div class="">= PHP \
7.4 =</div><div class=""><br class=""></div><div class="">phpinfo()</div><div \
class="">PHP Version =&gt; 7.4.0RC6<br class=""><br class="">System =&gt; Linux \
darwin 4.15.0-66-generic #75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019 x86_64<br \
class="">Build Date =&gt; Nov 12 2019 17:09:02<br class="">Configure Command \
=&gt;&nbsp;&nbsp;'./configure'&nbsp;&nbsp;'--enable-bcmath' '--enable-cli' \
'--enable-dom' '--enable-exif' '--enable-fpm' '--enable-gd' '--enable-intl' \
'--enable-json' '--enable-mbstring' '--enable-opcache' '--enable-simplexml' \
'--enable-soap' '--enable-sockets' '--prefix=/etc/php/7.4/' \
'--with-config-file-path=/etc/php/7.4/etc' '--with-curl' '--with-fpm-group=www-data' \
'--with-fpm-user=www-data' '--with-freetype' '--with-jpeg' '--with-libxml' \
'--with-mysqli' '--with-openssl=/etc/php/shared/openssl' '--with-pdo-mysql' \
'--with-pear' '--with-sodium' '--with-webp' '--with-xsl' '--with-zip' \
'--with-zlib=/etc/php/shared/zlib'</div><div class=""><br class=""></div><div \
class="">== OpenSSL details from `php -i` ==</div><div class=""><br \
class=""></div><div class="">= PHP 7.2 =</div><div class=""><br class=""></div><div \
class="">openssl<br class=""><br class="">OpenSSL support =&gt; enabled<br \
class="">OpenSSL Library Version =&gt; OpenSSL 1.1.1d&nbsp;&nbsp;10 Sep 2019<br \
class="">OpenSSL Header Version =&gt; OpenSSL 1.1.1d&nbsp;&nbsp;10 Sep 2019<br \
class="">Openssl default config =&gt; /etc/php/shared/openssl/openssl.cnf</div><div \
class=""><br class=""></div><div class="">= PHP 7.3 =</div><div class=""><br \
class=""></div><div class="">openssl<br class=""><br class="">OpenSSL support =&gt; \
enabled<br class="">OpenSSL Library Version =&gt; OpenSSL 1.1.1d&nbsp;&nbsp;10 Sep \
2019<br class="">OpenSSL Header Version =&gt; OpenSSL 1.1.1d&nbsp;&nbsp;10 Sep \
2019<br class="">Openssl default config =&gt; \
/etc/php/shared/openssl/openssl.cnf</div><div class=""><br class=""></div><div \
class="">= PHP 7.4 =</div><div class=""><br class=""></div><div class="">openssl<br \
class=""><br class="">OpenSSL support =&gt; enabled<br class="">OpenSSL Library \
Version =&gt; OpenSSL 1.1.1&nbsp;&nbsp;11 Sep 2018<br class="">OpenSSL Header Version \
=&gt; OpenSSL 1.1.1&nbsp;&nbsp;11 Sep 2018<br class="">Openssl default config =&gt; \
/usr/lib/ssl/openssl.cnf<br class=""><div class=""><br class=""></div></div><div \
class=""><div class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; \
text-align: start; text-indent: 0px; text-transform: none; white-space: normal; \
word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; \
-webkit-nbsp-mode: space; line-break: after-white-space;" class=""><span \
style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: \
normal; font-variant-ligatures: normal; font-variant-caps: normal; \
font-variant-east-asian: normal; font-variant-position: normal; font-weight: normal; \
letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; \
white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; \
display: inline !important;" class="">--&nbsp;</span><br style="color: rgb(0, 0, 0); \
font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: \
normal; font-variant-caps: normal; font-variant-east-asian: normal; \
font-variant-position: normal; font-weight: normal; letter-spacing: normal; \
text-align: start; text-indent: 0px; text-transform: none; white-space: normal; \
word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="color: \
rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; \
font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: \
normal; font-variant-position: normal; font-weight: normal; letter-spacing: normal; \
text-align: start; text-indent: 0px; text-transform: none; white-space: normal; \
word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline \
!important;" class="">Pete Cooper</span><br style="color: rgb(0, 0, 0); font-family: \
Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: normal; \
font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: \
normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: \
0px; text-transform: none; white-space: normal; word-spacing: 0px; \
-webkit-text-stroke-width: 0px;" class=""><span style="color: rgb(0, 0, 0); \
font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: \
normal; font-variant-caps: normal; font-variant-east-asian: normal; \
font-variant-position: normal; font-weight: normal; letter-spacing: normal; \
text-align: start; text-indent: 0px; text-transform: none; white-space: normal; \
word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline \
!important;" class=""><a href="mailto:pete@pragmatika.net" \
class="">pete@pragmatika.net</a></span><br style="color: rgb(0, 0, 0); font-family: \
Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: normal; \
font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: \
normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: \
0px; text-transform: none; white-space: normal; word-spacing: 0px; \
-webkit-text-stroke-width: 0px;" class=""><span style="color: rgb(0, 0, 0); \
font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: \
normal; font-variant-caps: normal; font-variant-east-asian: normal; \
font-variant-position: normal; font-weight: normal; letter-spacing: normal; \
text-align: start; text-indent: 0px; text-transform: none; white-space: normal; \
word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline \
!important;" class=""><a href="https://pragmatika.net" \
class="">https://pragmatika.net</a></span></div><div style="color: rgb(0, 0, 0); \
letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; \
white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: \
break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><span \
style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: \
normal; font-variant-ligatures: normal; font-variant-caps: normal; \
font-variant-east-asian: normal; font-variant-position: normal; font-weight: normal; \
letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; \
white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; \
display: inline !important;" class=""><br class=""></span></div><div style="color: \
rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; \
text-transform: none; white-space: normal; word-spacing: 0px; \
-webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; \
line-break: after-white-space;" class=""><span style="color: rgb(0, 0, 0); \
font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: \
normal; font-variant-caps: normal; font-variant-east-asian: normal; \
font-variant-position: normal; font-weight: normal; letter-spacing: normal; \
text-align: start; text-indent: 0px; text-transform: none; white-space: normal; \
word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline \
!important;" class="">Please note: my working hours may not&nbsp;be your working \
hours. Please do not&nbsp;feel obligated to reply outside of your&nbsp;normal work \
schedule.</span></div> </div>
<br class=""></div></body></html>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic