[PHP-DEV] PHP 4.0 Bug #9615: Cannot load libphp4.so into server

2001-03-08 Thread jr_evinger
From: [EMAIL PROTECTED] Operating system: RedHat Linux 7.2 PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: Cannot load libphp4.so into server Using apache-1.3.19 with mysql and so module configured with no errors. Configure;make;make install (ed) php with

RE: [PHP-DEV] PHP 4.0 Zend API

2001-03-08 Thread Marc Boeren
>I am building my custom php extension. For the windows platform it went >fine, but I still have a problems on Linux. I had a couple of problems as well, but managed it after a while. Please read the README.SELF-CONTAINED-EXTENSIONS in the php-folder, as it helps. In short, create a config.m

[PHP-DEV] New php.net Design

2001-03-08 Thread Björn Schotte
Hi folks, nice redesign. Personally, I don't like the inconsistency of underlined links and not underlined links (as in the navigation bar). Would be nice if you could generally use underlined links with A:hover { text-decoration: none; } in the stylesheet (for the IE/Opera/Mozilla users out

[PHP-DEV] PHP 4.0 Bug #9616: Image functions don't work under Netscape

2001-03-08 Thread stefand
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: GD related Bug description: Image functions don't work under Netscape The Image functions work properly with IE, but when I tried with Netscape (4.7 and 6.0), no image was displayed,

[PHP-DEV] PHP 4.0 Bug #9616 Updated: Image functions don't work under Netscape

2001-03-08 Thread derick
ID: 9616 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: GD related Assigned To: Comments: You need to set your Content-Type correctly, like: Header ("Content-Type: image/jpeg"); IE will work without this, but Netscape will not If this is not the ca

[PHP-DEV] CVS Account Request

2001-03-08 Thread CVS Account Request
Full name: Tommaso D\'Argenio Email: [EMAIL PROTECTED] ID: rajasi Purpose: translation on php-gtk and development -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

[PHP-DEV] extension developer list?

2001-03-08 Thread Marc Boeren
Hi! I for one wouldn't mind a separate mailing list for developers of php extensions. I would subscribe to both the php-dev and php-ext (?) mailing-lists, so I would still receive the same amount of mail, but the mails about extending php wouldn't be cluttered by bug reports or discussions abou

[PHP-DEV] PHP 4.0 Bug #9607 Updated: missing "quick ref" button

2001-03-08 Thread sniper
ID: 9607 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Bogus Bug Type: Documentation problem Assigned To: Comments: And this isn't the place to report 'bugs' about the www.php.net site. --Jani Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #9610 Updated: Dead link

2001-03-08 Thread sniper
ID: 9610 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Old-Bug Type: Other Bug Type: *General Issues Assigned To: Comments: Previous Comments: --- [2001-03-07 22:02:38] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #9613 Updated: Why some new function doesn't appear in the Documentation?

2001-03-08 Thread sniper
ID: 9613 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Bogus Bug Type: *General Issues Assigned To: Comments: Previous Comments: --- [2001-03-07 22:55:17] [EMAIL PROTECTED] ---

[PHP-DEV] Re: What have you done to your website!!! ???

2001-03-08 Thread Jani Taskinen
On Wed, 7 Mar 2001, Lindsay Haisley wrote: >Your old website was simply one of the most beautiful and elegant >combinations of PHP and very nice page design I've ever seen! I used to >use it as an example in talks and instruction on HTML design. Alas, it >is no more. While you've possibly pack

[PHP-DEV] PHP 4.0 Bug #9616 Updated: Image functions don't work under Netscape

2001-03-08 Thread sniper
ID: 9616 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Bogus Status: Closed Bug Type: GD related Assigned To: Comments: Previous Comments: --- [2001-03-08 04:11:06] [EMAIL PROTECTED] The Image functions wo

[PHP-DEV] PHP 4.0 Bug #9365 Updated: Problem with muiti-byte char code set (serious)

2001-03-08 Thread stas
ID: 9365 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Scripting Engine problem Assigned To: Comments: Could you please provide a short code demonstrating the problem? Previous Comments: --

Re: [PHP-DEV] zend_ticks crash and question

2001-03-08 Thread Zeev Suraski
At 07:12 8/3/2001, André Langhorst wrote: >b) >I think I am still getting something wrong... ticks are _not_ for >simulating "background processing" (once said on the list), because >nothing gets forked there and there is no concurrency at no point >(unfortunately!), they are simply a way to im

