[PHP-DEV] CVS Account Request

2001-04-20 Thread CVS Account Request
Full name: Renato Arruda Email: [EMAIL PROTECTED] ID: rarruda Purpose: Help translate the manual to pt_BR -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

Re: [PHP-DEV] request

2001-04-20 Thread Chuck Hagenbuch
Quoting Andrei Zmievski <[EMAIL PROTECTED]>: > Alternatively, we could do the Python way: the base classes are searched in > depth-first order, and if the base classes define the same symbol, the > first encountered definition is used. This could result in really confusing and unpredictable beh

Re: [PHP-DEV] request

2001-04-20 Thread Andrei Zmievski
At 09:41 PM 4/20/01 -0400, Stig Sæther Bakken wrote: >The idea is starting to grow on me. But I think name clashes should >be defined as errors, that is more consistent with the way function >and class declarations are done. Alternatively, we could do the Python way: the base classes are searche

Re: [PHP-DEV] request

2001-04-20 Thread Stig Sæther Bakken
[Andrei Zmievski <[EMAIL PROTECTED]>] > On Tue, 17 Apr 2001, Stanislav Malyshev wrote: > > Generally, since PHP is not a strongly typed language, it's not too hard > > to implement multiple inheritance, I guess. Question is - is it worth the > > effort? Does it need to be done? > > With multiple

[PHP-DEV] Req/Res wrappers (was Re: [PHP-DEV] Bug #10423: HTTP_ENV_VARS is bigger...)

2001-04-20 Thread teo
Hi Colin! On Fri, 20 Apr 2001, Colin Viebrock wrote: > > > Specifically in my case, HTTP_ENV_VARS['USER'] is now being set. It > took me a while to figure out why my scripts, which use $USER as a session > variable, were getting messed up. > > > > > That is because PHP inherits the environment f

[PHP-DEV] Extending pre-compiled libphp4.so

2001-04-20 Thread md
Is there a way to take a currently functioning extension that is being built into a libphp4.so and build it as a shared library so that I can be sent it to another apache box with a libphp4.so that has not been built with integrated extension support (./configure --with-myextension) I want the PH

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-20 Thread Rui Hirokawa
> > iconv P > > The iconv library in itself is useful enough that we should try to > keep this one within PHP, maybe even integrate it tighter. I hope so too. iconv has some important role espetially for handling multibyte encoding. I am also preparing a extension module called jstring for h

[PHP-DEV] Bug #10428: odbc_primarykeys returns 0 rows

2001-04-20 Thread daniel . rowe
From: [EMAIL PROTECTED] Operating system: W2K PHP version: 4.0.4pl1 PHP Bug Type: ODBC related Bug description: odbc_primarykeys returns 0 rows Trying to get the primary keys with "odbc_primarykeys", using a valid connectid, '' or '%' as qualifier, '%', '' or 'sa' as owner

[PHP-DEV] Bug #10427: Compilation stop with PDF_show_boxed in -lpdf... no

2001-04-20 Thread alkaline01
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.2-RELEASE PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: Compilation stop with PDF_show_boxed in -lpdf... no hi...having a problem compiling pdflib support into php4.0.4pl1. configure for php4.0.4pl1:

Re: [PHP-DEV] Bug #10423: HTTP_ENV_VARS is bigger, overwrites session vars

2001-04-20 Thread Jon Parise
On Fri, Apr 20, 2001 at 04:32:25PM -0400, Colin Viebrock wrote: > > yes it is, AFAIK. in fact, you will find it handy to have a > > wrapper function/class over all these HTTP_*_VARS arrays to > > validate stuff ;) > > I can't face wading through 4 megs of code to switch to using > HTTP_POST_VAR

Re: [PHP-DEV] Bug #10423: HTTP_ENV_VARS is bigger, overwrites session vars

2001-04-20 Thread Colin Viebrock
> > Specifically in my case, HTTP_ENV_VARS['USER'] is now being set. It took me a while to figure out why my scripts, which use $USER as a session variable, were getting messed up. > > > That is because PHP inherits the environment from Apache, which in turn > inherits it from the shell in which

