[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:

[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 as

[PHP-DEV] Bug #14804: PHP_AUTH_* - what is it?

2002-01-02 Thread msopacua
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.1.1 PHP Bug Type: Documentation problem Bug description: PHP_AUTH_* - what is it? Please see: http://www.php.net/manual/en/language.variables.predefined.php as opposed to:

[PHP-DEV] Bug #14804 Updated: PHP_AUTH_* - what is it?

2002-01-02 Thread msopacua
ID: 14804 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Any PHP Version: 4.1.1 New Comment: Correction: the $PHP_AUTH_USER and $PHP_AUTH_PW in the bottom half of the example script, should be changed to their

[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 require

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 nicely what

[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 like good

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 users to

[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

[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 path

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

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]

[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

[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 handlers can be initialized

[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.

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

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 to

[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

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

[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

[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

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 to

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

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

[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

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 SOAP is

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

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

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 can

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

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 MS

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 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

[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

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 source is

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 PROTECTED] wrote

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

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

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 use of

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, that a nice

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 -

[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_maxlifetime

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

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: [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

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 always

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] 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

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 Mailing

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! Derick,

[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: Session

[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: [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 here that

[PHP-DEV] CVS Account Request: iliaa

2002-01-02 Thread Ilia A.
Maintain the SHMOP module. -- 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 #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

[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 issue with

[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] 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

[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 #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? :-)

[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

[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:

[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,

[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 #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

[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 #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] 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

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] 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

[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 stats!)

[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:

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 bogus

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 http://www.php.net/ To

[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 here too

<    1   2