[PHP-DEV] PHP 4.0 Bug #9480 Updated: PHP segmentation fault

2001-03-01 Thread cparris82
ID: 9480 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Reproduceable crash Description: PHP segmentation fault I'm not real sure what I did differently, but I tried just wiping everything out, and reinstalling everything, and it seems to work fine now. Previous

[PHP-DEV] PHP 4.0 Bug #9507: Java Classes and session_register

2001-03-01 Thread geograf
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: Class/Object related Bug description: Java Classes and session_register Hi, I'm trying to save a Java class into a session variable like the code bellow: if (

Re: [PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] ctype function (re?)naming

2001-03-01 Thread Stanislav Malyshev
RC It's more legible for the same reason that it's easier (and RC faster) to read "one two three" than "onetwothree". The human RC mind can easily tokenize at the appropriate places, when it has RC a token. Without a token, the string is much harder to parse. For me, "isalpha" is single token.

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] ctype function (re?)naming

2001-03-01 Thread Zak Greant
Phil wrote: Ron - whose postings I normally agree with :-) - wrote: As do I :) [snip] I know that Zak has been doing some experiments along these lines, but has also been busy on other projects. Any news to report Zak? I now have less hair that I did before starting. ;) Finding sensible

Re: [PHP-DEV] SSL - joining sockets and files

2001-03-01 Thread Wez Furlong
On 2001-03-01 05:14:18, Andi Gutmans [EMAIL PROTECTED] wrote: This sounds pretty good. I'll try and look at the code this weekend. Some of the code is really ugly especially the legacy code. When you say there are places which need a FILE * do you mean they just need to check the id and

[PHP-DEV] CVS Account Request

2001-03-01 Thread CVS Account Request
Full name: Leonardo Silva Bopp Email: [EMAIL PROTECTED] ID: leobopp Purpose: translate the manual to portuguese -- 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,

[PHP-DEV] PHP 4.0 Bug #9508 Updated: Authentication does not work

