[PHP-DEV] Bug #13846: Patch: Use [ ] as shortcut for array()

2001-10-27 Thread z4k4ri4
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: Patch: Use [ ] as shortcut for array() In my script I use a lot of nested array() or array() as parameter. So the array() things start to get in the way.

[PHP-DEV] dl() equivalent

2001-10-27 Thread Stig S. Bakken
Hi, Back in the early 3.0 days, dl() used to load stuff into the process without removing it at the end of the request. Zeev, would not yanking modules back out at request shutdown eliminate some of the evilness of dl()? - Stig -- PHP Development Mailing List http://www.php.net/ To

[PHP-DEV] Bug #13846 Updated: Patch: Use [ ] as shortcut for array()

2001-10-27 Thread z4k4ri4
ID: 13846 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Any PHP Version: 4.0.6 New Comment: My browser mangling the patch see if these works --- php-4.0.6/Zend/zend_language_parser.y.zak Sun May 6 21:36:25

[PHP-DEV] CVS Account Request: kvn

2001-10-27 Thread Vitaliy N. Kravchenko
Want to contribute the PEAR Package : class.Exel - Exel data generation class. current location: http://www.php4you.kiev.ua/source/class.PEAR.Exel.php Don't need access to all php-cvs tree, only just one direcrory..(if it possible..), for example: /pear/Exel or something.. Thanks. --

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-27 Thread Stig S. Bakken
Stanislav Malyshev wrote: DB I do not know Java. In Perl, namespaces exist, so it's a DB completely different ballgame. But even still, it's not the DB responsibility of the user to know the inner workings of a DB module or package in Perl. If we talking about how to quick hack PHP

[PHP-DEV] Bug #13824 Updated: /usr/libexec/libphp4.so: undefined symbol: mm_create

2001-10-27 Thread louigi600
ID: 13824 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Compile Failure Operating System: linux slackware 8.0 PHP Version: 4.0.6 New Comment: this is the situation on my box: root@extensa:~# ls -l /usr/lib/libmm* -rw-r--r--1

Re: [PHP-DEV] dl() equivalent

2001-10-27 Thread Andi Gutmans
At 08:43 AM 10/27/2001 +0200, Stig S. Bakken wrote: Hi, Back in the early 3.0 days, dl() used to load stuff into the process without removing it at the end of the request. Zeev, would not yanking modules back out at request shutdown eliminate some of the evilness of dl()? That is probably a

Re: [PHP-DEV] dl() equivalent

2001-10-27 Thread Zeev Suraski
In my opinion, not really - it'll just replace one mess with another... At 08:43 27/10/2001, Stig S. Bakken wrote: Hi, Back in the early 3.0 days, dl() used to load stuff into the process without removing it at the end of the request. Zeev, would not yanking modules back out at request

[PHP-DEV] Bug #13847: php hangs after newest ie6 critical update

2001-10-27 Thread enscwong
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.6 PHP Bug Type: *General Issues Bug description: php hangs after newest ie6 critical update Dear php team, After I installed an ie6 newest critical update, pages with php extension will hang iis.

[PHP-DEV] Bug #13816 Updated: Accessing a static HTML page crashes Apache

2001-10-27 Thread sniper
ID: 13816 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Solaris 8 SPARC PHP Version: 4.0.6 New Comment: Did you do 'apachectl stop ; apachectl start' ?? Restart won't work. --Jani Previous Comments:

[PHP-DEV] Bug #13824 Updated: /usr/libexec/libphp4.so: undefined symbol: mm_create

2001-10-27 Thread sniper
ID: 13824 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Compile Failure Operating System: linux slackware 8.0 PHP Version: 4.0.6 New Comment: Propably something wrong with the libs. Reinstall libmm. And try also with latest CVS snapshot from

[PHP-DEV] Bug #13847 Updated: php hangs after newest ie6 critical update

2001-10-27 Thread sniper
ID: 13847 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *General Issues Operating System: Windows 2000 PHP Version: 4.0.6 New Comment: Report this to Microsoft. Not PHP bug. Previous Comments:

[PHP-DEV] Bug #13824 Updated: /usr/libexec/libphp4.so: undefined symbol: mm_create

2001-10-27 Thread louigi600
ID: 13824 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Compile Failure Operating System: linux slackware 8.0 PHP Version: 4.0.6 New Comment: I'm sure this is not the case because things worked fine till I tried to add in oracle.

[PHP-DEV] Bug #13824 Updated: /usr/libexec/libphp4.so: undefined symbol: mm_create