[PHP-DEV] PHP 4.0 Bug #10423 Updated: HTTP_ENV_VARS is bigger, overwrites session vars

2001-04-20 Thread colin
ID: 10423 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Performance problem Description: HTTP_ENV_VARS is bigger, overwrites session vars Quick fix was to edit php.ini from: variables_order = "EGPCS" to: variables_order = "GPCS" so HTTP_ENV_VARS i

Re: [PHP-DEV] Bug #10423: HTTP_ENV_VARS is bigger, overwrites session vars

2001-04-20 Thread teo
Hi colin! On Fri, 20 Apr 2001, [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Operating system: RH7.0 > PHP version: 4.0 Latest CVS (20/04/2001) > PHP Bug Type: Performance problem > Bug description: HTTP_ENV_VARS is bigger, overwrites session vars > > After updating

Re: [PHP-DEV] Enabling WDDX

2001-04-20 Thread Andrei Zmievski
On Fri, 20 Apr 2001, TomHenry wrote: > Adrei > > I guess the underlaying thread was lost -- the whole issue is just that I > don't have control over compiling PHP in the first place. I needed a > solution that could be implemented w/o being the one compiling 0 I I > compiled then I wouldn't h

[PHP-DEV] PHP 4.0 Bug #10411 Updated: number_format returns wrong values

2001-04-20 Thread mark
ID: 10411 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: Unknown/Other Function Description: number_format returns wrong values That was just a typo on my part entering the information here. The bug still exists, and I think it specifically has to do with values set as float,2 fr

[PHP-DEV] Re: Bug #10425 Updated: when php calls MYSQL it doesnt work on my xitami!

2001-04-20 Thread MOI toi
I've added the line "dl("mysql.so")" on the top of each script and now it says Fatal error: Unable to load dynamic library '/usr/lib/php3/mysql.so' - /usr/lib/php3/mysql.so: cannot open shared object file: No such file or directory in /home/httpd/html/temp/piece/piece.php3 on line 2 Guilalume

Re: [PHP-DEV] Enabling WDDX

2001-04-20 Thread TomHenry
Andrei, Thanks _very_ much for your attention to this detail -- I like your solution ;-) Most gratefully, Tom Henry At 12:04 PM 4/20/01 -0500, Andrei Zmievski wrote: >On Fri, 20 Apr 2001, TomHenry wrote: > > Adrei > > > > I guess the underlaying thread was lost -- the whole issue is just that

[PHP-DEV] Bug #10426: pfsockopen resource is not client site persistent.

2001-04-20 Thread ralph
From: [EMAIL PROTECTED] Operating system: Linux snarff 2.2.16-3smp #1 SMP Tue Aug 8 21:44:50 PDT 2000 i686 PHP version: 4.0.3 PHP Bug Type: Sockets related Bug description: pfsockopen resource is not client site persistent. config line: './configure' '--with-apache=/usr/loc

[PHP-DEV] Bug #10425 Updated: when php calls MYSQL it doesnt work on my xitami!

2001-04-20 Thread derick
ID: 10425 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: MySQL related PHP Version: 4.0.4pl1 Assigned To: Comments: Where did you get this build? Only Configuring on UNIX with --without-mysql disables mysql support, as it is standard in every distribu

[PHP-DEV] Bug #10425: when php calls MYSQL it doesnt work on my xitami!

2001-04-20 Thread bolbol90
From: [EMAIL PROTECTED] Operating system: w98 PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: when php calls MYSQL it doesnt work on my xitami! I have installed PHP under Xitami web server but I can't use MySQL: Fatal error: Call to unsupported or undefin

[PHP-DEV] Bug #10424: apache crash with segmentation fault at end of phpinfo() function call.

2001-04-20 Thread jliebert
From: [EMAIL PROTECTED] Operating system: AIX 4.3 PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: apache crash with segmentation fault at end of phpinfo() function call. Compiler: C for AIX version 5 (xlc_r) Web serveur: IBM_HTTP_Server/1.3.6.2 Apac

[PHP-DEV] Re: Bug #10403 Updated: cannot prepare iODBC statements

