Re: [PHP-DEV] PHP 7.0.0 final RTM delay

2015-12-06 Thread Christian Stocker
On 04.12.15 23:17, Andrea Faulds wrote: > Hi Florian, > > Florian Anderiasch wrote: >> On 04.12.2015 19:01, Sebastian Bergmann wrote: >>> Am 04.12.2015 um 18:53 schrieb Florian Anderiasch: I hate to say it, but not providing an official Windows build is kind of sticking the finger

Re: [PHP-DEV] Top 10 Pecl extensions PHP7 compatibility

2015-01-14 Thread Christian Stocker
Hi On 14.01.15 22:21, Michael Wallner wrote: > On 14/01/15 18:53, Julien Pauli wrote: > > After a quick glance at the PECL package stats (of packages wchich are > not already in kind of an exclusive/external maintainance status, and > which I used to use, so maybe biased): > > * imagick > * uplo

[PHP-DEV] Re: Non ASCII char in php.ini [patch]

2012-06-26 Thread Christian Stocker
Hi Yeah, that looks very wrong. Do you want to commit it or should I? chregu On 25.06.12 10:48, Lior Kaplan wrote: > Hi, > > We've noticed that the php.ini-development and php.ini-production > include a UTF-8 character which looks weird under ASCII (or other > "simple" locales). > > It was add

Re: [PHP-DEV] Extension versions

2012-04-26 Thread Christian Stocker
On 26.04.12 15:35, Jordi Boggiano wrote: > On 23.04.2012 18:06, Johannes Schlüter wrote: >> On Mon, 2012-04-23 at 16:47 +0200, Jordi Boggiano wrote: >>> As you see it goes from no version at all to proper versions, passing by >>> svn revisions, dates, or a mix of all. >>> >>> In Composer [1] we tr

Re: [PHP-DEV] Question about ABI compatibility for an ext/xsl patch and an API question for the implementation

2011-10-03 Thread Christian Stocker
On 27.09.11 07:03, Christian Stocker wrote: > Hi again > > I just had the idea for a 4th option. Won't be less controversy, but > it's backwards and forwards compatible. > > 4) use a php ini setting in PHP 5.3 So, here's a patch for PHP_5_3 with this approach

Re: [PHP-DEV] Question about ABI compatibility for an ext/xsl patch and an API question for the implementation

2011-09-26 Thread Christian Stocker
N,'5.4',">=")) { $oldval = $xsl->setSecurityPreferences(XSL_SECPREFS_NONE); } $xsl->transformToXml(...); //go back to the old setting. Better safe than sorry ini_set("xsl_security_prefs",$oldvalini); if (version_compare(PHP_VERSION,'5.4',">=")) {

[PHP-DEV] Question about ABI compatibility for an ext/xsl patch and an API question for the implementation

2011-09-26 Thread Christian Stocker
Hi Some weeks ago I wrote a patch to disable writing from within XSLT templates. That patch is now in 5.4 but wasn't accepted in PHP 5.3 since it changed a struct in the header file. I have now I new patch which doesn't need that changing in the struct, but I need a new .h file from libxslt. htt

Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWSbranches/PHP_5_4/ext/session/config.m4 branches/PHP_5_4/ext/session/config.w32branches/PHP_5_4/ext/session/mod_user.c branches/PHP_5

2011-09-14 Thread Christian Stocker
e folder too :-) >> >> thanks >> >> 2011/9/14 Christian Stocker : >>> Hi >>> >>> I still have this. even after re-running buildconf (and deleting >>> configure before) >>> >>> On OS X and x86_64 Linux >>> >>> chr

[PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWSbranches/PHP_5_4/ext/session/config.m4 branches/PHP_5_4/ext/session/config.w32branches/PHP_5_4/ext/session/mod_user.c branches/PHP_5_4/e

2011-09-13 Thread Christian Stocker
Hi I still have this. even after re-running buildconf (and deleting configure before) On OS X and x86_64 Linux chregu On 14.09.11 05:31, Laruence wrote: > Hi: > after I re-run buildconf, error has gone > > sorry for mis-report. > > thanks > > 2011/9/14 Laruence : >> Hi: >>trunk build

Re: [PHP-DEV] simplexml inconsistencies in the last few releases (the same issue already discussed)

2011-09-01 Thread Christian Stocker
Hi Ok, it's committed chregu On 01.09.11 13:10, Rob Richards wrote: > imo new behavior in 5.3 > > Rob > > On Sep 1, 2011, at 1:35 AM, Christian Stocker > wrote: > >> Hi >> >> It's about the two tests in >> >> http://svn.php.ne

[PHP-DEV] simplexml inconsistencies in the last few releases (the same issue already discussed)

2011-08-31 Thread Christian Stocker
Hi It's about the two tests in http://svn.php.net/viewvc/php/php-src/branches/PHP_5_3/ext/simplexml/tests/008.phpt and http://svn.php.net/viewvc/php/php-src/branches/PHP_5_3/ext/simplexml/tests/bug48601.phpt which contractited themself and we had back and forth commits due to this. So we had th

Re: [PHP-DEV] 5.4 beta & tests

2011-08-31 Thread Christian Stocker
On 31.08.11 13:32, Ilia Alshanetsky wrote: > Revert sounds find to me, the change was indeed to fix the test. Ok. Committed. JFTR, I also fixed the tests in xsl and libxml. They should pass now (at least on my machine they do :)) chregu > > On Wed, Aug 31, 2011 at 6:58 AM, Christia

