[PHP-DEV] ChangeLog

2001-07-02 Thread Derick Rethans
Hello, I just noticed that the ChangeLog does not get updated. The last entry is: 2001-05-23 Sascha Schumann <[EMAIL PROTECTED]> And that's more than a month ago. regards, Derick Rethans - PHP: Scripting the Web - w

[PHP-DEV] Bug #11796 Updated: get_meta_tags doesn't work when the title tag consists of single quote

2001-07-02 Thread derick
ID: 11796 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.5 Assigned To: elixer Comments: >From the ChangeLog: 2001-03-06 Sean Bright <[EMAIL PROTECTED]> * ext/standard/file.c: Typo. * ext/sta

[PHP-DEV] Bug #11846 Updated: AL EJECUTAR MAKE MARCA ERROR

2001-07-02 Thread derick
ID: 11846 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Failure Operating system: PHP Version: 4.0.6 Assigned To: Comments: For now you can disable the use of MySQL by adding --withot-mysql to your configire line. ./configure --with-in

[PHP-DEV] Bug #11796 Updated: get_meta_tags doesn't work when the title tag consists of single quote

2001-07-02 Thread teocl
ID: 11796 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: Unknown/Other Function Operating system: Linux PHP Version: 4.0.5 Description: get_meta_tags doesn't work when the title tag consists of single quote Hi, have another question. Is this bug fixed in 4.0.6? If so, I would rather

[PHP-DEV] Bug #11850: anormal behavior of keyword parent

2001-07-02 Thread gerardo
From: [EMAIL PROTECTED] Operating system: SunOS 5.7 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: anormal behavior of keyword parent the use of the parent keyword when the inherited class is in a different file from the parent class produces an error:

Re: [PHP-DEV] Bug #11818 Updated: Using the PDF functions after July1st triggers an internal PDFlib error

2001-07-02 Thread Joey Smith
Surely you are kidding. I cannot see in any of our packages where we bundle the PDF library with our release. If we are, we should probably remove it. In either case, there is no way we can compile an unencumbered version of PDFLib. That would be illegal. PDFLib is not free, in the "gratis" sens

[PHP-DEV] Re: [Zend Engine 2] substr changes

2001-07-02 Thread Andre Langhorst
> Just one thing I did want to point out - this has nothing to do with > Zend 3 or whatever. I oppose this feature not because lack of time to > implement it or because it's difficult to implement, but because it > doesn't belong in PHP. Personally, I wouldn't want to see it even in > PHP 7.

Re: [PHP-DEV] switch, equality and preg_match

2001-07-02 Thread Jon Parise
On Mon, Jul 02, 2001 at 05:01:43PM -0500, Brian Moon wrote: > IMO, I like preg_match to return a bool and preg_match_all return a count. > But that is me. It may be thought of as inconsistent to some. I just see > the functions has having a different purpose. That would make sense. preg_matc

[PHP-DEV] Bug #11849: random "duplicit rule name" error

2001-07-02 Thread bsarsgard
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.5 PHP Bug Type: Sablotron XSL Bug description: random "duplicit rule name" error Randomly, any pages that normally work fine (all pages on the site), die with: Fatal error: duplicit rule name 'nav_new' "nav_n

[PHP-DEV] Bug #11848 Updated: microtime.c compilation

2001-07-02 Thread sniper
ID: 11848 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Bogus Bug Type: Compile Failure Operating system: PHP Version: 4.0.6 Assigned To: Comments: Previous Comments: --- [2001-07-02 15:43:

[PHP-DEV] language development list

2001-07-02 Thread jimw
the perl, python, and tcl guys have put together a list to talk about common issues in language development (like unicode, threads, numeric conversions, etc). i figured the language geeks lurking here might be interested. subscribe by sending a blank mail to [EMAIL PROTECTED] jim -- PHP

[PHP-DEV] Bug #5332 Updated: ODBC Connect Fails for Sybase SQLanywhere DB

2001-07-02 Thread wade
ID: 5332 User Update by: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: ODBC related Operating system: Windows 2000 PHP Version: 4.0 Release Candidate 2 Description: ODBC Connect Fails for Sybase SQLanywhere DB Hello All! I just tested the odbc connection to Sybase SQLAnywhere

Re: [PHP-DEV] switch, equality and preg_match

2001-07-02 Thread Brian Moon
IMO, I like preg_match to return a bool and preg_match_all return a count. But that is me. It may be thought of as inconsistent to some. I just see the functions has having a different purpose. Brian Moon -- dealnews.com, Inc. Makers of dealnews & dealmac

Re: [PHP-DEV] foreach behavior and error suppression (@foo)

2001-07-02 Thread Zeev Suraski
We may actually make an attempt at it in the engine 2 :) At 00:33 3/7/2001, Daniel Beckham wrote: >I know this will be also shot down, but at least I tried. What about the >possiblity of foreach simply acting on the variable as if it was list($var) >or array($var)? It seems that it wouldn't bre

