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

2001-12-19 Thread littonj
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.1.0 PHP Bug Type: *Configuration Issues Bug description: problem with ./configure --with-apxs ./configure --with-mysql=/path/ --with-apxs it crashes and gives the usage of apxs as if bad arguments are being se

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

2001-12-19 Thread TheWizardRK
ID: 14607 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Scripting Engine problem Operating System: Windows 98 PHP Version: 4.0.6 New Comment: It seems that this has been pointed out before... Sorry. But this is still not solved (al

[PHP-DEV] Bug #14607 Updated: Recursive nested "foreach" doesn't work as should

2001-12-19 Thread TheWizardRK
ID: 14607 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: Nested "foreach" (on the same array variable) don't work as should Old Status: Duplicate Status: Open Bug Type: Scripting Engine problem Operating System: Windows 98 PHP Version: 4.0.6 New Comment: 1. Actuall

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

2001-12-19 Thread Zeev Suraski
Two reasons: (1) It never behaved that way, and we're not in the language design phase, but almost 4.5 years after it got started. (2) The Web being PHP's primary environment where system exit codes have no meaning at all, makes this argument useless in well over 90% (est) of the cases If (1) w

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

2001-12-19 Thread sander
ID: 14608 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *Configuration Issues Operating System: linux PHP Version: 4.1.0 New Comment: Does it crash or just die? Anyway, you should point PHP to the apxs file, unless it's in your path. Use i.e. --with-

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

2001-12-19 Thread benjamin yates
>Two reasons: one more... (3) exit is as forbidden as goto so stop using it. -benjamin _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- PHP Development Mailing List T

[PHP-DEV] Bug #13447 Updated: Security not blocking "unlink" delete functions

2001-12-19 Thread ajo
ID: 13447 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Filesystem function related Operating System: windows 2000 PHP Version: 4.0.6 New Comment: I tried both adding a trailing slash (c:/pr/), and 4.1.0 You are still able to del

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

2001-12-19 Thread rdzil
From: [EMAIL PROTECTED] Operating system: Windows 98 SE PHP version: 4.1.0 PHP Bug Type: *General Issues Bug description: window not closed if this script ended Hello run this script with php.exe script.php3 in php4.06 ... this window closed if this script ended, but php

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

2001-12-19 Thread Jason Greene
What are you talking about? 1) Setting the exit status of a process is common. 2) Try and right any kind of executer/parser that performs well without goto's -Jason - Original Message - From: "benjamin yates" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PRO

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

2001-12-19 Thread benjamin yates
>What are you talking about? >1) Setting the exit status of a process is common. >2) Try and right any kind of executer/parser that performs well without >goto's 1 - u can return a value just fine (and silently :) with return, and having multiple exit points i've always thought was bad design

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

2001-12-19 Thread Jason Greene
Zeev, I understand argument 1, and that's why I like the idea of overloading integer output. I still wonder if there is a web page out there that calls exit(integer) Argument 2 is good, because PHP is focused toward the web, which I understand that it should be. However, I believe the language

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