Re: [PHP-DEV] 5.4 beta & tests

2011-08-31 Thread Christian Stocker
> > 2011/8/31 Christian Stocker : >> Hi >> >> Here's my proposed patch >> https://gist.github.com/1183212 >> >> If noone objects, I'll commit it soon >> >> chregu >> >> On 31.08.11 11:39, Christian Stocker wrote: >>>

Re: [PHP-DEV] 5.4 beta & tests

2011-08-31 Thread Christian Stocker
Hi Here's my proposed patch https://gist.github.com/1183212 If noone objects, I'll commit it soon chregu On 31.08.11 11:39, Christian Stocker wrote: > > > On 31.08.11 09:47, Stas Malyshev wrote: >> Hi! >> >> For simplexml test (ext/simplexml/tests/

Re: [PHP-DEV] 5.4 beta & tests

2011-08-31 Thread Christian Stocker
On 31.08.11 09:47, Stas Malyshev wrote: > Hi! > > For simplexml test (ext/simplexml/tests/bug48601.phpt), it looks like > Ilia reverted the fix for bug #48601 with this: > > http://svn.php.net/viewvc/php/php-src/branches/PHP_5_4/ext/simplexml/simplexml.c?r1=311870&r2=311874 > > > I'm not sure

Re: [PHP-DEV] 5.4 beta

2011-08-28 Thread Christian Stocker
I will look into the 3 failing xsl tests. chregu On 29.08.11 08:06, Rasmus Lerdorf wrote: > On 08/28/2011 10:34 PM, Stas Malyshev wrote: >> According to our release plan, we are planning to release the 5.4 beta >> this week on September 1st, which means it'll be packaged on Wednesday >> Aug 31st.

Re: [PHP-DEV] PHP Patch for loadHTML options

2011-02-17 Thread Christian Stocker
Hi Looks good to me. But can you add the constants from: typedef enum { HTML_PARSE_RECOVER = 1<<0, /* Relaxed parsing */ HTML_PARSE_NODEFDTD = 1<<2, /* do not default a doctype if not found */ HTML_PARSE_NOERROR = 1<<5, /* suppress error reports */ HTML_PARSE_NOWARNING= 1<<6, /*

Re: [PHP-DEV] Type hinting/casting request for vote

2009-07-07 Thread Christian Stocker
-1 for 5.3 0 for 5.x (if there ever will be one) +1 for 6.0 On 7.7.2009 2:52 Uhr, Ilia Alshanetsky wrote: > Last week or so there was a fairly detailed discussion on the internals > list regarding type hinting based on my original patch. Since then the > patch has been revised to address the major

Re: [PHP-DEV] towards the next 5.3 release

2009-02-05 Thread Christian Stocker
On 5.2.2009 17:32 Uhr, Johannes Schlüter wrote: > On Wed, 2009-02-04 at 13:12 +0100, David Zülke wrote: >> Am 03.02.2009 um 14:41 schrieb Lukas Kahwe Smith: >> >>> http://bugs.php.net/bug.php?id=47206 - XSLT >> I looked through the CVS logs, could you confirm I understand it right: >> >> The type

Re: [PHP-DEV] include bug in 5.3

2008-08-08 Thread Christian Stocker
Hi Dmitry On 8.8.2008 17:52 Uhr, Dmitry Stogov wrote: Hi, The attached patch is going to fix the problem. Works also on my OS X 10.4 box now. Thanks a lot for the effort (and if it brings a performance boost, even better :) ) chregu It implements its own realpath() function, so we won'

Re: [PHP-DEV] include bug in 5.3

2008-08-06 Thread Christian Stocker
On 7.8.2008 3:03 Uhr, Stanislav Malyshev wrote: Hi! and set the include path to foo/:bar/ and then do include("alpha/bar.php"); it throws an not-found error. Tried that, worked just fine for me - includes bar/alpha/bar.php. I notice your script on the link does something different, but wor

[PHP-DEV] include bug in 5.3

2008-08-06 Thread Christian Stocker
Hi Since quite some time (weeks), I have this very strange and annoying include bug in 5.3-dev and now I think is the time to report it :) The reproducable script is here: http://trash.chregu.tv/include-bug.php.txt In short, when I have foo/alpha (empty) bar/alpha/bar.php and set the inclu

Re: [PHP-DEV] rfc1867.c compatibility question

2007-09-09 Thread Christian Stocker
On 10.9.2007 6:53 Uhr, BuildSmart wrote: > > On Sep 10, 2007, at 24:41:47, Christian Stocker wrote: > > > >> On 10.9.2007 3:53 Uhr, BuildSmart wrote: >>> I was asked to look into the pdoru patch and extension by a client, this >>> is where I noticed tha

Re: [PHP-DEV] rfc1867.c compatibility question

2007-09-09 Thread Christian Stocker
On 10.9.2007 3:53 Uhr, BuildSmart wrote: > I was asked to look into the pdoru patch and extension by a client, this > is where I noticed that a similar patch is already applied to the > rfc1867.c file > (http://cvs.php.net/viewvc.cgi/php-src/main/rfc1867.c?r1=1.173.2.1&r2=1.173.2.1.2.1&pathrev=PH

Re: [PHP-DEV] unexpected behaviour in SimpleXML (php 5.2.2)

2007-05-22 Thread Christian Stocker
all about the full xml structure > and one could think that the expression will be evaluated just against the > supplied node, but it is not that the case. > > Please give your comments - do you find this functionality OK, is it a bug, > or I miss something. > > > Vesselin

[PHP-DEV] DOM recover error reporting mode (was: [PHP-DEV] todo items)

2007-02-09 Thread Christian Stocker
t->myDoc; > - if (ctxt->recovery) { > - EG(error_reporting) = old_error_reporting; > - } > /* If loading from memory, set the base reference uri for the > document */ > if (ret->URL == NULL &&a

Re: [PHP-DEV] a last plead

2006-10-19 Thread Christian Stocker
the time to fix this before RC6. +1 too here. It will IMHO slow down the adoption of 5.2, as - I assume - a significant part of scripts will fatal out in 5.2. And this certainly won't make all those people happy, who already had to rewrite their programs for making them 5.0/1 compatible ch

Re: [PHP-DEV] Upload progress

2006-10-18 Thread Christian Stocker
g.bitflux.ch/archive/2006/09/28/upload-progress-meter-extension-for-php-5-2.html Not in PECL yet, didn't find the time to properly package it... chregu > > Fred Moses > -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 44 240 56 70 | mobile +41 76

Re: [PHP-DEV] PHP 5.2-dev "Cannot use array returned from foo::__get('bar') in write context"

2006-07-19 Thread Christian Stocker
ase reopen or create a bug report about this issue and assign it to Dmitri (requested by Dmitri). done: http://bugs.php.net/bug.php?id=38146 chregu Cheers, -- Pierre -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 44 240 56 70 | mobile +41 76 561 88 60 |

Re: [PHP-DEV] PHP 5.2-dev "Cannot use array returned from foo::__get('bar') in write context"

2006-07-19 Thread Christian Stocker
, but I'm now wondering, where's the write context in foreach($f->bar as $key => $value) { } Just wondering as the error message is very missleading for a core-outsider, which only sees reads from that array and no modifications to it. chregu, off to change its code now :

Re: [PHP-DEV] PHP 5.2-dev "Cannot use array returned from foo::__get('bar') in write context"

2006-07-19 Thread Christian Stocker
ere :) chregu On 19/07/06, Christian Stocker <[EMAIL PROTECTED]> wrote: Just updated to the latest PHP 5.2-dev from CVS and now I get an Fatal error with the following code *** "bar","bar"=>"foo"); } } $f = new foo(); //error foreach($f->bar