2001-03-01 Thread mj
ID: 9508 Updated by: mj Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: IIS related Assigned To: Comments: HTTP Authentication is currently only supported by Apache (also see the manual http://www.php.net/manual/en/features.http-auth.php). Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9509: garbled image file

2001-03-01 Thread rupert
From: [EMAIL PROTECTED] Operating system: Windows98 PHP version: 4.0.4pl1 PHP Bug Type: Filesystem function related Bug description: garbled image file I was previously using fopen() and fpassthru to grab a gif image and pass it to the browser. This worked fine. Then I

[PHP-DEV] PHP 4.0 Bug #9510: OCIError function with no params does *NOT* return the last error

2001-03-01 Thread merrill
From: [EMAIL PROTECTED] Operating system: Redhat 6.1 Linux PHP version: 4.0.4pl1 PHP Bug Type: OCI8 related Bug description: OCIError function with no params does *NOT* return the "last" error PHP 4.0.4pl1 './configure' '--prefix=/var/php'

[PHP-DEV] PHP 4.0 Bug #9512: Apache fails linking due to incorrect PHP lib ordering

2001-03-01 Thread sitz
From: [EMAIL PROTECTED] Operating system: Solaris 2.6 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: Apache fails linking due to incorrect PHP lib ordering PHP is configured thusly: ./configure \ --enable-versioning \

[PHP-DEV] PHP 4.0 Bug #9513: totaler absturz

2001-03-01 Thread dirk
From: [EMAIL PROTECTED] Operating system: windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: totaler absturz bei diesem Code-fragment fehlt noch ein "}"-Zeichen, erganze ich dieses an der markierten stelle, stürzt das ganze programm

[PHP-DEV] PHP 4.0 Bug #9513 Updated: totaler absturz

2001-03-01 Thread dirk
ID: 9513 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Unknown/Other Function Description: totaler absturz Previous Comments: --- [2001-03-01 14:55:34] [EMAIL PROTECTED] bei diesem

[PHP-DEV] PHP 4.0 Bug #9513 Updated: totaler absturz

2001-03-01 Thread eschmid
ID: 9513 Updated by: eschmid Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Unknown/Other Function Assigned To: Comments: Please use the English language and read Dos and Don'ts. -Egon Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9514: compilation segfault in php_domxml.c:283

2001-03-01 Thread lwest
From: [EMAIL PROTECTED] Operating system: Linux 2.2.16-22 i686 unknown PHP version: 4.0 Latest CVS (01/03/2001) PHP Bug Type: DOM XML related Bug description: compilation segfault in php_domxml.c:283 MAKE TRACE make[1]: Entre dans le répertoire

[PHP-DEV] PHP 4.0 Bug #9490 Updated: removing config.cache but still getting same install as before

2001-03-01 Thread sniper
ID: 9490 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *Install and Config Assigned To: Comments: Correct way to do reconfigures: # rm config.cache # ./configure (+ the options wanted) # make clean ; make depend ; make ; make install 'make

[PHP-DEV] PHP 4.0 Bug #9492 Updated: libmysqlclient.so.6 not found

2001-03-01 Thread sniper
ID: 9492 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *Install and Config Assigned To: Comments: # export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/www/mysql/lib/mysql/ (that's where my mysql libs are, change it to where yours are) before starting

[PHP-DEV] PHP 4.0 Bug #9493 Updated: compilation and make with ldap ok but problem during make with apache

2001-03-01 Thread sniper
ID: 9493 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Problem Assigned To: Comments: I'm quite sure there isn't any bugs in PHP regarding this. Anyway, try doing 'make clean' for both Apache and PHP before make. And did you follow the

[PHP-DEV] PHP 4.0 Bug #9494 Updated: Error in ./configure

2001-03-01 Thread sniper
ID: 9494 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Assigned To: Comments: FYI: Apache2 support in PHP is considered experimental at the moment. Please try the latest CVS snapshot from http://snaps.php.net/ as this might have been fixed already.

[PHP-DEV] PHP 4.0 Bug #9495 Updated: File upload hangs

2001-03-01 Thread sniper
ID: 9495 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Scripting Engine problem Assigned To: Comments: Have you tried PHP 4.0.4pl1 ? Does this happen with it too? --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #7622 Updated: Servlet API. VM crashes with session_start()

2001-03-01 Thread sniper
ID: 7622 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Reproduceable crash Assigned To: Comments: Does it persist with latest CVS build ? (you can get it from http://www.php4win.de/ ) --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9513 Updated: totaler absturz

2001-03-01 Thread sniper
ID: 9513 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Bogus Bug Type: Unknown/Other Function Assigned To: Comments: Previous Comments: --- [2001-03-01 15:04:33] [EMAIL PROTECTED] sorry,

Re: [PHP-DEV] NSAPI Modifications for iPlanet/NES 4.1

2001-03-01 Thread Andrew Johnson
Someone said they'd commit the following patch to sapi/nsapi/nsapi.c in CVS for me, but there's been no action from him so I'm posting it here in the hope that someone else will oblige. Hope it's not too late for the 4.0.5 release. I've tested 4.0.4pl1 with this patch under both NES 3.6 and

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] ctype function (re?)naming

2001-03-01 Thread Andi Gutmans
We're probably best off staying with the status quo and trying to keep a close look at any new modules which make it into the tree and modules which have been added since 4.0.4 (or maybe a small time before). It doesn't make much sense to go back and break old names and it doesn't make lots of

Re: [PHP-DEV] NSAPI Modifications for iPlanet/NES 4.1

2001-03-01 Thread Andi Gutmans
Can you please send it as an attachment and I'll apply it. (It would also be good if someone who is familar with the nsapi extension to take a look at the patch). BTW what are MALLOC() and FREE()? Andi At 05:14 PM 3/1/2001 -0600, Andrew Johnson wrote: Someone said they'd commit the following

[PHP-DEV] PHP 4.0 Bug #9515: PHP misbehaves when run as a script with SERVER_NAME environment variable def'd

2001-03-01 Thread bram
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: PHP misbehaves when run as a script with SERVER_NAME environment variable def'd In order to run a php script under a separate account while serving

[PHP-DEV] PHP 4.0 Bug #9516: No trivial way to bypass safe mode when running as a shell

2001-03-01 Thread bram
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: PHP options/info functions Bug description: No trivial way to bypass safe mode when running as a shell I keep PHP both as an apache module and as a standalone shell, However, to be

[PHP-DEV] PHP 4.0 Bug #9516 Updated: No trivial way to bypass safe mode when running as a shell

2001-03-01 Thread bram
ID: 9516 User Update by: [EMAIL PROTECTED] Status: Open Old-Bug Type: PHP options/info functions Bug Type: Feature/Change Request Description: No trivial way to bypass safe mode when running as a shell Previous Comments:

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/vpopmail .cvsignore CREDITS Makefile.in config.m4 php_vpopmail.c php_vpopmail.h

2001-03-01 Thread Boian Bonev
hi, [i move this to php-dev where is the right place IMHO] indeed the library is used by me, you and perhapse two more people (two have asked how to get/make/use it). my code is not problematic to change - i am using different servers for test and production and i can change it with not more

Re: [PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] ctype function (re?)naming

2001-03-01 Thread Boian Bonev
Just +1 :) - Original Message - From: "Stanislav Malyshev" [EMAIL PROTECTED] To: "Ron Chmara" [EMAIL PROTECTED] Cc: "PHP Development" [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, March 01, 2001 1:47 PM Subject: Re: [PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] ctype function (re?)naming

Re: [PHP-DEV] phpMyAdmin and arg_separator = amp;

2001-03-01 Thread Jani Taskinen
On Wed, 28 Feb 2001, Jim Winstead wrote: arg_separator = "amp;" things break because someone was dumb and used the "arg_separator" that used to be used to handle parsing the incoming request to also handle the parsing that the session-id adding stuff does, and then changed the

[PHP-DEV] PHP 4.0 Bug #9207 Updated: User session handler doesn't call write function

2001-03-01 Thread sniper
ID: 9207 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Bogus Bug Type: *Session related Assigned To: Comments: Previous Comments: --- [2001-02-20 13:47:03] [EMAIL PROTECTED] How did you

[PHP-DEV] PHP 4.0 Bug #9418 Updated: Upload image file is broken

2001-03-01 Thread nekto
ID: 9418 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: *General Issues Description: Upload image file is broken Yes, 23 feb i download cvs snapshot from cvs.php.net make make install but this not help me :(... Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9506 Updated: --enable-gd-imgstrttf should be --enable-gd-native-ttf

2001-03-01 Thread sniper
ID: 9506 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Assigned To: Comments: This is already fixed in CVS. --Jani Previous Comments: ---

[PHP-DEV] tsrm_error undefined...anybody have a quick answer or should i call it a bug report?

2001-03-01 Thread Lars Torben Wilson
I've got a clean checkout of php4, Zend, and TSRM, and the following configuration script: ./configure \ --with-apxs=/usr/local/apache/bin/apxs \ --with-pspell \ --with-mysql=/usr \ --with-gd \ --with-xml \ --with-zlib \ --with-curl \ --with-sablot \ --with-java \

[PHP-DEV] PHP 4.0 Bug #8564 Updated: fread generating false errors

2001-03-01 Thread sniper
ID: 8564 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Directory/Filesystem functions Assigned To: Comments: Does this happen with PHP 4.0.4pl1 or not? --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9135 Updated: Could not establish connection

2001-03-01 Thread sniper
ID: 9135 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: MySQL related Assigned To: Comments: You're using the wrong port number. Please read the manual page for mysql_pconnect: http://www.php.net/mysql_pconnect ie. You should use the port on

[PHP-DEV] PHP 4.0 Bug #9509 Updated: garbled image file

2001-03-01 Thread sniper
ID: 9509 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Filesystem function related Assigned To: Comments: Try adding 'b' into fopen: $image=fopen("track.gif", "rb"); Check the manual page for fopen: http://www.php.net/fopen --Jani

[PHP-DEV] PHP 4.0 Bug #9227 Updated: php module crashes without content-type header.

2001-03-01 Thread sniper
ID: 9227 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Reproduceable crash Assigned To: Comments: Check this url for information how to generate a GDB backtrace: http://bugs.php.net/bugs-generating-backtrace.php (It has info what to do when

[PHP-DEV] PHP 4.0 Bug #9375 Updated: Apache don't start

2001-03-01 Thread sniper
ID: 9375 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Apache related Assigned To: Comments: Could you please try updating your cvs and run 'cvsclean' script before configuring / compiling? --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9003 Updated: mod_ssl + php4.0.4pl1 crash

2001-03-01 Thread sniper
ID: 9003 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Reproduceable crash Assigned To: Comments: User feedback: --- Yes, it does work ok without mod_ssl, further testing I done last night, I build a redhat 6.1 box and rebuild the

Re: [PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] ctype function (re?)naming

2001-03-01 Thread Ron Chmara
Stanislav Malyshev wrote: RC It's more legible for the same reason that it's easier (and RC faster) to read "one two three" than "onetwothree". The human RC mind can easily tokenize at the appropriate places, when it has RC a token. Without a token, the string is much harder to parse. For

[PHP-DEV] PHP 4.0 Bug #9515 Updated: PHP misbehaves when run as a script with SERVER_NAME environment variable def'd

2001-03-01 Thread bbonev
ID: 9515 Updated by: bbonev Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Assigned To: Comments: a working setup is: ScriptAlias /cgi-bin/ /home/someuser/cgi-bin/ AddType application/x-httpd-php .php AddHandler php-script .php Action php-script

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] RE: [PHP-QA] Re:[PHP-DEV]ctype function (re?)naming

2001-03-01 Thread Ron Chmara
Andi Gutmans wrote: It doesn't make much sense to go back and break old names and it doesn't make lots of sense to create a zillion of aliases. I guess if there are some names which in particular need fixing because they are terrible (there might be some of these) then we should fix them on a

[PHP-DEV] PHP 4.0 Bug #9517: No settings for OCI8 module regarding persistent connections

2001-03-01 Thread vgo
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: No settings for OCI8 module regarding persistent connections The persistent connections on the linux not working properly together with lack of

[PHP-DEV] PHP 4.0 Bug #9518: dir() only returns first 6 chars correctly

2001-03-01 Thread waldowda
From: [EMAIL PROTECTED] Operating system: IRIX 6.5.7 PHP version: 4.0.2 PHP Bug Type: Directory function related Bug description: dir() only returns first 6 chars correctly Hi Folks, I have run into a problem using the dir() function. The following code behaves properly

[PHP-DEV] PHP 4.0 Bug #9519: Incorrect output from date function

2001-03-01 Thread djhouy
From: [EMAIL PROTECTED] Operating system: Red Hat Linux 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Date/time related Bug description: Incorrect output from date function the n option for date gives wrong value date ("l, F d, Y") outputs Friday, March 02, 2001 date ("l, F n,

[PHP-DEV] PHP 4.0 Bug #9520: After a call to OCIFetchStatement functions on stament do not work anymore

2001-03-01 Thread g . giunta
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4.0.4pl1 PHP Bug Type: OCI8 related Bug description: After a call to OCIFetchStatement functions on stament do not work anymore After a call to OCIFetchInto, functions ocirowcount, ocicolumnname, ocicolumnsize,

[PHP-DEV] Re: [PHP] Announcing PHP-GTK

2001-03-01 Thread Rouvas Stathis
Great News! -Stathis. Andrei Zmievski wrote: The first release of PHP-GTK is now available. PHP-GTK is a PHP extension that provides an object-oriented interface to GTK+ toolkit and enables you to write client-side cross-platform GUI applications. For more information, visit