RE: [PHP-DEV] Bug #44087

2008-03-04 Thread Hans Zaunere
Jani is right, this is not a PHP bug. You need to configure your system correctly to make sure the libs are checked in the right order for They are - per the bug report, the ordering is correct: # ldconfig -p | grep -i xml2 libxml2.so.2 (libc6,x86-64) = /usr/local/lib/libxml2.so.2

[PHP-DEV] Bug #44087

2008-02-28 Thread Hans Zaunere
. --- Hans Zaunere / President / New York PHP Community -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] dropping curly braces

2005-11-18 Thread Hans Zaunere
, and be very happy to find it was {}. I remember being very, very surprised to find [] doing double duty, and glad that {} existed as an alternative. Yup - if anything, let's remove [] as string access - then again, if it ain't broke, why try to fix it? --- Hans Zaunere / President / New York PHP

RE: [PHP-DEV] AMD64 and libdir Broken?

2005-02-19 Thread Hans Zaunere
great. Hopefully it's just a little glitch after you made the patch. Thanks Joe for taking a look. --- Hans Zaunere President, Founder New York PHP http://www.nyphp.org AMP Technology Supporting Apache, MySQL and PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe

RE: [PHP-DEV] AMD64 and libdir Broken?

2005-02-14 Thread Hans Zaunere
in. --- Hans Zaunere President, Founder New York PHP http://www.nyphp.org AMP Technology Supporting Apache, MySQL and PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] AMD64 and libdir Broken?

2005-02-10 Thread Hans Zaunere
a stable compile for x86_64 systems (/lib64 and all that). Currently HEAD still won't compile. It looks like the --with-libdir option that Joe added is overlooked by the current libtool (even in HEAD). --- Hans Zaunere President, Founder New York PHP http://www.nyphp.org AMP Technology

[PHP-DEV] Blurbs

2005-02-09 Thread Hans Zaunere
Hey guys, Just a quick reminder; needing a couple of blurbs for the upcoming meetings. H -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] AMD64 and libdir Broken?

2005-02-07 Thread Hans Zaunere
* | s390* | x86_64*) lt_cv_deplibs_check_method=pass_all ;; *) # glibc up to 2.1.1 does not perform some relocations on ARM I'll give this a shot and give feedback. Thanks again, --- Hans Zaunere President, Founder New York PHP http://www.nyphp.org -- PHP Internals - PHP Runtime

RE: [PHP-DEV] AMD64 and libdir Broken?

2005-02-07 Thread Hans Zaunere
. So it seems that the libtool version required, won't work for x86_64, and more libtool/auto* voodoo :) Thanks Joe, --- Hans Zaunere President, Founder New York PHP http://www.nyphp.org joe -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

[PHP-DEV] AMD64 and libdir Broken?

2005-02-05 Thread Hans Zaunere
. Any news or ideas? Many thanks, --- Hans Zaunere President, Founder New York PHP http://www.nyphp.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] PHP5 on AMD64

2005-01-08 Thread Hans Zaunere
need to either use PHP 5.1, or = symlink all your libs from /usr/lib and /lib to /usr/lib64 and /lib64 Search the archives for the ./configure, PHP, SuSE and the AMD64 = thread. --- Hans Zaunere President, Founder New York PHP http://www.nyphp.org -- PHP Internals - PHP Runtime Development

RE: [PHP-DEV] Why we don't like PHP /

2004-12-30 Thread Hans Zaunere
That presents somewhat of a chicken-and-egg problem. Production sites won't be compelled to make a move until PHP recommends it in some way, or if there is a killer feature that pulls people in, regardless of the perceived stability. Right, and they shouldn't. If there is no

RE: [PHP-DEV] Why we don't like PHP /

2004-12-28 Thread Hans Zaunere
just for the sake of keeping up with version numbers? Of course not. But changing to enable important new functionality might drive development on both ends. --- Hans Zaunere President, Founder New York PHP AMP Technology http://www.nyphp.org -- PHP Internals - PHP Runtime Development Mailing

RE: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-12-17 Thread Hans Zaunere
much Joe - this is a critical step in getting PHP to work on these newer platforms. Any chance your changes could be back ported into 4 and 5 branches? I know I probably should have mentioned this before their release :) Thanks again, --- Hans Zaunere President, Founder New York PHP http

RE: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-12-12 Thread Hans Zaunere
insight into this would be appreciated. Thanks Joe and everyone - this seems to get things working for both 4 and 5. I'm going to continue testing, and then document all of this for future generations, and will keep you in the loop if something else looks wrong. --- Hans Zaunere President

RE: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-12-12 Thread Hans Zaunere
: passing arg 2 of `add_next_index_zval' makes pointer from integer without a cast /root/INSTALLED/php5/ext/standard/streamsfuncs.c:71: warning: passing arg 2 of `add_next_index_zval' makes pointer from integer without a cast make: *** [ext/standard/streamsfuncs.lo] Error 1 --- Hans Zaunere President

RE: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-10-31 Thread Hans Zaunere
On Fri, Oct 22, 2004 at 02:36:00PM +0200, Derick Rethans wrote: AFAIK Joe is going to commit his patch, but we need to fix it for the PECL extensions too if applicable. I was kind of waiting for Sascha to review it... do you want me to commit it now? PECL extensions (or any

RE: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-10-22 Thread Hans Zaunere
As I mentioned in my original post, --with-module and --with-module-dir seem to have some inconsistencies themselves as well. What is the behavior? Where are the inconsistencies, can you point those out? Here are some notes additions from my previous post. In fact,

RE: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-10-22 Thread Hans Zaunere
For #2, per Robert Silva's post: For #2, I believe he is referring to searching LD_LIBRARY_PATH directories for libraries rather than hardcoding /lib everywhere (which is how its done now). Unfortunately it's not that easy from what I remember. with as it is common to specify

RE: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-09-25 Thread Hans Zaunere
method or by using a symlink, as I did. What I'm not able to figure out is how to eliminate the -lxml - is there a similar hack to the configure script that would cover this? Much appreciated, --- Hans Zaunere President New York PHP http://nyphp.org -- PHP Internals - PHP Runtime Development

Re: [PHP-DEV] validate_file() and strip_file()

2003-11-19 Thread Hans Zaunere
Andi Gutmans wrote: At 02:23 PM 11/19/2003 -0500, Ilia Alshanetsky wrote: IMHO it should be php_check_syntax() and not script_check_syntax() to make clear what it actualy checks (it won't check the syntax of my shell, awk or perl scripts, would it? ;) Good idea, we already have some

[PHP-DEV] Undefined variables as extension args

2003-06-05 Thread Hans Zaunere
Hello, Please forgive me if this question is redundant, but I've searched high and low to no avail. As a PHP extension, I'm writing a ZEND_FUNCTION(myfunc) that needs to accept two variables from PHP land, fill in two values (longs) and then return TRUE or FALSE. Briefly: