[PHP-DEV] PHP Cross Compilation for Arm

2007-01-19 Thread Kiran Malla
Hello, I am trying to cross compile PHP-5.2.0 for arm linux. # export CC=/usr/local/arm/3.3.2/bin/arm-linux-gcc # export AR=/usr/local/arm/3.3.2/bin/arm-linux-ar # export LD=/usr/local/arm/3.3.2/bin/arm-linux-ld # export NM=/usr/local/arm/3.3.2/bin/arm-linux-nm # export RANLIB=/usr/local/arm/3.3

Re: [PHP-DEV] PHP 5.2.1RC3 Released

2007-01-19 Thread steve
Hi, a couple of things (and maybe I need some help, and everything is assuming windows): 1. Has something changed with realpath() (at least on windows, my only test)??? In 5.2.0 if the file does not exist, it returns false, but in 5.2.1RC2 and 5.2.1RC3 it returns the path to a non-existing file.

Re: [PHP-DEV] PHP Object-Caching and Reference Counting

2007-01-19 Thread Paweł Stradomski
Lars Schultz wrote: > I know that a lot of you may say: Why do need to do that?...and I'd have > to think for 3 days and then write for 4 days and would give up. It > seems like a nice solution to me and if any of you have an idea as to > how I could implement this differently, please feel free to

Re: [PHP-DEV] Re: PHP Object-Caching and Reference Counting

2007-01-19 Thread Stanislav Malyshev
Some time ago I created a patch to implement a ref_count() function which works the way you suggested. But I'm not sure if it's OK/complete... and I'm not sure if something like that is really needed in the core (and I'm definetly not the person to decide on that ;-)). If you talk about object

Re: [PHP-DEV] PHP Object-Caching and Reference Counting

2007-01-19 Thread Stanislav Malyshev
As you can see I boldly used the function reference_count(Object) even though it doesn't exist. This is exactly what I'd need to allow my concept to work. I keep thinking of any other solutions, but up until now, I didn't find any better solution for this problem. Of course I can Note that th

[PHP-DEV] Some questions about PHP Dev. from an open source perspective

2007-01-19 Thread Kin Lau
Hi there, My name is Kin Lau and I'm doing some study on open source projects. I would like to take a look at PHP, but I'm having some difficulties finding the all the information the web. I'd be much obliged if anyone could provide any extra information on the questions/aspects for PHP bel

[PHP-DEV] CVS Account Request: jamek6

2007-01-19 Thread David Jamka
For Translating the documentation -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: PHP Object-Caching and Reference Counting

2007-01-19 Thread Andreas Korthaus
Hi! Lars Schultz wrote: As you can see I boldly used the function reference_count(Object) even though it doesn't exist. This is exactly what I'd need to allow my concept to work. Some time ago I created a patch to implement a ref_count() function which works the way you suggested. But I'm

[PHP-DEV] PHP Object-Caching and Reference Counting

2007-01-19 Thread Lars Schultz
Hello there... I am making my debut appearance here hoping that I am not giving offense to anyones well honed php-instincts or programming practices with my feature-request. This is what it comes down to, I guess. A Feature Request for some meta-info on the instantiated PHP-Objects. Specifical

Re: [PHP-DEV] CVS Account Request: tkli

2007-01-19 Thread Pierre
On 1/19/07, Tom Klingenberg <[EMAIL PROTECTED]> wrote: I'd like to maintain my code via CVS and I do not have a CVS repository somewhere else (this is related to a PEAR Package). If you have an accepted proposal in PEAR or like to contribute to PEAR, please contact the PEAR developers (pear-de

[PHP-DEV] CVS Account Request: tkli

2007-01-19 Thread Tom Klingenberg
I'd like to maintain my code via CVS and I do not have a CVS repository somewhere else (this is related to a PEAR Package). -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] allow_url_fopen / allow_url_include and fine grained control

2007-01-19 Thread Richard Quadling
Sort of thinking out loud and not really sure if this is possible, but if a wrapper is NOT present (specifically denied) in allow_url_fopen, but "user" is present, could a user defined wrapper emulate the missing one, thereby bypassing the restriction? On 18/01/07, Sara Golemon <[EMAIL PROTECTED]

Re: [PHP-DEV] PHP 5.2.1RC3 Released

2007-01-19 Thread Edin Kadribasic
Windows build is ready for download too: http://downloads.php.net/edink/php-5.2.1RC3-Win32.zip (6dd32e4a2ec2dd67efe42edcba3fdee5) http://downloads.php.net/edink/php-5.2.1RC3-win32-installer.msi (50c20632cc232da6ae13c302339df0b5) http://downloads.php.net/edink/pecl-5.2.1RC3-Win32.zip (fa31e1c0ad

Re: [PHP-DEV] Re: [RFC] Help debugging overloaded objects

2007-01-19 Thread Michael Wallner
Marcus Boerger wrote: > Hello Michael, > > ok current name and other options in one list: > > 1) get_debug_info() > 2) get_debug_hash() > 3) get_dump_vars() > 4) get_dump_hash() > > does this list contain anythign you like? No, sorry :) How about get_tmp_properties? Cheers, -- Michael -- P