[PHP-DEV] Bug #10414: mysql+charset gb2312

2001-04-20 Thread chenp
From: [EMAIL PROTECTED] Operating system: redhat6.2 PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: mysql+charset gb2312 I want to my mysql+php can surport charset gb2312 so I configure the mysql --with-charset gb2312,then when I connect to the

[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

[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 \

[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 \

[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

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

2001-04-20 Thread olivier comte
The script Sample.php is : html body ? // error handler function // this function NEVER RETURN (all errors are FATAL) !! function myErrorHandler($errno,$ErrorMsg) {echo $ErrorMsg,'/body/html'; exit(); // global exit of PHP } //MAIN PGM: // set to the user defined error handler

[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] 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

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

[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

[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 tiny

[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, neljapev, 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 ?

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

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

[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, neljapev, 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 ? AG

[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

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 -enable-

[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.

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

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

[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] 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.

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 To Your

[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] 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] 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] 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 have

[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] 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/ | whois

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/ |

[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 verify

[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

[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

[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

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 I

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 you

[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

[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

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

[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

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

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

[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 http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

[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