[PHP-DEV] PHP 4.0 Bug #9005 Updated: Static classes sometimes have a $this pointer

2001-03-08 Thread zeev
ID: 9005 Updated by: zeev Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Assigned To: Comments: class::method() isn't a static call in PHP (it isn't always a static call in C++ either). The primary use for class::method() is actually calling m

[PHP-DEV] PHP 4.0 Bug #9617: fileposition error

2001-03-08 Thread achim
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4.0.4pl1 PHP Bug Type: Filesystem function related Bug description: fileposition error Open an existing text file (insert some crap before) like: $output = fopen("test.txt", "a"); #we want append something Here

[PHP-DEV] PHP 4.0 Bug #9453 Updated: Reference issue

2001-03-08 Thread stas
ID: 9453 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Scripting Engine problem Assigned To: Comments: Works for me. What are the results in your case? Previous Comments: --- [

[PHP-DEV] PHP 4.0 Bug #9454 Updated: Reference issue 2

2001-03-08 Thread stas
ID: 9454 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Scripting Engine problem Assigned To: Comments: Please provide a short code reproducing the problem. Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #9477 Updated: Object is destroyed before references all released

2001-03-08 Thread stas
ID: 9477 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Scripting Engine problem Assigned To: Comments: Could you please describe more in detail what the problem is and provide a short scipt reproducing the behaviour? Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9479 Updated: new operator behaves in a really strange way

2001-03-08 Thread stas
ID: 9479 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Assigned To: Comments: Yes, when you do a $obj = new Foo(), the object is copied. Use =& if you want reference. Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #9618: Strange behaviour initialing extended class

2001-03-08 Thread arzga
From: [EMAIL PROTECTED] Operating system: linux/rh7.0 std PHP version: 4.0.3pl1 PHP Bug Type: Scripting Engine problem Bug description: Strange behaviour initialing extended class Hi, PHP acts strangely when calling a parent class constructor from an extended class. PHP4 s

[PHP-DEV] zlib.output_compression

2001-03-08 Thread Sebastian Bergmann
Is it correct that I cannot find the value of the zlib.output_compression setting in phpinfo(), or am I just blind? -- sebastian bergmann e-mail : [EMAIL PROTECTED] homepage : http://www.sebastian-bergmann.de make a gi

[PHP-DEV] PHP 4.0 Bug #9481 Updated: Passing out class property by reference problem

2001-03-08 Thread stas
ID: 9481 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Assigned To: Comments: This is not a bug. Please read the "References explained" part in the manual. When you have $a =& $b and you do $a =& $c, you don't make a and b be

[PHP-DEV] PHP 4.0 Bug #9619: {0,300} returns REG_BADRPT-Warning

2001-03-08 Thread zong64
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.0.4pl1 PHP Bug Type: *Regular Expressions Bug description: {0,300} returns REG_BADRPT-Warning $regex = "^(.*{0,300}[^ ]*).*$"; $txt = eregi_replace($regex,"\\1",$txt); This Script was written to split a s

[PHP-DEV] PHP 4.0 Bug #9365 Updated: Problem with muiti-byte char code set (serious)

2001-03-08 Thread yohgaki
ID: 9365 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Scripting Engine problem Description: Problem with muiti-byte char code set (serious) I thought I put some code, but there is not Anyway, I found the line causes "goto" like behaviour. It was the line to i

[PHP-DEV] PHP 4.0 Bug #9602 Updated: Unable to compile with NSAPI support, implicit declaration of finite function

2001-03-08 Thread jalonso
ID: 9602 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: Compile Failure Description: Unable to compile with NSAPI support, implicit declaration of finite function Opp.. The snapshot, compile ok, but crashes... ;(( I have read the instrucctions on instal

[PHP-DEV] PHP 4.0 Bug #9618 Updated: Strange behaviour initialing extended class

2001-03-08 Thread stas
ID: 9618 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Assigned To: Comments: PHP is not C++, you cannot have two functions with same names and different parameters. Previous Comments:

[PHP-DEV] api for gprolog

2001-03-08 Thread João Conceição
I'm developing an API for GnuProlog but I'm having some problems in creating a shared object (gprolog.so). If someone has already done something like this, could please tell me what should I do. Thanks, -- ./Joao Conceicao -- PHP Development Mailing List To unsubscribe,

Re: [PHP-DEV] PHP 4.0 Zend API

2001-03-08 Thread Viktors Krebss
Thanks Marc, It really helped in that sense that it become more obvious what is happening at all. The trouble with zend API examples from zend.com was that somehow they bring into configure script \r characters. Pretty dumb reason but sometimes it can cause a lot of troubles. Now I can compile an

Re: [PHP-DEV] zlib.output_compression

2001-03-08 Thread Zeev Suraski
You're most probably correct - zlib doesn't have an info function. At 13:52 8/3/2001, Sebastian Bergmann wrote: > Is it correct that I cannot find the value of the zlib.output_compression >setting in phpinfo(), or am I just blind? > >-- > sebastian bergmann e-mail : [EMAIL

RE: [PHP-DEV] PHP 4.0 Zend API

2001-03-08 Thread Marc Boeren
>My module has to be linked with some external libraries such as >OpenSSL. >What I need is a static link (I guess). > >Note: Compiling and linking manually as a static module into the PHP binary >involves very long instructions and thus is not discussed here. (It's not very >ef

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] ctype function (re?)naming

2001-03-08 Thread Hellekin O. Wolf
At 22:33 07/03/2001 +0200, Andi Gutmans wrote: >Why not bzip2_? > *** Well, if bzip2_, then gzip_ ! If gz_ then bz_ or bz2_. Am I wrong or too fastidious ? hellekin -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Re: [PHP-DEV] PHP 4.0 Zend API

2001-03-08 Thread Sascha Schumann
> Any ideas where such instructions could be found, or how to force > "configure" > make a static module ? We have an extension generator which creates the basic "infrastructure" for a new extension. The result can be build as a static module or as a shared module. Try php4/ext/

[PHP-DEV] PHP 4.0 Bug #9620: new operator does not behave correctly

2001-03-08 Thread passionplay
From: [EMAIL PROTECTED] Operating system: Linux-Mandrake PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: new operator does not behave correctly I submitted this bug previous and was told that this is how the new operator is supposed to work. I

[PHP-DEV] PHP 4.0 Bug #9477 Updated: Object is destroyed before references all released

2001-03-08 Thread passionplay
ID: 9477 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Scripting Engine problem Description: Object is destroyed before references all released Come on guys. Read the damn bug report. I sent you a complete URL with scripts that generate the problem even. Is it rea

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] ctype function (re?)naming

2001-03-08 Thread Jani Taskinen
On Thu, 8 Mar 2001, Hellekin O. Wolf wrote: >At 22:33 07/03/2001 +0200, Andi Gutmans wrote: > >>Why not bzip2_? >> > >*** Well, if bzip2_, then gzip_ ! I'd prefer these. Readable is better than saving 2-3 keystrokes. --Jani -- PHP Development Mailing List To unsubscribe

[PHP-DEV] The new design

2001-03-08 Thread Varun Shoor
This is really not the good approach... when couple of people in #php were talking about a new redesigned PHP site, i was expecting a much better.. and good looking site not like one that is up currently. I miss almost every feature.. those quickref things.. those DHTML popups... that sweet

[PHP-DEV] PHP 4.0 Bug #9620 Updated: new operator does not behave correctly

2001-03-08 Thread stas
ID: 9620 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: Scripting Engine problem Assigned To: Comments: Same as #9479. If you want further discussion on it, reopen it. Previous Comments: --

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] ctype function (re?)naming

2001-03-08 Thread Hellekin O. Wolf
At 14:36 08/03/2001 +0100, Jani Taskinen wrote: >On Thu, 8 Mar 2001, Hellekin O. Wolf wrote: > > >At 22:33 07/03/2001 +0200, Andi Gutmans wrote: > > > >>Why not bzip2_? > >> > > > >*** Well, if bzip2_, then gzip_ ! > >I'd prefer these. Readable is better than saving 2-3 keystrokes. > >--Jani *** M

Re: [PHP-DEV] Re: What have you done to your website!!! ???

2001-03-08 Thread Andrei Zmievski
On Thu, 08 Mar 2001, Jani Taskinen wrote: > My thoughts exactly! I hate that new look. It's..depressing! > I must have missed some discussion about the new web design? > And when was it decided (and by WHO?!) that this new design is ok? > > e.g. The font is not Linux-Netscape-friendly and the man

[PHP-DEV] PHP 4.0 Bug #8506 Updated: CGI PHP doesn't erase the #!/path/to/php

2001-03-08 Thread vladnc
ID: 8506 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: *Web Server problem Description: CGI PHP doesn't erase the #!/path/to/php The only lines concerning PHP in httpd.conf are: AddType application/x-httpd-php3 .php3 AddType application/x-httpd-php3-source

[PHP-DEV] PHP 4.0 Bug #9621:

2001-03-08 Thread kao
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: I was searching for HTTP_USER_AGENT in the box of search. The list of the result was Ok, but when i tried to access the page of the HTTP_USER_AGENT help,

SV: [PHP-DEV] The new design

2001-03-08 Thread Johan Holst Nielsen
I agree with you, Varun! I miss the quick ref very much. Please get this section up again! But i'm happy with the new much faster design, it's the good thing with the new design.   Can we get the Quick Ref up again??   /Johan    -Oprindelig meddelelse-Fra: [EMAIL PROTECTED] [mailt

Re: [PHP-DEV] The new design

2001-03-08 Thread Andrei Zmievski
On Thu, 08 Mar 2001, Varun Shoor wrote: > This is really not the good approach... when couple of people in #php > were talking about a new redesigned PHP site, i was expecting a much > better.. and good looking site not like one that is up currently. I > miss almost every feature.. those quickref

[PHP-DEV] PHP 4.0 Bug #9622: Support for mime_header_encode

2001-03-08 Thread habazi
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: Support for mime_header_encode There should be a function that does the opposite of mime_header_decode -Harri -- Edit Bug report at: http://bugs

[PHP-DEV] PHP 4.0 Bug #9623: zboard13

2001-03-08 Thread psh1082
From: [EMAIL PROTECTED] Operating system: win2000 PHP version: 4.0.4pl1 PHP Bug Type: *General Issues Bug description: zboard13 ½ÅûÇÕ´Ï´Ù -- Edit Bug report at: http://bugs.php.net/?id=9623&edit=1 -- PHP Development Mailing List To unsubscribe,

[PHP-DEV] PHP 4.0 Bug #9624: Problem when searching your site...

2001-03-08 Thread lorenzo . curtis
From: [EMAIL PROTECTED] Operating system: Whatever you\'re running PHP version: 4.0.4pl1 PHP Bug Type: *General Issues Bug description: Problem when searching your site... Get the following error when viewing results of any search on PHP.NET: Fatal error: Call to undefined

[PHP-DEV] PHP 4.0 Bug #9623 Updated: zboard13

2001-03-08 Thread stas
ID: 9623 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *General Issues Assigned To: Comments: Please report bugs in english. Previous Comments: --- [2001-03-08 10:08:26] [EMAIL PR

[PHP-DEV] PHP 4.0 Bug #9624 Updated: Problem when searching your site...

2001-03-08 Thread stas
ID: 9624 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *General Issues Assigned To: Comments: Please report website bugs to [EMAIL PROTECTED] Previous Comments: --- [2001-03-08 10

[PHP-DEV] PHP 4.0 Bug #9416 Updated: ereg_replace returns "Warning: Invalid content of \{\}"

2001-03-08 Thread stas
ID: 9416 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Old-Bug Type: Variables related Bug Type: Regexps related Assigned To: Comments: Could you please provide an example of the string where it happens? Also, could you post a ereg call you are using? Pre

RE: [PHP-DEV] The new design

2001-03-08 Thread Christian Jørgensen
-Original Message- From: Johan Holst Nielsen [mailto:[EMAIL PROTECTED]] Sent: 8. marts 2001 15:26 To: [EMAIL PROTECTED] Subject: SV: [PHP-DEV] The new design > Can we get the Quick Ref up again?? This list isn't really for this kind of discussion, but why not just use http://php.net/ - r

[PHP-DEV] Hey? 4 copies?

2001-03-08 Thread Woolhiser, Eric
I just joined the mailist yesterday, any idea why I get 4 copies of each message posted to this list? -- Eric WoolhiserBMC Software Inc NT Build Meister 880 Winter St. Bldg 4 rm. 2.227 781-663-4646 (or x34646 internally) Waltham, Ma 0245

[PHP-DEV] PHP 4.0 Bug #8794 Updated: preg_grep changed behavior by design?

2001-03-08 Thread stas
ID: 8794 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PCRE related Assigned To: Comments: Manual says that the behaviour of preg_grep is exaclty what it is. You can use each() or foreach() to go through the array, count() is not sacred in any way (a

[PHP-DEV] PHP 4.0 Bug #9625: make error

2001-03-08 Thread dleblanc
From: [EMAIL PROTECTED] Operating system: Sun Solaris 2.6 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: make error Greetings, I searched through the forum pages and the archive and didn't find a solution. Here's what I'm doing - Solaris 2.6,

[PHP-DEV] PHP 4.0 Bug #9481 Updated: Passing out class property by reference problem

2001-03-08 Thread phil
ID: 9481 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: Scripting Engine problem Description: Passing out class property by reference problem You can get round the above problem somewhat using: function foo (&$aVar) { $aVar['value'] =& $GLOBALS["baz"]; } foo($bar); $ba

[PHP-DEV] PHP server saving attachments

2001-03-08 Thread Kevin A. Quick
I am trying to develop a system which includes an automated system which will use PHP to access its own POP3 email account, read any emails in the inbox, and save the contents to a database. Part of this system would ideally be able to handle attachments as well i.e. be able to save any attachment

[PHP-DEV] PHP 4.0 Bug #9500 Updated: mssql_query returns false for INSERT & UPDATE queries

2001-03-08 Thread gsohl
ID: 9500 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: MSSQL related Description: mssql_query returns false for INSERT & UPDATE queries Previous Comments: --- [2001-02-28 16:05:31] [EMAIL P

SV: [PHP-DEV] The new design

2001-03-08 Thread Johan Holst Nielsen
-Original Message- From: Johan Holst Nielsen [mailto:[EMAIL PROTECTED]] Sent: 8. marts 2001 15:26 To: [EMAIL PROTECTED] Subject: SV: [PHP-DEV] The new design > Can we get the Quick Ref up again?? >This list isn't really for this kind of discussion, but why not just use >http://php.net/ -

[PHP-DEV] PHP 4.0 Bug #9626: unable to use sybase-extension

2001-03-08 Thread trond . straume
From: [EMAIL PROTECTED] Operating system: win2000 PHP version: 4.0.4pl1 PHP Bug Type: Sybase-ct (ctlib) related Bug description: unable to use sybase-extension When I am trying to connect a sybase-database using the php_sybase_ct.dll module, but all I get is a pop-up window

[PHP-DEV] Fw: [PHP] [PHP-ES] (roberto celestino)MCAL! set-up.

2001-03-08 Thread Celestino Roberto Alejandro
Sorry, i send it to the gral list, but, as ever, somebody say nothing. ..Thanks, i re-send to you, because i hope that you can halp me - Original Message - From: "Celestino Roberto Alejandro" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 08, 2001 10:53 AM Subjec

Re: SV: [PHP-DEV] The new design

2001-03-08 Thread Jon Parise
On Thu, Mar 08, 2001 at 04:57:32PM +0100, Johan Holst Nielsen wrote: > > Can we get the Quick Ref up again?? > > >This list isn't really for this kind of discussion, but why not just use > >http://php.net/ - replace with something relevant. > > I think there is a problem. I can about all PHP c

Re: SV: [PHP-DEV] The new design

2001-03-08 Thread Zeev Suraski
At 18:00 8/3/2001, Jon Parise wrote: >On Thu, Mar 08, 2001 at 04:57:32PM +0100, Johan Holst Nielsen wrote: > > > > Can we get the Quick Ref up again?? > > > > >This list isn't really for this kind of discussion, but why not just use > > >http://php.net/ - replace with something relevant. > > > >

SV: SV: [PHP-DEV] The new design

2001-03-08 Thread Johan Holst Nielsen
>If you read the second paragraph of the "New Site Design" headline, >you'll see that the quickref widget is still available on the manual >pages. Haven't seen it! Sorry! But I still miss the page, where I could see all functions in one list, instead of going into MySQL and first there find all M

[PHP-DEV] PHP 4.0 Bug #9400 Updated: Duplicate symbol with GD

2001-03-08 Thread l_faillie
ID: 9400 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Compile Failure Description: Duplicate symbol with GD Hello all, Arg, the system disk of my workstation has died so i have reinstalled all stuffs from scratch ... and this time it's compiling ok :-))) Bu

[PHP-DEV] PHP 4.0 Bug #8937 Updated: unset() in context with GLOBAL

2001-03-08 Thread aulbach
ID: 8937 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Scripting Engine problem Description: unset() in context with GLOBAL My problem is, that old PHP3 scripts won´t work with PHP4, if they use such a construct. And it is a bug in the meaning of "the program d

[PHP-DEV] PHP 4.0 Bug #9627: PHP.INI cannot read new values

2001-03-08 Thread moisey . g . oysgelt
From: [EMAIL PROTECTED] Operating system: Windows NT 4 SP 5 PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: PHP.INI cannot read new values java Directive Local Value Master Value java.class.path D:\php4\extensions\php_java.jar;c:\

[PHP-DEV] PHP 4.0 Bug #9629: PHP.INI cannot read new values

2001-03-08 Thread moisey . g . oysgelt
From: [EMAIL PROTECTED] Operating system: Windows NT 4 SP 5 PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: PHP.INI cannot read new values -- Edit Bug report at: http://bugs.php.net/?id=9629&edit=1 -- PHP Development Mailing List

[PHP-DEV] PHP 4.0 Bug #9223 Updated: recode_string leaks memory

2001-03-08 Thread stas
ID: 9223 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Recode related Assigned To: Comments: Seems that this is a recode memory leak, not PHP's. At least Insure says that recode library is leaking memory all over the place. You may want to contact re

[PHP-DEV] PHP 4.0 Bug #8972 Updated: Referenced variables and unset()

2001-03-08 Thread aulbach
ID: 8972 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: Scripting Engine problem Description: Referenced variables and unset() Dosn't solve my problem and the fact, that PHPs behavior is unuseable doing the thing I need it for. I have been written an ugly workarroun

Re: [PHP-DEV] PHP 4.0 Bug #9223 Updated: recode_string leaks memory

2001-03-08 Thread Sascha Schumann
On 8 Mar 2001 [EMAIL PROTECTED] wrote: > ID: 9223 > Updated by: stas > Reported By: [EMAIL PROTECTED] > Old-Status: Open > Status: Closed > Bug Type: Recode related > Assigned To: > Comments: > > Seems that this is a recode memory leak, not PHP's. At least > Insure says that recode library is lea

[PHP-DEV] PHP 4.0 Bug #8972 Updated: Referenced variables and unset()

2001-03-08 Thread stas
ID: 8972 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Assigned To: Comments: See, the PHP references work the certain way. You may like it or not like it, but there's the way it works. If it doesn't work as you expected, tha

Re: [PHP-DEV] PHP 4.0 Bug #9223 Updated: recode_string leaks memory

2001-03-08 Thread Stanislav Malyshev
SS>> That could also mean that the recode extension does not call SS>> cleanup handlers of the recode library. In the SS>> zlib/ob_gzhandler case that was the primary cause for the SS>> huge memory leak. The problem that it is leaking "in process", i.e. each call to recode_string

[PHP-DEV] PHP 4.0 Bug #9223 Updated: recode_string leaks memory

2001-03-08 Thread stas
ID: 9223 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Analyzed Bug Type: Recode related Assigned To: Comments: Better be in 'Analyzed', to know the problem still exists. Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9630: Ora_Logoff doesn't return true or false.

2001-03-08 Thread deciojr . geo
From: [EMAIL PROTECTED] Operating system: RedHat 6.1 PHP version: 4.0.4pl1 PHP Bug Type: Oracle related Bug description: Ora_Logoff doesn't return true or false. [LOGOFF=$logoff]"; //. ?> Results: [LOGOFF=] -- Edit Bug report at: http://bugs.php.net/?id=9630&edit=1

[PHP-DEV] PHP 4.0 Bug #9631: if(condition); works without warning/error!!

2001-03-08 Thread slicky
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4.0.4pl1 PHP Bug Type: Compile Warning Bug description: if(condition); works without warning/error!! I don't know if you noticed that but if(condition); works. It won't give out any error or warning, while us

[PHP-DEV] PHP 4.0 Bug #8937 Updated: unset() in context with GLOBAL

2001-03-08 Thread stas
ID: 8937 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Assigned To: Comments: "the program dosn't do, what I expect" is not a bug. A bug is "the program doesn't do what the programmer expected". If 'man' program doesn't crea

[PHP-DEV] PHP 4.0 Bug #9631 Updated: if(condition); works without warning/error!!

2001-03-08 Thread stas
ID: 9631 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Old-Bug Type: Compile Warning Bug Type: Scripting Engine problem Assigned To: Comments: Yes, this is a valid construct. The syntax of if operator is: 'if(' expression ')' statement ';' alone is a valid s

[PHP-DEV] PHP 4.0 Bug #9632: A bug in you web, see description

2001-03-08 Thread lvieites
From: [EMAIL PROTECTED] Operating system: Your OS PHP version: 4.0.4pl1 PHP Bug Type: *General Issues Bug description: A bug in you web, see description I found no other place to post this, and you obviously overlooked it, here it goes: Accessing this page, for example:

[PHP-DEV] PHP 4.0 Bug #9632 Updated: A bug in you web, see description

2001-03-08 Thread stas
ID: 9632 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *General Issues Assigned To: Comments: Please report website bugs to [EMAIL PROTECTED] Previous Comments: --- [2001-03-08 12

[PHP-DEV] PHP 4.0 Bug #9587 Updated: obj->method()->method2() doesn't work!!

2001-03-08 Thread stas
ID: 9587 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Bug Type: Class/Object related Assigned To: Comments: Yes, this is a known problem. Previous Comments: --- [2001-03-06 15:31:04] [

Re: SV: [PHP-DEV] The new design

2001-03-08 Thread Jim Winstead
(cc'ed [EMAIL PROTECTED] please continue this discussion there.) In article <[EMAIL PROTECTED]>, "Zeev Suraski" <[EMAIL PROTECTED]> wrote: > I generally like the new design, but this statement appears to be trying > to fix the symptom, instead of the problem itself. If so many people > miss the

[PHP-DEV] PHP 4.0 Bug #8222 Updated: Objects are not automatically destroyed when reference count=0

2001-03-08 Thread stas
ID: 8222 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Class/Object related Assigned To: Comments: If you compile PHP in debug mode (--enable-debug) does it report any memory leaks? If not, the leak is probably not in PHP code, but in external code

Re: SV: [PHP-DEV] The new design

2001-03-08 Thread Björn Schotte
* Jim Winstead wrote: > the reason i don't mind seeing it gone from the main page is that i think > having two search-like boxes on the same page that behave differently is > confusing. Have a look at http://www.php-center.de/ - on the left side, there's the normal search box, on the right side t

Re: SV: [PHP-DEV] The new design

2001-03-08 Thread Zeev Suraski
At 19:47 8/3/2001, Jim Winstead wrote: >but maybe the 'search' box in the header should really be a quickref box. >that seems more likely to pull up what most people want. if someone wants >to do an actual search for a function name on other pages, they'd then >have to go to the search page and se

[PHP-DEV] Function Renaming Re-organization

2001-03-08 Thread Zak Greant
HOW wrote: [snip] > Zak, would you please post an updated version of the renaming scheme, > including the last few days changes, so that we can see things more globally ? > (And refresh the thread's subject ;-) I am just heading out to an appointment. When I get back, I will organize what has go

[PHP-DEV] PHP 4.0 Bug #9633: sort() not working

2001-03-08 Thread sgarin
From: [EMAIL PROTECTED] Operating system: Linux RH6.2 -> 2.2.18 PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: sort() not working I have an array with random number of elements. I analyse each value (by random selection) and unset it after. In o

[PHP-DEV] PHP 4.0 Bug #9634: imap_*_quota not found

2001-03-08 Thread ignacio
From: [EMAIL PROTECTED] Operating system: RH Linux 6.2 PHP version: 4.0 Latest CVS (08/03/2001) PHP Bug Type: Compile Failure Bug description: imap_*_quota not found Last few lines of build: /bin/sh /usr/src/redhat/BUILD/php-4.0.5dev_20010308/libtool --silent --mode=link gc

[PHP-DEV] New Site Design

2001-03-08 Thread Hellekin O. Wolf
It rock ! =8) Wonderful Colin... how -- 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] PHP 4.0 Bug #9635: SAFE MODE always on/off

2001-03-08 Thread Keller
From: [EMAIL PROTECTED] Operating system: Linux 2.2.16 PHP version: 4.0.3pl1 PHP Bug Type: PHP options/info functions Bug description: SAFE MODE always on/off This variable could be only set in php.ini I've safe_mode = on in php.ini. If i try to set in httpd.conf for spec

[PHP-DEV] PHP 4.0 Bug #9634 Updated: imap_*_quota not found

2001-03-08 Thread kalowsky
ID: 9634 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Assigned To: kalowsky Comments: 1) make sure HAVE_IMAP2000 is being defined 2) Check to make sure imap4r1.h is included in the php_imap.c file (this should be done as long as HAVE_IMAP2000) is

[PHP-DEV] PHP 4.0 Bug #9453 Updated: Reference issue

2001-03-08 Thread mailling
ID: 9453 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Scripting Engine problem Description: Reference issue let's run this code b($c); //$h=&$d->b($c); //The & is needed to work well //we get $h=&$c; $h='9'; echo $c. ' '.$h; //since we should see 9 9, but we

[PHP-DEV] PHP 4.0 Bug #9634 Updated: imap_*_quota not found

2001-03-08 Thread kalowsky
ID: 9634 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Assigned To: kalowsky Comments: 1) make sure HAVE_IMAP2000 is being defined 2) Check to make sure imap4r1.h is included in the php_imap.c file (this should be done as long as HAVE_IMAP2000) is

[PHP-DEV] PHP 4.0 Bug #9634 Updated: imap_*_quota not found

2001-03-08 Thread kalowsky
ID: 9634 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Assigned To: Comments: i'm sorry, #2 should have also check to make sure you have a c-client.h file in your include directory (this is what ensures a define of HAVE_IMAP2000). Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9636: error message

2001-03-08 Thread smithr
From: [EMAIL PROTECTED] Operating system: Solaris 8 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: error message For Netscape Enterprise Server configuration: After installing all the necessary packages and running "./configure --with-mysql=/usr/local/

[PHP-DEV] New Site Design

2001-03-08 Thread André Langhorst
A more clear design IMHO, quite fine BUT something still is very crappy, the "news" page itself. Our News are somewhat unordered, I think it should be divided up into some parts that always stay the same (eg. so, how much does it cost, usage stats) and into "release news (eg. php4.0.5 released)

[PHP-DEV] PHP 4.0 Bug #9637: MySQL extension doesn't want to compile as SELF-CONTAINED-EXTENSION (SCE)

2001-03-08 Thread ab
From: [EMAIL PROTECTED] Operating system: Linux 2.2, glibc 2.2.2 PHP version: 4.0 Latest CVS (08/03/2001) PHP Bug Type: Compile Failure Bug description: MySQL extension doesn't want to compile as SELF-CONTAINED-EXTENSION (SCE) MySQL extension doesn't want to compile as self

[PHP-DEV] PHP 4.0 Bug #9629 Updated: PHP.INI cannot read new values

2001-03-08 Thread andre
ID: 9629 Updated by: andre Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *Install and Config Assigned To: Comments: Previous Comments: --- [2001-03-08 11:45:41] [EMAIL PROTECTED] --

[PHP-DEV] PHP 4.0 Bug #9628 Updated: PHP.INI cannot read new values

2001-03-08 Thread andre
ID: 9628 Updated by: andre Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *Install and Config Assigned To: Comments: Previous Comments: --- [2001-03-08 11:45:12] [EMAIL PROTECTED] java Directive

[PHP-DEV] PHP 4.0 Bug #9634 Updated: imap_*_quota not found

2001-03-08 Thread ignacio
ID: 9634 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Description: imap_*_quota not found 1) Yes, it's defined in main/php_config.h. 2) Yes, they both exist and are in /usr/include/imap. 3) Yes, the functions are defined in imap4r1.h. It appears that this is a

[PHP-DEV] PHP 4.0 Bug #9477 Updated: Object is destroyed before references all released

2001-03-08 Thread torben
ID: 9477 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Scripting Engine problem Assigned To: Comments: I'm sure the bugs are very obvious to you. However, your bug report, as given, really is pretty useless. Salient information would include: wha

  1   2   >