[PHP-DEV] PHP 5.2-dev "Cannot use array returned from foo::__get('bar') in write context"

2006-07-19 Thread Christian Stocker
throws a "Fatal error: Cannot use array returned from foo::__get('bar') in write context" on the foreach line. Quite annoying :) That worked fine with 5.1 and also with 5.2-dev from a few days/weeks ago (don't know, when I cvs-uped last time, but can't be that

Re: [PHP-DEV] Flamewar Summary

2006-05-16 Thread Christian Stocker
ternet Designs Inc. > [EMAIL PROTECTED] > > P.S. Please stay on topic. > > --PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 44 240 56 70

Re: [PHP-DEV] shared library suffixes

2006-04-04 Thread Christian Stocker
On 4.4.2006 8:37 Uhr, Andrei Zmievski wrote: On Apr 3, 2006, at 9:26 PM, Christian Stocker wrote: On 4.4.2006 3:40 Uhr, Andrei Zmievski wrote: The problem is that SHLIB_SUFFIX_NAME is used for both bundles (.so) and dynamic libraries (.dylib) on Mac OS X. These are separate entities and

Re: [PHP-DEV] iconv, OS X and .dylib

2006-04-03 Thread Christian Stocker
). It doesn't configure at all right now on OS X. chregu -Andrei On Apr 2, 2006, at 6:00 AM, Christian Stocker wrote: Hi currently, iconv detection doesnt work on OS X (with 5_1), as it looks for iconv.so instead of iconv.dylib. The patch by andrei from last week broke that.

