[PHP-DEV] Bug #12034 Updated: A type-error and a coding-error.

2001-12-20 Thread lobbin
ID: 12034 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Compile Warning Operating System: PHP Version: 4.0.6 New Comment: What os/compiler are you using? I'm not getting this with the latest CVS. R. Previous Comments:

[PHP-DEV] Bug #14607 Updated: Nested foreach (on the same array variable) don't work as should

2001-12-20 Thread TheWizardRK
ID: 14607 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Scripting Engine problem Operating System: Windows 98 PHP Version: 4.0.6 New Comment: $tree = Array( [1] = Array ( [parentid] = 0, [name] = '1' ) [2] = Array ( [parentid]

[PHP-DEV] Bug #14612 Updated: session save handler module uses php_session_register_module() does not work.

2001-12-20 Thread derick
ID: 14612 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Session related Operating System: Linux PHP Version: 4.0CVS-2001-12-19 New Comment: Move the stuff in MINIT to GINIT, and it shold work again. I was looking into that, but forgot it afterwards. Derick

[PHP-DEV] Bug #13378 Updated: Auto session start + obejct

2001-12-20 Thread derick
ID: 13378 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.6 New Comment: This is already implemented, we have a undocumented functinno for that, but I can't recall the name now :)

[PHP-DEV] Bug #12474 Updated: possible incorrect strtotime handling of -1Month

2001-12-20 Thread lobbin
ID: 12474 Updated by: lobbin Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Date/time related Operating System: Linux (should happen on any) PHP Version: 4.0.4pl1 New Comment: Confirmed with php 4.2.0-dev. print date(d/m/Y, strtotime(1 month ago, strtotime(31 July 2001))).\n; Gives

[PHP-DEV] Re: Bug #14612 Updated: session save handler module uses php_session_register_module() does not work.

2001-12-20 Thread Yasuo Ohgaki
Bug Database wrote: ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=14612edit=2 ID: 14612 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Session related Operating System: Linux PHP Version:

[PHP-DEV] Bug #14614: lastchild();

2001-12-20 Thread madsosterby
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4.1.0 PHP Bug Type: DOM XML related Bug description: lastchild(); Under PHP 4.06 this works fine : return $parent-lastchild(); Under PHP 4.10 it gives an error: unknown function Did you rename this

[PHP-DEV] Bug #14615: PHP log does not contain proper CRLF's

2001-12-20 Thread timvandermolen
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4.1.0 PHP Bug Type: Unknown/Other Function Bug description: PHP log does not contain proper CRLF's In the PHP log, new lines are defined only with ASCII 10 (LF), but Windows only recognizes ASCII 13 + ASCII 10

[PHP-DEV] Bug #13378 Updated: Auto session start + obejct

2001-12-20 Thread bernd
ID: 13378 Updated by: bernd Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.6 New Comment: This is already documented, too http://www.php.net/manual/en/function.unserialize.php (if you thought of that feature.)

[PHP-DEV] Bug #14614 Updated: lastchild();

2001-12-20 Thread mfischer
ID: 14614 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: DOM XML related Operating System: Windows PHP Version: 4.1.0 New Comment: Yep, its called last_child(). Closing. Previous Comments:

[PHP-DEV] Re: Bug #14613: Implement Function/Feature Conformity Tests

2001-12-20 Thread Yasuo Ohgaki
Great, Zak!! I was hoping someone start this. I really hope there is a BNF. Simplied one is preferred, it helps to understand what zend expects. (Well I can read lex(flex)/yacc(bison) source, but I'm just lazy enough to understand BNF from them. I guess many programmers are as lazy as me ;)

[PHP-DEV] Bug #14496 Updated: session.save_handler = mm - error when apache starting

2001-12-20 Thread sitnikov
ID: 14496 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Duplicate Bug Type: Session related Operating System: Linux PHP Version: 4.1.0 New Comment: Bug with ID 14612(this) can not be duplicate for bug with ID 14612 :) Previous Comments:

[PHP-DEV] Bug #14615 Updated: PHP log does not contain proper CRLF's

2001-12-20 Thread mfischer
ID: 14615 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Old Bug Type: Unknown/Other Function Bug Type: Feature/Change Request Operating System: Windows PHP Version: 4.1.0 New Comment: Your sentence doesn't compute: [...] but Windows only recognizes ASCII 13 +

[PHP-DEV] Bug #14614 Updated: lastchild();

2001-12-20 Thread madsosterby
ID: 14614 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: DOM XML related Operating System: Windows PHP Version: 4.1.0 New Comment: thanx. Btw. where can I see the list of changes ? like : [4.06][4.10] lastchild() last_child() /

[PHP-DEV] Bug #14615 Updated: PHP log does not contain proper CRLF's

2001-12-20 Thread hholzgra
ID: 14615 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Feedback Bug Type: Feature/Change Request Operating System: Windows PHP Version: 4.1.0 New Comment: well, different systems *have* different default line ending styles, so we might want to write whatever is

[PHP-DEV] Bug #14615 Updated: PHP log does not contain proper CRLF's

2001-12-20 Thread timvandermolen
ID: 14615 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Old Bug Type: Feature/Change Request Bug Type: Unknown/Other Function Operating System: Windows PHP Version: 4.1.0 New Comment: There's nothing wrong with the editor. I have used

[PHP-DEV] Bug #14615 Updated: PHP log does not contain proper CRLF's

2001-12-20 Thread timvandermolen
ID: 14615 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Unknown/Other Function Operating System: Windows PHP Version: 4.1.0 New Comment: but i'm not really sure what log we are talking about here I am talking about the PHP log file which can be

Re: [PHP-DEV] Bug #14614 Updated: lastchild();

2001-12-20 Thread Markus Fischer
On Thu, Dec 20, 2001 at 09:17:44AM -, [EMAIL PROTECTED] wrote : ID: 14614 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: DOM XML related Operating System: Windows PHP Version: 4.1.0 New Comment: thanx. Btw. where can I see the list of

Re: [PHP-DEV] Bug #14615 Updated: PHP log does not contain proper CRLF's

2001-12-20 Thread Markus Fischer
On Thu, Dec 20, 2001 at 09:23:54AM -, [EMAIL PROTECTED] wrote : ID: 14615 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Old Bug Type: Feature/Change Request Bug Type: Unknown/Other Function Operating System: Windows PHP Version:

[PHP-DEV] Bug #14615 Updated: PHP log does not contain proper CRLF's

2001-12-20 Thread mfischer
ID: 14615 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Open Old Bug Type: Unknown/Other Function Bug Type: Feature/Change Request Operating System: Windows PHP Version: 4.1.0 New Comment: Reopen, leave Type: to Feature Request. Previous Comments:

[PHP-DEV] Re: [PEAR-DEV] [FRC]Session module related issues

2001-12-20 Thread Martin Jansen
On Thu, 20 Dec 2001 14:41:43 +0900, Yasuo Ohgaki wrote: 4) Where document should be? If your session handler will be part of PECL, it should be documented in the upcoming PEAR manual. Have a look at the CVS module peardoc to get a feeling for it. Basically I think it would be nice to have this

Re: [PHP-DEV] Bug #13378 Updated: Auto session start + obejct

2001-12-20 Thread Teodor Cimpoesu
Hi derick! On Thu, 20 Dec 2001, [EMAIL PROTECTED] wrote: ID: 13378 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.6 New Comment: This is already implemented, we have a

[PHP-DEV] Bug #14615 Updated: PHP log does not contain proper CRLF's

2001-12-20 Thread hholzgra
ID: 14615 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Windows PHP Version: 4.1.0 New Comment: now this is strange ... the following snippet from php4/main/main.c (around line 300) does the actual logging and as it does

Re: [PHP-DEV] Bug #13378 Updated: Auto session start + obejct

2001-12-20 Thread Derick Rethans
Hello Teodor, I meant the callback at http://www.php.net/manual/en/function.unserialize.php regaards, Derick On Thu, 20 Dec 2001, Teodor Cimpoesu wrote: Hi derick! On Thu, 20 Dec 2001, [EMAIL PROTECTED] wrote: ID: 13378 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status:

[PHP-DEV] Bug #14616: Linking PHP with external static Libtool libraries fails.

2001-12-20 Thread adam
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.0 PHP Bug Type: Compile Failure Bug description: Linking PHP with external static Libtool libraries fails. This bug exists when PHP is linked with external static Libtool library and PHP itself is shared.

[PHP-DEV] Bug #14617: socket_recv() arguments

2001-12-20 Thread martin
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.1.0 PHP Bug Type: Sockets related Bug description: socket_recv() arguments According to http://www.php.net/manual/en/function.socket-recv.php the socket_recv() parameters are as follows: mixed

[PHP-DEV] Bug #14618: Undefined Symbol: ldap_parse_reference

2001-12-20 Thread kv
From: [EMAIL PROTECTED] Operating system: Solaris 2.8 PHP version: 4.1.0 PHP Bug Type: Compile Failure Bug description: Undefined Symbol: ldap_parse_reference This is the same problem as in Bug #11873 Configure options: --enable-force-cgi-redirect --enable-trans-sid

[PHP-DEV] Bug #14576 Updated: documention out of date

2001-12-20 Thread martin
ID: 14576 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sockets related Operating System: Windows 2000 PHP Version: 4.1.0 New Comment: Documentation has been updated i see :) Previous Comments:

[PHP-DEV] Re: [FRC]Session module related issues

2001-12-20 Thread Yasuo Ohgaki
Martin Jansen wrote: On Thu, 20 Dec 2001 14:41:43 +0900, Yasuo Ohgaki wrote: 4) Where document should be? If your session handler will be part of PECL, it should be documented in the upcoming PEAR manual. Have a look at the CVS module peardoc to get a feeling for it. Thank you for

[PHP-DEV] Re: [FRC]Session module related issues

2001-12-20 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: Martin Jansen wrote: On Thu, 20 Dec 2001 14:41:43 +0900, Yasuo Ohgaki wrote: 4) Where document should be? If your session handler will be part of PECL, it should be documented in the upcoming PEAR manual. Have a look at the CVS module peardoc to get a feeling for

[PHP-DEV] Bug #14617 Updated: socket_recv() arguments

2001-12-20 Thread martin
ID: 14617 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sockets related Operating System: Windows 2000 PHP Version: 4.1.0 New Comment: Fixed in CVS Previous Comments:

[PHP-DEV] Bug #14610 Updated: configure script looks in the wrong place for httpd.h

2001-12-20 Thread sander
ID: 14610 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Apache2 related Operating System: Linux PHP Version: 4.1.0 New Comment: If you want to compile PHP as a static module (that's what you're trying) you should point PHP to the source of Apache,