2001-10-27 Thread sniper
ID: 13824 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Compile Failure Operating System: linux slackware 8.0 PHP Version: 4.0.6 New Comment: Of course it's not..ask further support questions on the mailing lists. This is not a discussion forum.

[PHP-DEV] Bug #13720 Updated: ftp_nlist and ftp_rawlist always return false

2001-10-27 Thread sniper
ID: 13720 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: FTP related Operating System: Windows 2000 Advance Server PHP Version: 4.0.6 New Comment: What if you try with some public (anonymous) ftp servers? Does this work then? Previous Comments:

[PHP-DEV] A Free computer mlm call

2001-10-27 Thread
Below is the result of your feedback form. It was submitted by ([EMAIL PROTECTED]) on Saturday, October 27, 2001 at 08:53:23 --- --- -- PHP

Re: [PHP-DEV] Bug #13846 Updated: Patch: Use [ ] as shortcut forarray()

2001-10-27 Thread Derick Rethans
Hello, I would say -1 on this, this is not readable and IMHO just a hack: $array = [['9', 34],[7],[1,'string']]; regrads, Derick On 27 Oct 2001 [EMAIL PROTECTED] wrote: ID: 13846 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change

[PHP-DEV] Re: Bug #13700: Database Abstraction API

2001-10-27 Thread Manuel Lemos
Hello, [EMAIL PROTECTED] wrote: There doesn't appear to be a standard database access API in PHP. Instead there's a separate API for each database supported. This is insanity for anyone that wants to be able to support multiple databases. I know there are a number of database abstraction

[PHP-DEV] Feauture request/proposal: import

2001-10-27 Thread Andreas Aderhold
Hi All, What do you guys think of a import feauture for php. This allows developers to use packages and a package trees for including files. We're using a php written import for the binarycloud app framework with grat success. It's extremly handy, easy to use, clear and straight forward. We

Re: [PHP-DEV] Re: Bug #13700: Database Abstraction API

2001-10-27 Thread Markus Fischer
On Sat, Oct 27, 2001 at 12:29:48PM -0200, Manuel Lemos wrote : I am afraid that will never happen. A project for db abstraction as an extension is already in the works. History discussions about it can be found on pear-dev archiv. - Markus -- PHP Development Mailing List http://www.php.net/

[PHP-DEV] Re: Bug #13847 Updated: php hangs after newest ie6 critical update

2001-10-27 Thread John Lim
I suggest you run PHP as a CGI as a workaround. [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... ID: 13847 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *General Issues Operating System: Windows 2000 PHP

Re: [PHP-DEV] Re: Bug #13700: Database Abstraction API

2001-10-27 Thread Manuel Lemos
Hello, Markus Fischer wrote: On Sat, Oct 27, 2001 at 12:29:48PM -0200, Manuel Lemos wrote : I am afraid that will never happen. A project for db abstraction as an extension is already in the works. History discussions about it can be found on pear-dev archiv. What I meant that it

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-10-27 Thread php-dev
PHP 3.0 Bug Database summary - http://bugs.php.net Num Status Summary (539 total including feature requests) ===[*General Issues]== 4180 Open is_link returns false when target doesnt exist (should return true) 9610 Bogus

Re: [PHP-DEV] Re: Bug #13700: Database Abstraction API

2001-10-27 Thread Markus Fischer
On Sat, Oct 27, 2001 at 01:47:10PM -0200, Manuel Lemos wrote : What I meant that it would never happen is the adoption of an existing database abstraction package. Can you name a few? - Markus -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP-DEV] Re: Bug #13700: Database Abstraction API

2001-10-27 Thread Manuel Lemos
Hello, Markus Fischer wrote: On Sat, Oct 27, 2001 at 01:47:10PM -0200, Manuel Lemos wrote : What I meant that it would never happen is the adoption of an existing database abstraction package. Can you name a few? Metabase, ADODB, PHPlib, etc.. This discussion was already held before.

[PHP-DEV] Bug #13851: Ilegal operation

2001-10-27 Thread ambf
From: [EMAIL PROTECTED] Operating system: Win98 PHP version: 4.0.6 PHP Bug Type: HTTP related Bug description: Ilegal operation When I try to enter in phpmyadmin or other aplication that uses mySQL. Appears Windows ilegal operations box. PHP causou uma falha de página

[PHP-DEV] Bug #13851 Updated: Ilegal operation

2001-10-27 Thread hholzgra
ID: 13851 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: HTTP related Operating System: Win98 PHP Version: 4.0.6 New Comment: come on, that could be realted to almost *anything* in your windows installation Previous Comments:

[PHP-DEV] Bug #9640 Updated: strtotime() cannot properly handle some ISO 8601-compliant strings