[PHP-DEV] iconv, OS X and .dylib

2006-04-02 Thread Christian Stocker
t AFAICT andrei had his reasons to remove that part. chregu -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 44 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | [EMAIL PROTECTED] | GPG 0x5CE1DECB -- PHP Internals - PHP

Re: [PHP-DEV] GOTO and/or BREAK LABEL

2006-03-07 Thread Christian Stocker
the caring majority thinks, it's needed, why not :) chregu -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 44 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | [EMAIL PROTECTED] | GPG 0x5CE1DECB -- PHP Internals - PHP Runt

Re: [PHP-DEV] JSON inclusion in core

2006-01-21 Thread Christian Stocker
on a string from a untrusted source seems not good > idea, unless can prevent tampering (with an HMAC or > something). AFAIK an object in JSON is just an associative array in PHP, so I don't see the point here in implementing that in anything else than an associative array on the PHP s

Re: [PHP-DEV] Issues with SimpleXML for development

2005-11-27 Thread Christian Stocker
#x27;t support XHTML, and causes many more issues. > > There is a bug about this marked 'bogus', but I'd just like to point > out that this bug is not bogus and is a severe hindrance to anyone > using SimpleXML. > > Bug: http://bugs.php.net/bug.php?id=32307 &g

Re: [PHP-DEV] Re: namespace separator ideas

2005-11-26 Thread Christian Stocker
On 27.11.2005 0:40 Uhr, Oliver Grätz wrote: > Now some requirements: > > - needs to work without collisions in the parser > (seems to kill ":","::","->") > - should be easily distinguishable from other, similar operators > (seems to kill ":::") > - at least one person on earth should like i

Re: [PHP-DEV] Is really no one interested?

2005-10-31 Thread Christian Stocker
es->item(1)->firstChild->firstChild->firstChild->nodeValue; > //... hm... I prefer SimpleXML. use xpath :) as easy as simplexml and much more powerfull, IMHO and noone said you should use exclusively dom. chregu -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8

Re: [PHP-DEV] Is really no one interested?

2005-10-31 Thread Christian Stocker
ast switching between those 2) chregu > > > > > Maybe it is late for 5.1.0 but 5.1.1 is a good place for this to appear. > -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 h

Re: [PHP-DEV] Timezone stuff - conclusion

2005-10-08 Thread Christian Stocker
tainly don't. I also don't > see any reason to break compatibility in something as basic as this, so > this should be introduced either as a new (preferably) or optional (less > preferably) feature. > > Zeev > -- christian stocker | Bitflux GmbH | schoeneggstra

Re: [PHP-DEV] quite a big bug in DOM

2005-09-16 Thread Christian Stocker
> > Output: > > ' ' > 'foo bar' No bug, please check your encoding. It's utf-8 and your terminal has a problem with it.. chregu > > Where the heck do these 'Â's come from when it parses an   ? I hope > anyone can shed some light o

Re: [PHP-DEV] is this a bug?

2005-08-02 Thread Christian Stocker
>>>Yes, spaces are illegal.. Thing is though, the output of the warning has >>>nothing to do with urls (unless it just assumes the stream is always from > > a > >>>remote source or something). >>> >>>I'll post a bugreport. >>> &

Re: [PHP-DEV] HEAD currently doesn't compile on OS X 10.4

2005-06-15 Thread Christian Stocker
> >>-Original Message- >>From: Christian Stocker [mailto:[EMAIL PROTECTED] >>Sent: Wednesday, June 15, 2005 10:45 PM >>To: PHPdev >>Subject: [PHP-DEV] HEAD currently doesn't compile on OS X 10.4 >> >> >>Hi >> >>I tried compil

[PHP-DEV] HEAD currently doesn't compile on OS X 10.4

2005-06-15 Thread Christian Stocker
Hi I tried compiling HEAD on OS X. Didn't work (it did a few days ago, can't exactly remember when) with the following error /bin/sh /opt/cvs/php5.1/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/opt/cvs/php5.1/Zend/ -DPHP_ATOM_INC -I/opt/cvs/php5.1/include -I/opt/cvs/php5.1/

