[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/session session.c

2002-01-02 Thread derick
On Thu, 3 Jan 2002, Yasuo Ohgaki wrote: > > Which is perfectly fine as it is IMO. What is the change here that you > > suggest exactly? > > > - Do not use php_session_register_module() > - Add #ifdef to ps_modules struct for external save >handler modules You want to add the pgsql module her

Re: [PHP-DEV] Re: Bug #14809: global session vars are being assignedby value, not reference

2002-01-02 Thread derick
On Thu, 3 Jan 2002, Yasuo Ohgaki wrote: > Derick, did you finish to change session.xml? I didn't know I worked on that :) > Can I start working on the manual page so that users to > avoid common/known issues? Sure, go ahead. Derick -- PHP Development Mailing List To u

Re: [PHP-DEV] bug voting

2002-01-02 Thread derick
On Wed, 2 Jan 2002, Jim Winstead wrote: > - split out severity from status and categories (bug #13311) > - get list of categories into a table (bug #14813) > - open commenting (bug #14812) > - redesign bug display/editing page > - redesign advanced search form > - an easy way for marking bugs bog

[PHP-DEV] Bug #14814 Updated: Strange error message on gzopen and ftp:// URL

2002-01-02 Thread georg
ID: 14814 Updated by: georg Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Zlib Related Operating System: Linux (2.4.17) PHP Version: 4.1.1 New Comment: For opening zip-files via ftp or httpd, there is a little note in the manual: Note: The current CVS version 4.0.4-dev introduces a

[PHP-DEV] Bug #14819 Updated: str_replace used with serialize

2002-01-02 Thread georg
ID: 14819 Updated by: georg Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Strings related Operating System: Linux PHP Version: 4.0.6 New Comment: Just tested it with 4.0.6 and 4.1.0 All seems to be ok. Can you send me your configuration options? Previous Comments: ---

[PHP-DEV] Bug #14819: str_replace used with serialize

2002-01-02 Thread voltaic
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Strings related Bug description: str_replace used with serialize Two lines like this: $myarray[ 2 ] = str_replace( "'", "", $mystring ); $myserial = serialize( $myarray ); produce a seriali

[PHP-DEV] Re: speaking of PHP 5

2002-01-02 Thread Manuel Lemos
Hello, Jim Winstead wrote: > > if anyone is stumped for ideas for features for php 5, it may be worth > trawling through the 428 open feature requests at bugs.php.net. > > (that's more than a third of the total open bugs for php4. there's an > obvious opportunity to beef up those bug-closing st

[PHP-DEV] Bug #14759 Updated: Incorrect version listed as start version of feature

2002-01-02 Thread jimw
ID: 14759 Updated by: jimw Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Documentation problem Operating System: OS/2 Warp 4 PHP Version: 4.1.1 New Comment: 4.2.0 is what the first released version of what is now the CVS HEAD will be. so the first public php version for

Re: [PHP-DEV] speaking of PHP 5

2002-01-02 Thread Casey Allen Shobe
On Wednesday 02 January 2002 10:33 pm, Jim Winstead wrote: > if anyone is stumped for ideas for features for php 5, Rewriting it in C++, and making PHP itself support far better object-orientation? *ducks*, *runs*, *hides* Happy New Years, everyone. -- Casey Allen Shobe [EMAIL PROTECTED] --

[PHP-DEV] speaking of PHP 5

2002-01-02 Thread Jim Winstead
if anyone is stumped for ideas for features for php 5, it may be worth trawling through the 428 open feature requests at bugs.php.net. (that's more than a third of the total open bugs for php4. there's an obvious opportunity to beef up those bug-closing stats!) jim -- PHP Development Mailing L

[PHP-DEV] Bug #4669 Updated: Need a session_end() ??

2002-01-02 Thread jimw
ID: 4669 Updated by: jimw Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Solaris 2.6 PHP Version: 4.0 Release Candidate 1 New Comment: session_write_close, added in 4.0.4, does this. Previous Comments: ---

[PHP-DEV] Bug #14818: Error 405 and Can Not Find Server when executing any php script

2002-01-02 Thread lojekt
From: [EMAIL PROTECTED] Operating system: NT 4 SP 6 PHP version: 4.1.0 PHP Bug Type: IIS related Bug description: Error 405 and Can Not Find Server when executing any php script I just rebuilt my NT 4 SP 6 IIS server and now the PHP doesn't work. It gives me a 405 Resource

[PHP-DEV] Bug #14817 Updated: Feature: copying/paste nodes to each other

2002-01-02 Thread mfischer
ID: 14817 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: DOM XML related Operating System: PHP Version: 4.1.1 New Comment: Thats the (intended) behaviour of libxml2 and there's little PHP can do about it. And libxml2 certainly is not designed to h

[PHP-DEV] Bug #14817: Feature: copying/paste nodes to each other

2002-01-02 Thread r . klinkenberg
From: [EMAIL PROTECTED] Operating system: PHP version: 4.1.1 PHP Bug Type: DOM XML related Bug description: Feature: copying/paste nodes to each other Currently I'm building system that stores xml data in a database. When I get this data out of m database and try to put it

[PHP-DEV] Bug #13873 Updated: wddx_*() functions only handle ascii

2002-01-02 Thread mfischer
ID: 13873 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: WDDX related Operating System: Linux PHP Version: 4.0.6 New Comment: Documentation fixed. Previous Comments: [2001-11-

[PHP-DEV] bug voting

2002-01-02 Thread Jim Winstead
inspired by a suggestion made by garth dahlstrom, i've added a basic voting mechanism for bugs. there's currently no reporting on the voting, but since there aren't any votes, there's not much to report. right now, the results of any voting are only available on the page for that bug. obviously be

[PHP-DEV] Bug #14814: Strange error message on gzopen and ftp:// URL

2002-01-02 Thread dubious
From: [EMAIL PROTECTED] Operating system: Linux (2.4.17) PHP version: 4.1.1 PHP Bug Type: Zlib Related Bug description: Strange error message on gzopen and ftp:// URL It's not clear from the manual whether or not gzopen is SUPPOSED to work with http:// and ftp:// URL's, bu

[PHP-DEV] track_vars deprecated?

2002-01-02 Thread Andre Gildemeister
hi, one short question:) is track_vars deprecated because of the new register_globals actually? Best regards -Andre Gildemeister -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP-DEV] Bug #14790 Updated: --with-zlib == broken phpinfo()

2002-01-02 Thread mfischer
ID: 14790 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Zlib Related Operating System: OpenBSD 2.9 PHP Version: 4.1.1 New Comment: Fixed in CVS. Previous Comments: [2002-01-0

[PHP-DEV] Bug #12091 Updated: zlib uncompress buffer error/ inflate failed

2002-01-02 Thread mfischer
ID: 12091 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Zlib Related Operating System: i686-pc-linux-gnu PHP Version: 4.0CVS-2001-07-12 New Comment: I'm pretending this is fixed as I can't reproduce it with current CVS (reopen with sample script if

[PHP-DEV] Bug #11833 Updated: Unsufficient docs

2002-01-02 Thread philip
ID: 11833 Updated by: philip Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Documentation problem Operating System: any PHP Version: 4.0.6 Assigned To: danbeck New Comment: This is essentially a duplicate, see bug #14472 for a more exaustive report. Anyone want to tackle it? :-) Reg

[PHP-DEV] Bug #11833 Updated: Unsufficient docs

2002-01-02 Thread imajes
ID: 11833 Updated by: imajes Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: any PHP Version: 4.0.6 Assigned To: danbeck New Comment: No feedback. Previous Comments: -

[PHP-DEV] Bug #14811: form variables undefined on action page under certain conditions

2002-01-02 Thread ed . swartz
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: form variables undefined on action page under certain conditions Under certain conditions form variables are not defined. When I access a form va

[PHP-DEV] Bug #14810 Updated: ob_clean() undefined

2002-01-02 Thread jimw
ID: 14810 Updated by: jimw Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: Windows 2000 PHP Version: 4.0.6 New Comment: and as the page says, this function is only available in the CVS version right now. Previous Comments: --

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/session session.c

2002-01-02 Thread Yasuo Ohgaki
BTW, the reason why 4.0.6 or older do not have problems are session module was normal module. From 4.1.0, session module is internal module and initialized before save handlers. Yasuo Ohgaki wrote: > Derick Rethans wrote: > >> On Thu, 3 Jan 2002, Yasuo Ohgaki wrote: >> >> >>> BTW, if I fix the

[PHP-DEV] Bug #14810: ob_clean() undefined

2002-01-02 Thread ed . swartz
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: ob_clean() undefined According to PHP Manual, dated 4-12-2001, the ob_clean() function is available. When I code it on a page I get: Fatal err

[PHP-DEV] CVS Account Request: iliaa

2002-01-02 Thread Ilia A.
Maintain the SHMOP module. -- 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] Re: [PHP-CVS] cvs: php4 /ext/session session.c

2002-01-02 Thread Yasuo Ohgaki
Derick Rethans wrote: > On Thu, 3 Jan 2002, Yasuo Ohgaki wrote: > > >>BTW, if I fix the issue with 3), I have to change msession a line >>so that it does not register it as session save handler. (handler >>is registered by #ifdef) >> > > Which is perfectly fine as it is IMO. What is the change

[PHP-DEV] Bug #12227 Updated: Output puffering causes Apache to SIGSEGV

2002-01-02 Thread yohgaki
ID: 12227 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Analyzed Bug Type: Output Control Operating System: Linux 2.2.16-SMP PHP Version: 4.0.6 Old Assigned To: Assigned To: yohgaki New Comment: The same issue was submitted recently and it seems there is a problem

[PHP-DEV] Re: SHMOP Module Patch

2002-01-02 Thread Yasuo Ohgaki
I guess you should apply CVS account instead of asking to commit your patch :) If you don't want CVS account, send me a email. After I test your patch a bit, I'll commit it. -- Yasuo Ohgaki Ilia A. wrote: > Attached to this message is a patch to php's shmop extension, it fixes the > following

[PHP-DEV] Re: Bug #14809: global session vars are being assigned by value, not reference

2002-01-02 Thread Yasuo Ohgaki
Derick, did you finish to change session.xml? Can I start working on the manual page so that users to avoid common/known issues? -- Yasuo Ohgaki [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Operating system: linux 2.4.7-10 > PHP version: 4.1.1 > PHP Bug Type: Sessio

Re: [PHP-DEV] Bug #14747: Return exitcodes to shell ($?)

2002-01-02 Thread derick
On Wed, 2 Jan 2002, Markus Fischer wrote: > On Thu, Jan 03, 2002 at 12:21:33AM +0200, Zeev Suraski wrote : > > I'm +1 on the overloaded exit() that doesn't print out its argument, if it > > looks like a number. For the sake of world peace. > > WIHAAAYUHYY god dammit! Deri

Re: [PHP-DEV] Bug #14747: Return exitcodes to shell ($?)

2002-01-02 Thread Yasuo Ohgaki
Zeev Suraski wrote: > I'm +1 on the overloaded exit() that doesn't print out its argument, if > it looks like a number. For the sake of world peace. > > Zeev +1 for overloading. I guess this is the change that most people would be satisfied with :) -- Yasuo Ohgaki -- PHP Development Mail

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Zeev Suraski
Good point :) At 01:15 03/01/2002, Sander Steffann wrote: >Hi, > >We do exactly the same with Apache SetEnv: > > SetEnv media_regionaamapeldoorn > SetEnv media_regioid 27 > SetEnv media_module index > >And we get them in the PHP script with >$GLOBALS['HTT

Re: [PHP-DEV] Built-in SOAP based Web Services support(wasRe:PHP 5)

2002-01-02 Thread Manuel Lemos
Hello, Lukas Smith wrote: > > Well all of these new w3c goodies are still in development but yes there > are "final" specs similar to those 0.6 stable open source releases that > tons of people use in production I think that you should see draft versions as HTML draft version. HTML was already

Re: [PHP-DEV] Always building command line PHP

2002-01-02 Thread php4
** Reply to note from Jon Parise <[EMAIL PROTECTED]> Wed, 2 Jan 2002 15:32:58 -0500 > > On Wed, Jan 02, 2002 at 09:33:32PM +0200, Andi Gutmans wrote: > > > Creating a CLI sapi module w/o all of the CGI crap is extremely easy. > > What might be more challenging is fixing the build so that it

Re: [PHP-DEV] Re: [PEAR-DEV] PECL (was PHP 5)

2002-01-02 Thread Stig S. Bakken
I agree that it should be kept on php-dev. That's the most efficient way of reaching everyone that will be affected. - Stig Andi Gutmans wrote: > > I suggest keeping it on php-dev. > All of the build stuff has been done by php-dev in the past as build/PECL > related discussions really are php

RE: [PHP-DEV] Re: PHP 5

2002-01-02 Thread James Cox
actually, you can also use the getenv function to get them, so you don't have to reference a variable array. see http://www.php.net/getenv (also http://www.php.net/setenv ) James Cox > -Original Message- > From: Sander Steffann [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 02,

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Joe Webster
That rocks, pending it works, my problems are solved. It would still be an awesome feature for PHP, but nice to know apache will work otherwise. IIS SUCKS! Thanks again!, Joe "Sander Steffann" <[EMAIL PROTECTED]> wrote in message 008d01c193e3$53c14980$[EMAIL PROTECTED]">news:008d01c193e3$53c1498

[PHP-DEV] Re: Bug #14798: session.gc_maxlifetime does not work (Reopen Bug ID #3793)

2002-01-02 Thread Yasuo Ohgaki
Bs Php wrote: > From: [EMAIL PROTECTED] > Operating system: Win 2k > PHP version: 4.1.0 > PHP Bug Type: Session related > Bug description: session.gc_maxlifetime does not work (Reopen Bug ID #3793) > > Befor going into the bug-report an importent question: > session.gc_maxl

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Sander Steffann
Hi, We do exactly the same with Apache SetEnv: SetEnv media_regionaamapeldoorn SetEnv media_regioid 27 SetEnv media_module index And we get them in the PHP script with $GLOBALS['HTTP_SERVER_VARS']['media_regionaam']; Works great for us. Sander - O

Re: [PHP-DEV] Built-in SOAP based Web Services support(wasRe:PHP 5)

2002-01-02 Thread Zeev Suraski
At 00:48 03/01/2002, Joao Prado Maia wrote: >On Wed, 2 Jan 2002, Sebastian Bergmann wrote: > > > Lukas Smith wrote: > > > But I think we have pitched the need for SOAP enough now :-) > > > > What's wrong with the SOAP implementation provided by ext/xmlrpc? > > > > Rumour has it, by the way, t

Re: [PHP-DEV] Built-in SOAP based Web Services support(wasRe:PHP 5)

2002-01-02 Thread Joao Prado Maia
On Wed, 2 Jan 2002, Sebastian Bergmann wrote: > Lukas Smith wrote: > > But I think we have pitched the need for SOAP enough now :-) > > What's wrong with the SOAP implementation provided by ext/xmlrpc? > > Rumour has it, by the way, that a nice PEAR class is underway that > simplifies the

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Joe Webster
Awesome, that will rock. Now, not to be an impatient lil' dork, but is there something that I could easily do to my mod_php that would swing it for me? Thanks for the help, Joe "Zeev Suraski" <[EMAIL PROTECTED]> wrote in message 5.1.0.14.2.20020103004035.04527460@localhost">news:5.1.0.14.2.20020

Re: [PHP-DEV] Built-in SOAP based Web Services support(wasRe:PHP 5)

2002-01-02 Thread Sebastian Bergmann
Lukas Smith wrote: > But I think we have pitched the need for SOAP enough now :-) What's wrong with the SOAP implementation provided by ext/xmlrpc? Rumour has it, by the way, that a nice PEAR class is underway that simplifies the use of this extension. -- Sebastian Bergmann http://se

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Zeev Suraski
This could probably be done. It does sound helpful. Zeev At 00:29 03/01/2002, Joe Webster wrote: >Yes it would have to be in every script in the vhost, location or directory >directive. > >It could be a constant =) That would make my life easier. > >Thanks, >-Joe > >"Zeev Suraski" <[EMAIL PROTE

Re: [PHP-DEV] Built-in SOAP based Web Services support(wasRe:PHP 5)

2002-01-02 Thread Pierre-Alain Joye
Hello, >until PHP developers stop being stubborn and stop inventing excuses > for not adding it to PHP. The question is more "when ?" instead of "Why ?", "when" included a real extension and fully documented. Include extensions in an experimental/dev way without any informations except the sou

[PHP-DEV] Bug #14808 Updated: "mm" module for session saving uses hardcoded path

2002-01-02 Thread yohgaki
ID: 14808 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Session related Operating System: Linux PHP Version: 4.0CVS-2002-01-02 Old Assigned To: Assigned To: yohgaki New Comment: Thanks for reporting, but it's duplicate of other report. Please se

RE: [PHP-DEV] Built-in SOAP based Web Services support(wasRe:PHP 5)

2002-01-02 Thread Lukas Smith
Well all of these new w3c goodies are still in development but yes there are "final" specs similar to those 0.6 stable open source releases that tons of people use in production SOAP 1.2 was released less than 30 days ago iirc And tons of people will use SOAP now But I think we have pitched the

Re: [PHP-DEV] Bug #14747: Return exitcodes to shell ($?)

2002-01-02 Thread Markus Fischer
On Thu, Jan 03, 2002 at 12:21:33AM +0200, Zeev Suraski wrote : > I'm +1 on the overloaded exit() that doesn't print out its argument, if it > looks like a number. For the sake of world peace. WIHAAAYUHYY god dammit! Derick, can you alter your patch!? :-) -- Please

