[PHP-DEV] Bug #12818 Updated: missing include "php_config.h" in ext/pgsql/pgsql.c

2001-08-17 Thread sniper
ID: 12818 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: PostgreSQL related Operating System: Linux PHP Version: 4.0.6 New Comment: Works for me with PHP 4.0.7RC1. How did you compile the extension? As a shared? Please try the latest RC from: h

[PHP-DEV] Bug #12817 Updated: problems building apache with libmodphp4.a

2001-08-17 Thread sniper
ID: 12817 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating System: RH 7.0 PHP Version: 4.0.6 New Comment: You didn't read the INSTALL file for instructions. Please ask support questions on [EMAIL PROTECTED] mailing list.

[PHP-DEV] Bug #12816 Updated: Confirmation of filestat.c bug on different platform (ref.11790 11776 12397)

2001-08-17 Thread sniper
ID: 12816 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Compile Failure Operating System: Slackware Linux 3.X (glibc2.0.7) PHP Version: 4.0.6 New Comment: Should be fixed in latest CVS and in PHP 4.0.7RC1. Try the latest CVS snapshot from http://snap

[PHP-DEV] Bug #12821 Updated: Unable to load dynamic library 'c:/php/extensions/php_oci8.dll'

2001-08-17 Thread sebastian
ID: 12821 Updated by: sebastian Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: OCI8 related Operating System: Windows NT PHP Version: 4.0.6 New Comment: Does 'c:/php/extensions/php_oci8.dll' exist? If not, download it a http://www.php4win.de/. Previous Comments: --

[PHP-DEV] Bug #12294 Updated: Compile fails with error almost immediatley.

2001-08-17 Thread avsm
ID: 12294 Updated by: avsm Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Compile Failure Operating System: OpenBSD 2.9 PHP Version: 4.0CVS-2001-07-20 New Comment: You need bison and flex to regenerate the parsers; yacc will not work. If you are using the version of

[PHP-DEV] mcrypt broken?

2001-08-17 Thread Anil Madhavapeddy
Testing PHP-4.0.7RC1 on OpenBSD-2.9, w/ libmcrypt-2.4.15 Mcrypt seems a bit broken; even calling nothing but mcrypt_module_open results in "Warning: Unknown list entry type in request shutdown (0) in ..." Anyone else seeing this problem? Anil -- PHP Development Mailing List

Re: [PHP-DEV] another segv in sapi_apache2

2001-08-17 Thread Sterling Hughes
applied -- thanks again. -Sterling > thanks. this one gets rid of a warning... > > Index: sapi_apache2.c > === > RCS file: /repository/php4/sapi/apache2filter/sapi_apache2.c,v > retrieving revision 1.45 > diff -u -

Re: [PHP-DEV] another segv in sapi_apache2

2001-08-17 Thread Doug MacEachern
thanks. this one gets rid of a warning... Index: sapi_apache2.c === RCS file: /repository/php4/sapi/apache2filter/sapi_apache2.c,v retrieving revision 1.45 diff -u -r1.45 sapi_apache2.c --- sapi_apache2.c 18 Aug 2001 01:36:29 -

Re: [PHP-DEV] The PHP brainstorm

2001-08-17 Thread Ron Chmara
Kristian Koehntopp wrote: > > I send this again, under a proper subject. You might want to use > a slow Friday afternoon or the weekend to think about this, and > write something up. Please do, we need your input. 1. Menu driven *nix self-installer: - Would you like me to

Re: [PHP-DEV] another segv in sapi_apache2

2001-08-17 Thread Sterling Hughes
On Fri, 17 Aug 2001, Doug MacEachern wrote: > doesn't seem right for this flush function to be called at server > shutdown, ctx->f and ctx->f->r won't be alive at this point. so i'm > not sure if this is the right fix, but patch below stops segv. with this > and the cleanup_register patch bloom

[PHP-DEV] another segv in sapi_apache2