[PHP-DEV] Bug #14609 Updated: window not closed if this script ended

2001-12-20 Thread sander
ID: 14609 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Old Bug Type: Scripting Engine problem Bug Type: Other web server Operating System: Windows 98 SE PHP Version: 4.1.0 New Comment: How do you run PHP? Via CGI? Via commandline??? Via which webserver?

Re: [PHP-DEV] Bug #13378 Updated: Auto session start + obejct

2001-12-20 Thread Yasuo Ohgaki
Derick Rethans wrote: Hello Teodor, I meant the callback at http://www.php.net/manual/en/function.unserialize.php regaards, Derick Thank you Derick, I should have known that ;) -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

Re: [PHP-DEV] Re: Bug #14613: Implement Function/Feature Conformity Tests

2001-12-20 Thread Zak Greant
On December 20, 2001 02:09 am, Yasuo Ohgaki wrote: Great, Zak!! I was hoping someone start this. I really hope there is a BNF. Simplied one is preferred, it helps to understand what zend expects. (Well I can read lex(flex)/yacc(bison) source, but I'm just lazy enough to understand BNF

[PHP-DEV] Bug #14496 Updated: session.save_handler = mm - error when apache starting

2001-12-20 Thread yohgaki
ID: 14496 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Duplicate Bug Type: Session related Operating System: Linux PHP Version: 4.1.0 New Comment: This is actually a duplicate of bug http://bugs.php.net/bug.php?id=14612 You got the same error message. This problem is caused by

[PHP-DEV] Re: [PEAR-DEV] Re: [FRC]Session module related issues

2001-12-20 Thread Tomas V.V.Cox
Just for curious, do you have some speed comparations over the other handlers and perhaps also with a postgres handler in php? Tomas V.V.Cox El jue, 20-12-2001 a las 12:38, Yasuo Ohgaki escribió: Yasuo Ohgaki wrote: Martin Jansen wrote: On Thu, 20 Dec 2001 14:41:43 +0900, Yasuo

Re: [PHP-DEV] Question: Should exit() print out the integer exit-status?

2001-12-20 Thread Yasuo Ohgaki
Markus Fischer wrote: Actually, a good idea to keep BC. Its now just a matter if its really worth to keep BC for exit. I agree with Markus. However, since there are people who want strong compatibility. I think we can wait exit() to return status code, a litle more. As I posted

[PHP-DEV] Bug #14608 Updated: problem with ./configure --with-apxs

2001-12-20 Thread littonj
ID: 14608 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Apache related Operating System: linux PHP Version: 4.1.0 New Comment: I tried this by pointing --with-apxs=path and by putting the apxs script in my path and it died both ways. besides had it

[PHP-DEV] Bug #11986 Updated: the problem of php and sybase connection has not been fixed

2001-12-20 Thread tomcwh
ID: 11986 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sybase-ct (ctlib) related Operating System: windows 2000 PHP Version: 4.0.6 New Comment: give up Previous Comments:

[PHP-DEV] Re: [PEAR-DEV] Re: [FRC]Session module related issues

2001-12-20 Thread Yasuo Ohgaki
Jani Taskinen wrote: Why not make it standalone extension? Just check the ext/msession/ extension which has done this same thing. --Jani Then msession may have the same problem that I mentioned. Since session module can be disabled, if users load extension depands on session module, it

[PHP-DEV] Re: [PEAR-DEV] Re: [FRC]Session module related issues

2001-12-20 Thread Yasuo Ohgaki
Tomas V.V.Cox wrote: Just for curious, do you have some speed comparations over the other handlers and perhaps also with a postgres handler in php? Not yet. But, I've written PostgreSQL session handler with PHP script and I know how Zend executes PHP scripts. Therefore, it supposed to be

Re: [PHP-DEV] Question: Should exit() print out the integer exit-status?

2001-12-20 Thread benjamin yates
No offense Benjamin, but you don't understand the conversation. This is about running PHP apps in consoles, mail pre-processors and as cron jobs where exit status is needed. The only way to get an exit status is with exit. wow i just tried it... i never realized that return wasn't

Re: [PHP-DEV] Question: Should exit() print out the integer exit-status?

2001-12-20 Thread derick
On Thu, 20 Dec 2001, benjamin yates wrote: No offense Benjamin, but you don't understand the conversation. This is about running PHP apps in consoles, mail pre-processors and as cron jobs where exit status is needed. The only way to get an exit status is with exit. wow i just

[PHP-DEV] Bug #14120 Updated: libtool needs help.

2001-12-20 Thread lobbin
ID: 14120 Updated by: lobbin Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Configuration Issues Operating System: OpenUNIX8 PHP Version: 4.0CVS-2001-11-19 New Comment: Derick? Previous Comments: [2001-12-12

[PHP-DEV] Bug #14230 Updated: configure fail cross-compiler check with gcc 3.0.1

2001-12-20 Thread lobbin
ID: 14230 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: *Configuration Issues Operating System: Solaris 8 PHP Version: 4.0.6 New Comment: Can you provide some usefull information from the configure script? R. Previous Comments:

[PHP-DEV] Bug #12384 Updated: Can't connect to Ingres II

2001-12-20 Thread lobbin
ID: 12384 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: *Database Functions Operating System: Redhat Linux 6.2 PHP Version: 4.0.6 New Comment: Can you please try this with PHP 4.1.0? R. Previous Comments:

[PHP-DEV] Bug #13787 Updated: custom sess_write not called to start session

2001-12-20 Thread wcook
ID: 13787 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Session related Operating System: Linux 2.4.7 glibc 2.2.2 PHP Version: 4.0.6 New Comment: I don't think it is a bug in my session handler because everything works properly with register globals

Re: [PHP-DEV] Question: Should exit() print out the integer exit-status?

2001-12-20 Thread Lars Torben Wilson
Zeev Suraski writes: At 15:18 20/12/2001, Yasuo Ohgaki wrote: Nobody should complain about BC changes if changes are notified early enough and there is alternative way to do the same thing. IMHO. (This has been done for some features such as track vars ;) That's a very impractical

Re: [PHP-DEV] Question: Should exit() print out the integer exit-status?

2001-12-20 Thread Zeev Suraski
This patch is fine with me, but as it would still print out the error message, I think it's not fine with some other people... At 16:29 20/12/2001, Lars Torben Wilson wrote: Zeev Suraski writes: At 15:18 20/12/2001, Yasuo Ohgaki wrote: Nobody should complain about BC changes if changes are

[PHP-DEV] Bug #14292 Updated: Bare LF Issue - This time with DETAIL!

2001-12-20 Thread lobbin
ID: 14292 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: *Mail Related Operating System: Windows 2000 Server/XP PHP Version: 4.0.6 New Comment: Any feedback of this? R. Previous Comments:

[PHP-DEV] Bug #14619: Number doesn't fit the data type

2001-12-20 Thread Lars-Owe . Ivarsson
From: [EMAIL PROTECTED] Operating system: AIX (probably not OS specific) PHP version: 4.1.0 PHP Bug Type: Compile Warning Bug description: Number doesn't fit the data type zend_alloc.c, line 635.22: 1506-419 (E) Converting 2576696087 to type long int does not preserve its

Re: [PHP-DEV] Question: Should exit() print out the integer exit-status?

2001-12-20 Thread derick
On Thu, 20 Dec 2001, Zeev Suraski wrote: This patch is fine with me, but as it would still print out the error message, I think it's not fine with some other people... This solves nothing IMO. The problem is that exit (5) displays '5', and that must be fixed. Derick At 16:29 20/12/2001,

[PHP-DEV] Bug #8865 Updated: App launching with hotkeys delayed

2001-12-20 Thread lobbin
ID: 8865 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Apache related Operating System: Windows 95b, 98 PHP Version: 4.0.4pl1 New Comment: Can you try this with 4.1.0? R. Previous Comments:

[PHP-DEV] Bug #14622: Broken SERVER_SIGNATURE

2001-12-20 Thread darren . shukri
From: [EMAIL PROTECTED] Operating system: Linux knl2.4 and Win2K Server PHP version: 4.1.0 PHP Bug Type: PHP options/info functions Bug description: Broken SERVER_SIGNATURE Both $SERVER_SIGNATURE and $HTTP_SERVER_VARS[SERVER_SIGNATURE] return a malformed result when Apache

[PHP-DEV] Bug #14621: popen() never returns false

2001-12-20 Thread petr
From: [EMAIL PROTECTED] Operating system: PHP version: 4.1.0 PHP Bug Type: Documentation problem Bug description: popen() never returns false popen() doesn't return false on non-existent file. Bug#9043 says that it is intentional, but probably it's not the expected

[PHP-DEV] Ext Lotus

2001-12-20 Thread Pierre-Alain Joye
Hello, Have to import data from a lotus notes application, have seen a lotus EXT has been added (Zeev always on it ?), does anyone experience to use it to simply import data ? Or not enough stable to do the job ? Else have to use odbc :(. Zeev :) ? Any restriction about lotus version,

RE: [PHP-DEV] Bug #13787 Updated: custom sess_write not called to start session

2001-12-20 Thread Jaime Bozza
This is exactly the problem I was talking about with Bug #14497. There are a lot of session handlers out there that try to use return false; in the session_read function, which makes 4.0.6 act strange, and causes 4.1.0 to crash with a segfault. I don't think it would be too difficult (would

[PHP-DEV] Bug #14623: get_meta_tags only looks in begin of file

2001-12-20 Thread jeroen
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.6 PHP Bug Type: Strings related Bug description: get_meta_tags only looks in begin of file get_meta_tags() seems to look only in the beginning of a file, meaning that e.g. if there is a lot of PHP code before

[PHP-DEV] Bug #14624: is_link() fail with error if the link is not found

2001-12-20 Thread g . tanzilli
From: [EMAIL PROTECTED] Operating system: Redhat Linux 7.2 PHP version: 4.1.0 PHP Bug Type: Filesystem function related Bug description: is_link() fail with error if the link is not found Hi, tested on the cvs-4.1 from 20 december 2001, not 4.1 release. it should just

[PHP-DEV] CVS Account Request: albaity

2001-12-20 Thread albaity
Translate php documntation to arabic -- 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: [EMAIL PROTECTED]

[PHP-DEV] Bug #8865 Updated: App launching with hotkeys delayed

2001-12-20 Thread gvz
ID: 8865 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Apache related Operating System: Windows 95b, 98 PHP Version: 4.0.4pl1 New Comment: Still happens. Just exactly like 4.0.6. My actual setup: Apache 1.3.20 (release 10320100),

[PHP-DEV] Bug #14625: socket servers expect more data from PHPCGI

2001-12-20 Thread wolfgang . sprick
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.1.0 PHP Bug Type: Sockets related Bug description: socket servers expect more data from PHPCGI Standard sequence of single fsockopen, fputs, fgets, fclose hangs servers. Our own C++-servers and several

[PHP-DEV] Bug #14626: calling a method magically turns the object into a reference to itself

2001-12-20 Thread ivan . lamouret
From: [EMAIL PROTECTED] Operating system: linux Suse PHP version: 4.1.0 PHP Bug Type: Class/Object related Bug description: calling a method magically turns the object into a reference to itself Calling an object's method turn the object into a reference to itself. When

[PHP-DEV] SID Problem

2001-12-20 Thread Marco Kaiser
Hi, ?php session_start(my); session_register(test); $test++; echo SID; ? Can one help me, why does it not print PHPSESSID=kasdf... ?? -- Marco -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] Question: Should exit() print out the integer exit-status?

2001-12-20 Thread Yasuo Ohgaki
Zeev Suraski wrote: At 15:18 20/12/2001, Yasuo Ohgaki wrote: Nobody should complain about BC changes if changes are notified early enough and there is alternative way to do the same thing. IMHO. (This has been done for some features such as track vars ;) That's a very impractical

[PHP-DEV] Re: SID Problem

2001-12-20 Thread Jonas Delfs
Marco Kaiser [EMAIL PROTECTED] wrote in message 002d01c18975$a24ed9a0$420aa8c0@skotty">news:002d01c18975$a24ed9a0$420aa8c0@skotty... ?php session_start(my); session_register(test); $test++; echo SID; ? Can one help me, why does it not print PHPSESSID=kasdf... ?? This type of qestions

Re: [PHP-DEV] Question: Should exit() print out the integer exit-status?

2001-12-20 Thread Lars Torben Wilson
[EMAIL PROTECTED] writes: On Thu, 20 Dec 2001, Zeev Suraski wrote: This patch is fine with me, but as it would still print out the error message, I think it's not fine with some other people... This solves nothing IMO. The problem is that exit (5) displays '5', and that must be fixed.

[PHP-DEV] Bug #14627: Nested output buffering fails when nested buffers are inside methods

2001-12-20 Thread chirsch
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Output Control Bug description: Nested output buffering fails when nested buffers are inside methods Nested output buffering fails when nested buffers are inside methods in a class instance and

[PHP-DEV] Bug #14627 Updated: Nested output buffering fails when nested buffers are inside methods

2001-12-20 Thread lobbin
ID: 14627 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Output Control Operating System: Linux PHP Version: 4.0.6 New Comment: Can you provide a small script which demostrates this? R. Previous Comments:

[PHP-DEV] Re: Bug #14624: is_link() fail with error if the link is not found

2001-12-20 Thread Yasuo Ohgaki
G Tanzilli wrote: From: [EMAIL PROTECTED] Operating system: Redhat Linux 7.2 PHP version: 4.1.0 PHP Bug Type: Filesystem function related Bug description: is_link() fail with error if the link is not found Hi, tested on the cvs-4.1 from 20 december 2001, not 4.1

[PHP-DEV] Bug #14628: Session functions block on lock

2001-12-20 Thread chris
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: Session functions block on lock When running php with fastcgi, php gets stuck on call to open session file. Strace output gives following;

[PHP-DEV] Bug #14276 Updated: users behind proxy get gibrish on page when compression is used

2001-12-20 Thread sander
ID: 14276 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Zlib Related Operating System: RedHat PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #14278 Updated: % and / bug with INTEGERs!

2001-12-20 Thread sander
ID: 14278 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Math related Operating System: Linux 2.2.19 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

Re: [PHP-DEV] Question: Should exit() print out the integer exit-status?

2001-12-20 Thread Vlad Krupin
Zeev Suraski wrote: [snip] What I *really* fail to understand is the gain we get by modifying exit()'s behavior, as opposed to adding a new function or adding a new $silent argument. Giving a WFF to several people? Consistency with other languages that have nothing to do with the Web

[PHP-DEV] Bug #14629: request link_target()

2001-12-20 Thread cmv
From: [EMAIL PROTECTED] Operating system: debian PHP version: 4.1.0 PHP Bug Type: Feature/Change Request Bug description: request link_target() As a sister function to is_link($f), link_target($f) would return the target of the link $f, NULL if it's a dead link, or false if

[PHP-DEV] Bug #14630: integers wrapping around rather than being promoted into floats on overflow

2001-12-20 Thread markmont
From: [EMAIL PROTECTED] Operating system: Solaris 8, 64-bit PHP version: 4.1.0 PHP Bug Type: *General Issues Bug description: integers wrapping around rather than being promoted into floats on overflow This problem causes all tests in ext/standard/tests/math to fail:

[PHP-DEV] Re: [PEAR-DEV] Re: [FRC]Session module related issues

2001-12-20 Thread Martin Jansen
On Thu, 20 Dec 2001 22:38:03 +0900, Yasuo Ohgaki wrote: Then msession may have the same problem that I mentioned. Since session module can be disabled, if users load extension depands on session module, it will end up with undefined symbol error. This is not nice... But that's actually the

[PHP-DEV] Re: [PEAR-DEV] Re: [FRC]Session module related issues

2001-12-20 Thread Martin Jansen
On Thu, 20 Dec 2001 19:58:10 +0900, Yasuo Ohgaki wrote: You missed issues here 1) It highly depends on Session module. I don't see a problem here. The developer has to take care that session is available when he wants to use your module. That's what dependencies are for :-). 2) It does

