[PHP-DEV] mono doesn't compile

2003-11-27 Thread Magnus Määttä
Hi I have mono-0.28 installed. gccache -DSUPPORT_UTF8 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -I/opt/dev/ php/php5/ext/pcre/pcrelib -Iext/pcre/ -I/opt/dev/php/php5/ext/pcre/ -DPHP_ATOM_INC -I/opt/dev/php/php5/include -I/opt/dev/php/php5/main -I/opt/ dev/php/php5 -I/opt/dev/php/php5/Zend -I/usr

[PHP-DEV] Re: Sybase_ct sybase_fetch_array feature

2003-11-27 Thread Timm Friebe
On Wed, 2003-11-26 at 09:55, Alex Bazan wrote: > Hello, > sorry for the inconvenience of sending this mail directly to you, but > i've tried several ways (bug reporting, php_dev list...) to get in > touch with the developers of sybase_ct extension, without any luck. I received your mail but just di

Re: [PHP-DEV] libpcre 4.4 released

2003-11-27 Thread Jani Taskinen
I don't think it's necessary, according to this: http://www.pcre.org/changelog.txt there aren't any fixes in the code itself, only stuff that affect their compile stuff. (compiling it as standalone lib) --Jani On Thu, 20 Nov 2003, Sebastian Bergmann wrote: > Maybe

[PHP-DEV] CVS Account Request: xxiengb

2003-11-27 Thread Enrique Garcia Briones
I would like to participate in the spanish translation of the php documentation, I have already subscribed to the phpdoc and phpdoc-es list, how long it will take to have an account if allowed? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/uns

Re: [PHP-DEV] Concern about changing zval's passed by reference

2003-11-27 Thread Robert Twitty
hanks Marcus zval_dtor is what I need. -- bob On Thu, 27 Nov 2003, Marcus Boerger wrote: > Hello Robert, > > Wednesday, November 26, 2003, 11:32:48 PM, you wrote: > > > Hello > > > I am using the macros ZVAL_BOOL, ZVAL_LONG, ZVAL_DOUBLE and ZVAL_STRING to > > change the value of a zval passed b

Re: [PHP-DEV] __autoload() lowercase

2003-11-27 Thread Eduardo R. Maciel
--- Andi Gutmans <[EMAIL PROTECTED]> wrote: > Please checkout the CVS and let me know if it works > for you. > Hello Andi, It seems to be working. I´m going to make more tests. If anything goes wrong I´ll tell you. If somebody else would like to test, would help i think. regards, Eduard

Re: [PHP-DEV] Compatibility problems with PHP 5

2003-11-27 Thread Daniel Convissor
Greetings: I have been testing/tweaking PHP 5 via a major OOP based project of mine that relies on PEAR::DB. There are some major hangups, most of which I've mentioned in other places. To be complete, I'll touch on them here. 1) The "var: Deprecated." warning from the new E_STRICT level is a

Re: [PHP-DEV] Compatibility problems with PHP 5

2003-11-27 Thread Edin Kadribasic
Andi, any chance of fixing this? I think there was a long thread on engine2 about this and there was an agreement that this should work as in php4. Edin On Thursday 27 November 2003 13:47, Derick Rethans wrote: > On Thu, 27 Nov 2003, Edin Kadribasic wrote: > > On Thursday 27 November 2003 11:47

Re: [PHP-DEV] Segmentation fault in php4-STABLE-200311270830

2003-11-27 Thread Ilia Alshanetsky
Could you please supply the PHP script used? Ilia -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Compatibility problems with PHP 5

2003-11-27 Thread Marcus Boerger
Hello Stanislav, Thursday, November 27, 2003, 3:32:25 PM, you wrote: MB>>> It respects the refcoutning while destructing the zvals. > I don't exacetly understand _how_ it respects them so that this solves the > circular dependency problem. In fact, in the patch in the URL you have > sent I don'

Re: [PHP-DEV] Re: Compatibility problems with PHP 5

2003-11-27 Thread George Schlossnagle
On Nov 27, 2003, at 8:41 AM, Christian Schneider wrote: Marcus Boerger wrote: He doesn't say that. We are doing a lot of work on the QA front and of course fix bugs and release new versions. But our policy is to introduce Ok, I declare it a bug then so you can include it in the next bug fix rele

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Compatibility problems with PHP 5

2003-11-27 Thread Stanislav Malyshev
MB>> It respects the refcoutning while destructing the zvals. I don't exacetly understand _how_ it respects them so that this solves the circular dependency problem. In fact, in the patch in the URL you have sent I don't even see one call to destructor. Also, does you patch take into account th

Re: [PHP-DEV] Re: When is php going to grow up?? (fwd)