2001-08-17 Thread Doug MacEachern
doesn't seem right for this flush function to be called at server shutdown, ctx->f and ctx->f->r won't be alive at this point. so i'm not sure if this is the right fix, but patch below stops segv. with this and the cleanup_register patch bloom committed for me, all php tests in httpd-test are no

[PHP-DEV] Bug #12822: Inconsistant label for Image functions

2001-08-17 Thread rdhatt
From: [EMAIL PROTECTED] Operating system: n/a PHP version: 4.0.6 PHP Bug Type: Documentation problem Bug description: Inconsistant label for Image functions The functions dealing with image manipulation are referred to as "Image Functions" both at http://www.php.net/manual/e

[PHP-DEV] Re: [PHP-QA] Re: PHP-4.0.7RC1

2001-08-17 Thread Richard Lynch
Relying on initialization by the system instead of doing it by hand is bad. What if somebody then includes your file into something else, but has used that variable, but their final value is usually 0, except when it's not... Then, your code works for a while and then inexplicably breaks. Alway

[PHP-DEV] Bug #12821: Unable to load dynamic library 'c:/php/extensions/php_oci8.dll'

2001-08-17 Thread forastero23
From: [EMAIL PROTECTED] Operating system: Windows NT PHP version: 4.0.6 PHP Bug Type: OCI8 related Bug description: Unable to load dynamic library 'c:/php/extensions/php_oci8.dll' When Apache is starting with the php4apache.dll, appears the following message: "Unable to load

[PHP-DEV] Bug #12820: php isapi crashes

2001-08-17 Thread support
From: [EMAIL PROTECTED] Operating system: w2k serv sp2(?)+codered hotfix PHP version: 4.0.6 PHP Bug Type: IIS related Bug description: php isapi crashes Keep getting these WAM errors in my system event viewer The HTTP server encountered an unhandled exception while proces

[PHP-DEV] Base Binary Tree implementation

2001-08-17 Thread Sterling Hughes
Heyooo, I'm currently working on implementing a few sets of binary trees, and I was thinking that perhaps the simple binary tree, shouldn't be the default implementation (I'll be implementing threaded and non-threaded varients of AVL Tree's and Red Black tree's so far...).

[PHP-DEV] Developer

2001-08-17 Thread Rodrigo Gonzalez
Hi: We are a telecomunications company based in Argentina. We are looking for PHP developers with concerns on Database programing. Send skills and Curriculum with work done to [EMAIL PROTECTED] Regards, Rodrigo Gonzalez TTN S.A. -- PHP Development Mailing List To

[PHP-DEV] Bug #12819: variables and constants in classnames

2001-08-17 Thread giancarlo
From: [EMAIL PROTECTED] Operating system: any PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: variables and constants in classnames it would be nice to have the possibility to create classes with variable or constants in 'classname' and 'extends'.

[PHP-DEV] Bug #12818: missing include "php_config.h" in ext/pgsql/pgsql.c

2001-08-17 Thread doug
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: PostgreSQL related Bug description: missing include "php_config.h" in ext/pgsql/pgsql.c Due to the ommission of the "php_config.h" header file in pgsql.c, the pg_cmdtuples() function was unsuppo

Re: [PHP-DEV] GLIBC maintainer about Stallman

2001-08-17 Thread James Moore
> Whoa, an interesting read. Does this mean you wont be pushing for PHP to be LGPL'd then?? - James -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail

[PHP-DEV] Bug #12817 Updated: problems building apache with libmodphp4.a

2001-08-17 Thread mgregory
ID: 12817 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Operating System: RH 7.0 PHP Version: 4.0.6 New Comment: I left out the configure option on php for building as an apache module: --with-apache=../apache_1.3.20 Previous C

[PHP-DEV] Bug #12817 Updated: problems building apache with libmodphp4.a

2001-08-17 Thread mgregory
ID: 12817 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Operating System: RH 7.0 PHP Version: 4.0.6 New Comment: BTW: I also tried this on apache 3.1.19 and 3.1.18 with identical results. Previous Comments: ---

[PHP-DEV] Bug #12817: problems building apache with libmodphp4.a

2001-08-17 Thread mgregory
From: [EMAIL PROTECTED] Operating system: RH 7.0 PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: problems building apache with libmodphp4.a This seems to be a php problem, not an apache one so I'm posting it here... When running make on apache w

[PHP-DEV] Bug #12816: Confirmation of filestat.c bug on different platform (ref.11790 11776 12397)

2001-08-17 Thread geegs
From: [EMAIL PROTECTED] Operating system: Slackware Linux 3.X (glibc2.0.7) PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: Confirmation of filestat.c bug on different platform (ref.11790 11776 12397) Just a duplicated confimrmation of this bug on a slightl

[PHP-DEV] 4.0.7RC1 && recognition of libs during ./configure

2001-08-17 Thread Cynic
Hi there, ./cofnigure dosn't seem to recognize versions of certain libraries, it bails out for me on --with-zlib (1.1.3 installed) and --with-bz2 (1.0.1 installed). Karl Austin also reported the same problem with --with-zip (he's got 10.0.20 installed). I don't know what system he has, but mine i