[PHP-DEV] Bug #8866 Updated: Frozen applications with apache module running

2001-07-02 Thread gvz
ID: 8866 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Apache related Operating system: Windows 95b, 98 PHP Version: 4.0.4pl1 Description: Frozen applications with apache module running Same explanation as bug 8865: it only happens when PHP is loaded as a module. I

[PHP-DEV] Bug #8865 Updated: App launching with hotkeys delayed

2001-07-02 Thread gvz
ID: 8865 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Apache related Operating system: Windows 95b, 98 PHP Version: 4.0.4pl1 Description: App launching with hotkeys delayed No. It only happens when PHP is loaded as a module. If it happens when used as CGI it is n

[PHP-DEV] Bug #11846 Updated: AL EJECUTAR MAKE MARCA ERROR

2001-07-02 Thread ggalindo
ID: 11846 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Compile Problem Operating system: NCR WM 4300 unix systema V MP-RA PHP Version: 4.0.6 Description: AL EJECUTAR MAKE MARCA ERROR THE VERSION installed version at the moment is 3.0.18 without problem. not

Re: [PHP-DEV] foreach behavior and error suppression (@foo)

2001-07-02 Thread Daniel Beckham
I know this will be also shot down, but at least I tried. What about the possiblity of foreach simply acting on the variable as if it was list($var) or array($var)? It seems that it wouldn't break any existing behavior, but would only make foreach more flexible. Daniel - Original Message -

Re: [PHP-DEV] foreach behavior and error suppression (@foo)