2003-11-27 Thread Ivan Rodriguez
- Original Message - From: "Cristiano Duarte" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 27, 2003 2:12 PM Subject: [PHP-DEV] Re: When is php going to grow up?? (fwd) > > When is php going to grow up?? I want to be able to write php store procedures > > inside an

Re: [PHP-DEV] Re: Compatibility problems with PHP 5

2003-11-27 Thread Christian Schneider
Marcus Boerger wrote: He doesn't say that. We are doing a lot of work on the QA front and of course fix bugs and release new versions. But our policy is to introduce Ok, I declare it a bug then so you can include it in the next bug fix release. The point about not being able to compile it on thous

Re: [PHP-DEV] Re: Compatibility problems with PHP 5

2003-11-27 Thread Marcus Boerger
Hello Christian, Thursday, November 27, 2003, 2:23:16 PM, you wrote: > Derick Rethans wrote: >> No, what I said was correct. As it is very unlikely that we create a new >> PHP 4 minor version we CAN not at a new function as it's impossible to >> modify source that has already been compiled on tho

Re: [PHP-DEV] Re: Compatibility problems with PHP 5

2003-11-27 Thread Christian Schneider
Derick Rethans wrote: No, what I said was correct. As it is very unlikely that we create a new PHP 4 minor version we CAN not at a new function as it's impossible to modify source that has already been compiled on thousands of machines. So no more bug fixes either? That's serious stuff and quite in

[PHP-DEV] Re: When is php going to grow up?? (fwd)

