[PHP-DEV] Bug #11598: Configuration section doesn't distinguish between admin and user values.

2001-06-20 Thread danbeck
From: [EMAIL PROTECTED] Operating system: All PHP version: 4.0 Latest CVS (2001-06-20) PHP Bug Type: Documentation problem Bug description: Configuration section doesn't distinguish between admin and user values. The "Configuration" section of the documentaion does not dist

[PHP-DEV] Bug #7187 Updated: open_basedir is broken! Security alert!

2001-06-20 Thread danbeck
ID: 7187 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0.3 Assigned To: Comments: I'm closing this and re-opening a more detailed bug report. This is only indirectly related to open_basedir n

[PHP-DEV] Bug #6252 Updated: comparision ops on arrays and objects

2001-06-20 Thread danbeck
ID: 6252 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Documentation problem Operating system: PHP Version: 4.0 Latest CVS (19/08/2000) Assigned To: Comments: Not enough information. Please see "PHP Bug reporting Dos And Don'ts" at http://www.ph

[PHP-DEV] Bug #11597:

2001-06-20 Thread dave
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.5 PHP Bug Type: Feature/Change Request Bug description: File I/O on large files is near impossible with PHP. File() eats way too much ram, and is slow, and the fopen() method is slow and hard to seek to a li

[PHP-DEV] Bug #11596 Updated: More ways of passing by refrence

2001-06-20 Thread hewei
ID: 11596 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating system: any PHP Version: 4.0.5 Description: More ways of passing by refrence As of 4.04, two new ways of reference passing are added: func(new class()) and func(func2()) while func2 is defined as

[PHP-DEV] Bug #11596 Updated: More ways of passing by refrence

2001-06-20 Thread hewei
ID: 11596 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating system: any PHP Version: 4.0.5 Description: More ways of passing by refrence As of 4.04, two new ways of reference passing are added: func(new class()) and func(func2()) while func2 is defined as

[PHP-DEV] Bug #11596: More ways of passing by refrence

2001-06-20 Thread hewei
From: [EMAIL PROTECTED] Operating system: any PHP version: 4.0.5 PHP Bug Type: Feature/Change Request Bug description: More ways of passing by refrence As of 4.04, two new ways of reference passing is added: func(new class()) and func(func2()) while func2 is defined as &func

Re: [PHP-DEV] List messages are being delayed?

2001-06-20 Thread John Donagher
Any particular reason why these have to be hosted on the same machine? There are lots of good free mailing list services out there (yahoogroups being one) that handle high traffic lists. I can definetly see the rationale behind having a dedicated machine for CVS/bugs and private mailing lists, b

[PHP-DEV] Re: Bug #11562 Updated: PHP crashes everytime with little syntax error

2001-06-20 Thread wachters
http://www.zend.com/shapshots/ : page not found At 06:32 20-6-01 +, you wrote: >ID: 11562 >Updated by: derick >Reported By: [EMAIL PROTECTED] >Old-Status: Open >Status: Feedback >Bug Type: Reproducible crash >Operating system: >PHP Version: 4.0.5 >Assigned To: >Comments: > >I tried this on Li

Re: [PHP-DEV] Bug #11432 Updated: crash when restoring referencesto objects

2001-06-20 Thread Sascha Schumann
> > >no too sure as it really changes a few internals and needs > > >_good_ testing! The first three core dumps were apparently caused by an old installation of a script cache. After removing that, the fourth test goes into CPU-time-eating mode and the fifth test core dum

Re: [PHP-DEV] Bug #11432 Updated: crash when restoring referencesto objects

2001-06-20 Thread Sascha Schumann
On Wed, 20 Jun 2001, Jani Taskinen wrote: > On Wed, 20 Jun 2001, Thies C. Arntzen wrote: > > >> Are you going to MFH it ?? I think this should go into 4.0.6. > >> It has been broken so long now. > > > >no too sure as it really changes a few internals and needs > >_good_ testing! Thie

[PHP-DEV] Re: Libtool 1.4 probs..

2001-06-20 Thread Rasmus Lerdorf
> >You should fix your libtool > > Ok. How? :) > For some odd reason, the libtool 1.4 wants to put -L/usr/lib > into the link line..causing a few unexpected results due to > reason I happen to have couple of older versions of some libs there. > configure/compile is ok, but resulting lib isn't. I