Re: [PHP-DEV] [PATCH] ext/xml/compat.c fix for #32001

2005-02-17 Thread Christian Stocker
;]=> +int(2) +["value"]=> + string(11) "simple note" + } + [2]=> + array(3) { +["tag"]=> +string(4) "PARA" +["type"]=> +string(5) "close" +["level"]=> +int(1) + } +} -- christian

Re: [PHP-DEV] Anyone against requiring libxml2 2.6.x for PHP5.1?

2005-02-15 Thread Christian Stocker
isn't really the way to go for me. Besides the fact, that some things just can be done nicer and easier in a 2.6-only environment. And it's not that we want to change the requirements from 5.0.3 to 5.0.4, but only for 5.1 (just to make that clear). chregu -- christian stocker | B

Re: [PHP-DEV] Anyone against requiring libxml2 2.6.x for PHP

2005-02-15 Thread Christian Stocker
till quite common though. - Chris -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bit

Re: FW: [PHP-DEV] Autoboxing in php 5.1

2005-02-14 Thread Christian Stocker
ist_class_entry? Maybe you can learn from PHP_FUNCTION(dom_nodelist_item) resp. dom_nodelist_length_read in ext/dom/nodelist.c Or wait until Rob answers ;) I didn't find (in 2 minutes time..) an easy way to do this, Rob did all that stuff. chregu Regards, David -- christian stocker | Bit

Re: FW: [PHP-DEV] Autoboxing in php 5.1

2005-02-13 Thread Christian Stocker
quot;upgrading to php 5" and "php cookbook" avoid the holiday rush, buy your copies today! -- Best regards, Marcusmailto:[EMAIL PROTECTED] -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561

Re: [PHP-DEV] Anyone against requiring libxml2 2.6.x for PHP 5.1?

2005-02-13 Thread Christian Stocker
On 13.2.2005 18:19 Uhr, Adam Maccabee Trachtenberg wrote: On Sun, 13 Feb 2005, Christian Stocker wrote: There are new features in 5.1, which only run with 2.6 (the new error handling system, for example, or proper namespace support for SAX). Those are currently ifdef'd, but it definitively

[PHP-DEV] Anyone against requiring libxml2 2.6.x for PHP 5.1?

2005-02-12 Thread Christian Stocker
a lot easier, if we could just throw away all < 2.6 code ;) Furthermore, ext/soap already requires 2.6.3. If noone disagrees, we'll bump up the version number in the configure check and discard support for 2.5. chregu -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zuric

[PHP-DEV] Release 5.0.4?

2005-02-11 Thread Christian Stocker
hich I use) has problems with 5.0.3 (but not with 5.0.2 or 5.0.4-dev), I'm personally interested in a soon new release, but I also heard other people complaining. chregu -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax

[PHP-DEV] iconv doesn't built on OSX

2005-02-08 Thread Christian Stocker
another variable for that. Can please anyone with more insight than me have a look at that? thanks chregu -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | [EMAIL PROTECTED

[PHP-DEV] XMLReader in PHP 5.1

2005-02-07 Thread Christian Stocker
purposes. I remember that we did some special CVS tricks for tidy and soap for having them in pecl and the php-src/, maybe we should do the same here. But I don't think, I have the necessary karma to do that ;) That's it, would be great, if someone could do that. chregu -- ch

Re: [PHP-DEV] PHP 5.1

2005-02-01 Thread Christian Stocker
lready told everyone, that 5.1 will have better error reporting ;) ). He can certainly better tell you, how far he is with that. chregu Stephan -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://

Re: [PHP-DEV] Re: [PECL-DEV] Re: [PHP-DEV] Re: [PECL-DEV] Re: [PHP-DEV] Re: [PHP-DOC] SimpleXML marked as EXPERIMENTAL

2004-12-03 Thread Christian Stocker
ust afterwards? I think yes but ask Ilia :-) -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | [EMAIL PROTECTED] | gnupg-keyid 0x5CE1DECB -- PHP Internals - PHP Runtime Deve

[PHP-DOC] Re: [PHP-DEV] Re: [PECL-DEV] Re: [PHP-DEV] Re: [PHP-DOC] SimpleXML marked as EXPERIMENTAL

2004-12-02 Thread Christian Stocker
d IMHO it isn't experimental anyway since 4.3.0, when the last big changes happened. Therefore I'll remove it, if noone speaks up. The other question is, should this be done already for 4.3.10 or just afterwards? chregu -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004