2001-12-19 Thread Brian Moon
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. Brian. - Original Message - From: "benjamin yates" <[EMAIL PROT

RE: [PHP-DEV] about php4.1.0 with apache2.x (httpd-2_0_28)

2001-12-19 Thread NAIK,ROSHAN (HP-Cupertino,ex1)
Brian, could you please clarify what doesnt work ? I have tried php 4.1 (without apxs2) with apache 2.0.28 and didnt run into any problems as such. Since you mentioned .."appear to work fine at first" i am if i didnt notice something. --Roshan > -Original Message- > From: Brian Moon [

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

2001-12-19 Thread Lars Torben Wilson
Vlad Krupin writes: > Lars Torben Wilson wrote: > >Perhaps I have not explained my position. I don't care whether it > >outputs the exit status as a string--as long as it sets the error code > >appropriately *as well*. By appropriately, I mean that 'exit("boo");' > >would a) print 'boo' and b) ret

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

2001-12-19 Thread Vlad Krupin
Please, understand me correctly - I have nothing against exit() working in the same manner regardless of the type of the argument. I would love to see that. The problem is that (1) it already accepts a string, and has been working that way for a long time, so this can't go away, and (2) there

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

2001-12-19 Thread Zeev Suraski
sys_exit()/system_exit() sound nice to me, definitely nicer than all of my suggestions :) At 23:13 19/12/2001, Jason Greene wrote: >Zeev, > >I understand argument 1, and that's why I like the idea of overloading >integer output. I still wonder >if there is a web page out there that calls exit(i

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

2001-12-19 Thread aaron
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.0 PHP Bug Type: Apache2 related Bug description: configure script looks in the wrong place for httpd.h I'm trying to configure php 4.1.0 on my server running turbolinux 6.0 with Apache 2.0.28 By default Ap

Re: [PHP-DEV] exit() summary

2001-12-19 Thread Markus Fischer
I get the impression that many questions raise need a voting so we see how not only three, four developers respond to it but how the masses, who're THE userbase, actually use it. Do you guys think its silly to have voting or do you think it can be useful? Personally, I've

Re: [PHP-DEV] exit() summary

2001-12-19 Thread Brian Moon
I say we apply the shell_exit() patch and move on with our lives. If you are dead set on making exit work like that, then change your own code and be happy. I just want a solution ASAP. The code is written. Brian. - Original Message - From: "Markus Fischer" <[EMAIL PROTECTED]> To: "De

Re: [PHP-DEV] exit() summary

2001-12-19 Thread Pierre-Alain Joye
On Thu, 20 Dec 2001 00:32:48 +0100 Markus Fischer <[EMAIL PROTECTED]> wrote: > I get the impression that many questions raise need a voting > so we see how not only three, four developers respond to it > but how the masses, who're THE userbase, actually use it. > > Do you guys th

Re: [PHP-DEV] exit() summary

2001-12-19 Thread derick
On Wed, 19 Dec 2001, Brian Moon wrote: > I say we apply the shell_exit() patch and move on with our lives. If you > are dead set on making exit work like that, then change your own code and be > happy. > > I just want a solution ASAP. The code is written. Code needs some rework, but that will

[PHP-DEV] Bug #14529 Updated: script doesn't always finish output

2001-12-19 Thread jay1
ID: 14529 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Output Control Operating System: Linux RH 7.2 PHP Version: 4.1.0 New Comment: Sorry, What I first thought to be consistant is proving me wrong. The end bracket is now making no difference whether

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

2001-12-19 Thread mfischer
ID: 14607 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating System: Windows 98 PHP Version: 4.0.6 New Comment: Please provide a compelte self-contained copy&paste ready script. Feedback. Previous Comments: --

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

2001-12-19 Thread Lars Torben Wilson
Vlad Krupin writes: > Please, understand me correctly - I have nothing against exit() working > in the same manner regardless of the type of the argument. I would love > to see that. The problem is that (1) it already accepts a string, and > has been working that way for a long time, so this ca

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

2001-12-19 Thread Markus Fischer
Why not just check the type of the parameter? No conversion needed at all. If its a long -> exit/no show it. If anything else (well, thats to argue, but not the point) exit and show. It would be that easy. And, in that case, I don't care about the number of broken scripts. Prov

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

2001-12-19 Thread Jani Taskinen
I have said this all the time..as well as many others. Try convince Zeev to fix his one script that breaks. --Jani On Thu, 20 Dec 2001, Markus Fischer wrote: >Why not just check the type of the parameter? No conversion >needed at all. If its a long -> exit/no show it. If anything >

Re: [PHP-DEV] exit() summary

2001-12-19 Thread Jani Taskinen
On Thu, 20 Dec 2001 [EMAIL PROTECTED] wrote: >On Wed, 19 Dec 2001, Brian Moon wrote: > >> I say we apply the shell_exit() patch and move on with our lives. If you >> are dead set on making exit work like that, then change your own code and be >> happy. >> >> I just want a solution ASAP. The cod

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

2001-12-19 Thread Lars Torben Wilson
Markus Fischer writes: > Why not just check the type of the parameter? No conversion > needed at all. If its a long -> exit/no show it. If anything > else (well, thats to argue, but not the point) exit and show. > It would be that easy. And, in that case, I don't care about > t

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

2001-12-19 Thread Markus Fischer
Yeah Jani I know. It was more targeted at Torben than the whole audience ;) On Thu, Dec 20, 2001 at 02:16:21AM +0200, Jani Taskinen wrote : > > I have said this all the time..as well as many others. > Try convince Zeev to fix his one script that breaks. > > --Jani > > > On Thu, 20 De

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

