NYCPHP Meetup

NYPHP.org

[nycphp-talk] Building php 5.x.x wierdness

P Yurt pyurt at yahoo.com
Fri Sep 1 19:46:23 EDT 2006


I've noticed differences in "paths" with PHP5. 

With files that were found in PHP4 I am required to be more
exact in
locating them with PHP5. 



-----Original Message-----
From: talk-bounces at lists.nyphp.org
[mailto:talk-bounces at lists.nyphp.org] On
Behalf Of Rick Olson
Sent: Friday, September 01, 2006 3:20 PM
To: NYPHP Talk
Subject: Re: [nycphp-talk] Building php 5.x.x wierdness

What configure options are you passing? Also, those functions
are all in 
the phpsrc/ext/standard/ extension, perhaps for some strange
reason 
that's not making it into your build process.


Rick


Nunez, Eddy wrote:
>
> I don't understand why this happens ...
>
> Fatal error: Call to undefined function phpinfo() in 
> /home/php/php-5.1.6/sapi/cli/test.php on line 4
>
> System type: SuSE linux 7.0
>
> All versions of 4 compile fine so does 5.0.5 comes out
fine.but.
>
> All versions higher produce a library/binary with missing
functions, 
> functions like phpinfo, print_r, date, even var_dump
>
> I used the "nm" tool to see if the symbol(s) are present.
>
> For phpinfo, it finds .
>
> 08392de0 B phpinfo_logo_hash
>
> 081ab9f0 T register_phpinfo_constants
>
> 081abb70 T zif_phpinfo
>
> Which is the same data dumped from a "healthy" version of PHP
binary.
>
> Have a great weekend!
>
> -Ed
>
> |
>
> **************************************************************
> This message, including any attachments, contains
'confidential' 
> information intended for a specific individual and purpose,
and is 
> protected by law. If you are not the intended recipient,
please 
> contact sender immediately by reply e-mail and destroy all
copies. You 
> are hereby notified that any disclosure, copying, or
distribution of 
> this message, or the taking of any action based on it, is
strictly 
> prohibited.
> TIAA-CREF
> **************************************************************
> |
>
------------------------------------------------------------------------
>
> _______________________________________________
> New York PHP Community Talk Mailing List
> http://lists.nyphp.org/mailman/listinfo/talk
>
> NYPHPCon 2006 Presentations Online
> http://www.nyphpcon.com
>
> Show Your Participation in New York PHP
> http://www.nyphp.org/show_participation.php
>   

_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php




More information about the talk mailing list