Re: [PHP-DEV] Re: PHP 5.1 roadmap

2004-10-25 Thread Christian Stocker
eader - Better error support for xml extension I already talked about that with rob. nothing's coded right now, but would be good to have an easier way to catch xml errors in PHP 5.1 (it's unsatisfying right now) chregu -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 z

Re: [PHP-DEV] Copying HTML from a document to another document

2004-09-19 Thread Christian Stocker
On 19.9.2004 21:38 Uhr, Sam Hobbs wrote: "Christian Stocker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] On 19.9.2004 20:30 Uhr, Sam Hobbs wrote: Please see: Copying HTML from a document to another document http://marc.theaimsgroup.com/?l=php-general&m=109419

Re: [PHP-DEV] Copying HTML from a document to another document

2004-09-19 Thread Christian Stocker
document to another. See http://ch.php.net/manual/en/function.dom-domdocument-importnode.php and the W3C docs. chregu -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | [EMAIL PROTEC

[PHP-DEV] Object comparison bug?

2004-08-31 Thread Christian Stocker
behaviour? (I don't care much, since I wouldn't compare objects that way in the first place ;) ) chregu -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | [EMAIL

Re: [PHP-DEV] Learning from Python: PEPping the PHP Development Process

2004-08-27 Thread Christian Stocker
d yesterday). We forgot to remove the EXPERIMENTAL file in CVS, but did that recently. It was always intented to marked as stable for 5.0.0. There's no API to change anyway, as long as the w3c doesn't change it, at least ;) chregu -- christian stocker | Bitflux GmbH | schoeneggstras

Re: [PHP-DEV] Learning from Python: PEPping the PHP Development Process

2004-08-27 Thread Christian Stocker
On 27.8.2004 9:58 Uhr, Hartmut Holzgraefe wrote: Christian Stocker wrote: Actually, other people i talk to are always impressed, how this "chaotic", based-on-common-agreement developement process actually works at all ;) Well, one reason might be no matter how fuzzy the process ther

Re: [PHP-DEV] XML requirements: Are the docs incorrect ? + ext/soap

2004-08-27 Thread Christian Stocker
uld have failed and told you: "libxml2 version 2.5.10 or greater required." Install questions in general should go to [EMAIL PROTECTED] -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http

Re: [PHP-DEV] Learning from Python: PEPping the PHP Development Process

2004-08-27 Thread Christian Stocker
all ;) This doesn't stop us from having some PEP-like documents, which clearly define some common rules, but I fear we end up in heavy discussions on wording and details. See the PEAR mailinglists for an example ;) chregu -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004

Re: [PHP-DEV] Unfulfilled promises... forever experimental extensions... all over again

2004-08-26 Thread Christian Stocker
Just to stop some maybe upcoming myths On 26.8.2004 2:32 Uhr, Naik, Roshan wrote: sockets, openssl, domxml are very useful extensions. Will these (and all the others) ever get out of experimental ? In PHP 5, dom and xsl are not EXPERIMENTAL anymore. This change should have happend already with t

Re: [PHP-DEV] libxml and non iso-8859-1

2004-08-18 Thread Christian Stocker
On 18.8.2004 10:54 Uhr, moshe doron wrote: Please read http://bugs.php.net/bug.php?id=29711 we need decision Got a patch by Rob, which makes it default to UTF-8 Will test it and then commit it (he's away currently) chregu -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 z

Re: [PHP-DEV] PHP 5.0.1

2004-08-10 Thread Christian Stocker
nyway, 5.0.1RC1 is up at http://snaps.php.net/~andi. Please check it out and make sure it works well (couldn't do a sanity build right now because I need to go to sleep). Edin, can you roll a Win32 package (tag php_5_0_1RC1)? Thanks, Andi At 09:33 AM 8/10/2004 +0200, Christian Stocker wrote: On 7.8

Re: [PHP-DEV] PHP 5.0.1

2004-08-10 Thread Christian Stocker
any bug fixes you'd like to make in, please let me know. There's no > problem with delaying it somewhat more... > Andi > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > > -- PHP Internals - PHP

Re: [PHP-DEV] Clarification needed

2004-07-16 Thread Christian Stocker
e switch to ext/xsl isn't that hard and you gain a lot of speed improvements ;) chregu -sterling On Fri, 16 Jul 2004 11:18:46 +0200, Christian Stocker <[EMAIL PROTECTED]> wrote: On 16.7.2004 11:15 Uhr, Kamesh Jayachandran wrote: Hi, I have seen that in php5.0/ext/xslt directory does not

