[PHP-DEV] PHP 4.0 Bug #8545 Updated: Session variables not carried forward in Netscape Client

2001-02-28 Thread tvkbhaskar2011
ID: 8545 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: *Session related Description: Session variables not carried forward in Netscape Client hi, observation is same even with the latest one. rgds Bhaskar Previous Comments: ---

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

2001-02-28 Thread alain . defrance
From: [EMAIL PROTECTED] Operating system: SunOS 5.7 PHP version: 4.0.3pl1 PHP Bug Type: Compile Problem Bug description: compilation and make with ldap ok but problem during make with apache compiling apache : ./configure --activate-module=src/modules/php4/libphp4.a is ok an

RE: [PHP-DEV] SLEEP and MAXEXECUTIONTIME and NAUGHTY modules

2001-02-28 Thread Sam Liddicott
> -Original Message- > From: Andi Gutmans [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 27, 2001 08:03 > To: Sam Liddicott; [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] SLEEP and MAXEXECUTIONTIME and NAUGHTY modules > > > At 12:11 PM 2/26/2001 +, Sam Liddicott wrote: > >I noti

RE: [PHP-DEV] Bugs #9040, #9013, #8992, #8962, #8732, #8466

2001-02-28 Thread Edin Kadribasic
It works fine for me now. [EMAIL PROTECTED] (submitter of bug #8992) reports that the problem is solved for him too. Maybe those bugs reports can be closed now. Edin >- Original Message - >From: "Stanislav Malyshev" <[EMAIL PROTECTED]> >To: "Edin Kadribasic" <[EMAIL PROTECTED]> >Cc: "php

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

2001-02-28 Thread Stanislav Malyshev
RC>> I find it annoying having to look up reference manuals for every RC>> function, to figure out whether or not I need to use RC>> underscores, and if so, where in the function name should they I repeat: if you never though of any function that detemines if the character is an alphanumeric char

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

2001-02-28 Thread slynet
From: [EMAIL PROTECTED] Operating system: Linux - Slackware 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: Error in ./configure When doing a cross compile from php 4.0.4pl1 with apache 2.0a9 using: ./configure --with-mysql --with-apache=../apache_2.0

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

2001-02-28 Thread dhaval_adams
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.0.3pl1 PHP Bug Type: Scripting Engine problem Bug description: File upload hangs Cv upload Page Send this file: Try to upload a file with atleast 97Kb and the Browser hangs.!!! --

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

2001-02-28 Thread eschmid
ID: 7622 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Reproduceable crash Description: Servlet API. VM crashes with session_start() The Problem persists with 4.0.4pl1. Previous Comments: ---

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

2001-02-28 Thread Phil Driscoll
>RFC: what should their names be in 4.0.5? > > ( ) stay with ctype_alpha() ... > (X) switch to ctype_isalpha() ... > ( ) switch to ctype_isalpha() ... and have ctype_alpha() aliases > ( ) switch to ctype_is_alpha() ... > ( ) switch to ctype_is_alpha() ... and have ctype_alpha() aliases > (X)

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

2001-02-28 Thread Phil Driscoll
Oops (X) have an alias if isalpha() should have read (X) have an alias of isalpha() and it is impossibly to argue should have read it is impossible to argue I appear to have lost my grip on the English language this morning, so who am I to comment on the PHP language :) -- Phil Driscoll Dia

[PHP-DEV] PHP 4.0 Bug #9496: Mixing non persistant and persistant connection makes all connexions persistant

2001-02-28 Thread jean-francois . gosset
From: [EMAIL PROTECTED] Operating system: linux red hat 6.2 PHP version: 4.0.4pl1 PHP Bug Type: OCI8 related Bug description: Mixing non persistant and persistant connection makes all connexions persistant With the following test (test_oci8.php) both connexions (USER_1 and

[PHP-DEV] PHP 4.0 Bug #9497: closed mysql connection after calling a function that uses another mysql conn.

2001-02-28 Thread coberau
From: [EMAIL PROTECTED] Operating system: SuSE Linux 7.0 PHP version: 4.0.4 PHP Bug Type: MySQL related Bug description: closed mysql connection after calling a function that uses another mysql conn. in file functions.inc: function func1($blabla) { $conn = mysql_connect

[PHP-DEV] PHP 4.0 Bug #9498: quoted_printable_decode - Incorrect function result

2001-02-28 Thread aldoir
From: [EMAIL PROTECTED] Operating system: Win NT 4.0 PHP version: 4.0.2 PHP Bug Type: Mail related Bug description: quoted_printable_decode - Incorrect function result if I have a RTF file encoded with "quoted-printable" (eg. mime mail generated by MS Outlook), the quoted_p

[PHP-DEV] Solid 3.5 and PHP 4.0.4pl1

2001-02-28 Thread Denis Gasparin
Hi to all! Is anyone able to compile PHP 4.0.4pl1 with Solid 3.5 libraries? I have tried but it gives very very very many errors when the php module is linked during apache compilation. I know that a similar problem has been solved with PHP 4.0.3 and infact I'm able to compile S

Re: [PHP-DEV] CVS Account Request

2001-02-28 Thread Jason Greene
We still are getting these? - Original Message - From: "CVS Account Request" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 27, 2001 8:22 AM Subject: [PHP-DEV] CVS Account Request > Full name: Ivan Ivanov > Email: [EMAIL PROTECTED] > ID: johnt > Purpose: web progra

[PHP-DEV] PHP 4.0 Bug #9499: move() function needed.

2001-02-28 Thread jjgignac
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Filesystem function related Bug description: move() function needed. We need a move() function that works across filesystems. I don't care if it's thread-safe. Rename() on my system used t

[PHP-DEV] PHP 4.0 Bug #9498 Updated: quoted_printable_decode - Incorrect function result

2001-02-28 Thread aldoir
ID: 9498 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Mail related Description: quoted_printable_decode - Incorrect function result note: in PHP4.0.3pl1 it work's correctly, is really a bug Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #9498 Updated: quoted_printable_decode - Incorrect function result

2001-02-28 Thread aldoir
ID: 9498 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Mail related Description: quoted_printable_decode - Incorrect function result Hey, in the last version (PHP 4.0.4pl1), the bug has returned Previous Comments: ---

Re: [PHP-DEV] Solid 3.5 and PHP 4.0.4pl1

2001-02-28 Thread Dan Kalowsky
Denis Gasparin wrote: > > Hi to all! > Is anyone able to compile PHP 4.0.4pl1 with Solid 3.5 libraries? I have > tried but it gives very very very many errors when the php module is linked > during apache compilation. Yes, I am able to compile with 3.5, and 3.51 which requires build libr

[PHP-DEV] phpMyAdmin and arg_separator = "&"

2001-02-28 Thread Sebastian Bergmann
Hi there, I just came across something very odd: After setting arg_separator = "&" in my php.ini Tobias Ratschiller's phpMyAdmin no longer works correctly. The start page loads correctly, every page thereafter dies with an SQL error. Yours, Sebastian -- sebastian bergmann

[PHP-DEV] SSL -> joining sockets and files (resent)

2001-02-28 Thread Wez Furlong
Sorry - I've been having problems with my mail client; I have resent the message with sensible line breaks. On 2001-02-27 06:53:05, Stig Venaas wrote: > But with for instance IPv6, you won't know what socket you need until > you're done with the resolving. That's why hostconnect() is like it > i

Re: [PHP-DEV] SSL -> joining sockets and files (resent)

2001-02-28 Thread Stig Venaas
On Wed, Feb 28, 2001 at 05:12:55PM +, Wez Furlong wrote: > I think what we need depends on how far we are willing to go to make > the codebase nicer. Andi Gutmans suggested that it would be nice > to nuke all the checks for sockets in the code; depending on how far > we go towards that ideal,

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

2001-02-28 Thread Karl Austin
>A heated argument seems to be developing, which IMHO makes no sense when we >are discussing a tiny corner of the language. Yes, function names should be >consistent, however because the current namespace is such a mess it is >impossibly to argue the toss on this issue because all we can do is mak

Re: [PHP-DEV] SSL -> joining sockets and files (resent)

2001-02-28 Thread Andi Gutmans
Doing some C OOP here would probably come in handy. Short incomplete example: typedef struct _io_base { int (*write)(io_base *this_ptr, ); int (*read)(io_base *this_ptr,); int (*open)(io_base *this_ptr,); int (*close)(io_base *this_ptr,.); } io_b

[PHP-DEV] PHP 4.0 Bug #9500: mssql_query returns false for INSERT & UPDATE queries

2001-02-28 Thread gsohl
From: [EMAIL PROTECTED] Operating system: NT 4.0 PHP version: 4.0.4pl1 PHP Bug Type: MSSQL related Bug description: mssql_query returns false for INSERT & UPDATE queries "); } else { echo("Result is FALSE"); } echo ''; $Result = mssql_query(

[PHP-DEV] PHP 4.0 Bug #9501: variable sapi_module defined multiple places

2001-02-28 Thread amra
From: [EMAIL PROTECTED] Operating system: OS400 PHP version: 4.0.4pl1 PHP Bug Type: Compile Problem Bug description: variable sapi_module defined multiple places I am attempting to create PHP CGI. What I cannot understand is how one is suppose to create PHP when sapi_modul

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

2001-02-28 Thread Richard Lynch
> It HAS to be time for a big tidy up, as it is clearly impossible to 'do the > right thing' under current circumstances. Problem is, what you see as "untidy" programmers with a background in other languages and software packages see as "convenient". :-) For every "newbie" it helps to have consi

[PHP-DEV] PHP 4.0 Bug #9502: IE5.5 SP1: New browser instances displaying same session id

2001-02-28 Thread dipen2001
From: [EMAIL PROTECTED] Operating system: server: BSDI BSD/OS 4.1 Kernel #2Client: Win2000 PHP version: 4.0.4pl1 PHP Bug Type: *Session related Bug description: IE5.5 SP1: New browser instances displaying same session id My browser: IE 5.50.4522.1800 Update Version:; SP

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

2001-02-28 Thread Zak Greant
Richard Lynch wrote: > > It HAS to be time for a big tidy up, as it is clearly impossible to 'do > > the right thing' under current circumstances. > > Problem is, what you see as "untidy" programmers with a background in other > languages and software packages see as "convenient". :-) > > For ever

Re: [PHP-DEV] phpMyAdmin and arg_separator = "&"

2001-02-28 Thread Jim Winstead
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > Hi there, > > I just came across something very odd: > > After setting > > arg_separator = "&" > > in my php.ini Tobias Ratschiller's phpMyAdmin no longer works > correctly. > > The start page loads correctly, every

[PHP-DEV] PHP 4.0 Bug #9503: bzcompress output is null padded to size of original string

2001-02-28 Thread zeekamotay
From: [EMAIL PROTECTED] Operating system: Linux 2.2 [RH6.2] PHP version: 4.0.4pl1 PHP Bug Type: Bzip2 Related Bug description: bzcompress output is null padded to size of original string I compiled PHP 4.0.4pl1 with --bz2, using bzip 1.0.1. Running bzcompress() on a string

[PHP-DEV] PHP 4.0 Bug #9482 Updated: || operator gives unexpected results

2001-02-28 Thread torben
ID: 9482 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *General Issues Assigned To: Comments: This isn't a bug; it's a result of the differing precedence for || and or (which are otherwise identical, btw). Try this: $db = mysql_connect("loc

[PHP-DEV] CVS Account Request

2001-02-28 Thread CVS Account Request
Full name: Roberto Bertó Email: [EMAIL PROTECTED] ID: darkelder Purpose: Translate the PHP Manual to Portuguese -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e

[PHP-DEV] CVS Account Request

2001-02-28 Thread CVS Account Request
Full name: Roberto Bertó Email: [EMAIL PROTECTED] ID: berto Purpose: Translate the PHP Manual to Portuguese - Please, delete the account \"darkelder\" -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

[PHP-DEV] PHP 4.0 Bug #9504: is_file doesn't seem to work

2001-02-28 Thread baylor . wetzel
From: [EMAIL PROTECTED] Operating system: debian PHP version: 4.0.4pl1 PHP Bug Type: Filesystem function related Bug description: is_file doesn't seem to work In the docs for is_dir, i'm not sure if it wants a file name or a path name + file name. Either way, it doesn't see

[PHP-DEV] PHP 4.0 Bug #9505: Pointer not set exception on a realloc

2001-02-28 Thread amra
From: [EMAIL PROTECTED] Operating system: OS400 PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: Pointer not set exception on a realloc Got the PHP to compile and build, now I am doing some simple tests. On initial invocation to PHP, I get the follo

[PHP-DEV] PHP 4.0 Bug #9433 Updated: ErrorDocument 404 pointing to PHP file

2001-02-28 Thread justin
ID: 9433 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Description: ErrorDocument 404 pointing to PHP file No response? Previous Comments: --- [2001-02-24 17:17:08] [EMAIL PROTECTED] If this were t

Re: [PHP-DEV] SSL -> joining sockets and files (resent)

2001-02-28 Thread Wez Furlong
On 2001-02-28 20:51:18, Andi Gutmans <[EMAIL PROTECTED]> wrote: > Doing some C OOP here would probably come in handy. Short incomplete example: > typedef union _io_abstraction { > io_base base; > socket_abstraction socket; > ssl_abstraction ssl; > file_abstracti

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

2001-02-28 Thread Wez Furlong
I've just looked through the code. The current issock stuff is a bit of a nightmare, but not too much of a problem. Most of the codebase seems to be fairly well behaved with FP_FGETS and friends (apart from the interbase extension, where it does the same thing as FP_FREAD without using FP_

[PHP-DEV] PHP 4.0 Bug #9462 Updated: NULL bute eats rest of string

2001-02-28 Thread bbonev
ID: 9462 Updated by: bbonev Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Filesystem function related Assigned To: Comments: just error reporting functions are not binary safe. although i do not see a reason to open a file containing a null char in the name - most OSes will get the part

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

2001-02-28 Thread jensenta2001
ID: 9207 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: *Session related Description: User session handler doesn't call write function Sorry for the inconvience the problem was in my code. Previous Comments: ---

Re: [PHP-DEV] SSL -> joining sockets and files (resent)

2001-02-28 Thread Andi Gutmans
At 11:29 PM 2/28/2001 +, Wez Furlong wrote: >On 2001-02-28 20:51:18, Andi Gutmans <[EMAIL PROTECTED]> wrote: > > Doing some C OOP here would probably come in handy. Short incomplete > example: > > typedef union _io_abstraction { > > io_base base; > > socket_abstraction socke

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

2001-02-28 Thread Andi Gutmans
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 check that it's a FILE * or do they convert descriptors to FILE * (ca

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

2001-02-28 Thread Andi Gutmans
Too early in the morning. I just remembered fdopen() :) Andi At 07:14 AM 3/1/2001 +0200, Andi Gutmans 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 y

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

2001-02-28 Thread Ron Chmara
Stanislav Malyshev wrote: > RC>> read (and comprehended) more easily, so the purpose of the > RC>> function is less ambiguous. Without them, the name becomes less > Please explain how presense or absense of underscore makes name more or > less ambigious. I'm really lost here. It's more legible fo

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

2001-02-28 Thread zeekamotay
From: [EMAIL PROTECTED] Operating system: n/a PHP version: 4.0.4pl1 PHP Bug Type: Documentation problem Bug description: --enable-gd-imgstrttf should be --enable-gd-native-ttf configure --help shows: --enable-gd-imgstrttf Enable TrueType string function in gd ...but it a

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

2001-02-28 Thread Stig Venaas
On Thu, Mar 01, 2001 at 07:14:18AM +0200, Andi Gutmans 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. Yes, I like it too, and it is something I've been halfway thinking of myself because of IPv6. Some of

Re: [PHP-DEV] phpMyAdmin and arg_separator = "&"

2001-02-28 Thread Sebastian Bergmann
Jim Winstead wrote: > so the get parsing is now expecting to use & to separate arguments > when you set arg_separator that way. > > there should be two config variables for this. I see. So, who will fix this? :-) -- sebastian bergmann e-mail : [EMAIL PROTECTED]

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

2001-02-28 Thread Phil Driscoll
Ron - whose postings I normally agree with :-) - wrote: >Ignoring case, the extension count, and the possible naming styles, is >as follows: >word_word_word: 65 >wordwordword: 24 >word_wordword: 21 > >Some extensions use more than one style, but the one most often >used is word_word_word. Many fu