2001-04-20 Thread Thom Leigh
direct ODBC access (with odbctest utility) works beautifully, it only crashes inside php... -thom Leigh Bug Database wrote: > ID: 10403 > Updated by: ahill > Reported By: [EMAIL PROTECTED] > Status: Open > Bug Type: ODBC related > PHP Version: 4.0.4pl1 > Assigned To: > Comments: > > Please v

Re: [PHP-DEV] Re: [PHP-QA] RC7 is out

2001-04-20 Thread Felix Kronlage
On Fri, Apr 20, 2001 at 07:22:07PM +0300, Zeev Suraski wrote: > Works fine here does here now too...maybe it has been fixed since this afternoon... however, now can test :) -fkr, satiesfied -- gpg-fingerprint: 076E 1E87 3E05 1C7F B1A0 8A48 0D31 9BD3 D9AC 74D0 |http://www.hazardous.org/ | w

Re: [PHP-DEV] Re: [PHP-QA] RC7 is out

2001-04-20 Thread Zeev Suraski
Works fine here At 16:39 20/4/2001, Felix Kronlage wrote: >On Fri, Apr 20, 2001 at 04:42:24PM +0200, Andi Gutmans wrote: > > > http://www.php.net/distributions/php-4.0.5RC7.tar.gz > >404 > >-fkr >-- >gpg-fingerprint: 076E 1E87 3E05 1C7F B1A0 8A48 0D31 9BD3 D9AC 74D0 > |http://www.hazardous.org

[PHP-DEV] Bug #10382 Updated: array_multisort() doesn't work as advertised

2001-04-20 Thread andrei
ID: 10382 Updated by: andrei Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem PHP Version: 4.0.4pl1 Assigned To: Comments: I cut & pasted your code and ran it against latest CVS version and it works. Previous Comments: --

Re: [PHP-DEV] Enabling WDDX

2001-04-20 Thread Andrei Zmievski
On Fri, 20 Apr 2001, TomHenry wrote: > Adrei > > I guess the underlaying thread was lost -- the whole issue is just that I > don't have control over compiling PHP in the first place. I needed a > solution that could be implemented w/o being the one compiling 0 I I > compiled then I wouldn't h

Re: [PHP-DEV] Enabling WDDX

2001-04-20 Thread TomHenry
Adrei I guess the underlaying thread was lost -- the whole issue is just that I don't have control over compiling PHP in the first place. I needed a solution that could be implemented w/o being the one compiling 0 I I compiled then I wouldn't have the problem at all. And - that's why I have

[PHP-DEV] subreq php from apache 1.2

2001-04-20 Thread Shaun Batterton
Hey folks, I'm subrequesting php from my own apache module. Everything has worked great, but headers don't get sent. Does anyone have any ideas why mod_php doesn't send headers in this situation? I'm thinking maybe my problem is that I'm using AddType to add my handler. Any ideas? -Shaun

Re: [PHP-DEV] lxr.php.net and the php4/core directory

2001-04-20 Thread Andrei Zmievski
Should be fixed. On Fri, 20 Apr 2001, Andrei Zmievski wrote: > I'll take a look at it. > > On Thu, 19 Apr 2001, Hartmut Holzgraefe wrote: > > > > could someone please make lxr ignore the old php4/core directory > > when indexing the source? > > > > -- > > Hartmut Holzgraefe [EMAIL PROTECTED]

[PHP-DEV] Bug #10423: HTTP_ENV_VARS is bigger, overwrites session vars

2001-04-20 Thread colin
From: [EMAIL PROTECTED] Operating system: RH7.0 PHP version: 4.0 Latest CVS (20/04/2001) PHP Bug Type: Performance problem Bug description: HTTP_ENV_VARS is bigger, overwrites session vars After updating my CVS version of PHP, a dump of HTTP_ENV_VARS showed several new envi

[PHP-DEV] A safemode like eval for non-safemode operation?

2001-04-20 Thread Chris Newbill
Is is possible to have some kind of function like eval that runs in a restricted mode, like safe mode? I'd like to be able to allow users to create little macro scripts for events I store in a database, but I'd also like to limit what those scripts can do without restricting my regular PHP code.