Re: [PHP-DEV] Clarification needed

2004-07-16 Thread Christian Stocker
L now. chregu Why is this change? Can someone clarify me on this? With regards Kamesh Jayachandran -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | [EMAIL PROTECTED] | gnupg-

Re: [PHP-DEV] current commit policy for HEAD?

2004-07-14 Thread Christian Stocker
On 14.7.2004 10:41 Uhr, Derick Rethans wrote: On Wed, 14 Jul 2004, Christian Stocker wrote: Morning After PHP 5.0.0 is now released, are there any plans for opening up HEAD for not-only-bug-fixes again? Do we branch (or is it already) PHP_5_0 and allow only bugfixes there (as with 4.3) and HEAD

[PHP-DEV] current commit policy for HEAD?

2004-07-14 Thread Christian Stocker
fixed the most important bugs? (focusing on this instead of new features ;) ) I have some pending (little9 commits, wich I'd like to add, but they are certainly new features and not bugfixes... chregu -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240

Re: [PHP-DEV] Rendezvous in php

2004-07-06 Thread Christian Stocker
see above... );//returns an array of hosts that responded. echo(""); print_r($conn); print_r($servers); echo(""); rendezvous_unregister_service($conn);//stop advertising ?> John LeSueur -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8

Re: [PHP-DEV] Memory manager

2004-07-05 Thread Christian Stocker
Hi > Is this with ZEND_MM or without? Sorry about my ignorance, but I don't know ;) standard ./configure (with some extensions) on OS X ... chregu On 5.7.2004 19:48 Uhr, Andi Gutmans wrote: Andi At 07:17 PM 7/5/2004 +0200, Christian Stocker wrote: On 5.7.2004 19:08 Uhr, Andi Gutmans w

Re: [PHP-DEV] Memory manager

2004-07-05 Thread Christian Stocker
php?id=29016 ? sorry for not having short code to reproduce it... chregu Andi -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | [EMAIL PROTECTED] | gnupg-keyid 0x5CE1DECB --

Re: [PHP-DEV] Mem Leak in Tidy, ZE2 Bug?

2004-06-08 Thread Christian Stocker
u should just set the last parameter, as it will set the input and ouput charset!! See Derick's answer, that's not the point ;) Anyway, I filed a bug report for tidy (there was also a second memleak) at http://pecl.php.net/bugs/bug.php?id=1580 chregu -- christian stocker | Bitflux GmbH | s

[PHP-DEV] Mem Leak in Tidy, ZE2 Bug?

2004-06-08 Thread Christian Stocker
']); print $tidy; *** If the 3rd param is not part of the array of the second param, there's no memleak.. Any ideas, what's going wrong here? If it's tidy, I'll file a bug report, if it's ZE2, it's maybe something to be fixed before 5.0.0 ;) chregu -- christian s

Re: [PHP-DEV] Patch for making static method calls work from within xslt

2004-04-20 Thread Christian Stocker
On 4/20/04 11:19 AM, Andi Gutmans wrote: Oh :) I thought that was zend_is_callable(). I'm OK with you commiting this. It's a small one and quite useful. Thanks. Comited. chregu Andi At 11:11 AM 4/20/2004 +0200, Christian Stocker wrote: On 4/20/04 11:05 AM, Andi Gutmans wrote:

Re: [PHP-DEV] Patch for making static method calls work from within xslt

2004-04-20 Thread Christian Stocker
regu Andi At 11:00 AM 4/20/2004 +0200, Christian Stocker wrote: Hi I made a patch for making static php method calls (ala class::method) work from within xslt. (see http://slides.bitflux.ch/phpug2004_1/slide_37.html for some details about this technique) I'm not sure, if I can commit th

[PHP-DEV] Patch for making static method calls work from within xslt

2004-04-20 Thread Christian Stocker
if it would make it into 5.0.0. The patch is here http://trash.chregu.tv/staticmethod-xsl.diff a non whitespace-changes diff here: http://trash.chregu.tv/staticmethod-xsl.non-withespace.diff chregu -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | m

Re: [PHP-DEV] ext/mysqli broken

2004-03-29 Thread Christian Stocker
the other usual places? I had the same problem a few days ago. (re)moving them helped... chregu -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | [EMAIL PROTECTED] | gnupg-k

Re: [PHP-DEV] RC1RC2

2004-03-17 Thread Christian Stocker
ckage because it was rolled on the new snaps machine (thanks Derick) and I want to be sure that it's OK. Andi -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | [EMAIL

Re: [PHP-DEV] static crashes

2004-03-05 Thread Christian Stocker
k fix chregu Thanks for the short reproducing script. Andi At 07:12 PM 3/5/2004 +0200, Andi Gutmans wrote: Can't reproduce this. At 05:37 PM 3/5/2004 +0100, Christian Stocker wrote: Hi The following segfaults on my linux server... if you comment out the "static $instance" line

[PHP-DEV] static crashes

2004-03-05 Thread Christian Stocker
Hi The following segfaults on my linux server... if you comment out the "static $instance" line, it works... fresh HEAD checkout 15 minutes ago.. strangely enough, this works on OSX... backtrace can be found here -> http://trash.chregu.tv/bt.txt chregu -- christian stocker |

Re: [PHP-DEV] snaps not compiling

2004-02-23 Thread Christian Stocker
rror U1077: '"c:\Program Files\Microsoft Visual Studio\VC98\bin\NMAKE.EXE"' : return code '0x2' Stop. Nuno -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.

Re: [PHP-DEV] DOM Examples?

2004-01-07 Thread Christian Stocker
DOM extension? I'm looking to do some documenting, but I need to know how to use our implementation first. Thanks, Ken -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | [

Re: [PHP-DEV] Bug: XSLT php:functionString

2003-12-10 Thread Christian Stocker
-- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | [EMAIL PROTECTED] | gnupg-keyid 0x5CE1DECB -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] Beta 3