[PHP-DEV] Re: [PEAR-DEV] Re: [FRC]Session module related issues

2001-12-20 Thread Yasuo Ohgaki
Martin Jansen wrote: On Thu, 20 Dec 2001 19:58:10 +0900, Yasuo Ohgaki wrote: You missed issues here 1) It highly depends on Session module. I don't see a problem here. The developer has to take care that session is available when he wants to use your module. That's what

[PHP-DEV] Bug #14629 Updated: request link_target()

2001-12-20 Thread jimw
ID: 14629 Updated by: jimw Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: debian PHP Version: 4.1.0 New Comment: http://www.php.net/readlink Previous Comments:

Re: [PHP-DEV] PHP 4.0.6 IMAP BUG

2001-12-20 Thread Jon Parise
On Thu, Dec 20, 2001 at 10:32:43AM +0100, Markus Fischer wrote: Glad I didn't, its a bug in ext/imap. Due the pointer juggling we're accidantly calling fs_free() on something which was never explicetely malloced. I've a patch here which takes care of this but I'm not too

[PHP-DEV] Bug #14631: is_file : Same function, different behavior?

2001-12-20 Thread azibutotal
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.5 PHP Bug Type: Filesystem function related Bug description: is_file : Same function, different behavior? Hi gurus and Fellows. I've been through the Bug Database but didn't find out a related bug. I