Re: [PHP-DEV] Built-in SOAP based Web Services support(wasRe:PHP 5)

2002-01-02 Thread Manuel Lemos
Hello, James Cox wrote: > > No, this thread is not going anywhere because web services as defined by the > non-standards compliant microsoft are still definining what they are doing > with web services, (it's only in beta 2) and everyone is insensitive to each > other. I think you are confusing

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Joe Webster
Yes it would have to be in every script in the vhost, location or directory directive. It could be a constant =) That would make my life easier. Thanks, -Joe "Zeev Suraski" <[EMAIL PROTECTED]> wrote in message 5.1.0.14.2.20020102234728.028651c0@localhost">news:5.1.0.14.2.20020102234728.028651c0

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Joe Webster
That is our fall-back plan, but that's not terribly effecient =) "Joao Prado Maia" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Wed, 2 Jan 2002, Joe Webster wrote: > I have something that I am currently dealing with: > > Using mod_perl with apache, you

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Joe Webster
Example: We have 200+ radio station websites in a network. The way we store data in the database is by call letters (since some websites have more than one domain). So call letters (whor-fm :) ) are the key to just about everything we do. So, in the vhost file for apache we want to set the st

Re: [PHP-DEV] Bug #14747: Return exitcodes to shell ($?)

2002-01-02 Thread Zeev Suraski
I'm +1 on the overloaded exit() that doesn't print out its argument, if it looks like a number. For the sake of world peace. Zeev At 00:20 29/12/2001, Vlad Krupin wrote: >consensus... well, it wasn't reached. I guess, the overloaded solution - >exit(string, int) - is the last thing that was p

