Re: [PHP-DEV] version of bundled libzip in sources

2018-08-30 Thread Hajo Locke
Hello, Am 30.08.2018 um 10:50 schrieb Remi Collet: Le 30/08/2018 à 09:47, Hajo Locke a écrit : Hello List, in php7.2 i try to use ZipArchive::setEncryptionNamewith with no success (Call to undefined method). according to the docs of PECL zip these methods are available with libzip >= 1.

[PHP-DEV] version of bundled libzip in sources

2018-08-30 Thread Hajo Locke
Hello List, in php7.2 i try to use ZipArchive::setEncryptionNamewith with no success (Call to undefined method). according to the docs of PECL zip these methods are available with libzip >= 1.2.0 In latest source php-7.2.9/ext/zip/lib version of bundled lib is 1.1.2. So zip extension cant pl

Re: [PHP-DEV] threadsafe php crashes too easily

2018-01-26 Thread Hajo Locke
Hello, thank you all for your suggestions. Am 26.01.2018 um 13:21 schrieb Johannes Schlüter: On Fr, 2018-01-26 at 12:43 +0100, Hajo Locke wrote: Hello List, i hope this is the right place to get helped. I have a promising setup for testing purposes, but unfortunately i ran quick into

[PHP-DEV] threadsafe php crashes too easily

2018-01-26 Thread Hajo Locke
Hello List, i hope this is the right place to get helped. I have a promising setup for testing purposes, but unfortunately i ran quick into problems.  I compiled a minimal libphp7.so (7.2.1)  using this line: ./configure --disable-all  --enable-static --prefix=/usr --with-apxs2=/usr/bin/apxs2

[PHP-DEV] errorlogging/logformat

2013-10-08 Thread Hajo Locke
Hello, 2 short questions respectively feature requests for formating errorlogs. In .htaccess i use logging-directives: php_flag log_errors on php_value error_log /abs/path/file.txt For normal server it is enough, but within cluster-setup i cant detect which Server is having a problem because

[PHP-DEV] question CVE-2010-3436

2011-01-14 Thread Hajo Locke
Hello, short question about CVE-2010-3436 affected is only 5.3.x oder also 5.2.x versions? most sites talk about 5.3 but some debianpages also tell 5.2. what is correct? Thanks, Hajo -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] segmentation fault at to small stacksize( ulimit -s)

2010-09-02 Thread Hajo Locke
Hello, i have a question the installation-list could not solve.thus i try my luck here... I have a script (php-cli) which results in segfault. If i increase stack size by... ulimit -s unlimited ...the script is running and shows correct memory-limit error message. My system's stack size def