Re: [PHP-DEV] Enabling WDDX

2001-04-20 Thread Andrei Zmievski
On Fri, 20 Apr 2001, TomHenry wrote: > Andrei, > > Could you explain more what you mean by "build it as a shared library"? I > have no Idea what it means. > > What do I need, and what are the steps to do that? > > Thank you very much for responding to my dilemma - I have been trying to > get

Re: [PHP-DEV] Suggestion for in_array

2001-04-20 Thread Andrei Zmievski
See array_search() function. On Fri, 20 Apr 2001, Thomas Deliduka wrote: > Perhaps having in_array return the index for the element that contains the > needle. > > That would be very useful. > -- > > Thomas Deliduka > IT Manager > - > New Eve Media > The Solution T

Re: [PHP-DEV] Suggestion for in_array

2001-04-20 Thread Chuck Hagenbuch
Quoting Thomas Deliduka <[EMAIL PROTECTED]>: > Perhaps having in_array return the index for the element that contains the > needle. > > That would be very useful. No, that would break the semantics of the function, because the index could be 0, which evaluates to false in boolean expressions.

[PHP-DEV] Suggestion for in_array

2001-04-20 Thread Thomas Deliduka
Perhaps having in_array return the index for the element that contains the needle. That would be very useful. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP Development Mailing List

Re: [PHP-DEV] lxr.php.net and the php4/core directory

2001-04-20 Thread Andrei Zmievski
I'll take a look at it. On Thu, 19 Apr 2001, Hartmut Holzgraefe wrote: > > could someone please make lxr ignore the old php4/core directory > when indexing the source? > > -- > Hartmut Holzgraefe [EMAIL PROTECTED] http://www.six.de +49-711-99091-77 > > -- > PHP Development Mailing List

Re: [PHP-DEV] Enabling WDDX

2001-04-20 Thread TomHenry
Andrei, Could you explain more what you mean by "build it as a shared library"? I have no Idea what it means. What do I need, and what are the steps to do that? Thank you very much for responding to my dilemma - I have been trying to get some answer to this for a long time. Sincerely, Tom H

[PHP-DEV] PHP 4.0 Bug #10379 Updated: ns-httpd crashes on php content.

2001-04-20 Thread ptierney
ID: 10379 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: iPlanet related Description: ns-httpd crashes on php content. Compile failed using php4-200104200645: Making all in oci8 /bin/sh /usr/share/src/php4-200104200645/libtool --silent --mode=compile gcc -I. -I/usr/share/src/php4-

Re: [PHP-DEV] Enabling WDDX

2001-04-20 Thread Andrei Zmievski
On Tue, 17 Apr 2001, Tom wrote: > > I run websites on server farms - and am usually faced with difficulties as a > result of the PHP configuration being at the whim of the ISV staff - > especially when version upgrades are made - they frequently fail to include > all the needed -with- and -ena

[PHP-DEV] Re: Bug #10411 Updated: number_format returns wrong values

2001-04-20 Thread Mark Guertin
That was just a typo on my part entering the information. The bug still exists, and I think it specifically has to do with values set as float,2 from MySQL. It doesn't happen every time, but I have seen this on at least 5 occasions now. Mark on 4/19/01 5:53 PM, Bug Database at [EMAIL PROTECTE

[PHP-DEV] Re[2]: [PHP-QA] RC7 is out