2003-12-04 Thread Christian Stocker
y stand on this? the snapshots at http://downloads.mysql.com/snapshots.php make it at least a little bit easier to install (no need for bitkeeper..) MySQL 4.1 HTH chregu -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax

Re: [PHP-DEV] reflection api -> camelcaps

2003-12-02 Thread Christian Stocker
of underscores? For instance, its methods are: getMessage(), getCode(), etc. I don't think any other built-in method or packaged extension does this. ext/dom and ext/xsl use camelCaps as well chregu -adam -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1

Re: [PHP-DEV] Bug in DOM document.c php_dom_ctx_error_level()

2003-12-01 Thread Christian Stocker
ing your Internet connection and then loading any XML file that references an external entity. For example: http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent";> %HTMLlat1; ]> A patch to fix this is available at: http://www.trachtenberg.com/patches/php_dom_ctx_error_level.txt -adam -- christia

Re: [PHP-DEV] New PHP 5 XML extensions

2003-11-06 Thread Christian Stocker
ing, and maybe even someone else, at talks.php.net. Nothing terribly in-depth. Shane Christian Stocker wrote: My slides from my talk about XML in PHP5 are here: http://slides.bitflux.ch/phpconf2003/ examples are here http://slides.bitflux.ch/phpconf2003/examples/ And Sebastian's slides

Re: [PHP-DEV] New PHP 5 XML extensions

2003-11-06 Thread Christian Stocker
ow about the new XML features. Andi -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | [EMAIL PROTECTED] | gnupg-keyid 0x5CE1DECB -- PHP Internals - PHP Runtime Develop

Re: [PHP-DEV] Scheme handlers for XSLT in progress.

2003-11-04 Thread Christian Stocker
On 11/4/03 3:42 PM, Adam Dickmeiss wrote: Adam Dickmeiss wrote: Christian Stocker wrote: Just as an update to this question According to Adam, the stream-wrapper support in ext/xsl seems to have the same possibilities as the schemes support in the former sablotron extension. But he will

Re: [PHP-DEV] Scheme handlers for XSLT in progress.

2003-10-31 Thread Christian Stocker
-wrapper support in ext/dom and ext/xsl in my talk next week at the php conference (and in the slides/examples published afterwards) ;) chregu On 10/31/03 12:20 PM, Adam Dickmeiss wrote: Christian Stocker wrote: On 10/31/03 11:23 AM, Adam Dickmeiss wrote: Hi, we miss the scheme facility from

Re: [PHP-DEV] Scheme handlers for XSLT in progress.

2003-10-31 Thread Christian Stocker
On 10/31/03 11:23 AM, Adam Dickmeiss wrote: Hi, we miss the scheme facility from PHP4's XSLT extension. So, we are making a new one for PHP5's XSL extension, i.e. interfacing libXSLT's xsltRegisterExtModuleFunction. If nobody else have done it/is doing it we'd like to contribute. Can't you j

Re: [PHP-DEV] Re: cvs: php-src /ext/dom/tests dom005.phpt

2003-10-30 Thread Christian Stocker
On 10/30/03 1:53 PM, Ilia Alshanetsky wrote: On October 30, 2003 03:10 am, Christian Stocker wrote: My system (libxml2-2.6.0 on Mac OS X 10.3) outputs lowercase html in the doctype.. I don't know, if libxml2 changed that on purpose. But both doctypes seem to validate... I'll as

  1   2   >