[PHP-DEV] Apology

2001-12-20 Thread Andrei Zmievski
All, The discussions have been running quite heated on this and engine2 lists, and I certainly did my share. I would like to apologize if any of my comments have hurt your feelings or made you think that I don't care about this language, its users, and developers. I've been having some issues in

[PHP-DEV] Bug #14632: missing -lz symbol in Makefile

2001-12-20 Thread michaelh
From: [EMAIL PROTECTED] Operating system: Linux 2.2.17 PHP version: 4.1.0 PHP Bug Type: *Compile Issues Bug description: missing -lz symbol in Makefile Greetings, Apache Error: Cannot load /usr/local/apache/libexec/libphp3.so into server:

[PHP-DEV] Bug #14399 Updated: eregi_replace does not handle upercase scandinavian characters

2001-12-20 Thread jonas
ID: 14399 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.1.0 New Comment: i have tryed setlocale(LC_ALL, swedish); setlocale(LC_ALL, sv_SE); setlocale(LC_ALL, se);

[PHP-DEV] Bug #14632 Updated: missing -lz symbol in Makefile

2001-12-20 Thread sniper
ID: 14632 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *Compile Issues Operating System: Linux 2.2.17 PHP Version: 4.1.0 New Comment: --with-zlib RTFM. RTFBDB. Previous Comments:

Re: [PHP-DEV] Apology

2001-12-20 Thread Jani Taskinen
I don't think you should be apologizing. Nobdoy should. Anyways, I'm now really going 'away' for a while too and not stir this soup anymore. I hope that some people here stop and think a bit what is wrong here as it's quite obvious that something definately needs to be changed. And I don't mean

[PHP-DEV] Bug #14602 Updated: Compilation of PHP 4.1.0 with libiodbc 3.0.5 support failed

2001-12-20 Thread ahill
ID: 14602 Updated by: ahill Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: ODBC related Operating System: FreeBSD 4.3, RedHat 7.1 PHP Version: 4.1.0 Old Assigned To: Assigned To: ahill New Comment: I was unable to reproduce, using Redhat 7.1, PHP 4.1.0 and libiobc

[PHP-DEV] Bug #14632 Updated: missing -lz symbol in Makefile

2001-12-20 Thread michaelh
ID: 14632 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Compile Failure Operating System: Linux 2.2.17 PHP Version: 4.1.0 New Comment: Greetings, Apache Error: Cannot load /usr/local/apache/libexec/libphp3.so into server:

Re: [PHP-DEV] Apology

2001-12-20 Thread Sebastian Bergmann
Andrei Zmievski wrote: Perhaps it would help if I took a couple of months off to reevaluate my current situation and future goals while the current issues get worked out. This makes me sad, really. Recently several people 'took off' from PHP, first Sascha, then Jani and you. I really

