Re: [PHP-DEV] build no longer working

2003-02-14 Thread Marcus Börger
Ensure that m4 --version actually outputs 1.4 and not 1.4o. Some rpms are mislabeled in that area. Otherwise, the only problem source comes from having a polluted installation where multiple autoconf/libtool versions are sprinkled through the whole system. Thanks for the

[PHP-DEV] recursion?????

2003-02-14 Thread Alex Davis
Ok ... here is the sitituation... I am creating a registration form. What I have so far works ... the user registers using this form and the form calls another page that will check the validity of the data (checking for username availability, etc...). If there is an error, display the error

Re: [PHP-DEV] recursion?????

2003-02-14 Thread Derick Rethans
Hello, please forward user questions to the [EMAIL PROTECTED] mailinglist, this list is for development _OF_ PHP, not development _with_ PHP. Derick On Thu, 13 Feb 2003, Alex Davis wrote: Ok ... here is the sitituation... I am creating a registration form. What I have so far works ... the

[PHP-DEV] sybase_ct batch query

2003-02-14 Thread Michael Ulbrich
Hi there, here's a small patch for sybase_query() in ext/sybase_ct.c which gives some extended functionality in that it allows to send batch queries from php to the Sybase backend. Currently it's only possible to send single queries via sybase_query(), but in some cases it can be convenient to

Re: [PHP-DEV] sybase_ct batch query

2003-02-14 Thread Timm Friebe
On Fri, 2003-02-14 at 14:37, Michael Ulbrich wrote: Hi there, Hi, here's a small patch for sybase_query() in ext/sybase_ct.c which gives some extended functionality in that it allows to send batch queries from php to the Sybase backend. I'll have a look at it as soon as possible. Hello from

Re: [PHP-DEV] Why i believe we need final

2003-02-14 Thread Marcus Börger
At 22:05 23.01.2003, Marcus Börger wrote: The current OO implementation ( ... bla ... ) final ( ... bla ... ) I just updated the patch and it is getting a bit smaller due to latest engine changes. I also moved the check code from zend_language_parser.y into zend_compile.c (as suggested by...i

Re: [PHP-DEV] repost: return_value getting corrupted in extension

2003-02-14 Thread Eric Lambart
On Thu, 13 Feb 2003 09:02:44 -0800, Eric Lambart wrote: Second of all, I have narrowed the problem down a bit. It has nothing to do with parentheses or single-quotes (surprise!). Seriously... I just observed it mangling another string, but what seemed stranger yet, it changed

Re: [PHP-DEV] repost: return_value getting corrupted in extension

2003-02-14 Thread Wez Furlong
Hi Eric, It really just sounds like you have some bug in your code where your pointers are misbehaving. All I can suggest is that you look very carefully at each pointer in the relevant code to make sure it is ok. Also, try stripping it down a couple of lines at a time (by commenting them out)

[PHP-DEV] Can't build ext/mysqli with sapi/apache2{handler|filter}

2003-02-14 Thread Sebastian Bergmann
sb@wopr-mobile:/usr/src/php5 cat config.mysql #! /bin/sh './configure' \ '--enable-debug' \ '--with-apxs2=/usr/local/apache2/bin/apxs' \ '--with-mysql=/usr/local/mysql' \ '--with-mysqli=/usr/local/mysql' \ '--with-zlib' produces the errors shown here