2001-12-19 Thread Markus Fischer
Implictely is more error prone. On Wed, Dec 19, 2001 at 04:12:02PM -0800, Lars Torben Wilson wrote : > Markus Fischer writes: > > Why not just check the type of the parameter? No conversion > > needed at all. If its a long -> exit/no show it. If anything > > else (well, thats to

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

2001-12-19 Thread Lars Torben Wilson
Markus Fischer writes: > Implictely is more error prone. How so? Can you give an example? > On Wed, Dec 19, 2001 at 04:12:02PM -0800, Lars Torben Wilson wrote : > > Markus Fischer writes: > > > Why not just check the type of the parameter? No conversion > > > needed at all. If its a

Re: [PHP-DEV] Adding session save handler?

2001-12-19 Thread Yasuo Ohgaki
Jon Parise wrote: > On Wed, Dec 19, 2001 at 09:02:01AM +0100, [EMAIL PROTECTED] wrote: > > >>Furthermore, I don't think you should add this function as a built-in >>session handler, but make it an extension for the PECL repository in >>PEAR. >> > > Agreed. Very cool idea, though, Yasuo! > >

Re: [PHP-DEV] Adding session save handler?

2001-12-19 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > Jon Parise wrote: > >> On Wed, Dec 19, 2001 at 09:02:01AM +0100, [EMAIL PROTECTED] wrote: >> >> >>> Furthermore, I don't think you should add this function as a built-in >>> session handler, but make it an extension for the PECL repository in >>> PEAR. >>> >> >> Agreed. Ve

[PHP-DEV] Bug #14611: session_start() failed

2001-12-19 Thread gaukia
From: [EMAIL PROTECTED] Operating system: Windows ME PHP version: 4.0.6 PHP Bug Type: Session related Bug description: session_start() failed I've installed PHP 4.0.6 for Apache 1.3.20 on Windows ME. Session support is enabled. I started the Apache server. When I run session

[PHP-DEV] Re: Moving session gc to RSHUTDOWN.

2001-12-19 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > Yasuo Ohgaki wrote: > >> I forgot to mention about pg_modules. >> Currently I use #ifdef #endif for entry, but there should be >> better way, isn't there? > > > > Found it. It should be in MINIT :) > I blindly copy MINIT lines from mm module and it just didn't work. I

[PHP-DEV] Bug #14611 Updated: session_start() failed

2001-12-19 Thread yohgaki
ID: 14611 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: Windows ME PHP Version: 4.0.6 New Comment: This is not a bug. Please ask support questions to php-general or php-windows lists. Previous Comments: ---

[PHP-DEV] Re: ext/msession: inconsistent function names?

2001-12-19 Thread Yasuo Ohgaki
Ulf Wendel wrote: > Hi, > > ext/msession seems to be in an early stage. Can we still change function > names? There're some inconsistencies in my eyes: > > msession_get_array() > msession_set_array() > > vs. > > msession_setdata() (requested: msession_set_data()) > msession_getdata() (req

[PHP-DEV] Bug #14592 Updated: Apache application error after turning snmp on

2001-12-19 Thread utirpan
ID: 14592 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: SNMP related Operating System: NT SP6 PHP Version: 4.1.0 New Comment: I am positive. Previous Comments:

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

2001-12-19 Thread yohgaki
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0CVS-2001-12-19 PHP Bug Type: Unknown/Other Function Bug description: session save handler module uses php_session_register_module() does not work. Starting httpd: Unknown(0) : Fatal error - Cannot find save han

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

2001-12-19 Thread yohgaki
ID: 14612 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Old Bug Type: Unknown/Other Function Bug Type: Session related Operating System: Linux PHP Version: 4.0CVS-2001-12-19 Edit this bug report at http://bugs.php.net/?id=14612&edit=1 -- PHP Development

[PHP-DEV] Bug #14596 Updated: error occur when using include_path

2001-12-19 Thread haplo232
ID: 14596 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *Configuration Issues Operating System: winNT PHP Version: 4.0.6 New Comment: dont know why, each time i try to use include_path in my coding then there will occur a error on it, the error is:

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

2001-12-19 Thread yohgaki
ID: 14612 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Session related Operating System: Linux PHP Version: 4.0CVS-2001-12-19 New Comment: Ok. I found the reason and can fix it now. It try to find session module *before* registering. I guess it is due to modul

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

2001-12-19 Thread yohgaki
ID: 14612 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Critical Bug Type: Session related Operating System: Linux PHP Version: 4.0CVS-2001-12-19 New Comment: Addiotinal info: Since session module is initilized at first, there is no way to register external s

[PHP-DEV] Bug #8670 Updated: Incorect interpretation session.gc_maxlifetime parameter

2001-12-19 Thread yohgaki
ID: 8670 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Session related Operating System: Windows 2000 PHP Version: 4.0.4 New Comment: It could be file locking problem. Please test with 4.1.0 and snapshot, and report the result. http://snaps.php

[PHP-DEV] Bug #12177 Updated: session_set_cookie_params broken

2001-12-19 Thread yohgaki
ID: 12177 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Session related Operating System: PHP Version: 4.0.6 New Comment: Please test with 4.1.0 and latest CVS snapshot. CVS snapshot can be found http://snaps.php.net/ If you don't have probl

[PHP-DEV] Bug #12188 Updated: Object with Sessiona

2001-12-19 Thread yohgaki
ID: 12188 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Session related Operating System: PHP Version: 4.0.6 New Comment: Please test with 4.1.0 and latest CVS snapshot. CVS snapshot can be found http://snaps.php.net/ If you don't have probl

[PHP-DEV] Bug #12859 Updated: Session unable to store array of classes

2001-12-19 Thread yohgaki
ID: 12859 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Session related Operating System: W2k, Linux PHP Version: 4.0.6 New Comment: Please test with 4.1.0 and latest CVS snapshot. CVS snapshot can be found http://snaps.php.net/ If you don't

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

2001-12-19 Thread php4
Just a thought... --- void exit ( [mixed message[, int return_value]]) Note: This is not a real function, but a language construct. The exit() function terminates execution of the script. Message must be a string or an int. If

[PHP-DEV] Bug #12873 Updated: PHP session/java bug

2001-12-19 Thread yohgaki
ID: 12873 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Session related Operating System: Windows 2000 SP2 PHP Version: 4.0.6 New Comment: Coud you test with latest CVS snapshot under UNIX like OS? CVS snapshot source can be found http://snaps.p

[PHP-DEV] Bug #12968 Updated: Session don't store after header("Location: ...")

2001-12-19 Thread yohgaki
ID: 12968 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Session related Operating System: Linux PHP Version: 4.0.6 New Comment: Please test with 4.1.0 and latest CVS snapshot. CVS snapshot source can be found http://snaps.php.net/ (No windows b

[PHP-DEV] Bug #13106 Updated: session_set_save_handler is unstable

2001-12-19 Thread yohgaki
ID: 13106 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Session related Operating System: RedHat Linux 7.1 PHP Version: 4.0.6 New Comment: Please test with 4.1.0 and latest CVS snapshot. CVS snapshot source can be found http://snaps.php.net/ (N

[PHP-DEV] Bug #13182 Updated: session_start() can't create a _new_ session control file.

2001-12-19 Thread yohgaki
ID: 13182 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Session related Operating System: Solaris 7 PHP Version: 4.0.6 New Comment: Please test with 4.1.0 and latest CVS snapshot. CVS snapshot source can be found http://snaps.php.net/ (No windo

[PHP-DEV] Bug #13236 Updated: Cycles in object references are not restored correctly

2001-12-19 Thread yohgaki
ID: 13236 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: Linux PHP Version: 4.0.6 New Comment: May be we should change Status to Suspended or change Type to Feature request? -- Yasuo Previous Comments:

[PHP-DEV] Bug #13268 Updated: static path in php and mm

2001-12-19 Thread yohgaki
ID: 13268 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: Session related Operating System: linux PHP Version: 4.0CVS-2001-09-12 New Comment: Will this be changed? Any one want me to fix it by adding addtional ini entry? Previous Comments:

[PHP-DEV] Bug #13300 Updated: Calling of session write handler after output buffer sent is stupid!

2001-12-19 Thread yohgaki
ID: 13300 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Session related Operating System: Linux PHP Version: 4.0.5 New Comment: If you are using database and worry about cases like this, lock should be used. -- Yasuo Ohgaki Previous Comments: ---

[PHP-DEV] Bug #13320 Updated: shmget() fails if running two copies of php4 simultaniously as different users

2001-12-19 Thread yohgaki
ID: 13320 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: Session related Operating System: Linux/Debian/unstable PHP Version: 4.0.6 New Comment: This is expected. MM module will have problem you've mentioned. This behavior will not be changed at le

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

2001-12-19 Thread yohgaki
ID: 13378 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Session related Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.6 New Comment: Many users want to unserialize/initilize object after session is started, I suppose. Type = Feature R

[PHP-DEV] Bug #13507 Updated: Destroy handler in session_set_save_handler doesn't work

2001-12-19 Thread yohgaki
ID: 13507 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: PHP Version: 4.0.6 New Comment: Your session handler has bugs. Search zend.com code exchange for PosrgreSQL session save handler for a example session handler

[PHP-DEV] Bug #13521 Updated: "session.save_handler = files" still allows session_set_save_handler to overrid

2001-12-19 Thread yohgaki
ID: 13521 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Session related Operating System: Redhat 6.1 Linux PHP Version: 4.0.6 New Comment: Please test with 4.1.0 and latest CVS snapshot. CVS snapshot source can be found http://snaps.php.net/ (N

[PHP-DEV] Bug #13524 Updated: session_unset() with no registered vars causes segfault w/save_handler=user

2001-12-19 Thread yohgaki
ID: 13524 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: linux 2.2.19 redhat PHP Version: 4.0.5 New Comment: Your session save handler has bugs. Search zend.com code exchange for PosrgreSQL session save handler as an

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

2001-12-19 Thread yohgaki
ID: 13787 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: Linux 2.4.7 glibc 2.2.2 PHP Version: 4.0.6 New Comment: It should be bugs in your session save handlers. Search zend.com code exchange for PosrgreSQL session sa

[PHP-DEV] Bug #13834 Updated: SID already defined

2001-12-19 Thread yohgaki
ID: 13834 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Session related Operating System: FreeBSD 4.2 PHP Version: 4.0.6 New Comment: Please test with 4.1.0 and latest CVS snapshot. CVS snapshot source can be found http://snaps.php.net/ (No win

[PHP-DEV] Bug #14080 Updated: The doubledoublequote strikes again

2001-12-19 Thread yohgaki
ID: 14080 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Session related Operating System: FreeBSD 4.4 Old PHP Version: 4.0.6 PHP Version: 4.2.0-dev New Comment: PHP Version updated Previous Comments:

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

2001-12-19 Thread yohgaki
ID: 14496 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Session related Operating System: Linux PHP Version: 4.1.0 New Comment: I created new one reported by me which contains the reason why this happens. I make this report as duplicate of my rep

[PHP-DEV] Bug #14497 Updated: PHP causes segfault when session handler=user

2001-12-19 Thread yohgaki
ID: 14497 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: Session related Operating System: FreeBSD 4.4-Stable PHP Version: 4.1.0, 4-200112131200 New Comment: Is this fixed? Anyone mind if I fix this and commit? -- Yasuo Ohgaki Previous Comment

[PHP-DEV] Bug #14507 Updated: sessions and mm produce an error on starting apache

2001-12-19 Thread yohgaki
ID: 14507 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Session related Operating System: Sparc/Solaris 8 PHP Version: 4.1.0 New Comment: I created new report for this bug which explains why this happens. Duplicate #14612 -- Yasuo Ohgaki Pre

[PHP-DEV] Bug #13579 Updated: variables deglobalized after session_register()

2001-12-19 Thread yohgaki
ID: 13579 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: Win2k PHP Version: 4.0.6 New Comment: This is half user's fault Can we do something to this issue? To reporter: Could you update PHP version when you test and confirm prob

[PHP-DEV] Bug #14531 Updated: Reference to bug #14496

2001-12-19 Thread yohgaki
ID: 14531 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Session related Operating System: Linux PHP Version: 4.1.0 New Comment: Duplicate #14496 Previous Comments: [2001-12

[PHP-DEV] Bug #14531 Updated: Reference to bug #14496

2001-12-19 Thread yohgaki
ID: 14531 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 not a duplicate of 14496 after all, but a another report #13268. Previous Comments: --

[PHP-DEV] Bug #14505 Updated: get an warning in webpage

2001-12-19 Thread blueeye
ID: 14505 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Scripting Engine problem Operating System: Win XP PHP Version: 4.1.0 New Comment: I found where the problem is. if I use mysql_pconnect(), the warning apears. please hel

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

2001-12-19 Thread Rasmus Lerdorf
This is what I suggested ages ago. I think this is the correct solution for this one. I don't see mass-breakage, or perhaps even any, caused by this change. The case-insensitivity stuff is completely another matter though. I see very little benefit in 1) breaking thousands of existing scri

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

2001-12-19 Thread yohgaki
ID: 14612 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Session related Operating System: Linux PHP Version: 4.0CVS-2001-12-19 New Comment: My description is not correct. There is a way to use external session save handler module. i.e. session_module_name() Pre

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

2001-12-19 Thread Yasuo Ohgaki
Issue for session save handler. I wrote PostgreSQL session save handler and requested to place it under PECL. Although, it is possible technically. Placing session save handler module to PECL may not be a good after all, since 1) It highly depends on Session module. 2) It does not work as standa