2003-11-27 Thread Cristiano Duarte
> When is php going to grow up?? I want to be able to write php store procedures > inside any of the major databases (Postgre, Sql Server ,db2,Oracle,Sybase) I guess you can write php stored procedures in PostgreSQL... > I want php to be one of the .Net languages supported by Microsoft > (like pe

Re: [PHP-DEV] Compatibility problems with PHP 5

2003-11-27 Thread Jan Schneider
Zitat von Edin Kadribasic <[EMAIL PROTECTED]>: > On Thursday 27 November 2003 11:47, Jan Schneider wrote: > [snip] > > behaviour/notification and not working on-the-fly-generation of > stdClass > > objects. It's not that much of a problem for us as we will release new > > What exactly is the probl

Re: [PHP-DEV] Re: Compatibility problems with PHP 5

2003-11-27 Thread Derick Rethans
On Thu, 27 Nov 2003, Christian Schneider wrote: > [This is off-list] (not anymore) > Derick Rethans wrote: > > We can not add a new function to PHP 4 anyway... so there is no other > > acceptable solution... > > Should be "We do not WANT to add a new function to PHP4". No, what I said was corre

Re: [PHP-DEV] Compatibility problems with PHP 5

2003-11-27 Thread Derick Rethans
On Thu, 27 Nov 2003, Edin Kadribasic wrote: > On Thursday 27 November 2003 11:47, Jan Schneider wrote: > [snip] > > behaviour/notification and not working on-the-fly-generation of stdClass > > objects. It's not that much of a problem for us as we will release new > > What exactly is the problem wi

Re: [PHP-DEV] Segmentation fault in php4-STABLE-200311270830

2003-11-27 Thread Marcus Boerger
Hello Jean-Pierre, Thursday, November 27, 2003, 1:27:25 PM, you wrote: > - Original Message - > From: "Ilia Alshanetsky" <[EMAIL PROTECTED]> > To: "Jean-Pierre Arneodo" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Thursday, November 27, 2003 2:18 AM > Subject: Re: [PHP-DEV] Segmenta

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Compatibility problems with PHP 5

2003-11-27 Thread Marcus Boerger
Hello Stanislav, Thursday, November 27, 2003, 1:28:36 PM, you wrote: MB>>> Ok, sure we care in request shutdown but at least page delivery isn't MB>>> affected by the patch. > Definitely it is. The fact that it's _next_ page delivery that would be > affected is not helping much - any page but

Re: [PHP-DEV] Segmentation fault in php4-STABLE-200311270830

2003-11-27 Thread Jean-Pierre Arneodo
- Original Message - From: "Ilia Alshanetsky" <[EMAIL PROTECTED]> To: "Jean-Pierre Arneodo" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, November 27, 2003 2:18 AM Subject: Re: [PHP-DEV] Segmentation fault in v4.3.4 > This problem is now fixed, thank you for reporting it. > >

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Compatibility problems with PHP 5

2003-11-27 Thread Stanislav Malyshev
MB>> Ok, sure we care in request shutdown but at least page delivery isn't MB>> affected by the patch. Definitely it is. The fact that it's _next_ page delivery that would be affected is not helping much - any page but the very first since server run is the next for some page and it is reasonab

Re: [PHP-DEV] Compatibility problems with PHP 5

2003-11-27 Thread Edin Kadribasic
On Thursday 27 November 2003 11:47, Jan Schneider wrote: [snip] > behaviour/notification and not working on-the-fly-generation of stdClass > objects. It's not that much of a problem for us as we will release new What exactly is the problem with stdClass? We have a lot of code overhere that rely o

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Compatibility problems with PHP 5

2003-11-27 Thread Marcus Boerger
Hello Stanislav, Thursday, November 27, 2003, 1:00:20 PM, you wrote: MB>>> with 1 < c < 1.1. Since we never cared about shutdown time this MB>>> should be ok > If we are talking about request shutdown, we definitely do care about it. > Slower is the request shutdown, more time the httpd process

Re: [PHP-DEV] Re: Compatibility problems with PHP 5

2003-11-27 Thread Derick Rethans
On Thu, 27 Nov 2003, Christian Schneider wrote: > Björn Schotte wrote: > > I think they solve the problem exactly the way Wez told you. > > Which means everyone has to reinvent the wheel. Ok, fine with me. We can not add a new function to PHP 4 anyway... so there is no other acceptable solution..

Re: [PHP-DEV] Re: Compatibility problems with PHP 5

2003-11-27 Thread Christian Schneider
Björn Schotte wrote: I think they solve the problem exactly the way Wez told you. Which means everyone has to reinvent the wheel. Ok, fine with me. - Chris -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Compatibility problems with PHP 5

2003-11-27 Thread Stanislav Malyshev
MB>> with 1 < c < 1.1. Since we never cared about shutdown time this MB>> should be ok If we are talking about request shutdown, we definitely do care about it. Slower is the request shutdown, more time the httpd process/thread takes per request, more load on the server. -- Stanislav Malyshev,

Re: [PHP-DEV] Re: Compatibility problems with PHP 5

2003-11-27 Thread Björn Schotte
Hi Christian, * Christian Schneider wrote: > If you read my original posting you'll notice that I've already done > this but I thought other people have exactly the same problem. I think they solve the problem exactly the way Wez told you. -- Schnellanbindung an 350 Standorte?! CaseStudy anfor

Re: [PHP-DEV] Re: Compatibility problems with PHP 5

2003-11-27 Thread Christian Schneider
Wez Furlong wrote: Why not add your own clone() function to your apps; If you read my original posting you'll notice that I've already done this but I thought other people have exactly the same problem. Looks like I was wrong. - Chris -- PHP Internals - PHP Runtime Development Mailing List To un

Re: [PHP-DEV] Re: Compatibility problems with PHP 5

2003-11-27 Thread Wez Furlong
Hey Christian, Why not add your own clone() function to your apps; something like this: if (version_compare(phpversion(), "5.0", "<")) { function clone($object) { return $object; } } else { function clone($object) { return $object->__clone(); } } then (re)write all your code to call clon

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Compatibility problems with PHP 5

2003-11-27 Thread Marcus Boerger
Hello Derick, Thursday, November 27, 2003, 11:54:07 AM, you wrote: > Hey, > On Wed, 26 Nov 2003, Andi Gutmans wrote: >> Now that we're at a very advanced stage and the code freeze is coming up, I >> think it'd be a good idea to start running some PHP 4 applications on PHP 5 >> and see how easy

Re: [PHP-DEV] Re: Compatibility problems with PHP 5

2003-11-27 Thread Christian Schneider
Derick Rethans wrote: Just use an auto_prepend which sets the implicit_clone option... no problems then anymore. *Sigh* Looks like you're not reading my postings really. This means your migration path to ref on assignement semantics is: 1) current code, copy (PHP4) 2) wait months for PHP5 to be r

Re: [PHP-DEV] Re: Compatibility problems with PHP 5

2003-11-27 Thread Derick Rethans
On Thu, 27 Nov 2003, Christian Schneider wrote: > Marcus Boerger wrote: > > If i get you right you want to have __clone() for PHP4, too right? But > > that's already to late. > > That's what I was told when I was asking for ref on assignment for PHP4. > And now we have to go through this hassle

Re: [PHP-DEV] Re: Compatibility problems with PHP 5

2003-11-27 Thread Christian Schneider
Marcus Boerger wrote: If i get you right you want to have __clone() for PHP4, too right? But that's already to late. That's what I was told when I was asking for ref on assignment for PHP4. And now we have to go through this hassle for PHP5. I simply cannot believe noone thought of this problem

Re: [PHP-DEV] Compatibility problems with PHP 5

2003-11-27 Thread Jan Lehnardt
Hi Andi, On 26 Nov 2003, at 16:32, Andi Gutmans wrote: If anyone here has time or has already tried running some popular PHP packages such as php-nuke, phpbb, phpmyadmin and so on, I'd love to hear about your experience and especially the problems. I forwarded this to pear-dev. I know that some p

Re: [PHP-DEV] Re: Compatibility problems with PHP 5

2003-11-27 Thread Marcus Boerger
Hello Christian, Thursday, November 27, 2003, 11:51:06 AM, you wrote: > Andi Gutmans wrote: >> You can use the zend2.implicit_clone INI directive (change it at >> run-time if you want at the beginning of the application). > But I do want to move my application to the new semantics, I think it i

Re: [PHP-DEV] Compatibility problems with PHP 5

2003-11-27 Thread Derick Rethans
Hey, On Wed, 26 Nov 2003, Andi Gutmans wrote: > Now that we're at a very advanced stage and the code freeze is coming up, I > think it'd be a good idea to start running some PHP 4 applications on PHP 5 > and see how easy things go. I'm sure we'll bump into some issues and many > of them might be

Re: [PHP-DEV] Re: Compatibility problems with PHP 5

2003-11-27 Thread Christian Schneider
Andi Gutmans wrote: You can use the zend2.implicit_clone INI directive (change it at run-time if you want at the beginning of the application). But I do want to move my application to the new semantics, I think it is much more reasonable than the PHP4 behaviour anyway (sadly enough my request to

Re: [PHP-DEV] Compatibility problems with PHP 5

2003-11-27 Thread Jan Schneider
Zitat von Andi Gutmans <[EMAIL PROTECTED]>: > Hi guys, > > Now that we're at a very advanced stage and the code freeze is coming up, > I > think it'd be a good idea to start running some PHP 4 applications on PHP > 5 > and see how easy things go. I'm sure we'll bump into some issues and many > of

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Compatibility problems with PHP 5

2003-11-27 Thread Andi Gutmans
What had to be patched? Is it something we can fix or add to a compatibility mode? Andi At 11:24 AM 11/27/2003 +0100, Marcus Boerger wrote: Hello Ivan, same for me with a two weeks old 5b2-dev. It also runs other applications and only one had to be patched (i didn't knew it was running n the se

Re: [PHP-DEV] Re: Compatibility problems with PHP 5

2003-11-27 Thread Andi Gutmans
At 11:00 AM 11/27/2003 +0100, Christian Schneider wrote: Andi Gutmans wrote: issues and many of them might be solvable (using the already existing compatibility mode for object cloning or by other means). Could we please, please, please have a way of cloning objects which works in both versions?

Re: [PHP-DEV] Compatibility problems with PHP 5

2003-11-27 Thread Andi Gutmans
Great to hear that! At 10:51 AM 11/27/2003 +0100, Ivan Rodriguez wrote: Hi Andi, I try phpmyadmin with php 5.0.0beta1 under Red Hat 9 and works perfect. - Original Message - From: "Andi Gutmans" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, November 26,

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Compatibility problems with PHP 5

2003-11-27 Thread Marcus Boerger
Hello Ivan, same for me with a two weeks old 5b2-dev. It also runs other applications and only one had to be patched (i didn't knew it was running n the server). Thursday, November 27, 2003, 10:51:34 AM, you wrote: > Hi Andi, I try phpmyadmin with php 5.0.0beta1 under Red Hat 9 and works > perfe

[PHP-DEV] Re: [PHP-QA] Compatibility problems with PHP 5

2003-11-27 Thread Derick Rethans
On Wed, 26 Nov 2003, Andi Gutmans wrote: > If anyone here has time or has already tried running some popular PHP > packages such as php-nuke, phpbb, phpmyadmin and so on, I'd love to hear > about your experience and especially the problems. make install segfaults at the moment, see the mail I pos

[PHP-DEV] Re: Compatibility problems with PHP 5

2003-11-27 Thread Christian Schneider
Andi Gutmans wrote: issues and many of them might be solvable (using the already existing compatibility mode for object cloning or by other means). Could we please, please, please have a way of cloning objects which works in both versions? I'd like to use the new semantics as soon as it's availa

Re: [PHP-DEV] Compatibility problems with PHP 5

2003-11-27 Thread Ivan Rodriguez
Hi Andi, I try phpmyadmin with php 5.0.0beta1 under Red Hat 9 and works perfect. - Original Message - From: "Andi Gutmans" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, November 26, 2003 4:32 PM Subject: [PHP-DEV] Compatibility problems with PHP 5 > Hi

[PHP-DEV] Compatibility problems with PHP 5

2003-11-27 Thread Andi Gutmans
Hi guys, Now that we're at a very advanced stage and the code freeze is coming up, I think it'd be a good idea to start running some PHP 4 applications on PHP 5 and see how easy things go. I'm sure we'll bump into some issues and many of them might be solvable (using the already existing compat

[PHP-DEV] CVS Account Request: lucamariano

2003-11-27 Thread Luca Mariano
I need CVS access for the PEAR package Net_Server documentation and development -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php