Re: [PHP-INSTALL] PHP5.3, php.ini and ~E_DEPRECATED

2010-01-02 Thread Andre Hübner
Hello, had same question a while ago. Look at this, there is a patch: http://bugs.php.net/bug.php?id=50251 Andre - Original Message - From: "Earl Cooley III" To: Sent: Saturday, January 02, 2010 10:33 AM Subject: [PHP-INSTALL] PHP5.3, php.ini and ~E_DEPRECATED Has anyone figured

[PHP-INSTALL] php 5.3 - older openssl

2009-11-30 Thread Andre Hübner
Hi, is there any chance to run php 5.3 with older openssl libs. On my machine Version 0.9.6 is installed. At compiling i get error: /bin/sh /usr/src//php5-5.3.1/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/openssl/ -I/usr/src//php5-5.3.1/ext/openssl/ -DPHP_ATOM_INC -I/usr/sr

[PHP-INSTALL] mysqlnd - hide Client statistics

2009-11-26 Thread Andre Hübner
Hello, is use mysqlnd with mysql 5.3.1, works great. i wonder if it is possible to hide the big mysqlnd-statistics block in output of infophp(); I already set "Collecting statistics" to off, but the block "Client statistics" still apears. is ther an ini-param, or compile-option or sourcepatch

[PHP-INSTALL] --with--config-file-scan-dir multiple paths

2009-07-22 Thread Andre Hübner
Hello, i try to use multiple paths for this configure-switch. I tried with: --with-config-file-scan-dir=/etc/php5-config:/etc/php5-config-extra I hoped that common Path-Separator ":" could be used. But php-ignores this path completely. Ist there a way to achieve this? Background is that i use

Re: [PHP-INSTALL] phpize calendar

2008-09-30 Thread Andre Hübner
no ./configure after phpize ? something in errorlog? should work if your running php is also in version 5.2.6 webserver restartet/reloaded? Andre - Original Message - From: "Robert Everson" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 30, 2008 8:48 PM Subject: [PHP-INSTALL] php

[PHP-INSTALL] problems to enable pd_mysql/mysqli

2008-09-15 Thread Andre Hübner
Hi List, have a little Problem to enable pdo_mysql/mysqli in current php 5.2.6 installed ist Mysql 5.0.67 MySQL-server-5.0.67-0 MySQL-shared-compat-5.0.67-0 MySQL-devel-5.0.67-0 MySQL-shared-5.0.67-0 MySQL-client-5.0.67-0 Configurer switch for mysql is: --with-mysql=shared,/usr . --with-mysqli

Re: [PHP-INSTALL] chmod problem with mkdir()

2008-06-25 Thread Andre Hübner
Hallo, yes, you are right. system umask is 0022 But php-function umask(); solves the problem without changing global environment. Thanks Andre - Original Message - From: Jesse Santana To: Andre Hübner Sent: Wednesday, June 25, 2008 4:28 PM Subject: Re: [PHP-INSTALL] chmod

[PHP-INSTALL] chmod problem with mkdir()

2008-06-25 Thread Andre Hübner
Hello List, i have a problem with simple script that uses mkdir(); mkdir("/path/path/folder", 0777); The highest chmod i get in created folder is 755, the 777 is ignored, but less chmod like 705 accepted. What could be wrong? Of course i can use chmod() after mkdir() but i think function shou

[PHP-INSTALL] php update and openssl problem

2008-06-09 Thread Andre Hübner
Hi, have a problem with new php 5.2.6 and openssl on older machine. php ist compiled directly on this machine. On Startup i get error: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/openssl.so' - /usr/lib/php/o penssl.so: undefined symbol: EVP_MD_CTX_cleanup in Unknown

[PHP-INSTALL] php mail postfix linebreaks

2008-06-06 Thread Andre Hübner
Hi, actually i have the problem described here: http://www.php.net/manual/en/function.mail.php Note: If messages are not received, try using a LF (\n) only. Some poor quality Unix mail transfer agents replace LF by CRLF automatically (which leads to doubling CR if CRLF is used). This should be

[PHP-INSTALL] LF CRLF php-->mail-->postfix

2008-05-30 Thread Andre Hübner
Hi, actually i have the problem described here: http://www.php.net/manual/en/function.mail.php Note: If messages are not received, try using a LF (\n) only. Some poor quality Unix mail transfer agents replace LF by CRLF automatically (which leads to doubling CR if CRLF is used). This should be

Re: [PHP-INSTALL] successful compiled, but errors at use

2008-01-24 Thread Andre Hübner
if someone is interessted. error was caused by php.ini for my php-cgi i used an other php.ini and all was fine. size of the both inis is slighly differnet but i cant find any difference... no idea, but now its working... - Original Message - From: "Andre Hübner" <[EM

Re: [PHP-INSTALL] Compile PHP 5.2.5 Under Fedora 8

2008-01-22 Thread Andre Hübner
check if libxml2-devel is also installed - Original Message - From: "Chip Burke" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 22, 2008 4:19 PM Subject: [PHP-INSTALL] Compile PHP 5.2.5 Under Fedora 8 I am unable to get the configure script to complete on my Fedora 8 x86_64 install.

[PHP-INSTALL] successful compiled, but errors at use

2008-01-22 Thread Andre Hübner
Hi List, my Situation is as follows. I use on suse 10.1 apache2 and php5 as modul and php5 as cgi using mod_fcgid For some tests i also want to have a php4 as second cgi I compiled with this configure-line: ./configure --prefix=/usr/ --datadir=/usr/share/php/ --bindir=/usr/bin/ --libdir=/usr/s