Re: [PHP-DEV] about php4.1.0 with apache2.x (httpd-2_0_28)

2001-12-19 Thread sheens
Dear Brian, Did you try Apache2.X DSO complie with PHP4 successfully? I try that and check every configuration, but it still doesn't work. Apache 2.0.28 configuration: ./configure --prefix=/usr/local/apache --enable-speling=shared --enable-vhost-alias --enable-rewrite=shared \ --enable-so --enab

[PHP-DEV] Bug #14596 Updated: error occur when using include_path

2001-12-19 Thread haplo232
ID: 14596 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *Configuration Issues Operating System: winNT PHP Version: 4.0.6 New Comment: where should i put the include_path ? is it on the php.ini file or put it at the top of the file ? Previous Comments:

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

2001-12-19 Thread zak
From: [EMAIL PROTECTED] Operating system: PHP version: 4.1.0 PHP Bug Type: Feature/Change Request Bug description: Implement Function/Feature Conformity Tests I strongly believe that PHP needs to continue evolving and improving. However, I also recognise the importance of

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

2001-12-19 Thread zak
ID: 14613 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: PHP Version: 4.1.0 Old Assigned To: Assigned To: zak New Comment: Assigning it to myself so that I don't forget. Now I just have to get to the other bug reports that are as

[PHP-DEV] Bug #14596 Updated: error occur when using include_path