RE: [PHP-DEV] Built-in SOAP based Web Services support(wasRe:PHP 5)

2002-01-02 Thread Joao Prado Maia
On Wed, 2 Jan 2002, Lukas Smith wrote: > Well the problem is that people will want to grow with the specs and use > part of the specs now ... > > And in the end they will use the tool that they grew with and they will > use the tool that is not vapourware when the spec is finalized > > Anyways S

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

2002-01-02 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.1 Old Assigned To: Assigned To: yohgaki New Comment: 4.1.x disply error I'm working on it now. It may be fixed in 4.1.2

RE: [PHP-DEV] Built-in SOAP based Web Services support(wasRe:PHP 5)

2002-01-02 Thread Lukas Smith
Well so that one person that is stuck on 1) ... with Manuel and myself stuck at 2) So let's collect opinions on where people are "stuck" at and then see if what people think Maybe someone will do 2) Maybe we find out that most people are stuck at 1) and we can postpone the whole issue or we find

RE: [PHP-DEV] Built-in SOAP based Web Services support(wasRe:PHP 5)

2002-01-02 Thread James Cox
The flip side: I am using a SOAP/XML transport mechanism for one of my projects, via php. Even though it isn't greatly advanced etc... there is some support. I don't see people jumping ship just cause there isn't a full suite of services for everything. furthermore, i think you could be classed

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Joao Prado Maia
On Wed, 2 Jan 2002, Joe Webster wrote: > I have something that I am currently dealing with: > > Using mod_perl with apache, you can put this in a apache directive > (vhost, location, directory): > PerlSetVar somevarname somevarval > and that would pre-define somevarname equal

