[PHP-DEV] sockets extension

2002-09-06 Thread Brian Lalor
Do the maintainers of the PHP sockets extension ever intend to get their act together and cement the API, or are people who need this functionality going to be forced to rewrite their code everytime there's a new point-release of PHP? -- Brian Lalor |

[PHP-DEV] Re: sockets extension

2002-09-09 Thread Brian Lalor
messages; I am responsible for building PHP for our development and production environments, as well as coding applictations that use the extension. I am unable to keep up. B -- Brian Lalor |http://introducingthelalors.org/ [EMAIL PROTECTED] (email) | [EMAIL PRO

[PHP-DEV] Re: sockets extension...pecl it

2002-09-11 Thread Brian Lalor
d what needs to be done to make this extension non-experimental for the next release of PHP? Can we at least finalize the API so that *I* can work on a migration path for my own work? What help do you need? -- Brian Lalor [EMAIL PROTECTED] [EMAIL PROTECTED] (v) 480-333-3196 (f) 480-760-

[PHP-DEV] Re: sockets extension...pecl it

2002-09-12 Thread Brian Lalor
urrent docs? I'd like to have a look at those so I can start working on my abstraction library (bona-fide Socket class) and get a feel for how the extension's *supposed* to work (without having to resort to looking at the source). The best thing I can do is start using it and see what

[PHP-DEV] Re: sockets extension...pecl it

2002-09-12 Thread Brian Lalor
Markus Fischer <[EMAIL PROTECTED]> writes: > On Thu, Sep 12, 2002 at 10:41:47AM -0700, Brian Lalor wrote : > > Where are the current docs? > [...] > > php.net/sockets By which you mean the source? I asked if there was documentation outside of the source files.

[PHP-DEV] process in README.SELF-CONTAINED-EXTENSIONS broken?

2002-09-12 Thread Brian Lalor
al, which gave the same output as phpize, save for the last line; finally: ./configure configure dies with: configure: error: can not find sources in . or .. I've tried running buildconf and configure in the cvs working directory, but still no dice. Can anyone help? B

[PHP-DEV] Re: sockets extension...pecl it

2002-09-12 Thread Brian Lalor
using. Is the documentation versioned in some way I'm missing? -- Brian Lalor [EMAIL PROTECTED] [EMAIL PROTECTED] -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] documentation revisioning (was Re: sockets extension...pecl it)

2002-09-12 Thread Brian Lalor
ion regarding the sockets extension being experimental, but that doesn't matter one iota if the documentation on php.net reflects cvs. [1] http://www.php.net/manual/en/function.socket-connect.php [2] http://cvs.php.net/co.php/php4/ext/sockets/sockets.c?r=1.121 -- Brian Lalor [EMAIL PROTECT

[PHP-DEV] Re: sockets extension...pecl it

2002-09-12 Thread Brian Lalor
Jon Parise <[EMAIL PROTECTED]> writes: > On Thu, Sep 12, 2002 at 10:54:14AM -0700, Brian Lalor wrote: > > > > On Thu, Sep 12, 2002 at 10:41:47AM -0700, Brian Lalor wrote : > > > > Where are the current docs? > > > [...] > > > > > >

[PHP-DEV] Re: documentation revisioning (was Re: sockets extension...pecl it)

2002-09-12 Thread Brian Lalor
bleeding edge, but speaking from experience, it sure would be nice to have documentation on hand for the version I'm using without having to refer to caveats about which version the array commands were changed in (another real-world example). -- Brian Lalor [EMAIL PROTECTED] [EMAIL PROTECTED]

[PHP-DEV] Re: process in README.SELF-CONTAINED-EXTENSIONS broken?

2002-09-12 Thread Brian Lalor
mention of needing the PHP source, and in fact states that this procedure can be used for packaging up a module for release independent of the PHP source code. Am I mis-reading it? -- Brian Lalor [EMAIL PROTECTED] [EMAIL PROTECTED] -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] RE: Bug #11990 Updated: defined constants getting corrupted

2001-07-10 Thread Brian Lalor
al = 0x81e2854 "DEF_0", len = 5}, ht = 0x81e2854, obj = {ce = 0x81e2854,     properties = 0x5}} Note that it appears that PHP is trying to access the data for DEF_0 at zend_execute.c:1639. Note that I did this with php 4.0.6, not 4.0.5.  *Some* kind of problem still exists there... &

RE: [PHP-DEV] Bug #11990 Updated: defined constants getting corrupted

2001-07-10 Thread Brian Lalor
ned, objects defined, etc.  Programmatic access to the context would be cool... :-) Has anyone given any thought to this problem of corruption of defines?  Are there any other instances of data corruption that we could maybe draw lines between? Thanks, B -- Brian Lalor [EMAIL PROTECTED] (v) 480-333-3196 (f) 480-760-9298

[PHP-DEV] Help with corrupted defines [bug 11990]

2001-07-12 Thread Brian Lalor
bummer for all involved. Would someone with the knowledge of the internals of PHP and Zend be willing to spend some time one-on-one with me any my team trying to get a solution to this? Thanks, B -- Brian Lalor [EMAIL PROTECTED] (v) 480-333-3196 (f) 480-760-9298 -- PHP Development Mailing List &l

[PHP-DEV] emulating http request on commandline?

2001-07-12 Thread Brian Lalor
I recreate those for the php cgi binary to see? Thanks, B -- Brian Lalor [EMAIL PROTECTED] (v) 480-333-3196 (f) 480-760-9298 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP-DEV] Help with corrupted defines [bug 11990]

2001-07-12 Thread Brian Lalor
persue... Thanks, B -- Brian Lalor [EMAIL PROTECTED] (v) 480-333-3196 (f) 480-760-9298 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] many errors with zend_debug on

2001-07-13 Thread Brian Lalor
flown (magic=0x08AD5264 instead of 0x2A8FCC84) At least 4 bytes overflown I'm seeing this with php 4.0.6. Thanks, B -- Brian Lalor [EMAIL PROTECTED] (v) 480-333-3196 (f) 480-760-9298 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTE

[PHP-DEV] More on the corrupted defines

2001-07-16 Thread Brian Lalor
ets --with-xml --enable-debug --with-apxs=/usr/sbin/apxs and Apache 1.3.14. Will someone take a look at this? I'll try to bundle up a set of scripts that reproduces the error. Thanks, B -- Brian Lalor [EMAIL PROTECTED] (v) 480-333-3196 (f) 480-760-9298 error_log.bz2 debug_p