2001-12-19 Thread haplo232
ID: 14596 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *Configuration Issues Operating System: winNT PHP Version: 4.0.6 New Comment: where should i put the include_path ? is it on the php.ini file or put it at the top of the file ? Previous Comments:

[PHP-DEV] Bug #14505 Updated: get an warning in webpage when using mysql_pconnect()

2001-12-19 Thread mfischer
ID: 14505 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Summary: get an warning in webpage Old Status: Open Status: Closed Old Bug Type: Scripting Engine problem Bug Type: MySQL related Operating System: Win XP PHP Version: 4.1.0 New Comment: Alread fixed in CVS (adjusting info for hist

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

2001-12-19 Thread Markus Fischer
Actually, a good idea to keep BC. Its now just a matter if its really worth to keep BC for exit. On Wed, Dec 19, 2001 at 08:28:19PM +, [EMAIL PROTECTED] wrote : > > Just a thought... > > --- > void exit ( [mixed messag

Re: [PHP-DEV] Bug #14596 Updated: error occur when using include_path

2001-12-19 Thread Markus Fischer
On Thu, Dec 20, 2001 at 07:21:41AM -, [EMAIL PROTECTED] wrote : > ID: 14596 > User updated by: [EMAIL PROTECTED] > Reported By: [EMAIL PROTECTED] > Status: Bogus > Bug Type: *Configuration Issues > Operating System: winNT > PHP Version: 4.0.6 > New Comment: > > where should i put the include

[PHP-DEV] Bug #14596 Updated: error occur when using include_path

2001-12-19 Thread daniel
ID: 14596 Updated by: daniel Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *Configuration Issues Operating System: winNT PHP Version: 4.0.6 New Comment: leave out include_path and then include "f:\apacheweb\www_bl\arch\head2.inc"; directly from your script. I'm pretty sure the pr

[PHP-DEV] Bug #14606 Updated: mcrypt_ofb with tripledes : 2.2.7 and 2.4.18 different behavior

2001-12-19 Thread jeanfrancois . lecam
ID: 14606 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: mcrypt related Operating System: redhat 7.2 PHP Version: 4.1.0 New Comment: I first thought of a problem with libmcrypt itself... According to its author, 3DES has not changed (see below). I'll

[PHP-DEV] CVS Account Request: manu

2001-12-19 Thread Emmanuel FAIVRE
translating php gtk manual into french -- PHP Development Mailing List 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 #11986 Updated: the problem of php and sybase connection has not been fixed

2001-12-19 Thread lobbin
ID: 11986 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Sybase-ct (ctlib) related Operating System: windows 2000 PHP Version: 4.0.6 New Comment: Can you verify this on 4.1.0? R. Previous Comments:

Re: [PHP-DEV] Adding session save handler?

2001-12-19 Thread derick
Hello Yasuo, On Wed, 19 Dec 2001, Yasuo Ohgaki wrote: > Currently I have ps_modules entry like like for pgsql save handler. > > static ps_module *ps_modules[MAX_MODULES + 1] = { > ps_files_ptr, > ps_user_ptr, > ps_pgsql_ptr > }; > > It works, but I guess it's not the right way

[PHP-DEV] Re: Moving session gc to RSHUTDOWN.

2001-12-19 Thread Derick Rethans
Hello Yasuo, On Wed, 19 Dec 2001, Yasuo Ohgaki wrote: > Does anyone object if I move gc call to > RSHUTDOWN? > > Current session module does gc after read anyway. > I suppose there will be no BC. Suppose is not enough here :) IMO, you should be very certain that it does not break any BC, and th

[PHP-DEV] Bug #13646 Updated: Bad SQL kills httpd child

2001-12-19 Thread lobbin
ID: 13646 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sybase-ct (ctlib) related Operating System: Mandrake 8.0 PHP Version: 4.0.6 Previous Comments: [2001-12-18 13:43:49] [EM

Re: [PHP-DEV] Bug #13819 Updated: MSSQL+SYBASE won't work

2001-12-19 Thread Robin Ericsson
On Wed, 2001-12-19 at 04:27, [EMAIL PROTECTED] wrote: > > No, mssql_ functions wont work for sybase_ct. > I have recompiled php_sybase_ct.dll without mssql_ aliases. > Now I can use both mssql and sybase at the same time. > Another way of doing this might be to make some sort of ./configure o

[PHP-DEV] Bug #13819 Updated: MSSQL+SYBASE won't work

2001-12-19 Thread lobbin
ID: 13819 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sybase-ct (ctlib) related Operating System: Windows NT/2000 PHP Version: 4.0.6 Previous Comments: [2001-12-18 13:49:58]

Re: [PHP-DEV] RFC: PostgreSQL Function Rename (again ;)

2001-12-19 Thread Egon Schmid
From: "Yasuo Ohgaki" <[EMAIL PROTECTED]> > Joao Prado Maia wrote: > > > On Sat, 15 Dec 2001, Yasuo Ohgaki wrote: > > Again, shouldn't the names comply with the (new?) coding standards ? > > pg_lo_import and pg_lo_export should be the names IMHO. > > > > I saw some other functions like pg_loclose

[PHP-DEV] Bug #14591 Updated: uasort mixes array with equal elements

2001-12-19 Thread jan
ID: 14591 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Arrays related Operating System: Linux/Windows PHP Version: 4.1.0 New Comment: Hm, I'd rather expect that an array keeps untouched if there is no need to sort it. Previous Comments: --

[PHP-DEV] Bug #14591 Updated: uasort mixes array with equal elements

2001-12-19 Thread hholzgra
ID: 14591 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Arrays related Operating System: Linux/Windows PHP Version: 4.1.0 New Comment: well, you can't say that no sorting is needed in advance as uasort() does not know that your comparison function is going to retur

[PHP-DEV] Bug #14591 Updated: uasort mixes array with equal elements

2001-12-19 Thread mfischer
ID: 14591 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Open Bug Type: Arrays related Operating System: Linux/Windows PHP Version: 4.1.0 New Comment: Hartmut, I don't agree with you at all. This is a major BC problem. If case you haven't checked , PHP 4.0.6 and pr

[PHP-DEV] Bug #14597: mcrypt-2.2.7 error message

2001-12-19 Thread jeanfrancois . lecam
From: [EMAIL PROTECTED] Operating system: redhat 7.2 PHP version: 4.1.0 PHP Bug Type: Compile Failure Bug description: mcrypt-2.2.7 error message ./configure --with-mcrypt=/home/local/mcrypt make used to work fine with php-4.0.6 / libmcrypt-2.2.7 Now it fails sayi

[PHP-DEV] Re: Moving session gc to RSHUTDOWN.

2001-12-19 Thread Yasuo Ohgaki
Derick Rethans wrote: > Hello Yasuo, > > On Wed, 19 Dec 2001, Yasuo Ohgaki wrote: > > >>Does anyone object if I move gc call to >>RSHUTDOWN? >> >>Current session module does gc after read anyway. >>I suppose there will be no BC. >> > > Suppose is not enough here :) IMO, you should be very cer

[PHP-DEV] Bug #14597 Updated: mcrypt-2.2.7 error message

2001-12-19 Thread derick
ID: 14597 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Compile Failure Operating System: redhat 7.2 PHP Version: 4.1.0 New Comment: Already fixed in CVS, will be in 4.1.1. And you get a free tip too: You rreally want to upgrade to libmcrypt 2.4.18,

[PHP-DEV] Bug #14488 Updated: ext/mcrypt/mcrypt.c won't compile

2001-12-19 Thread derick
ID: 14488 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Compile Failure Operating System: FreeBSD 4.0-2626-STABLE PHP Version: 4.1.0 New Comment: FYI: This fix will be in the maintenance release 4.1.1. Previous Comments: --

[PHP-DEV] Bug #14598: Exception Error using ISAPI Version

2001-12-19 Thread jon5haw
From: [EMAIL PROTECTED] Operating system: NT4 SP6 PHP version: 4.1.0 PHP Bug Type: IIS related Bug description: Exception Error using ISAPI Version Upgraded from 4.0.6 to 4.1.0, initially to CGI version. Tried ISAPI version, but didn't last long - had following error mess

[PHP-DEV] Bug #14598 Updated: Exception Error using ISAPI Version

2001-12-19 Thread derick
ID: 14598 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: IIS related Operating System: NT4 SP6 PHP Version: 4.1.0 New Comment: Do you possibly use any old extension modules? Or can you make a stack dump (in VC++ if you have that installed)? Does it

  1   2   >