[PHP-DEV] Bug #14780 Updated: Segmentation fault with "mm",PHP works fine with "files"

2002-01-02 Thread yohgaki
ID: 14780 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: Session related Operating System: RH 7.2 PHP Version: 4.1.1 Old Assigned To: Assigned To: yohgaki New Comment: I noticed this problem before your report :) It's not a mm, but pgsql save handl

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

2002-01-02 Thread yohgaki
ID: 14120 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: *Configuration Issues Operating System: OpenUNIX8 PHP Version: 4.0CVS-2001-11-19 New Comment: So this report can be closed now, I suppose :) (Not a PHP bug, but I thought it's nice set this to

RE: [PHP-DEV] Built-in SOAP based Web Services support(wasRe:PHP 5)

2002-01-02 Thread Lukas Smith
Well the problem is that people will want to grow with the specs and use part of the specs now ... And in the end they will use the tool that they grew with and they will use the tool that is not vapourware when the spec is finalized Anyways SOAP is a good thing (tm) So is UDDI and WDSL (I do no

[PHP-DEV] Bug #14809: global session vars are being assigned by value, not reference

2002-01-02 Thread winterchild
From: [EMAIL PROTECTED] Operating system: linux 2.4.7-10 PHP version: 4.1.1 PHP Bug Type: Session related Bug description: global session vars are being assigned by value, not reference hi This seems to be a problem with the way session variables register in 4.1.1 I have d

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread derick
On Wed, 2 Jan 2002, Joe Webster wrote: > I have something that I am currently dealing with: > > Using mod_perl with apache, you can put this in a apache directive > (vhost, location, directory): > PerlSetVar somevarname somevarval > and that would pre-define somevarname equal

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Zeev Suraski
At 23:33 02/01/2002, Joe Webster wrote: >I have something that I am currently dealing with: > > Using mod_perl with apache, you can put this in a apache directive >(vhost, location, directory): > PerlSetVar somevarname somevarval > and that would pre-define somevarname equal to

[PHP-DEV] Bug #14716 Updated: PHP 4.1.1 DSO: apache startup fail

2002-01-02 Thread yohgaki
ID: 14716 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Apache related Operating System: Linux, RH 6.1 base, Kernel2.2.19 PHP Version: 4.1.0 New Comment: Most likely, your dmalloc is too old or have some problems. Try to use other/newer dmalloc.

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/session session.c

2002-01-02 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > [EMAIL PROTECTED] wrote: > >> On Sun, 30 Dec 2001, Yasuo Ohgaki wrote: >> >> >>> yohgakiSat Dec 29 20:37:24 2001 EDT >>> >>> Modified files: >>>/php4/ext/sessionsession.c >>> Log: >>> Get rid of error message >>> # These lines should be enabled when save

[PHP-DEV] Re: PHP 5

2002-01-02 Thread Joe Webster
I have something that I am currently dealing with: Using mod_perl with apache, you can put this in a apache directive (vhost, location, directory): PerlSetVar somevarname somevarval and that would pre-define somevarname equal to somevarval. We are trying to move completely to

Re: [PHP-DEV] Bug #14782 Updated: key_exists renamed to array_key_exists

2002-01-02 Thread Zak Greant
Well said. :) Well enough that the developer who made the change has asked to have an alias added. Attached is the required patch. The alias should appear in the next maintenence release of PHP. --zak On 2002-2-01 09:10, [EMAIL PROTECTED] wrote: > ID: 14782 > User updated by: [EMAIL PROTECTED]

RE: [PHP-DEV] Built-in SOAP based Web Services support(wasRe:PHP 5)

2002-01-02 Thread James Cox
No, this thread is not going anywhere because web services as defined by the non-standards compliant microsoft are still definining what they are doing with web services, (it's only in beta 2) and everyone is insensitive to each other. Manuel, i have been reading this thread and all i can really

[PHP-DEV] Re: Bug #14808: "mm" module for session saving uses hardcoded path

2002-01-02 Thread Henning Schmiedehausen
[EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Operating system: Linux > PHP version: 4.0CVS-2002-01-02 > PHP Bug Type: Session related > Bug description: "mm" module for session saving uses hardcoded path > > The session saving module in ext/session uses a hardcoded

[PHP-DEV] Bug #14808: "mm" module for session saving uses hardcoded path

2002-01-02 Thread hps
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0CVS-2002-01-02 PHP Bug Type: Session related Bug description: "mm" module for session saving uses hardcoded path The session saving module in ext/session uses a hardcoded path for its session file (/tmp/mm_sess

Re: [PHP-DEV] Built-in SOAP based Web Services support(wasRe:PHP 5)

2002-01-02 Thread Manuel Lemos
Hello, This thread is not going anywhere because you continue to be insensitive to everything I tell you. Zeev Suraski wrote: > > At 05:28 02/01/2002, Manuel Lemos wrote: > > > (b) If we do it, it'll go on leaking as it does today > > > >False, if you do it you will give one less reason for us

[PHP-DEV] Re: Moving extensions to PECL

2002-01-02 Thread Yasuo Ohgaki
Jon Parise wrote: > I think the following "standard" extensions should be moved to > PECL: > > ext/cybercash > ext/icap > ext/pfpro > ext/yaz > > This is definitely not an inclusive list; it's just a start. I > can't imagine a lot of people using these modules, so they seem > l

Re: [PHP-DEV] PHP 5

2002-01-02 Thread Sander Steffann
Hi, > > Always building the CGI version would also help the PEAR command > > line installer a lot since it currently needs a PHP binary to be > > executed. > > Yes, I had that in mind. We should get /usr/bin/php on as many machines as > possible. > This message from Stig S. Bakken summarises nice

[PHP-DEV] Always building command line PHP

2002-01-02 Thread Jon Parise
On Wed, Jan 02, 2002 at 09:33:32PM +0200, Andi Gutmans wrote: > Creating a CLI sapi module w/o all of the CGI crap is extremely easy. > What might be more challenging is fixing the build so that it always builds > the cli. I think this should be considered a high priority. The PEAR tools requi

[PHP-DEV] Bug #11676 Updated: A few apache children consume all memory and CPU.

2002-01-02 Thread valerio
ID: 11676 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Scripting Engine problem Operating System: linux 2.4.5 i386 PHP Version: 4.0 Latest CVS (2001-06-25) New Comment: Ops...guess i missed the mail with the "feedback" status.. I will check as soon a

[PHP-DEV] Bug #14770 Updated: phps truncates long sources

2002-01-02 Thread yohgaki
ID: 14770 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Linux Mandrake 8.1 kernel 2.4.8 PHP Version: 4.1.0 New Comment: It seems this is related to output control. Previous Comments: --

Re: [PHP-DEV] Re: [PEAR-DEV] PECL (was PHP 5)

2002-01-02 Thread Andi Gutmans
I suggest keeping it on php-dev. All of the build stuff has been done by php-dev in the past as build/PECL related discussions really are php-dev. It also means that php-dev won't be allowed to cut themselves out of what's happening with PECL and it won't lead to some php-dev ppl who don't subs

Re: [PHP-DEV] PHP 5

2002-01-02 Thread Andi Gutmans
Creating a CLI sapi module w/o all of the CGI crap is extremely easy. What might be more challenging is fixing the build so that it always builds the cli. Then again I don't really know because I don't know the whole build system too well. Andi -- PHP Development Mailing List

Re: [PHP-DEV] Bug #14807 Updated: core dump

2002-01-02 Thread Andrew Sitnikov
Hello jan, I have 'segmentation' to with this code on Linix 2.4.16 & php 4.1.1 CC=gcc2.95.3 \ CXX=gcc2.95.3 \ ./configure \ --prefix=/usr/local/php \ --with-config-file-path=/usr/local/php/etc \ --enable-track-vars \ --enable-magic-quotes \ --enable-safe-mode \ --enable-memory-limit \ --enable-s

Re: [PHP-DEV] Re: [PEAR-DEV] PECL (was PHP 5)

2002-01-02 Thread Jon Parise
On Wed, Jan 02, 2002 at 08:09:10PM +0100, Martin Jansen wrote: > >I suggest we move PECL either to its own mailing list or to php-dev. > > +1 for it's own mailing list. Additionally we could perhaps set up > an own CVS module for PECL. (Currently it resides in /pear/PECL.) > Guys? I think I agr

[PHP-DEV] SHMOP Module Patch

2002-01-02 Thread Ilia A.
Attached to this message is a patch to php's shmop extension, it fixes the following: - shmop_open has a new flag for read/write access, 'w' (bug #10530, 10656) - shmop_open has a new flag for create only 'n' (bug #10530, 10656) - eliminated a segfault when trying to write to a SHM_RDONLY segmen

Re: [PHP-DEV] PHP 5

2002-01-02 Thread Manuel Lemos
Hello, Martin Jansen wrote: > > On Wed, 2 Jan 2002 14:43:39 +0100, Edin Kadribasic wrote: > > >The build process should be altered so that the standalone interpreter (cgi > >sapi) is always built so the traditional make && make install installs > >/usr/bin/php no matter what sapi module was cho

[PHP-DEV] Bug #14807 Updated: core dump

2002-01-02 Thread amnuts
ID: 14807 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Operating System: PHP Version: 4.1.0 New Comment: I am using it in CGI mode, and this is some info that might be useful to you: bash$ cat /proc/version Linux version 2.2.

[PHP-DEV] Re: [PEAR-DEV] PECL (was PHP 5)

2002-01-02 Thread Martin Jansen
On Wed, 02 Jan 2002 20:39:44 +0200, Andi Gutmans wrote: >However, if PECL doesn't become everything we hoped for within the next few >months (possible) I don't think it should stop PHP 5. We could always have 5.1. At least we could have PHP 6 right after 5 :-). >Anyway, that's not too importan

[PHP-DEV] Bug #14402 Updated: round() outputs too many digits

2002-01-02 Thread lobbin
ID: 14402 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Math related Operating System: Linux-2.4.14 (Slackware 8.0) PHP Version: 4.1.0RC5 New Comment: No feedback. Closing. Previous Comments: --

[PHP-DEV] Bug #14333 Updated: Apache processes consume all CPU

2002-01-02 Thread lobbin
ID: 14333 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Apache related Operating System: RH 6.2 SMP PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #14307 Updated: (cgi) $PHP_SELF has same value of $PATH_INFO

2002-01-02 Thread lobbin
ID: 14307 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: Redhat 7.2 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: ---

[PHP-DEV] Bug #14304 Updated: Potential problem with regex...

2002-01-02 Thread lobbin
ID: 14304 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Regexps related Operating System: Linux php3-2 2.4.7 #1 Thu Aug 9 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: ---

[PHP-DEV] Bug #13968 Updated: $this reference is bad during __wakeup

2002-01-02 Thread lobbin
ID: 13968 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: Debian Linux PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: -

[PHP-DEV] Bug #13672 Updated: Memory leak

2002-01-02 Thread lobbin
ID: 13672 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: RH Linux (2.2.16-22) PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: -

[PHP-DEV] Bug #13291 Updated: System Load very high

2002-01-02 Thread lobbin
ID: 13291 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Performance problem Operating System: SCO Openserver 5.0.x PHP Version: 4.0CVS-2001-09-13 New Comment: No feedback. Closing. Previous Comments: --

[PHP-DEV] Bug #13235 Updated: include() fails unpredictable

2002-01-02 Thread lobbin
ID: 13235 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #12995 Updated: "Failed opening ... in Unknown on line 0

2002-01-02 Thread lobbin
ID: 12995 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: SuSE Linux 7.2 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: ---

[PHP-DEV] Bug #12634 Updated: Segfaults due to possible memory leak??

2002-01-02 Thread lobbin
ID: 12634 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Reproducible crash Operating System: Linux 2.4 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: --

[PHP-DEV] Bug #12532 Updated: Memory Leak

2002-01-02 Thread lobbin
ID: 12532 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Performance problem Operating System: MacOSX Server PHP Version: 4.0.4 New Comment: No feedback. Closing. Previous Comments: -

[PHP-DEV] Bug #12315 Updated: Buffering crashes PHP when there is an error with mail function

2002-01-02 Thread lobbin
ID: 12315 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Output Control Operating System: Win ME PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: [20

[PHP-DEV] Bug #12289 Updated: Not fully reproducable include-errors

2002-01-02 Thread lobbin
ID: 12289 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.0.5 New Comment: No feedback. Closing. Previous Comments:

  1   2   >