2001-07-02 Thread Daniel Beckham
Yes, it would be nice for foreach to be a little more forgiving even if it is far in the future. Daniel - Original Message - From: "Zak Greant" <[EMAIL PROTECTED]> To: "Daniel Beckham" <[EMAIL PROTECTED]>; "php-dev" <[EMAIL PROTECTED]> Sent: Monday, July 02, 2001 4:18 PM Subject: Re: [PH

Re: [PHP-DEV] foreach behavior and error suppression (@foo)

2001-07-02 Thread Zeev Suraski
If the question is about @foreach(...) ... Then the answer is somewhere between 'hell no!' and 'not possible with the current state of the code'. foreach is a statement, whereas @ is an operator that works on expressions... At 00:16 3/7/2001, Daniel Beckham wrote: >There are several open feat

Re: [PHP-DEV] foreach behavior and error suppression (@foo)

2001-07-02 Thread Zak Greant
Perhaps we want to roll this request into the list of proposed changes for PHP 5? --zak - Original Message - From: "Daniel Beckham" <[EMAIL PROTECTED]> To: "php-dev" <[EMAIL PROTECTED]> Sent: Monday, July 02, 2001 3:16 PM Subject: [PHP-DEV] foreach behavior and error suppression (@foo)

[PHP-DEV] foreach behavior and error suppression (@foo)

2001-07-02 Thread Daniel Beckham
There are several open feature requests in the bug system to allow the use of @ to suppress warnings when using a non array with foreach. What's the status of this? Is this a "hell no!", "not possible with the current state of the code" or a "when we get around to it"? Thanks, Daniel -- PHP

Re: [PHP-DEV] switch, equality and preg_match

2001-07-02 Thread Andrei Zmievski
On Mon, 02 Jul 2001, Daniel Beckham wrote: > No matter what, the documentation should be changed. It's incorrect whether > you leave the function as is, or not. Although, IMO, I think that it would > be more intuitive to make the function's return type boolean instead of int. > > Hell, for that

Re: [PHP-DEV] switch, equality and preg_match

2001-07-02 Thread Daniel Beckham
No matter what, the documentation should be changed. It's incorrect whether you leave the function as is, or not. Although, IMO, I think that it would be more intuitive to make the function's return type boolean instead of int. Hell, for that matter, give us the m// syntax while we are requesti

Re: [PHP-DEV] switch, equality and preg_match

2001-07-02 Thread Andrei Zmievski
On Sun, 01 Jul 2001, Andrei Zmievski wrote: > At 09:06 AM 7/1/01 -0500, Daniel Beckham wrote: > >Someone poke me when you decide what to do and I'll change the return type > >in the preg_match docs. > > I need to take a closer look at the code to see why it is that way. Okay, this is because bot

[PHP-DEV] Re: Bug #11839 Updated: hack? following is a discussion of the hack...... Is PHP the problem?????????

2001-07-02 Thread Mark Lidd
At 04:39 PM 7/2/01 +, you wrote: >ID: 11839 >Updated by: derick >Reported By: [EMAIL PROTECTED] >Old-Status: Open >Status: Feedback >Bug Type: Unknown/Other Function >Operating system: >PHP Version: 4.0.6 >Assigned To: >Comments: > >Can you please summarize this? > > > >Derick I believe that

[PHP-DEV] Bug #11843 Updated:

2001-07-02 Thread jason
ID: 11843 Updated by: jason Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating system: PHP Version: Earlier? Upgrade first! Assigned To: Comments: Stop it! Previous Comments: --- [2001

[PHP-DEV] Bug #11843 Updated:

2001-07-02 Thread a
ID: 11843 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating system: PHP Version: Earlier? Upgrade first! Description: a Previous Comments: --- [2001-07-02 14:36:31] [EMAIL PROTECTE

[PHP-DEV] Bug #11848 Updated: microtime.c compilation

2001-07-02 Thread derick
ID: 11848 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Failure Operating system: PHP Version: 4.0.6 Assigned To: Comments: RTFM: see www.php.net/FAQ.php, item 6.12 Derick Previous Comments: --

[PHP-DEV] Bug #11848: microtime.c compilation

2001-07-02 Thread siew
From: [EMAIL PROTECTED] Operating system: RedHat 6.0 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: microtime.c compilation I've tried to compile using: './configure --with-mysql --with-apx=/usr/local/apache/bin/apxs' and after typing 'make', it said: mi

[PHP-DEV] Bug #11847 Updated: Out-of-Memory

2001-07-02 Thread derick
ID: 11847 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *General Issues Operating system: PHP Version: 4.0.6 Assigned To: Comments: Can you try the patch that is available on the PHP Download site (www.php.net/downloads.php) ? Derick Previous

[PHP-DEV] Bug #11847: Out-of-Memory

2001-07-02 Thread bilo
From: [EMAIL PROTECTED] Operating system: RedHat Linux 6.1 Kernel 2.2.18 PHP version: 4.0.6 PHP Bug Type: *General Issues Bug description: Out-of-Memory Some (quite heavy) scripts running fine with v4.0.5 are randomly causing "Out of Memory" errors. I've switched back to 4.

[PHP-DEV] Bug #11846 Updated: AL EJECUTAR MAKE MARCA ERROR

2001-07-02 Thread derick
ID: 11846 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Problem Operating system: PHP Version: 4.0.6 Assigned To: Comments: You get this error during the compilation of the mysql client libraries that are bundled with PHP. Can you compil

[PHP-DEV] Bug #11846: AL EJECUTAR MAKE MARCA ERROR

2001-07-02 Thread ggalindo
From: [EMAIL PROTECTED] Operating system: NCR WM 4300 unix systema V MP-RAS 3.02 PHP version: 4.0.6 PHP Bug Type: Compile Problem Bug description: AL EJECUTAR MAKE MARCA ERROR NCR High Performance C Compiler R3.0c (c) Copyright 1994-97, NCR Corporation (c) Copyright 1987-97,

[PHP-DEV] Bug #11845: ldap_mod_add/ldap_mod_del duplicating LDAP calls sporadically

2001-07-02 Thread michael . jackson
From: [EMAIL PROTECTED] Operating system: Solaris 2.8 PHP version: 4.0.5 PHP Bug Type: LDAP related Bug description: ldap_mod_add/ldap_mod_del duplicating LDAP calls sporadically PHP is linked against the IPlanet LDAP SDK v5.0, using --ldap=/usr/local/ldap ldap_mod_add and

[PHP-DEV] Bug #8989 Updated: Bug#5493 resurfaced

2001-07-02 Thread fseesink
ID: 8989 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Session related Operating system: Windows NT 4 SP5(IIS4)/2000 SP2 PHP Version: 4.0.6 Description: Bug#5493 resurfaced Configured Win2K/IIS5 for PHP v4.0.6 ISAPI module. Took appropriate steps to shutdown & restart server (net sto

[PHP-DEV] Bug #11844 Updated: It would be nice to have tags in PHP just like JSP tags.

2001-07-02 Thread derick
ID: 11844 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.6 Assigned To: Comments: What are JSP tags? Previous Comments: -

[PHP-DEV] Bug #11844: It would be nice to have tags in PHP just like JSP tags.

2001-07-02 Thread aaronshaf
From: [EMAIL PROTECTED] Operating system: Win 2000 PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: It would be nice to have tags in PHP just like JSP tags. -- Edit Bug report at: http://bugs.php.net/?id=11844&edit=1 -- PHP Development Mailing

[PHP-DEV] Bug #11843 Updated:

2001-07-02 Thread derick
ID: 11843 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Feature/Change Request Operating system: PHP Version: Earlier? Upgrade first! Assigned To: Comments: Go play somewhere else! Previous Comments: -

[PHP-DEV] Bug #11843 Updated:

2001-07-02 Thread a
ID: 11843 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating system: PHP Version: Earlier? Upgrade first! Description: a Previous Comments: --- [2001-07-02 14:35:06] [EMAIL PROTECTED

[PHP-DEV] Bug #11843 Updated:

2001-07-02 Thread a
ID: 11843 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating system: PHP Version: Earlier? Upgrade first! Description: a Previous Comments: --- [2001-07-02 14:32:34] [EMAIL PROTECTED

[PHP-DEV] Bug #11843:

2001-07-02 Thread a
From: [EMAIL PROTECTED] Operating system: PHP version: Earlier? Upgrade first! PHP Bug Type: Feature/Change Request Bug description: -- Edit Bug report at: http://bugs.php.net/?id=11843&edit=1 -- PHP Development Mailing List To unsubscribe, e-

[PHP-DEV] Bug #8989 Updated: Bug#5493 resurfaced

2001-07-02 Thread fseesink
ID: 8989 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Session related Operating system: Windows NT 4 SP5(IIS4)/2000 SP2 PHP Version: 4.0.6 Description: Bug#5493 resurfaced Configured Windows 2000/IIS 5 webserver with PHP v4.0.6 CGI (disabled Zend Optimizer, etc.). Tried accessing t

[PHP-DEV] Bug #11841 Updated: MSIE tries to download file when you hit domain alias

2001-07-02 Thread derick
ID: 11841 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.6 Assigned To: Comments: Lets blame it on MicroSoft :) Previous Comments: ---

[PHP-DEV] Bug #11841 Updated: MSIE tries to download file when you hit domain alias

2001-07-02 Thread anrkngl
ID: 11841 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Operating system: LNX 2.2.19 Slack PHP Version: 4.0.6 Description: MSIE tries to download file when you hit domain alias Apparently my browser was on crack. I've been rebooting several t

[PHP-DEV] Bug #11841 Updated: MSIE tries to download file when you hit domain alias

2001-07-02 Thread anrkngl
ID: 11841 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Scripting Engine problem Operating system: LNX 2.2.19 Slack PHP Version: 4.0.6 Description: MSIE tries to download file when you hit domain alias I'm using MSIE 5.5. Opera 5.11 works fine with the document, as

[PHP-DEV] Bug #11840 Updated: Can't find libjpeg after upgrade to 4.0.6

2001-07-02 Thread pete
ID: 11840 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Compile Problem Operating system: Linux 2.4/RedHat 7.1 PHP Version: 4.0.6 Description: Can't find libjpeg after upgrade to 4.0.6 Configure will complete without errors if I leave out --with-jpeg-dir. Of cours

[PHP-DEV] Bug #11842: ftp_rawlist and ftp_nlist dont show list in directory that has spaces in it

2001-07-02 Thread douglas
From: [EMAIL PROTECTED] Operating system: ftp server on nt 4.0 / apache/php on win 2000 PHP version: 4.0.4 PHP Bug Type: FTP related Bug description: ftp_rawlist and ftp_nlist dont show list in directory that has spaces in it \n"; ftp_chdir ($conn_id, "/Alexandre_Zeni/Adm

[PHP-DEV] Bug #11840 Updated: Can't find libjpeg after upgrade to 4.0.6

2001-07-02 Thread derick
ID: 11840 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Problem Operating system: PHP Version: 4.0.6 Assigned To: Comments: I've exactly th esame config here, and I got no problems. Can you try not to use the --with-jpeg-dir (as I didn't

[PHP-DEV] Bug #11841 Updated: MSIE tries to download file when you hit domain alias

2001-07-02 Thread derick
ID: 11841 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.6 Assigned To: Comments: Works fine from here with both NS 4.77 and IE 5.00.2314.1003 Which version of IE are you using? However,

[PHP-DEV] Bug #11841: MSIE tries to download file when you hit domain alias

2001-07-02 Thread anrkngl
From: [EMAIL PROTECTED] Operating system: LNX 2.2.19 Slack PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: MSIE tries to download file when you hit domain alias When I hit my site normally: http://lowmagnet.org, all is ok, and it brings up my firs

[PHP-DEV] Bug #11840 Updated: Can't find libjpeg after upgrade to 4.0.6

2001-07-02 Thread pete
ID: 11840 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Compile Problem Operating system: Linux 2.4/RedHat 7.1 PHP Version: 4.0.6 Description: Can't find libjpeg after upgrade to 4.0.6 [pete@xx lib]$ nm libjpeg.so | grep jpeg_read_header c2f0 T jpeg_read_heade

[PHP-DEV] Bug #11840 Updated: Can't find libjpeg after upgrade to 4.0.6

2001-07-02 Thread derick
ID: 11840 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Problem Operating system: PHP Version: 4.0.6 Assigned To: Comments: Can you let us know what this shows: cd /usr/lib nm [name of jpeg library.so] | grep jpeg_read_header Is it

[PHP-DEV] Bug #11840 Updated: Can't find libjpeg after upgrade to 4.0.6

2001-07-02 Thread pete
ID: 11840 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Compile Problem Operating system: Linux 2.4/RedHat 7.1 PHP Version: 4.0.6 Description: Can't find libjpeg after upgrade to 4.0.6 Here's the tail end of config.log: configure:39416: checking whether to inclu

[PHP-DEV] Bug #11840 Updated: Can't find libjpeg after upgrade to 4.0.6

2001-07-02 Thread derick
ID: 11840 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Problem Operating system: PHP Version: 4.0.6 Assigned To: Comments: Can you add the config.log file to this report? Derick Previous Comments: -

[PHP-DEV] Bug #11839 Updated: hack? following is a discussion of the hack...... Is PHP the problem?????????

2001-07-02 Thread derick
ID: 11839 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.6 Assigned To: Comments: Can you please summarize this? Derick Previous Comments: ---

[PHP-DEV] Bug #11838 Updated: Apache crashed after PHP inicialization

2001-07-02 Thread derick
ID: 11838 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Reproducible crash Operating system: PHP Version: 4.0.6 Assigned To: Comments: Please add the backtrace that gdb showed. Derick Previous Comments:

[PHP-DEV] Bug #11840: Can't find libjpeg after upgrade to 4.0.6

2001-07-02 Thread pete
From: [EMAIL PROTECTED] Operating system: Linux 2.4/RedHat 7.1 PHP version: 4.0.6 PHP Bug Type: Compile Problem Bug description: Can't find libjpeg after upgrade to 4.0.6 When trying to compile 4.0.6 with the same configuration as 4.0.5, configure complains that it can't fi

[PHP-DEV] Bug #10790 Updated: Cannot redeclare function/class from included file

2001-07-02 Thread christian . huff
ID: 10790 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: Scripting Engine problem Operating system: Win2k,IIS5 PHP Version: 4.0.5 Description: Cannot redeclare function/class from included file Then why does it work every second time?? Previous Comments: -

[PHP-DEV] Bug #11839: hack? following is a discussion of the hack...... Is PHP the problem?????????

2001-07-02 Thread mlidd
From: [EMAIL PROTECTED] Operating system: linux (redhat7.1) PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: hack? following is a discussion of the hack.. Is PHP the problem? To: Bård Farstad <[EMAIL PROTECTED]> Subject: Re: FYI:more the

[PHP-DEV] Bug #11838: Apache crashed after PHP inicialization

2001-07-02 Thread janousek
From: [EMAIL PROTECTED] Operating system: RedHat Linux 6.2 PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: Apache crashed after PHP inicialization Compiling Apache 1.3.20, PHP 4.0.6 and mod_ssl 2.8.4 (with OpenSSL/0.9.6a) produced correctly httpd, but w

[PHP-DEV] Bug #11679 Updated: crash on webserver start

2001-07-02 Thread jbell
ID: 11679 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Reproducible crash Operating system: Yellow Dog Linux 2.0 - 2.2.19 PPC PHP Version: 4.0.6 Description: crash on webserver start I am not loading any of the shared libraries. Which ones do you see that are not

[PHP-DEV] Bug #11761 Updated: LC_CTYPE undeclared

2001-07-02 Thread unix-guy
ID: 11761 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating system: HP-UX 11.00 PHP Version: 4.0.6 Description: LC_CTYPE undeclared I was able to work around the problem by adding: #define HAVE_LOCALE_H 1 in main/php_config.h However, I am still concerned

Re: [PHP-DEV] global HTTP_(POST|GET|SESSION|SERVER|COOKIE)_VARS;

2001-07-02 Thread derick
On Mon, 2 Jul 2001, Cynic wrote: > /me smells $@, $#, $$, $' and stuff. :| > I don't really mind PHP being a bit verbose. There is nothing wrong with being verbose of course, but there is a limit on this. Writing 50 lines of code, and using in there around 20 times $HTTP_SESSION_VARS or somethin

Re: [PHP-DEV] global HTTP_(POST|GET|SESSION|SERVER|COOKIE)_VARS;

2001-07-02 Thread Cynic
/me smells $@, $#, $$, $' and stuff. :| I don't really mind PHP being a bit verbose. At 15:10 7/2/2001, Zeev Suraski wrote the following: -- >(a) I agree that the names are long >(b) Remember that you can change the name by simply assig

[PHP-DEV] Bug #11836 Updated: Require nor Include works inner a class file

2001-07-02 Thread cynic
ID: 11836 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Suspended Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: yes, actual knowledge of the coding technics one uses never did any harm. I'll leave this suspended as

[PHP-DEV] Bug #11836 Updated: Require nor Include works inner a class file

2001-07-02 Thread developer
ID: 11836 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating system: ms nt 4 PHP Version: 4.0.4pl1 Description: Require nor Include works inner a class file It's a good idea. Thank you. I still hope that require and include will works innner class declara

[PHP-DEV] Bug #11836 Updated: Require nor Include works inner a class file

2001-07-02 Thread cardinal
ID: 11836 Updated by: cardinal Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Why don't you move your common variables and methods to a separate class, and have your 200 classes extend it? Previous Co

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

2001-07-02 Thread danbeck
ID: 11833 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Documentation problem Operating system: PHP Version: 4.0.6 Assigned To: Comments: It's very hard to understand what you are saying... please forgive us if we don't quite get your point.

[PHP-DEV] Bug #11628 Updated: odbc_fetch_into is broken

2001-07-02 Thread kalowsky
ID: 11628 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: ODBC related Operating system: PHP Version: 4.0.6 Assigned To: Comments: To answer the question submitted by the bug reporter: odbc_fetch_into function can work with two different calls: odbc_fetch_into

Re: [PHP-DEV] Safe mode hole in mail()

2001-07-02 Thread derick
On Mon, 2 Jul 2001, Jan Lehnardt wrote: > Hi, > has this been recognized already? a quick look on the archives said no. Yes, this is valid. I will fix this tonight. (The first problem) Derick > > > Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm > Precedence: bulk > List-Id: > List-Pos

[PHP-DEV] Safe mode hole in mail()

2001-07-02 Thread Jan Lehnardt
Hi, has this been recognized already? a quick look on the archives said no. Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Unsubscribe: List-Subscribe:

[PHP-DEV] Bug #11837 Updated: Require nor Include works inner a class file

2001-07-02 Thread derick
ID: 11837 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Submitted twice Previous Comments:

[PHP-DEV] Bug #11837: Require nor Include works inner a class file

2001-07-02 Thread developer
From: [EMAIL PROTECTED] Operating system: ms nt 4 PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: Require nor Include works inner a class file Require nor Include works inner a class file. I have 200+ classes that have a common declaration of var

[PHP-DEV] Bug #11832 Updated: memory exhausted error

2001-07-02 Thread fb
ID: 11832 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: *General Issues Operating system: Linux 2.2.19 PHP Version: 4.0.6 Description: memory exhausted error Previous Comments: --- [2001-0

[PHP-DEV] Bug #11836 Updated: Require nor Include works inner a class file

2001-07-02 Thread derick
ID: 11836 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Scripting Engine problem Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Not a bug, this was never supposed to work. making this a feature request. Derick P

[PHP-DEV] Bug #11836: Require nor Include works inner a class file

2001-07-02 Thread developer
From: [EMAIL PROTECTED] Operating system: ms nt 4 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: Require nor Include works inner a class file Require nor Include works inner a class file. I have 200+ classes that have a common declaration of v

[PHP-DEV] Bug #11835 Updated: Include and Require does not work inner a class definition.

2001-07-02 Thread developer
ID: 11835 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: Scripting Engine problem Operating system: win nt 4 PHP Version: 4.0.4pl1 Description: Include and Require does not work inner a class definition. Well "include is not allowed there" is not sufficient. I have 200+ classes th

Re: [PHP-DEV] global HTTP_(POST|GET|SESSION|SERVER|COOKIE)_VARS;

2001-07-02 Thread derick
On Mon, 2 Jul 2001, Zeev Suraski wrote: > (a) I agree that the names are long > (b) Remember that you can change the name by simply assigning it around > (e.g., $GET_A = $HTTP_GET_VARS) I know this, but then you'll end up with: $GET_A = $GLOBALS["HTTP_GET_VARS"]; $POST_A = $GLOBALS["HTTP_POST_VA

[PHP-DEV] Bug #11835 Updated: Include and Require does not work inner a class definition.

2001-07-02 Thread jan
ID: 11835 Updated by: jan Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: include is not allowed there, use the constructor instead class { function class () {

[PHP-DEV] Bug #11835: Include and Require does not work inner a class definition.

2001-07-02 Thread developer
From: [EMAIL PROTECTED] Operating system: win nt 4 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: Include and Require does not work inner a class definition. Require nor Include works inner a class file. This is the file where I define the cla

Re: [PHP-DEV] global HTTP_(POST|GET|SESSION|SERVER|COOKIE)_VARS;

2001-07-02 Thread Cynic
At 14:07 7/2/2001, Derick Rethans wrote the following: -- >Hello list, > >sometimes I use PHP too, and today I noticed the things I described here. >Per coincidence, Jani, who is working on the new bugsystem, had the same >thoughts about

Re: [PHP-DEV] global HTTP_(POST|GET|SESSION|SERVER|COOKIE)_VARS;

2001-07-02 Thread Zeev Suraski
(a) I agree that the names are long (b) Remember that you can change the name by simply assigning it around (e.g., $GET_A = $HTTP_GET_VARS) (c) I think that $GET_A is ugly :) I'd go for something along the lines of $__GET (d) Having these variables available on every function means that it's g

[PHP-DEV] Bug #11337 Updated: SEGV when using mysql connections in OO-setting

2001-07-02 Thread schultz
ID: 11337 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Scripting Engine problem Operating system: RedHat Linux 7.1 PHP Version: 4.0.5 Description: SEGV when using mysql connections in OO-setting Honestly, I haven't tried it. After the problems we had with 4.0.5, o

[PHP-DEV] Bug #11834 Updated: ImageType() && IMG_GIF & GD 1.8.4

2001-07-02 Thread jeremy
ID: 11834 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: GD related Operating system: Linux Redhat 7.1 2.4.2 PHP Version: 4.0.5 Description: ImageType() && IMG_GIF & GD 1.8.4 Thanks! Previous Comments: --- [2001-

[PHP-DEV] Bug #11834 Updated: ImageType() && IMG_GIF & GD 1.8.4

2001-07-02 Thread jeremy
ID: 11834 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: GD related Operating system: Linux Redhat 7.1 2.4.2 PHP Version: 4.0.5 Description: ImageType() && IMG_GIF & GD 1.8.4 Oops! RTFM Again! Previous Comments: -

[PHP-DEV] Bug #11834 Updated: ImageType() && IMG_GIF & GD 1.8.4

2001-07-02 Thread derick
ID: 11834 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Bogus Bug Type: GD related Operating system: PHP Version: 4.0.5 Assigned To: Comments: User error = bogus Previous Comments: --- [2001

[PHP-DEV] Bug #11834 Updated: ImageType() && IMG_GIF & GD 1.8.4

2001-07-02 Thread sterling
ID: 11834 Updated by: sterling Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: GD related Operating system: PHP Version: 4.0.5 Assigned To: Comments: That's incorrect code, its: if (ImageTypes() & IMG_GIF) { Previous Comments: ---

[PHP-DEV] Bug #11834: ImageType() && IMG_GIF & GD 1.8.4

2001-07-02 Thread jeremy
From: [EMAIL PROTECTED] Operating system: Linux Redhat 7.1 2.4.2 PHP version: 4.0.5 PHP Bug Type: GD related Bug description: ImageType() && IMG_GIF & GD 1.8.4 Trying: if (ImageTypes() && IMG_GIF) { echo 'GIFS enabled'; $im = imagecreatefromgif('img.gif'); } Still work

[PHP-DEV] Bug #10901 Updated: mssql.min_error_severity or mssql.min_message_severity have no effect

2001-07-02 Thread mike
ID: 10901 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: MSSQL related Operating system: Win2k Server SP1 PHP Version: 4.0.5 Description: mssql.min_error_severity or mssql.min_message_severity have no effect I was checking for errors from the mssql_query() function and not from the

[PHP-DEV] Bug #11287 Updated: CURLOPT_WRITEHEADER crashes PHP

2001-07-02 Thread sterling
ID: 11287 Updated by: sterling Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: cURL related Operating system: PHP Version: 4.0 Latest CVS (22/6 2001) Assigned To: Comments: Fixed in CVS. Previous Comments: ---

[PHP-DEV] Bug #11804 Updated: curl_error results strange strings

2001-07-02 Thread sterling
ID: 11804 Updated by: sterling Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: cURL related Operating system: PHP Version: 4.0 Latest CVS (2001-06-29) Assigned To: Comments: . Previous Comments: --

[PHP-DEV] Bug #11804 Updated: curl_error results strange strings

2001-07-02 Thread sterling
ID: 11804 Updated by: sterling Reported By: [EMAIL PROTECTED] Status: Open Bug Type: cURL related Operating system: PHP Version: 4.0 Latest CVS (2001-06-29) Assigned To: Comments: Fixed in cvs. Previous Comments: --- [200

[PHP-DEV] global HTTP_(POST|GET|SESSION|SERVER|COOKIE)_VARS;

2001-07-02 Thread Derick Rethans
Hello list, sometimes I use PHP too, and today I noticed the things I described here. Per coincidence, Jani, who is working on the new bugsystem, had the same thoughts about this. I'll describe the problem now: All the arrays which hold the vars are not in de global name space, you you will alwa

[PHP-DEV] I can't unsubscribe . . .

2001-07-02 Thread Cesar Fernando Sarmento
Hi all! Please, somebody, let me out of this list. I trying to use the "normal ways" to unsubscribe, but never works! Thank you very much! Regards Cesar. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Re: [PHP-DEV] Tidying up the language

2001-07-02 Thread Gavin Sherry
Hi guys, I agree that, given a new Zend engine, it is the best of times to rework the language. I think Phil is right in pointing out that all functions/extensions need to be implemented along standardised lines. It would be best if, once there is concensus on such a frame work, it were set in (

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

2001-07-02 Thread M . Izydorski
ID: 11833 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating system: any PHP Version: 4.0.6 Description: Unsufficient docs I don't agree. I just disable register_global by setting it Off. Now I can't acces simply $PHP_SELF - returned string is empty. W

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

2001-07-02 Thread Hojtsy Gabor
Title: RE: [PHP-DEV] Bug #11833 Updated: Unsufficient docs > Huh? You're wrong here..PHP_SELF is found in HTTP_SERVER_VARS.. I understand :) Goba

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

2001-07-02 Thread Jani Taskinen
Huh? You're wrong here..PHP_SELF is found in HTTP_SERVER_VARS.. --Jani On 2 Jul 2001 [EMAIL PROTECTED] wrote: >ID: 11833 >Updated by: goba >Reported By: [EMAIL PROTECTED] >Status: Open >Bug Type: Documentation problem >Operating system: >PHP Version: 4.0.6 >Assigned To: >Comments: > >$PHP_SELF

[PHP-DEV] Bug #11731 Updated: PHP_URL_FOPEN only doesn't work

2001-07-02 Thread brian
ID: 11731 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Network related Operating system: Linux PHP Version: 4.0.6 Description: PHP_URL_FOPEN only doesn't work oh sorry I'am a error with my message, test this code : http://$url";, "r"); echo "Link ($url): $link

  1   2   >