Re: [PHP-DEV] Apology

2001-12-20 Thread Andrei Zmievski
On Thu, 20 Dec 2001, Sebastian Bergmann wrote: This makes me sad, really. Recently several people 'took off' from PHP, first Sascha, then Jani and you. I really hope that you return, Well, I didn't say I was exiting the PHP development. Rather, I think I should take a breather,

[PHP-DEV] Light musings

2001-12-20 Thread Andrei Zmievski
http://www.advogato.org/article/395.html -Andrei Computers are useless. They can only give you answers. --Pablo Picasso -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP-DEV] CVS Account Request: desclub

2001-12-20 Thread Mazen A. Melibari
Translating the documentation Maintaining www.php.net -- 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: [EMAIL PROTECTED]

[PHP-DEV] Bug #14633: get_meta_tags does not work under php4.1.0; works with php4.0.6

2001-12-20 Thread david
From: [EMAIL PROTECTED] Operating system: Slackware Linux 8.0 on L2.4.16 PHP version: 4.1.0 PHP Bug Type: Unknown/Other Function Bug description: get_meta_tags does not work under php4.1.0; works with php4.0.6 We recently upgraded to PHP4.1.0, and found that our jobs

[PHP-DEV] ]RFC] Do we want/allow undefined symbol error or not?