[PHP-DEV] Re: [PHP-QA] Re: PHP-4.0.7RC1

2001-08-17 Thread Zeev Suraski
At 19:54 17-08-01, Stanislav Malyshev wrote: >I know. That's shaving with an axe - I can do it, but that's wrong thing >to do. User should not be encouraged to fiddle with ini_set unless it is >absolutely necessary. I disagree. ini_set() is kinda like inspector Gadget's hat, you can find a shav

[PHP-DEV] Bug #12815 Updated: session does not set value inside function

2001-08-17 Thread derick
ID: 12815 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: W2K PHP Version: 4.0.6 New Comment: Read the piece about variabeles and scopes in the manual. This is not a bug. Previous Comments:

[PHP-DEV] Re: [PHP-QA] Re: PHP-4.0.7RC1

2001-08-17 Thread Stanislav Malyshev
ZS>> This is one case in which there's no added value to E_NOTICE - in your ZS>> example, you explicitly don't care whether the variable exists or ZS>> not. There are many cases in which there is an added value in ZS>> E_NOTICE. For example: Agreed. But if we enable it by default, we may actual

[PHP-DEV] Bug #12815: session does not set value inside function

2001-08-17 Thread jcastro
From: [EMAIL PROTECTED] Operating system: W2K PHP version: 4.0.6 PHP Bug Type: Session related Bug description: session does not set value inside function I do not know if this is a bug or if I am doing something very wrong Continue"; } foo(); ?> -- Edit bug report at

[PHP-DEV] Re: [PHP-QA] Re: PHP-4.0.7RC1

2001-08-17 Thread Zeev Suraski
At 19:35 17-08-01, Cynic wrote: >This will happily run in E_ALL &~ E_NOTICE whether $x == 'foo' or not. >Attacker can then inject $secure in the query string, and it'll apply >whether or not $x == 'foo'. This will be caught with error_reporting >E_ALL. That's just a specific case of the register_

[PHP-DEV] Re: [PHP-QA] Re: PHP-4.0.7RC1

2001-08-17 Thread Hellekin O. Wolf
At 19:16 17/08/2001 +0300, Stanislav Malyshev wrote: >ZS>> While we're at it, I think that we should also take another >ZS>> recommendation from the advisory that brought this mess upon us >ZS>> - and turn URL fopens off by default. > >Well, generally I personally would even go further and make tw

[PHP-DEV] Re: [PHP-QA] Re: PHP-4.0.7RC1