[PHP-DEV] Libtool 1.4 probs..

2001-06-20 Thread Jani Taskinen
On Wed, 20 Jun 2001, Rasmus Lerdorf wrote: >You should fix your libtool Ok. How? :) For some odd reason, the libtool 1.4 wants to put -L/usr/lib into the link line..causing a few unexpected results due to reason I happen to have couple of older versions of some libs there. configure/compile is o

[PHP-DEV] Bug #11586 Updated: php needs coldfusion like tags

2001-06-20 Thread rasmus
ID: 11586 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.5 Assigned To: Comments: I don't see this ever happening. Cold Fusion users who want to use PHP will just have to learn PHP. Previou

[PHP-DEV] Bug #11578 Updated: http header order not respected and messages not transmitted

2001-06-20 Thread sniper
ID: 11578 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: HTTP related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Previous Comments: --- [2001-06-20 09:10:55

[PHP-DEV] Bug #10153 Updated: Resource lost on the way..

2001-06-20 Thread sniper
ID: 10153 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Old-Bug Type: PostgreSQL related Bug Type: Documentation problem Operating system: PHP Version: 4.0 Latest CVS (04/04/2001) Assigned To: Comments: I get this output (with php 4.0.6RC4): 1 Resource i

[PHP-DEV] Bug #11595: Error in the migration PHP3 to PHP4 with OpenLink-ODBC drive

2001-06-20 Thread nicolasperalta
From: [EMAIL PROTECTED] Operating system: Solaris 2.7 PHP version: 4.0.4pl1 PHP Bug Type: ODBC related Bug description: Error in the migration PHP3 to PHP4 with OpenLink-ODBC drive When I migrated from PHP3 to PHP4 this script didn't work any more. I don't have connection pr

Re: [PHP-DEV] Bug #11432 Updated: crash when restoring referencesto objects

2001-06-20 Thread Rasmus Lerdorf
> >> Are you going to MFH it ?? I think this should go into 4.0.6. > >> It has been broken so long now. > > > >no too sure as it really changes a few internals and needs > >_good_ testing! > > > >comments? > > Nope. I can't test it. The HEAD branch doesn't work for me at all > Not sinc

[PHP-DEV] Bug #10390 Updated: PHP CGI with AOLServer displays shebang

2001-06-20 Thread rfinnie
ID: 10390 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Other web server Operating system: FreeBSD 3.4 PHP Version: 4.0 Latest CVS (18/04/2001) Description: PHP CGI with AOLServer displays shebang Anybody? Previous Comments:

[PHP-DEV] Re: php -l still broke (bug #10348)

2001-06-20 Thread Jani Taskinen
On Wed, 20 Jun 2001, Colin Viebrock wrote: >Okay, you said to take this out of the bug database, so ... >php -l *still* doesn't work for me with the RC4 tarball: > >[cmv@sunniva Reg]$ cat x.php > >$a = array(1,2,3) >print_r($a); > >?> >[cmv@sunniva Reg]$ php -v >4.0.6RC4 >[cmv@sunniva Reg]$ php -

RE: [PHP-DEV] Totally Blue Sky

2001-06-20 Thread Brian Tanner
GTK is actually a GUI and is not based on HTML at all... I think what Greg is looking for is an HTML based application that runs standalone... -Brian Have you looked at http://gtk.php.net/? Maybe that's what you need. Edin - Original Message - From: "Gre7g Luterman" <[EMAIL PROTECTED]

Re: [PHP-DEV] Bug #11432 Updated: crash when restoring references to objects

2001-06-20 Thread Jon Parise
On Wed, Jun 20, 2001 at 06:51:31PM +0200, Thies C. Arntzen wrote: > > Are you going to MFH it ?? I think this should go into 4.0.6. > > It has been broken so long now. > > no too sure as it really changes a few internals and needs > _good_ testing! 4.0.6 really needs to get out the door

[PHP-DEV] Bug #11583 Updated: Missing files

2001-06-20 Thread cynic
ID: 11583 Updated by: cynic Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Compile Problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: read http://www.php.net:8000/manual/en/html/install-windows.html#install.windows.build Previous Comments: -

RE: [PHP-DEV] Command line option for shell scripting [ And some interactive mode issues]

2001-06-20 Thread James Moore
Something along this line which I wanted to do was to turn the time out off for interactive mode as at the moment it times out after 30secs, anyone got any objections if I make that change?? - James -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP-DEV] Bug #11590 Updated: Segmentation fault when using an empty string as an array

2001-06-20 Thread phpbugs
ID: 11590 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating system: Linux 2.4.3 i686 PHP Version: 4.0.5 Description: Segmentation fault when using an empty string as an array - Linux 2.4.4 i686 / PHP 4.0.7-dev (21.05.01) / Apache 2.0.19-dev (21.05.01) -- cra

[PHP-DEV] Bug #11594: preg_replace is not working with backslash $

2001-06-20 Thread PWMoosman
From: [EMAIL PROTECTED] Operating system: Solaris PHP version: 4.0.5 PHP Bug Type: PCRE related Bug description: preg_replace is not working with backslash $ I'm trying to use preg_replace to replace $ with \$. Here is a sample script: I expect the script to output \$_h

Re: [PHP-DEV] Bug #11527 Updated: session_unregister() seems not work properly

2001-06-20 Thread Cynic
Hi Jani, you're not hallucinating. This was being discussed just before the lists went south, IIRC Andrei said he would commit a change. There was some nontrivial stuff involved, I just don't remember what it was. But I thought it'd be fixed in 4.0.6; if you still get this behavior with RC4 it

[PHP-DEV] Bug #11572 Updated: global variables cannot be accessed from an objects function?

2001-06-20 Thread hholzgra
ID: 11572 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: the constructors are called *before* assigning the results so what do you expect to happen? Previo

[PHP-DEV] Bug #11593: varchar(8000) field in MSSQL returns only 4096 chars

2001-06-20 Thread cm
From: [EMAIL PROTECTED] Operating system: NT4.0 PHP version: 4.0.4 PHP Bug Type: MSSQL related Bug description: varchar(8000) field in MSSQL returns only 4096 chars i have a table with varchar(8000) fields. tried to get the content. php delivers only the first 4k. odbc deli

[PHP-DEV] Bug #11472 Updated: function enhancements

2001-06-20 Thread hholzgra
ID: 11472 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.5 Assigned To: Comments: hm, where to start ... - please have a single bug report for each issue, even in the feature request de

[PHP-DEV] Bug #11590 Updated: Segmentation fault when using an empty string as an array

2001-06-20 Thread phpbugs
ID: 11590 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating system: Linux 2.4.3 i686 PHP Version: 4.0.5 Description: Segmentation fault when using an empty string as an array When i try this Script under FreeBSD 4.3-STABLE with PHP 4.0.5, and Apache 1.3.20 it

[PHP-DEV] Bug #11590 Updated: Segmentation fault when using an empty string as an array

2001-06-20 Thread phpbugs
ID: 11590 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Reproducible crash Operating system: Linux 2.4.3 i686 PHP Version: 4.0.5 Description: Segmentation fault when using an empty string as an array Script: parse($a); } function parse($string,$resul

Re: [PHP-DEV] 4.0.6RC4 out.

2001-06-20 Thread Anil Madhavapeddy
Andi Gutmans wrote: > > Please test it http://www.php.net/~andi/php-4.0.6RC4.tar.gz No problems so far on OpenBSD-2.9-stable/i386 4.0.5 gave me annoying problems of an httpd process going into an endless loop taking up 100% cpu. This doesn't appear to happen any more with 4.0.6, although it's

[PHP-DEV] Bug #11592: need for an a SIGALRM based timeout mecanism

2001-06-20 Thread thomas . morin
From: [EMAIL PROTECTED] Operating system: irrelevant PHP version: 4.0.5 PHP Bug Type: Feature/Change Request Bug description: need for an a SIGALRM based timeout mecanism As mentionned in #9676, in #8595 and in comments in the set_time_limit function online manual page, set

[PHP-DEV] Re: proposed change in the build-system.

2001-06-20 Thread Sascha Schumann
> maybe have another 'Using CFLAGS="-I.."' line in the output -or- > just say 'Adding to CFLAGS="blabla"' when it happens. > > haven't really thought about that;-) - we could even have one > 'Using CFLAGS=""' whenever we enter a directory? Well, that might make it harder to ex

[PHP-DEV] Bug #11491 Updated: When using ob_start("ob_gzhandler") transient SID gets broken

2001-06-20 Thread hholzgra
ID: 11491 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: *Session related Operating system: PHP Version: 4.0.5 Assigned To: Comments: output buffering takes place before the transient sid mechanism, which is the last thing to happen before th

[PHP-DEV] Bug #10175 Updated: date() reporting wrong timezone

2001-06-20 Thread sniper
ID: 10175 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Date/time related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Works fine for me. Might be Solaris specific thing. Does PHP 4.0.5 work any better? Previous Comments: -

[PHP-DEV] Bug #11591: implode()

2001-06-20 Thread dahlberg . tobias
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: implode() When I join an array with implode() or join() and use chr(13) . chr(10) (CrLf) as delimiter I get one empty line between each line, but i

[PHP-DEV] Bug #11590 Updated: Segmentation fault when using an empty string as an array

2001-06-20 Thread sniper
ID: 11590 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Reproducible crash Operating system: PHP Version: 4.0.5 Assigned To: Comments: Please include a complete but short script into this report which demonstrates this problem. Previous Comme

[PHP-DEV] Bug #11588 Updated: Exit();

2001-06-20 Thread sniper
ID: 11588 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.5 Assigned To: Comments: RTFM: http://www.php.net/manual/en/function.exit.php Previous Comments: -

[PHP-DEV] Bug #11590: Segmentation fault when using an empty string as an array

2001-06-20 Thread phpbugs
From: [EMAIL PROTECTED] Operating system: Linux 2.4.3 i686 PHP version: 4.0.5 PHP Bug Type: Reproducible crash Bug description: Segmentation fault when using an empty string as an array A Function in a class: function mParseStatisticData ($ids,$result="" ) { // some stuf

[PHP-DEV] Bug #11585 Updated: I Cannot download any of your documentation.

2001-06-20 Thread sniper
ID: 11585 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *General Issues Operating system: PHP Version: 4.0.5 Assigned To: Comments: Previous Comments: --- [2001-06-20 13:29:04

[PHP-DEV] Bug #11582 Updated: php segfaults upon array operation

2001-06-20 Thread sniper
ID: 11582 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Reproducible crash Operating system: PHP Version: 4.0.5 Assigned To: Comments: oops.. Previous Comments: --- [2001-

[PHP-DEV] Bug #11582 Updated: php segfaults upon array operation

2001-06-20 Thread sniper
ID: 11582 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Reproducible crash Operating system: PHP Version: 4.0.5 Assigned To: Comments: status -> feedback Previous Comments: ---

AW: [PHP-DEV] Bug #11572: global variables cannot be accessed from an objects function?

2001-06-20 Thread Florian Grimm
Sure this is a problem of all languages function a(){ b(); } function b(){ a(); } also creates an infinite loop PHP cannot set a variable to something the have to create first but how about class a { function a() { if(!isset($GLOBALS["b"])) {

[PHP-DEV] php -l still broke (bug #10348)

2001-06-20 Thread Colin Viebrock
Okay, you said to take this out of the bug database, so ... php -l *still* doesn't work for me with the RC4 tarball: [cmv@sunniva Reg]$ cat x.php [cmv@sunniva Reg]$ php -v 4.0.6RC4 [cmv@sunniva Reg]$ php -l x.php [cmv@sunniva Reg]$ php x.php X-Powered-By: PHP/4.0.6RC4 Content-type: text/h

[PHP-DEV] CVS Account Request

2001-06-20 Thread CVS Account Request
Full name: Johannes Froemter Email: [EMAIL PROTECTED] ID: j-f Purpose: I may help out maintaing the german documentation (bugfixing, smaller translations etc.) Repository: phpdoc Proponents: Martin Jansen, Hartmut Holzgraefe (hopefully ;-) -- PHP Development Mailing List

Re: [PHP-DEV] List messages are being delayed?

2001-06-20 Thread Joey Smith
OK, I will run these numbers and see what I can do. I get all of my hosting as a "quid pro quo" from a local ISP, in return for occasional contracting jobs. On Wed, 20 Jun 2001, Rasmus Lerdorf wrote the following to Joey Smith : > > Rasmus (or anyone): > > Can you quantify what lists.php.net

Re: [PHP-DEV] List messages are being delayed?

2001-06-20 Thread Rasmus Lerdorf
> Rasmus (or anyone): > Can you quantify what lists.php.net consumes for bandwidth on > average? As long as it's not some completely outrageous figure, I can > meet all of these criteria... Once you add the cvs server and the snapshots it would eat up the better part of a T1 consistently.

Re: [PHP-DEV] List messages are being delayed?

2001-06-20 Thread Joey Smith
Rasmus (or anyone): Can you quantify what lists.php.net consumes for bandwidth on average? As long as it's not some completely outrageous figure, I can meet all of these criteria... On Wed, 20 Jun 2001, Rasmus Lerdorf wrote the following to Daniel Beckham : > > From what I can tell, you

[PHP-DEV] Bug #11582 Updated: php segfaults upon array operation

2001-06-20 Thread lukas
ID: 11582 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Reproducible crash Operating system: linux PHP Version: 4.0.5 Description: php segfaults upon array operation hi, it took some time to isolate the problem, but here is the testcase. the segfault is not tri

[PHP-DEV] Bug #11589: classes and includes

2001-06-20 Thread lenar
From: [EMAIL PROTECTED] Operating system: Debian/Linux PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: classes and includes First, my stripped down code that works: make("whatever"); ?> now, when i remove the definition of class 'a' to another fil

[PHP-DEV] Bug #11588: Exit();

2001-06-20 Thread luislozano
From: [EMAIL PROTECTED] Operating system: Win2000 PHP version: 4.0.5 PHP Bug Type: Unknown/Other Function Bug description: Exit(); When i put a Exit(); it stops all including HTML!! -- Edit Bug report at: http://bugs.php.net/?id=11588&edit=1 -- PHP Development Mailing

[PHP-DEV] Bug #10309 Updated: feature request

2001-06-20 Thread fabiankessler
ID: 10309 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: Feature/Change Request Operating system: all PHP Version: 4.0.4 Description: feature request no, gives a syntax error also. PHP Version 4.0.7-dev (and 4.0.5) Previous Comments:

[PHP-DEV] Re: [PHP] parent and grandparent member method calls

2001-06-20 Thread Lenar Lõhmus
yes, you were right it works (when you said it works i tested your code out and it definetly works). but this made me more confused than i was before. i commented in the lines in my code that earlier didn't work (replaced them sometime with class names hard coded solution) and it still did _not_ w

[PHP-DEV] Bug #11555 Updated: date() format addition

2001-06-20 Thread cmv
ID: 11555 Updated by: cmv Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.5 Assigned To: cmv Comments: date('W') has been added to CVS. It returns the ISO 8601 week number (0-53). Basically, Monday is the firs

Re: [PHP-DEV] Totally Blue Sky

2001-06-20 Thread Wolfhome Priestess
> Check out http://gtk.php.net/. Oooohh. Thanks to both of you who posted GTK related links. This looks like really good stuff and I will explore it more, but if I understand correctly GTK (via C++ or PHP) essentially still does what Visual C++ does, it just creates code that can run

Re: [PHP-DEV] Bug #11432 Updated: crash when restoring references to objects

2001-06-20 Thread Thies C. Arntzen
On Wed, Jun 20, 2001 at 07:05:23PM +0200, Jani Taskinen wrote: > On Wed, 20 Jun 2001, Thies C. Arntzen wrote: > > >> Are you going to MFH it ?? I think this should go into 4.0.6. > >> It has been broken so long now. > > > >no too sure as it really changes a few internals and needs > >_goo

[PHP-DEV] Bug #11587: SSL'd fsockopen would be nice

2001-06-20 Thread mitja
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.5 PHP Bug Type: Feature/Change Request Bug description: SSL'd fsockopen would be nice While working on #5865, you could also add generic SSL socket support to fsockopen, something like fsockopen("ssl://example.com"

Re: [PHP-DEV] List messages are being delayed?

2001-06-20 Thread Rasmus Lerdorf
> The hard part is finding someone who is willing to do it and does not want a > lot of advertising in return. > > Good Luck. > > BTW, what kind of machine does it take to turn the list out? I know you > were on a dual CPU box with Gig of ram at VA. That's about what it needs. Not for the maili

Re: [PHP-DEV] List messages are being delayed?

2001-06-20 Thread Brian Moon
The hard part is finding someone who is willing to do it and does not want a lot of advertising in return. Good Luck. BTW, what kind of machine does it take to turn the list out? I know you were on a dual CPU box with Gig of ram at VA. Brian Moon -- deal

[PHP-DEV] Bug #11586: php needs coldfusion like tags

2001-06-20 Thread cf-talk
From: [EMAIL PROTECTED] Operating system: all PHP version: 4.0.5 PHP Bug Type: Feature/Change Request Bug description: php needs coldfusion like tags coldfusion tags are a great way of writing code. php dosn't have them and should. can they be added? maybe some sort of tag

[PHP-DEV] Bug #11585: I Cannot download any of your documentation.

2001-06-20 Thread bkessels
From: [EMAIL PROTECTED] Operating system: Windows 65 PHP version: 4.0.5 PHP Bug Type: *General Issues Bug description: I Cannot download any of your documentation. -- Edit Bug report at: http://bugs.php.net/?id=11585&edit=1 -- PHP Development Mailing List

[PHP-DEV] Bug #11580 Updated: array manipulation makes apache segfault

2001-06-20 Thread andi
ID: 11580 Updated by: andi Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: Arrays related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Fixed. Thanks! Previous Comments: --- [20

[PHP-DEV] Bug #11584 Updated: Apache will not start with PayFlow Pro SDK

2001-06-20 Thread sniper
ID: 11584 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Verisign Payflow Pro related Operating system: PHP Version: 4.0 Latest CVS (2001-06-20) Assigned To: Comments: This is not PHP bug. The PFpro libs have their own ssl libs in them which clash w

Re: [PHP-DEV] Bug #11513: ImageCreateFromGIF not work

2001-06-20 Thread Hartmut Holzgraefe
[EMAIL PROTECTED] wrote: > > From: [EMAIL PROTECTED] > Operating system: Windows2000 > PHP version: 4.0.5 > PHP Bug Type: PHP options/info functions > Bug description: ImageCreateFromGIF not work > > $img = @ImageCreateFromGIF("counter/$type/bg.gif"); > > -- > Edit Bug r

[PHP-DEV] Bug #11584: Apache will not start with PayFlow Pro SDK

2001-06-20 Thread jeanluc
From: [EMAIL PROTECTED] Operating system: Redhat Linux 6.2 (2.2.14) PHP version: 4.0 Latest CVS (2001-06-20) PHP Bug Type: Verisign Payflow Pro related Bug description: Apache will not start with PayFlow Pro SDK [ Payflow Pro ] ---

Re: [PHP-DEV] Bug #11432 Updated: crash when restoring referencesto objects

2001-06-20 Thread Jani Taskinen
On Wed, 20 Jun 2001, Thies C. Arntzen wrote: >> Are you going to MFH it ?? I think this should go into 4.0.6. >> It has been broken so long now. > >no too sure as it really changes a few internals and needs >_good_ testing! > >comments? Nope. I can't test it. The HEAD branch doesn't

Re: [PHP-DEV] Cookie Detection

2001-06-20 Thread Hartmut Holzgraefe
Brian Tanner wrote: > > //When browser turnoff cookie support, the PHP will add session id at end of > all local URL links > > Can someone put me up to date on exactly *HOW* PHP knows if cookies are > enabled? Is there a practical way to check for that? I have my own session > handling impleme

[PHP-DEV] Making Apache, PHP and C++ play nice

2001-06-20 Thread J Smith
I've been working on some PHP extensions that were written in C++ for a while now. I wrote the original stuff a while back, and since I have no great desire to re-write them in C, I decided to just go ahead and use the C++ instead. PHP and Apache are both written in C, so there are going to be so

Re: [PHP-DEV] Bug #11432 Updated: crash when restoring references to objects

2001-06-20 Thread Thies C. Arntzen
On Wed, Jun 20, 2001 at 06:47:46PM +0200, Jani Taskinen wrote: > On Wed, 20 Jun 2001, Thies C. Arntzen wrote: > > >On Wed, Jun 20, 2001 at 04:47:43PM +0200, Thies C. Arntzen wrote: > >> please try attached patch and report back! > > > >this patch fixes the crash - the reference is still f

Re: [PHP-DEV] Bug #11432 Updated: crash when restoring referencesto objects

2001-06-20 Thread Jani Taskinen
On Wed, 20 Jun 2001, Thies C. Arntzen wrote: >On Wed, Jun 20, 2001 at 04:47:43PM +0200, Thies C. Arntzen wrote: >> please try attached patch and report back! > >this patch fixes the crash - the reference is still fu**ed >afetr the 2nd reload - switching my brain into 2nd gear;-) You

Re: [PHP-DEV] Totally Blue Sky

2001-06-20 Thread Andrei Zmievski
On Tue, 19 Jun 2001, Gre7g Luterman wrote: > Questions: > > [1] Does such a beast exist? > [2] Can anyone think of a fundamental reason why we couldn't do such > a thing? > [3] Is the general consensus that this would be a handy thing to > have, or is it just me? Check out http://gtk.php.net/.

[PHP-DEV] Bug #11581 Updated: Call to undefined function: socket() but compiled with --enable-sockets

2001-06-20 Thread sniper
ID: 11581 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Sockets related Operating system: PHP Version: 4.0 Latest CVS (2001-06-20) Assigned To: Comments: No, you propably got it just right. The problem is, that in the latest CVS the socket functions

[PHP-DEV] Bug #11582 Updated: php segfaults upon array operation

2001-06-20 Thread sniper
ID: 11582 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Reproducible crash Operating system: PHP Version: 4.0.5 Assigned To: Comments: status -> feedback Previous Comments: ---

[PHP-DEV] Bug #11583 Updated: Missing files

2001-06-20 Thread sniper
ID: 11583 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Compile Problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: Obviously your build environment isn't quite correct Not bug in PHP. Previous Comments: --

[PHP-DEV] Bug #11583 Updated: Missing files

2001-06-20 Thread sniper
ID: 11583 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Compile Problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: Obviously your build environment isn't quite correct Not bug in PHP. Previous Comments: ---

[PHP-DEV] Bug #11580 Updated: array manipulation makes apache segfault

2001-06-20 Thread sniper
ID: 11580 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Bug Type: Arrays related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Doesn't segfault for me with PHP 4.0.6RC4 but I get this into error_log: --

[PHP-DEV] Bug #11579 Updated: errors in output

2001-06-20 Thread sniper
ID: 11579 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Old-Bug Type: *General Issues Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: And the example script (short one) is where? Please include it here. Pre

[PHP-DEV] Command line option for shell scripting

2001-06-20 Thread Brian Moon
Hi guys, I would like to create a command line option that would do the following: assume -q ignore error_prepend_string and error_append_string set html_errors off turn off output buffering if it is set in ini file. I use those ini settings in the apache module but don't need them in the bina

[PHP-DEV] 4.0.6

2001-06-20 Thread Andi Gutmans
Hey, I suggest in order to get 4.0.6 out of the door I will package it today (the release), post it to php-dev&php-qa and we can announce it on Friday. Andi -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP-DEV] Bug #11527 Updated: session_unregister() seems notwork properly

2001-06-20 Thread Jani Taskinen
I'm confused now. 1. register_globals=On -> This doesn't work: $HTTP_SESSION_VARS="value" 2. register_globals=Off -> This doesn't work: $varname="value" what is this? I understand case 2 but the case 1 ??? Aren't the global arrays supposed to work ALWAYS? With register_globals=off, the unregi

[PHP-DEV] Re: [PHP-QA] 4.0.6RC4 out.

2001-06-20 Thread Phil Driscoll
Just built RC4 --with-apxs --with-mysql on Suze 7.1 Build went fine. Tested with PhpMyAdmin 2.1.0 - works fine but got some new warning messages for deprecated mysql_db_query - which is fine. Tested with all my own code (predominantly mysql related but accessing a wide range of core language fe

[PHP-DEV] Bug #11578 Updated: http header order not respected and messages not transmitted

2001-06-20 Thread rasmus
ID: 11578 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Open Bug Type: HTTP related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Are you using the Apache module version of PHP on Windows or the standalone CGI binary version? And what do you mean the headers are in

[PHP-DEV] Bug #11575 Updated: Compile failure with Adabas v12

2001-06-20 Thread kalowsky
ID: 11575 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Failure Operating system: PHP Version: 4.0.6-RC4 and 4.0.5 Assigned To: Comments: fix your Adabas! /usr/SAG/aad/v1200/incl/sqlext.h:1951: parse error before `SQLHANDLE' make[2]: *

[PHP-DEV] Bug #11554 Updated: Apache processes get stuck

2001-06-20 Thread edink
ID: 11554 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: PostgreSQL related Operating system: Linux 2.2 (RH 7.0) PHP Version: 4.0.5 Description: Apache processes get stuck It has indeed been fixed. 4.0.6RC4 runs fine. Previous Comments: --

Re: [PHP-DEV] Re: Bug #11557 Updated: session,functions

2001-06-20 Thread Andi Gutmans
Do you have a d:/tmp directory? Andi At 09:37 AM 2/9/2001 +0530, Vikram-burlee wrote: >Hi, this is the snippete > >session_start(); >?> >and error is >" >Warning: open(/tmp\sess_e381bf8b6b5aea5756925a218535fdd3, O_RDWR) failed: m >(2) in D:\php\vik\test.php on line 2 >" > >Iam not able to use an

[PHP-DEV] Bug #11558 Updated: Sybase-CT functions not found.

2001-06-20 Thread sniper
ID: 11558 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Sybase-ct (ctlib) related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Previous Comments: --- [2001-06-1

[PHP-DEV] Bug #11573 Updated: Malformed HTTP response Header

2001-06-20 Thread sniper
ID: 11573 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Session related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Which broswser and what version of it? Please include a short but complete not working script into this report.

[PHP-DEV] Bug #11574 Updated: Using $thok()

2001-06-20 Thread derick
ID: 11574 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Reproducible crash Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: This works fine for me on Linux with php 4.0.6RC4, can you try one of the snapshots from www.zend.com/snapsh

[PHP-DEV] Bug #9177 Updated: crypt problems with openssl

2001-06-20 Thread max
ID: 9177 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: *Encryption and hash functions Operating system: linux 2.4.3 (rh 7.1) PHP Version: Latest CVS Description: crypt problems with openssl I just tried RC4 and configure works perfectly, however the final php binar

[PHP-DEV] Bug #11577 Updated: Crypt-function doesn't work

2001-06-20 Thread derick
ID: 11577 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: When 4.0.5 was packed crypt was not enabled (mistake). It will be in 4.0.6 again. Previous Comments: --

[PHP-DEV] Bug #11555 Updated: date() format addition

2001-06-20 Thread cmv
ID: 11555 Updated by: cmv Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.5 Assigned To: cmv Comments: Trouble is (I suppose), some week-of-year functions consider Monday the first day of the week, and some consider Sunday. I gu

[PHP-DEV] Bug #11567 Updated: True Dynamic Binding and Public/Private

2001-06-20 Thread Mike . Eggleston
ID: 11567 User Update by: [EMAIL PROTECTED] Status: Analyzed Bug Type: Feature/Change Request Operating system: Linux PHP Version: 4.0.5 Description: True Dynamic Binding and Public/Private I disagree with your comment on how dynamic bindings are used. The whole purpose of dynamic binding is gi

Re: [PHP-DEV] 4.0.6RC4 out.

2001-06-20 Thread Colin Viebrock
> > Please test it http://www.php.net/~andi/php-4.0.6RC4.tar.gz Compiles nicely under RH7.0 (will test with Debian later). Two failed tests with the CGI, though: Running tests in /usr/local/sources/php-4.0.6RC4//ext/standard/tests/time ===

[PHP-DEV] Bug #11576 Updated: The PHP Files are not working

2001-06-20 Thread derick
ID: 11576 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: IIS related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Not enough info Previous Comments: --- [2001-06-

[PHP-DEV] Bug #11570 Updated: Security Hole on ChDir()

2001-06-20 Thread rasmus
ID: 11570 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Directory function related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Fixed in CVS Previous Comments: --

[PHP-DEV] Bug #8676 Updated: Bad serialization of objects with references

2001-06-20 Thread thies
ID: 8676 Updated by: thies Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: *Session related Operating system: PHP Version: 4.0.5 Assigned To: sas Comments: forgot to close Previous Comments: ---

[PHP-DEV] Bug #11583: Missing files

2001-06-20 Thread paul . smith55
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.0.5 PHP Bug Type: Compile Problem Bug description: Missing files I have downloads the CVS version of php4.0.5 and i can compile php_pgsql.dll which is the only file i need, this error comes up. ---

[PHP-DEV] Bug #11432 Updated: crash when restoring references to objects

2001-06-20 Thread thies
ID: 11432 Updated by: thies Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: *Session related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Previous Comments: --- [2001-06-19 11

  1   2   >