2001-12-20 Thread Yasuo Ohgaki
Hi all, As you might already notice my RFC for session save handler module, There is a issue how to deal with undefined symbol error for rather usual configuration. It seems I need to establish agreement issue by issue. Here is first one. Do we want/allow undefined symbol error for usual

Re: [PHP-DEV] ]RFC] Do we want/allow undefined symbol error ornot?

2001-12-20 Thread derick
On Fri, 21 Dec 2001, Yasuo Ohgaki wrote: Hi all, As you might already notice my RFC for session save handler module, There is a issue how to deal with undefined symbol error for rather usual configuration. If a user wants to use the mod_pgsql session module, he must be very stupid not to

[PHP-DEV] Re: ]RFC] Do we want/allow *RUNTIME* undefined symbol error or not?

2001-12-20 Thread Yasuo Ohgaki
I forgot to mention explicitly ;) Do we want/allow *RUNTIME* undefined symbol error? -- Yasuo Ohgaki -- 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 #14633 Updated: get_meta_tags does not work under php4.1.0; works with php4.0.6

2001-12-20 Thread mfischer
ID: 14633 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Unknown/Other Function Operating System: Slackware Linux 8.0 on L2.4.16 PHP Version: 4.1.0 New Comment: Duplicate of #14623 Previous Comments:

Re: [PHP-DEV] ]RFC] Do we want/allow undefined symbol error or not?

2001-12-20 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: On Fri, 21 Dec 2001, Yasuo Ohgaki wrote: Hi all, As you might already notice my RFC for session save handler module, There is a issue how to deal with undefined symbol error for rather usual configuration. If a user wants to use the mod_pgsql session module, he

  1   2   >