2001-08-17 Thread Zeev Suraski
At 19:16 17-08-01, Stanislav Malyshev wrote: >ZS>> I consider E_NOTICE as a basic element of good programming >ZS>> practices. Unlike register_globals, which simply begs for >ZS>> security bugs to > >Actually, I fail to see why it is so. Let's see two code snippets: > >if($arr['foo']) { ... do so

[PHP-DEV] PHP 4.0.7 Socket Support

2001-08-17 Thread Ninety-Nine Ways To Die
I have a question to all. I am writing an experimental socket server, and have managed to do so sucessfully, but I have noticed the way the socket_connect feature just appears to wait for a connection and not for a response. I built it so there is a response from the server, but shouldn't i

[PHP-DEV] Bug #11707 Updated: FILE.lo isn't a libtool type if built php as a cgi

2001-08-17 Thread sniper
ID: 11707 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Compile Failure Operating System: NetBSD/Alpha 1.5W-current PHP Version: 4.0.6 New Comment: close per user request. Previous Comments: -

[PHP-DEV] Re: [PHP-QA] Re: PHP-4.0.7RC1

2001-08-17 Thread Stanislav Malyshev
C>> if('foo' == $x){ C>> $secure = true; C>> } C>> ... C>> if($secure){ C>> # do sumthing that needs authentication C>> } C>> C>> This will happily run in E_ALL &~ E_NOTICE whether $x == 'foo' or not. C>> Attacker can then inject $secure in the query string, and it'll apply C>> whether or not

[PHP-DEV] Bug #11707 Updated: FILE.lo isn't a libtool type if built php as a cgi

2001-08-17 Thread tom
ID: 11707 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Compile Failure Operating System: NetBSD/Alpha 1.5W-current PHP Version: 4.0.6 New Comment: this problem doesn't exisit in a snap i tested yesterday. you could close this now.

[PHP-DEV] Re: [PHP-QA] Re: PHP-4.0.7RC1

2001-08-17 Thread Cynic
At 18:16 8/17/2001, Stanislav Malyshev wrote the following: -- >ZS>> I consider E_NOTICE as a basic element of good programming >ZS>> practices. Unlike register_globals, which simply begs for >ZS>> security bugs to > >Actually, I fail t

[PHP-DEV] Bug #12814 Updated: Error in compile option for GD

2001-08-17 Thread mfischer
ID: 12814 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *Compile Issues Operating System: DEBIAN Linux Potato PHP Version: 4.0.6 New Comment: The issue has been fixed long before. Please search the Bug database before submitting a bug. - Markus

[PHP-DEV] Re: [PHP-QA] Re: PHP-4.0.7RC1

2001-08-17 Thread Stanislav Malyshev
ZS>> I consider E_NOTICE as a basic element of good programming ZS>> practices. Unlike register_globals, which simply begs for ZS>> security bugs to Actually, I fail to see why it is so. Let's see two code snippets: if($arr['foo']) { ... do something ... } if(isset($arr['foo']) && $arr['foo']!=

[PHP-DEV] Bug #12814: Error in compile option for GD

2001-08-17 Thread bperrine
From: [EMAIL PROTECTED] Operating system: DEBIAN Linux Potato PHP version: 4.0.6 PHP Bug Type: *Compile Issues Bug description: Error in compile option for GD For TTF support in GD The help say use : --enable-gd-native-ttf It work with : --enable-gd-native-tt --

[PHP-DEV] Bug #12813: Bug id #11058 but on linux.

2001-08-17 Thread frank
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: *URL Functions Bug description: Bug id #11058 but on linux. System Linux bato 2.2.19 #1 Thu Jun 7 10:44:22 Local time zone must be set--see zic manuali686 i686 unknown Build Date Aug 17 2001

[PHP-DEV] Bug #12810 Updated: 3

2001-08-17 Thread fearuk
ID: 12810 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: MySQL related Operating System: Linux (Red Hat 6.2 Kernel 2.2.18 PHP Version: 4.0.6 New Comment: Thank . PHP install Previous Comments: --

[PHP-DEV] Re: [PHP-QA] Re: PHP-4.0.7RC1

2001-08-17 Thread Zeev Suraski
At 17:43 17-08-01, Hellekin O. Wolf wrote: >*** I understood that 4.0.7 / 4.1.0 would be a question of what we want next. 4.1.0 will. We're not changing any defaults in 4.0.7... >If E_ALL brings better code, why not encourage that ? >Democracy is good as long as it's evolving. If we encourage a

[PHP-DEV] Re: [PHP-QA] Re: PHP-4.0.7RC1

2001-08-17 Thread Zeev Suraski
At 17:43 17-08-01, Cynic wrote: >This doesn't hold water. display_errors is on in php.ini-dist anyways, >so what do you gain by display_startup_errors off? Quite a lot. Even if your code is rock solid, and has no warnings, errors, or notices whatsoever - or if you have error_reporting(0) at the

[PHP-DEV] Re: [PHP-QA] Re: PHP-4.0.7RC1

2001-08-17 Thread Hellekin O. Wolf
At 17:13 17/08/2001 +0300, Zeev Suraski wrote: >At 17:05 17-08-01, Cynic wrote: >>I'd do this: >> >>4.0.7: >>php.ini-standard basically today's php.ini-dist >>php.ini-recommendedbasically today's php.ini-optimized >>+ the proposed security related changes >>

[PHP-DEV] Re: [PHP-QA] Re: PHP-4.0.7RC1

2001-08-17 Thread Cynic
At 16:13 8/17/2001, Zeev Suraski wrote the following: -- >At 17:05 17-08-01, Cynic wrote: >>I'd do this: >> >>4.0.7: >>php.ini-standard basically today's php.ini-dist >>php.ini-recommendedbasically today's php.ini-optimized >>

[PHP-DEV] Bug #12812 Updated: nl2br, get_html_translation_table and strtr

2001-08-17 Thread derick
ID: 12812 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Unknown/Other Function Bug Type: Feature/Change Request Operating System: Linux (SuSE Based) PHP Version: 4.0.6 New Comment: Making this a feature request Previous Comments: ---

[PHP-DEV] Re: [PHP-QA] Re: PHP-4.0.7RC1

2001-08-17 Thread Zeev Suraski
At 17:05 17-08-01, Cynic wrote: >I'd do this: > >4.0.7: >php.ini-standard basically today's php.ini-dist >php.ini-recommendedbasically today's php.ini-optimized >+ the proposed security related changes >what this is exactly I don't know. pe

[PHP-DEV] Bug #12812: nl2br, get_html_translation_table and strtr

2001-08-17 Thread kapp
From: [EMAIL PROTECTED] Operating system: Linux (SuSE Based) PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: nl2br, get_html_translation_table and strtr since php 4.0.5 with nl2br I get an XHTML1.0 compatible tag back. So far so good, but if I

[PHP-DEV] Re: [PHP-QA] Re: PHP-4.0.7RC1

2001-08-17 Thread Cynic
At 15:35 8/17/2001, Zeev Suraski wrote the following: -- >At 16:21 17-08-01, Cynic wrote: >>I vote for E_ALL as default in 4.1. NB I thought it was agreed >>that the same code will be released as 4.0.7 and 4.1.0 with the >>difference bei

[PHP-DEV] Re: [PHP-QA] Re: PHP-4.0.7RC1

2001-08-17 Thread Zeev Suraski
At 16:21 17-08-01, Cynic wrote: >I vote for E_ALL as default in 4.1. NB I thought it was agreed >that the same code will be released as 4.0.7 and 4.1.0 with the >difference being php.ini settings. Was it a misperception on my >part? Defaults and ini settings (the binary will also reflect the new

[PHP-DEV] Bug #12809 Updated: function calls, default arguments and passing references

2001-08-17 Thread derick
ID: 12809 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Suspended Bug Type: Feature/Change Request Operating System: linux 2.2 PHP Version: 4.0.4pl1 New Comment: Default referenced variabeles are not yet supported. They probably will be in the second release of the Z

[PHP-DEV] Bug #12810 Updated: 3

2001-08-17 Thread derick
ID: 12810 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: MySQL related Operating System: Linux (Red Hat 6.2 Kernel 2.2.18 PHP Version: 4.0.6 New Comment: Add --with-zlib to your ./configure line. Derick Previous Comments: --

[PHP-DEV] Bug #12811: NTEXT field type

2001-08-17 Thread serge
From: [EMAIL PROTECTED] Operating system: RH 7.0 PHP version: 4.0.6 PHP Bug Type: ODBC related Bug description: NTEXT field type Hi All, Database Server Win2000 and MS SQL 2000 running ODBC-ODBC Bridge Server from Easysoft (www.easysoft.co.uk) PHP ODBC compiled agains

[PHP-DEV] Bug #12806 Updated: ldap compile.

2001-08-17 Thread sniper
ID: 12806 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Old Bug Type: *Compile Issues Bug Type: Compile Failure Operating System: Solaris 8 PHP Version: 4.0.6 New Comment: Please don't submit bug reports. I still don't think this is a bug but a problem with you

[PHP-DEV] Bug #12810: 3

2001-08-17 Thread fearuk
From: [EMAIL PROTECTED] Operating system: Linux (Red Hat 6.2 Kernel 2.2.18 PHP version: 4.0.6 PHP Bug Type: MySQL related Bug description: 3 [root@pies php]#./configure --enable-force-cgi redirect --enable-discard-path --with-mysql=/usr/local/mysql --with-gd=/usr/local/gd-

[PHP-DEV] Bug #12809: function calls, default arguments and passing references

2001-08-17 Thread anders
From: [EMAIL PROTECTED] Operating system: linux 2.2 PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: function calls, default arguments and passing references In a class I often use functions like this to get/set variables: class example { var $

[PHP-DEV] Bug #12754: HTTP "PUT" Command in PHP4

2001-08-17 Thread icom
I don't know why this bug# posted by me is never see the light in this group. Operating system: Red Hat Linux 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Website problem Bug description: HTTP "PUT" Command in PHP4 The details of this problem can be found on bug #4763, #4986, #6672, #10307

[PHP-DEV] Re: [PHP-QA] Re: PHP-4.0.7RC1

2001-08-17 Thread Cynic
At 12:23 8/17/2001, Zeev Suraski wrote the following: -- >At 12:00 17-08-01, Hellekin O. Wolf wrote: >>At 21:15 16/08/2001 +0300, Zeev Suraski wrote: What is the default error_reporting ? (When no value has been defined ?) >>> >>>The

[PHP-DEV] Bug #12808 Updated: Requerimos urgente asesoria con la instalacion de PHP

2001-08-17 Thread derick
ID: 12808 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating System: Windows 2000 Profesional PHP Version: 4.0.6 New Comment: It seems that you are asking instructions on how to install a database support with PHP. This is

[PHP-DEV] Bug #12808: Requerimos urgente asesoria con la instalacion de PHP

2001-08-17 Thread sermuca
From: [EMAIL PROTECTED] Operating system: Windows 2000 Profesional PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: Requerimos urgente asesoria con la instalacion de PHP Nuestro caso es el siguiente: Se tiene un servidor de aplicacion donde colocar

[PHP-DEV] Bug #12807: Checking for a file with file_exist crashed PHP

2001-08-17 Thread cnovak
From: [EMAIL PROTECTED] Operating system: NT4.0 server PHP version: 4.0.6 PHP Bug Type: IIS related Bug description: Checking for a file with file_exist crashed PHP here is the code: $iserr = !file_exists($filename) -- Edit bug report at: http://bugs.php.net/?id=12

[PHP-DEV] Bug #12806: ldap compile.

2001-08-17 Thread johan . vikerskog
From: [EMAIL PROTECTED] Operating system: Solaris 8 PHP version: 4.0.6 PHP Bug Type: *Compile Issues Bug description: ldap compile. When i compile PHP without ldap everything works GREAT. But when i add: --with-ldap="ldap directory" I get this error message when running

[PHP-DEV] Bug #12805 Updated: ./configure: lex: command not found

2001-08-17 Thread derick
ID: 12805 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Compile Failure Operating System: SuseLinux 7.2 PHP Version: 4.0.6 New Comment: This is not a PHP bug. Install flex to compile PHP. Previous Comments:

[PHP-DEV] Bug #12805: ./configure: lex: command not found

2001-08-17 Thread lopez
From: [EMAIL PROTECTED] Operating system: SuseLinux 7.2 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: ./configure: lex: command not found While running confugire, this error applies: checking lex output file root... ./configure: lex: command not found

[PHP-DEV] Re: PHP-4.0.7RC1

2001-08-17 Thread Zeev Suraski
At 12:00 17-08-01, Hellekin O. Wolf wrote: >At 21:15 16/08/2001 +0300, Zeev Suraski wrote: >>>What is the default error_reporting ? (When no value has been defined ?) >> >>The default error reporting is E_ALL & ~E_NOTICE - or, in other words, >>all types of errors and warnings, except for notices

[PHP-DEV] Bug #12801 Updated: scope of opened files

2001-08-17 Thread lumberjakel
ID: 12801 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Filesystem function related Operating System: win98 PHP Version: 4.0.6 New Comment: thnx a great deal Previous Comments: [

[PHP-DEV] Bug #12804 Updated: include() another file error on sybase_query

2001-08-17 Thread sniper
ID: 12804 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Old Bug Type: Website problem Bug Type: *General Issues Operating System: solaris pc x86 PHP Version: 4.0.6 New Comment: ask support questions on the mailing lists: http://www.php.net/support.php Prev

Re: [PHP-DEV] Karma request

2001-08-17 Thread Stig Sæther Bakken
[Marc Boeren <[EMAIL PROTECTED]>] > I would like to add myself as maintainer of dbx to the EXTENSIONS file, but > my karma is not sufficient to do this myself... > So if somebody could do this for me, or upgrade my karma, that would be nice > :) Fixed. - Stig -- Stig Sæther Bakken <[EMAIL P

[PHP-DEV] Bug #12803 Updated: Can php close STDOUT

2001-08-17 Thread derick
ID: 12803 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Output Control Operating System: any PHP Version: 4.0.6 New Comment: Nog a bug in PHP. Support questions belong on the [EMAIL PROTECTED] mailing list. Previous Comments:

[PHP-DEV] Bug #12803: Can php close STDOUT

2001-08-17 Thread blueeye
From: [EMAIL PROTECTED] Operating system: any PHP version: 4.0.6 PHP Bug Type: Output Control Bug description: Can php close STDOUT Would someone tell me how to close STDOUT? I would like to do some jobs like because I don't want it to wait for jobs.php done. I see

Re: [PHP-DEV] Linux Today Article

2001-08-17 Thread Stig Sæther Bakken
[Kristian Koehntopp <[EMAIL PROTECTED]>] > > And finally, what is "services" to you? How will they relate to > PHP and what do we as developers need to do to enable them? To me, "services" means online transactions, be it web search, stock alerts or credit card payments, and the full range of va

[PHP-DEV] Bug #11707 Updated: FILE.lo isn't a libtool type if built php as a cgi

2001-08-17 Thread sniper
ID: 11707 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Critical Status: Feedback Bug Type: Compile Failure Operating System: NetBSD/Alpha 1.5W-current PHP Version: 4.0.6 New Comment: Is this still happening? Previous Comments: --