2001-10-27 Thread derick
ID: 9640 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Date/time related Operating System: Linux 2.4.2 PHP Version: 4.0.4pl1 Old Assigned To: derick Assigned To: New Comment: Fixed in CVS (will be in 4.1.0). Derick Previous Comments:

[PHP-DEV] Bug #13789 Updated: strtotime wrong interpretation of GMT dates

2001-10-27 Thread derick
ID: 13789 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Date/time related Operating System: Linux PHP Version: 4.0.6 Old Assigned To: derick Assigned To: New Comment: Fixed in CVS Derick Previous Comments:

[PHP-DEV] Bug #13806 Updated: zlib compression is broken?

2001-10-27 Thread yasuo_ohgaki
ID: 13806 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Zlib Related Operating System: Linux 2.4.4/glibc 2.2.2 PHP Version: 4.0CVS-2001-10-24 New Comment: This bug may be related to following bugs. http://bugs.php.net/bug.php?id=12270

[PHP-DEV] Bug #13806 Updated: zlib compression is broken?

2001-10-27 Thread yasuo_ohgaki
ID: 13806 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Zlib Related Operating System: Linux 2.4.4/glibc 2.2.2 PHP Version: 4.0CVS-2001-10-24 New Comment: Just an update. Better procedure to reproduce this bug. I can reproduce this bug on RedHat

[PHP-DEV] Bug #13852: zlib file reading functions not working in Apache Module version

2001-10-27 Thread me
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: Zlib Related Bug description: zlib file reading functions not working in Apache Module version most of the zlib file reading functions, like gzfile,gzread,gzpassthru,gzgetc do not

[PHP-DEV] Bug #13853: undefined symbol: uncompress

2001-10-27 Thread keklam
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: undefined symbol: uncompress Cleanly installed Red Hat 7.1 as a server from RH boxset Web Server installation delclined Compiled and installed MySQL

[PHP-DEV] Bug #13853 Updated: undefined symbol: uncompress

2001-10-27 Thread derick
ID: 13853 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Compile Failure Operating System: Linux PHP Version: 4.0.4pl1 New Comment: Fixed in newer versions, add --with-zlib to configure to make it work for php 4.0.4 too. Derick Previous Comments:

Re: [PHP-DEV] dl() equivalent

2001-10-27 Thread Stig S. Bakken
Andi Gutmans wrote: At 08:43 AM 10/27/2001 +0200, Stig S. Bakken wrote: Hi, Back in the early 3.0 days, dl() used to load stuff into the process without removing it at the end of the request. Zeev, would not yanking modules back out at request shutdown eliminate some of the evilness of

Re: [PHP-DEV] Re: Bug #13847 Updated: php hangs after newest ie6 critical update

2001-10-27 Thread Zeev Suraski
Can anybody else confirm this? At 17:38 27/10/2001, John Lim wrote: I suggest you run PHP as a CGI as a workaround. [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... ID: 13847 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status:

Re: [PHP-DEV] Bug #13846 Updated: Patch: Use [ ] as shortcut forarray()

2001-10-27 Thread Zakaria
Assalamu'alaikum wr. wb. Derick Rethans wrote: Hello, I would say -1 on this, this is not readable and IMHO just a hack: $array = [['9', 34],[7],[1,'string']]; And this is a lot better? $array = array(array('9', 34),array(7),array(1, 'string')); IMHO the array() only making line

[PHP-DEV] [PATCH] clibpdf -- get_buffer_length()

2001-10-27 Thread Justin Garrett
Patch that allows retrieval of the length in bytes of the output buffer for a finalized pdf document that has been created in memory. This is good for sending a 'Content-Length' header before outputting the pdf file from memory. MSIE requires a properly set 'Content-Length' header in order to

[PHP-DEV] Bug #13855: Undefined Symbol: mysql_module_entry when compiling with mysql option specified

2001-10-27 Thread emerald-arcana
From: [EMAIL PROTECTED] Operating system: Linux 2.4.2 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: Undefined Symbol: mysql_module_entry when compiling with mysql option specified When trying to compile Apache 1.3.22 with the PHP library, the Apache

Re: [PHP-DEV] dl() equivalent

2001-10-27 Thread Andi Gutmans
At 01:40 AM 10/28/2001 +0200, Stig S. Bakken wrote: Andi Gutmans wrote: At 08:43 AM 10/27/2001 +0200, Stig S. Bakken wrote: Hi, Back in the early 3.0 days, dl() used to load stuff into the process without removing it at the end of the request. Zeev, would not yanking modules back