2001-04-20 Thread Andrew Sitnikov
Hello Andi, reede, 20.04.2001, you wrote: AG> At 02:59 PM 4/20/2001 -0700, Andrew Sitnikov wrote: >>Hello Zeev, >> >>neljapäev, 19.04.2001, you wrote: >> >> >>ZS> I rolled RC7 - if there are no surprises (there'd better not be! :), it >>ZS> can finally go out early next week. >> >>ZS> Zeev >> >>

Re: [PHP-DEV] request

2001-04-20 Thread Andrei Zmievski
On Tue, 17 Apr 2001, Stanislav Malyshev wrote: > Generally, since PHP is not a strongly typed language, it's not too hard > to implement multiple inheritance, I guess. Question is - is it worth the > effort? Does it need to be done? With multiple inheritance you have a way to implement interfaces

Re: [PHP-DEV] Request : Surface Userland version of zend_is_callable

2001-04-20 Thread Andrei Zmievski
On Tue, 17 Apr 2001, clayton collie wrote: > > Title says it. It seems like it would be a useful way of preventing certain > runtime errors with callbacks. It could be a pretty simple userland function.. but can be written in C as well. -Andrei When we eliminate the impossible, whatever remain

Re: [PHP-DEV] Re: [PHP-QA] RC7 is out

2001-04-20 Thread Felix Kronlage
On Fri, Apr 20, 2001 at 04:42:24PM +0200, Andi Gutmans wrote: > http://www.php.net/distributions/php-4.0.5RC7.tar.gz 404 -fkr -- gpg-fingerprint: 076E 1E87 3E05 1C7F B1A0 8A48 0D31 9BD3 D9AC 74D0 |http://www.hazardous.org/ | whois -h whois.ripe.de FKR-RIPE | |all your base are belong to

[PHP-DEV] Re: [PHP-QA] RC7 is out

2001-04-20 Thread Andi Gutmans
At 02:59 PM 4/20/2001 -0700, Andrew Sitnikov wrote: >Hello Zeev, > >neljapäev, 19.04.2001, you wrote: > > >ZS> I rolled RC7 - if there are no surprises (there'd better not be! :), it >ZS> can finally go out early next week. > >ZS> Zeev > >Where i can get it ? http://www.php.net/distributions/php-

[PHP-DEV] Bug #9365 Updated: Problem with muiti-byte char code set (serious)

2001-04-20 Thread andi
ID: 9365 Updated by: andi Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem PHP Version: 4.0.4pl1 Assigned To: Comments: Also reported as fixed. Previous Comments: --- [2001-

[PHP-DEV] Bug #9369 Updated: Bug in foreach, reference (See Bug ID#9365, too)

2001-04-20 Thread andi
ID: 9369 Updated by: andi Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem PHP Version: 4.0.4pl1 Assigned To: Comments: Fixed in CVS. Thanks for the report. Previous Comments: --

[PHP-DEV] Bug #10422: cant compile with --with-apxs2

2001-04-20 Thread petko
From: [EMAIL PROTECTED] Operating system: Linux 2.2.18 #sparc64 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: cant compile with --with-apxs2 I made configure in this way: ./configure --with-mysql=/home/petkok/mysql --with-apxs2=/home/petkok/httpd/bin/

[PHP-DEV] Re: [PHP-QA] RC7 is out

2001-04-20 Thread Andrew Sitnikov
Hello Zeev, neljapäev, 19.04.2001, you wrote: ZS> I rolled RC7 - if there are no surprises (there'd better not be! :), it ZS> can finally go out early next week. ZS> Zeev Where i can get it ? Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372)

Re: [PHP-DEV] RC7 is out

2001-04-20 Thread Zeev Suraski
Aha, yep, that's a good reason :) Sascha - with your ultra cvs update script, won't it be doable to detect .tar.gz files and not attach them? Zeev At 05:29 20/4/2001, Rasmus Lerdorf wrote: > > Any good reason for that BTW? :) > >Well, to avoid sending 3M attachments to 1000 people. > >-Rasmus

[PHP-DEV] Re: [PHP-QA] RC7 is out

2001-04-20 Thread Zeev Suraski
Yep, that's true :( Looks like I forgot to commit the configure.in/main/php_version.h version change before tagging. So heads up folks - RC7 will identify as RC6. Don't believe it :) Zeev At 05:59 20/4/2001, Matt White wrote: >Zeev; > >Compiled on Win32 as an Apache module just fine. > >One t

[PHP-DEV] Bug #10421: can't compile php_sybase_db.c

2001-04-20 Thread infos
From: [EMAIL PROTECTED] Operating system: linux Red-Hat 6.2 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: can't compile php_sybase_db.c compiling with gcc version egcs-2-91.66 options for configure: ./configure --prefix=/WWW/php-4.0.4pl1 --with-apxs2

Re: [PHP-DEV] RC7 is out

2001-04-20 Thread Phil Driscoll
Windows testers please note (and apologies to those who think I'm teaching granny to suck eggs): Just to avoid a potential cockup with the Win32 release, be aware that the RC7 source builds a debug version of PHP by default on windows - we ought to be testing (and releasing!) the release_ts_inlin

[PHP-DEV] Bug #10420: Corrupt JPEG data: premature end of data segment gd-jpeg: JPEG library reports

2001-04-20 Thread klink
From: [EMAIL PROTECTED] Operating system: W2000 PHP version: 4.0.4pl1 PHP Bug Type: *Graphics related Bug description: Corrupt JPEG data: premature end of data segment gd-jpeg: JPEG library reports i use PHP on command line dos : php file.php "parameter" I have this error

[PHP-DEV] Bug #10419: apache ./configure fails

2001-04-20 Thread joker
From: [EMAIL PROTECTED] Operating system: linux suse7.1 2.4.2 PHP version: 4.0.4pl1 PHP Bug Type: Compile Problem Bug description: apache ./configure fails this is the same as bug #9950 when i add -lpthread to LIBS in the apache makefile, some errors are solved but not all

[PHP-DEV] RE: Bug #10408 Updated: Bad Sybase-CTlib closing

2001-04-20 Thread olivier comte
The script Sample.php is : '; exit(); // global exit of PHP } //MAIN PGM: // set to the user defined error handler set_error_handler('myErrorHandler'); $connect_id=sybase_connect('server,'GenRe','password'); if (!$connect_id) echo "An error in sybase_connect !!"; else {$res=sybase_

[PHP-DEV] Bug #10418: Warning :Undefined ...

2001-04-20 Thread pierrick . coppens
From: [EMAIL PROTECTED] Operating system: Win2000 Server PHP version: 4.0.4pl1 PHP Bug Type: GD related Bug description: Warning :Undefined ... Hi, When I try to generate images I have several Warning messages as : * Warning : Undefined variable ... * Warning : Undefined pr

[PHP-DEV] PHP 4.0 Bug #10415 Updated: ext/informix/ifx.ec:4354: `executor_globals' undeclared

2001-04-20 Thread thierry . salmon
ID: 10415 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Informix related Description: ext/informix/ifx.ec:4354: `executor_globals' undeclared php configure ./configure \ --with-nsapi=/usr/netscape/server4 \ --without-mysql \ --with-informix=/usr/informix \ --en

[PHP-DEV] Bug #10417: os.h:137: conflicting types for `dlopen' `dlsym' `dlerror'

2001-04-20 Thread thierry . salmon
From: [EMAIL PROTECTED] Operating system: AIX 4.3.2 PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: os.h:137: conflicting types for `dlopen' `dlsym' `dlerror' with apache 1.3.9 > php configure ./configure \ -with-informix=/usr/informix \ -w

[PHP-DEV] Bug #10416: Fetch_cursor return second record not first.

2001-04-20 Thread tomasz . fadrowski
From: [EMAIL PROTECTED] Operating system: WINNT, WIN98, Aix PHP version: 4.0.4pl1 PHP Bug Type: Oracle related Bug description: Fetch_cursor return second record not first. When I try display records from cursor connected to oracle by function "Ora_logon" my results of all

[PHP-DEV] Bug #10415: ext/informix/ifx.ec:4354: `executor_globals' undeclared

2001-04-20 Thread thierry . salmon
From: [EMAIL PROTECTED] Operating system: Solaris 7 PHP version: 4.0.4pl1 PHP Bug Type: Informix related Bug description: ext/informix/ifx.ec:4354: `executor_globals' undeclared Making all in Zend Making all in main Making all in ext Making all in informix /bin/sh /home/mon1

Re: [PHP-DEV] Re: [PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-20 Thread Stig Sæther Bakken
[Andi Gutmans <[EMAIL PROTECTED]>] > At 08:13 AM 4/19/2001 -0400, Stig Sæther Bakken wrote: > > > >To be quite blunt, I don't have the time to implement this in C. > > > >I've tried to get people involved in the strategy for PEAR for months > >and months. It's typical that nobody reacts until aft