Re: [PHP-DEV] Re: PHP 4.0 Bug #8693 Updated: Problem upgradong from4.0.3pl1 to 4.0.4pl1

2001-01-16 Thread Rasmus Lerdorf
The only significant file that is installed is libphp4.so. Just delete that. -Rasmus On Tue, 16 Jan 2001, TheBomani wrote: > There is no error on my part. To correct this problem I only need to know > the location of the files the php installs on my system so I can deleate > them. I also think

Re: [PHP-DEV] PHP manual

2001-01-16 Thread Jim Winstead
In article <002001c08038$1e3b71b0$2c1e140a@barney>, [EMAIL PROTECTED] wrote: > Why isn't phpweb/manual/en in CVS? because it is generated. all of the generated manual files will be moving out of cvs soon. use rsync as documented in README.mirror. jim -- PHP Development Mailing List

Re: [PHP-DEV] PHP manual

2001-01-16 Thread Rasmus Lerdorf
Because it is generated. You can fetch it via rsync. See http://rsync.php.net/ -Rasmus On Wed, 17 Jan 2001, Simon Roberts wrote: > Why isn't phpweb/manual/en in CVS? > > > > -- > PHP Development Mailing List > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional co

[PHP-DEV] PHP 4.0 Bug #8752: Module compiled with 4.0.3 don't run with 4.0.4 and v.v.

2001-01-16 Thread j
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4 PHP Bug Type: Dynamic loading Bug description: Module compiled with 4.0.3 don't run with 4.0.4 and v.v. When calling in PHP 4.0.4 a module developed with PHP 4.0.3, I get the following message: hostwa

Re: [PHP-DEV] Legal solution: RE: [PHP-DEV] Non-GPL readline

2001-01-16 Thread Stig Venaas
On Tue, Jan 16, 2001 at 10:14:28AM +0200, Stanislav Malyshev wrote: > AM>> more worrying, but how many people use the _readline_ module with PHP? > > I do :) And I'm planning to. > > AM>> I'm sure all two of them would find an alternative if it were to > AM>> disappear :-) > > Actually, I did

[PHP-DEV] PHP 4.0 Bug #8751: configure misdetects zlib on FreeBSD 4.1.1

2001-01-16 Thread webmaster
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.1.1 PHP version: 4.0.4pl1 PHP Bug Type: PHP options/info functions Bug description: configure misdetects zlib on FreeBSD 4.1.1 When running configure for PHP 4.0.4pl1 on FreeBSD 4.1.1/i386, configure fails to properly dete

[PHP-DEV] PHP 4.0 Bug #8750: /usr/local/lib/php.ini is ignored

2001-01-16 Thread ms
From: [EMAIL PROTECTED] Operating system: Linux Redhat 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: /usr/local/lib/php.ini is ignored I have the following option in my php.ini: magic_quotes_gpc off However "php -i" shows it as "on".

[PHP-DEV] PHP 4.0 Bug #8749: Compile errors with IBM DB2 support

2001-01-16 Thread stuarth
From: [EMAIL PROTECTED] Operating system: Redhat 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: Compile errors with IBM DB2 support When trying to compile with --with-ibm-db2, the PHP build works fine but the Apache build fails. The errors given a

[PHP-DEV] PHP manual

2001-01-16 Thread Simon Roberts
Why isn't phpweb/manual/en in CVS? -- 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] **** Access denied: Insufficient Karma (lyric|phpweb/include)

2001-01-16 Thread Simon Roberts
I'm getting the following error when commiting a change to the CVS tree. I guess it's because of the reshuffle of CVS permissions? I've done a little work on the phpweb before, perhaps someone could add me to the blessed list. The patch below is to fix phpweb for "unknown mirrors". Cheers, Simon

[PHP-DEV] Re: PHP 4.0 Bug #8693 Updated: Problem upgradong from 4.0.3pl1 to 4.0.4pl1

2001-01-16 Thread TheBomani
There is no error on my part. To correct this problem I only need to know the location of the files the php installs on my system so I can deleate them. I also think it would be very wise for PHP to write a make uninstall script for PHP for such situations as mine. Sulaiman - Original Message

[PHP-DEV] Did anyone apply that BeOS patch?

2001-01-16 Thread Stephen van Egmond
I'm not seeing it in current CVS. Could someone confirm that they applied it? Are there any objections? -- ,,, (. .) +--ooO-(_)-Ooo --- -- - - - - | Stephen van Egmond http://bang.dhs.org/ -- PHP Development Mailing List To unsubscribe, e

[PHP-DEV] PHP 4.0 Bug #8748 Updated: date() and friends do not honor TZ environment variable correctly

2001-01-16 Thread sniper
ID: 8748 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Date/time related Assigned To: Comments: This should be fixed in CVS already. Please try the latest snapshot from http://snaps.php.net/ and reopen this bug report if problem still exists. --J

[PHP-DEV] PHP 4.0 Bug #8748: date() and friends do not honor TZ environment variable correctly

2001-01-16 Thread dave2
From: [EMAIL PROTECTED] Operating system: Debian 2.2/Linux 2.2.17 PHP version: 4.0.3pl1 PHP Bug Type: Date/time related Bug description: date() and friends do not honor TZ environment variable correctly The following prints the expected output on one box: putenv("TZ=PST");

[PHP-DEV] Re: PHP 4.0 Bug #8735 Updated: imagecreatefromgif() becomes an undefined function after upgrading to php4

2001-01-16 Thread lsiewfat
Hi. When you says with --with-gd. Does it actually create some kind of library files somewhere..? - Original Message - From: "Bug Database" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2001 3:47 AM Subject: PHP 4.0 Bug #8735 Updated: imagecreatefromgif() become

[PHP-DEV] Re: PHP 4.0 Bug #8735 Updated: imagecreatefromgif() becomes an undefined function after upgrading to php4

2001-01-16 Thread lsiewfat
Yes I did with this line 1 ./configure --with-mysql --with-apache=../apache_1.3.9 --enable-track-vars - -with-gd --enable-versioning 2 make 3 make install But no it didn't work.. - Original Message - From: "Bug Database" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, J

[PHP-DEV] PHP 4.0 Bug #6617 Updated: JVM starts only on 3 requests per httpd

2001-01-16 Thread paul . schaap
ID: 6617 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: *General Issues Description: JVM starts only on 3 requests per httpd Hi James, Still failing, but on the 7th request. CHEERS Paul Previous Comments: -

[PHP-DEV] PHP 4.0 Bug #7474 Updated: ext/standard/scanf.c reports strtol/strtoul "undefined reference"

2001-01-16 Thread widman
ID: 7474 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Description: ext/standard/scanf.c reports strtol/strtoul "undefined reference" The snapshot of 200101160445 failed to compile with the same error as that of 4.0.4pl1. Previous Comments:

Re: [PHP-DEV] odbc_statistics

2001-01-16 Thread André Langhorst
> I don't see an odbc_columns() method in PHP...hmm... It is s in my current CVS (source) and it was there ca. 4-5 months ago and it is in my documentation... that should be enough evidence to convince a tribunal I guess, although I did not actually prove it by try :) andré -- · André Langh

Re: [PHP-DEV] odbc_statistics

2001-01-16 Thread [EMAIL PROTECTED]
Nevermind, I found it. The php.net documentation page for the Unified ODBC isn't sorted, and it threw me. =) -Szii - Original Message - From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: André Langhorst <[EMAIL PROTECTED]>; PHP Development <[EMAIL PROTECTED]> Sent: Tuesday, January 16, 200

Re: [PHP-DEV] odbc_statistics

2001-01-16 Thread [EMAIL PROTECTED]
- Original Message - From: André Langhorst <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>; PHP Development <[EMAIL PROTECTED]> Sent: Tuesday, January 16, 2001 3:27 PM Subject: Re: [PHP-DEV] odbc_statistics > [EMAIL PROTECTED] wrote: > > > This looks like it'd do what I ne

[PHP-DEV] PHP 4.0 Bug #8747: Cant send a file with more than 2607 octets

2001-01-16 Thread snono
From: [EMAIL PROTECTED] Operating system: windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: Mail related Bug description: Cant send a file with more than 2607 octets * Modified by Tobias Ratschiller <[EMAIL PROTECTED]>: * - General code clean-up * - separate

Re: [PHP-DEV] RE: mysql_pconnect still broken (was: RE: What does this mean ?)

2001-01-16 Thread Zeev Suraski
Yep, you're right. Fixed. Thanks, Zeev At 23:24 16/1/2001, Steven Roussey wrote: > > OK. Look at a quick report. I've just installed php4-200101152345. It runs > > with mysql-3.23.27-beta. Apache 1.3.12, Solaris 2.6 (local host) and 2.4 > > (remote connection). > > > > What I can see is: the o

[PHP-DEV] PHP 4.0 Bug #8711 Updated: When I call the the ImageTTFText Function I receive a Segmentation Fault

2001-01-16 Thread sniper
ID: 8711 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Reproduceable crash Bug Type: GD related Assigned To: Comments: Previous Comments: --- [2001-01-15 09:12:27] [EMAIL PROTECTED] He

[PHP-DEV] PHP 4.0 Bug #8717 Updated: feature request: ftp_rawlist

2001-01-16 Thread sniper
ID: 8717 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: FTP related Bug Type: Feature/Change Request Assigned To: Comments: Previous Comments: --- [2001-01-15 12:40:07] [EMAIL PROTECTED] ftp_

[PHP-DEV] PHP 4.0 Bug #8744 Updated: call to header() causes CGI error

2001-01-16 Thread emily
ID: 8744 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: IIS related Description: call to header() causes CGI error In case you missed my second message: Here are two typical lines from the IIS error log: the first is a successful page load (code 200) and the second is the CGI error

[PHP-DEV] PHP 4.0 Bug #8744 Updated: call to header() causes CGI error

2001-01-16 Thread emily
ID: 8744 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: IIS related Description: call to header() causes CGI error A few more things: the problem is not easily reproducible. Also, if I change all of the database calls to go to mySQL (which I have installed on Windo

Re: [PHP-DEV] odbc_statistics

2001-01-16 Thread André Langhorst
[EMAIL PROTECTED] wrote: > This looks like it'd do what I need it to, but the docs are rather sketchy > on the parameters. > > > Can anyone clarify the params? > Usage seems pretty straightforward. I remember having used this some day: to retrieve table_keys...odbc_statistics($id,"",$owner,$t

RE: [PHP-DEV] MySQL client library upgrade: 3.3.31

2001-01-16 Thread Ignacio Vazquez-Abrams
On Tue, 16 Jan 2001, Sean R. Bright wrote: > Oops. I lied. I don't use the --with-apxs flag. > > ./configure --with-mysql=/usr/local/mysql > > Is my configure statement. Creates the CGI version that when run from the > command line connects to the db, querys the datasource and displays the > r

[PHP-DEV] odbc_statistics

2001-01-16 Thread [EMAIL PROTECTED]
This looks like it'd do what I need it to, but the docs are rather sketchy on the parameters. Can anyone clarify the params? Usage seems pretty straightforward. -Szii -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Re: [PHP-DEV] PHP 4.0 Bug #8732: execution function return always-1

2001-01-16 Thread Edin Kadribasic
I've noticed the same problem. The strange thing is that it happens only on one out of our 5 production and 2 development machine that have the exact same configuration. I'm trying to see what makes this one different. Btw. in my case the system command does not get executed. Edin On 16 Jan 200

RE: [PHP-DEV] MySQL client library upgrade: 3.3.31

2001-01-16 Thread Sean R. Bright
Oops. I lied. I don't use the --with-apxs flag. ./configure --with-mysql=/usr/local/mysql Is my configure statement. Creates the CGI version that when run from the command line connects to the db, querys the datasource and displays the results. Sean > -Original Message- > From: Igna

RE: [PHP-DEV] MySQL client library upgrade: 3.3.31

2001-01-16 Thread Ignacio Vazquez-Abrams
On Tue, 16 Jan 2001, Sean R. Bright wrote: > Ignacio: > > This is my configure line: > > ./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/local/etc/httpd/ > bin/apxs > > And I have a relatively new (a month?) mysql tarball and haven't received > this message. > > How are you configurin

[PHP-DEV] PHP 4.0 Bug #8740 Updated: $this can't be passed by reference inside of constructor

2001-01-16 Thread waldschrott
ID: 8740 Updated by: waldschrott Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *General Issues Assigned To: Comments: you did not quite understand: 1) add a &, like below it should read, on the global scope: $a = &new a(10); 2) remove that xtra line $a->x();

RE: [PHP-DEV] MySQL client library upgrade: 3.3.31

2001-01-16 Thread Sean R. Bright
Ignacio: This is my configure line: ./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/local/etc/httpd/ bin/apxs And I have a relatively new (a month?) mysql tarball and haven't received this message. How are you configuring? Sean > -Original Message- > From: Ignacio Vazquez

[PHP-DEV] PHP 4.0 Bug #8733 Updated: ext/gd/gd.c doesn't support reading *.gif from sockets

2001-01-16 Thread sniper
ID: 8733 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: GD related Assigned To: Comments: Fixed in CVS. --Jani Previous Comments: --- [2001-01-16 07:15:10] [EMAIL PROTECTED]

Re: [PHP-DEV] MySQL client library upgrade: 3.3.31

2001-01-16 Thread Ignacio Vazquez-Abrams
On Tue, 16 Jan 2001, Thimble Smith wrote: > Hi, all. I would like to upgrade ext/mysql/libmysql to the latest > version. There is one important bug fix. Right now, the client > can't connect to a server if mysqld is using a character set other > than latin1. There are also numerous bug fixes

[PHP-DEV] MySQL client library upgrade: 3.3.31

2001-01-16 Thread Thimble Smith
Hi, all. I would like to upgrade ext/mysql/libmysql to the latest version. There is one important bug fix. Right now, the client can't connect to a server if mysqld is using a character set other than latin1. There are also numerous bug fixes and a few added features. One thing I'm not sure a

[PHP-DEV] RE: mysql_pconnect still broken (was: RE: What does this mean ?)

2001-01-16 Thread Steven Roussey
> OK. Look at a quick report. I've just installed php4-200101152345. It runs > with mysql-3.23.27-beta. Apache 1.3.12, Solaris 2.6 (local host) and 2.4 > (remote connection). > > What I can see is: the offending messages didn't vanish at all (both hosts > are involved): > So, I think it's not fixe

[PHP-DEV] mysql_pconnect still broken (was: RE: What does this mean ?)

2001-01-16 Thread Maciek Uhlig
OK. Look at a quick report. I've just installed php4-200101152345. It runs with mysql-3.23.27-beta. Apache 1.3.12, Solaris 2.6 (local host) and 2.4 (remote connection). What I can see is: the offending messages didn't vanish at all (both hosts are involved): 010116 20:52:30 Aborted connection 3

[PHP-DEV] PHP 4.0 Bug #8746: Crash on comparing GLOBALS Variabel

2001-01-16 Thread korenhof
From: [EMAIL PROTECTED] Operating system: Win 2000 PHP version: 4.0.4 PHP Bug Type: Reproduceable crash Bug description: Crash on comparing GLOBALS Variabel I installed php 4.04 just as is. No settings are changed. I fill the globals varibel with these functions: --

[PHP-DEV] PHP 4.0 Bug #8741 Updated: preg functions interpret { as part of variable interpolation

2001-01-16 Thread andrei
ID: 8741 Updated by: andrei Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PCRE related Assigned To: Comments: The {$var} construct is interpreted specially in the double-quoted strings by the Zend engine - it will interpolate the variable so you indeed need to escape

[PHP-DEV] PHP 4.0 Bug #8740 Updated: $this can't be passed by reference inside of constructor

2001-01-16 Thread florian . ortner
ID: 8740 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: *General Issues Description: $this can't be passed by reference inside of constructor no, that's the opposite of what i wanna get. $this->b = new b($this); is instancing and assigning a new object of type b

[PHP-DEV] PHP 4.0 Bug #8745 Updated: --with-zlib and --with-sablot will compile seperately but not together

2001-01-16 Thread derick
ID: 8745 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Sablotron XSL Assigned To: Comments: Try if the following works for you: 1) go to /ext/sablot 2) replace the ADD_LIBRARY(xmltok) and ADD_LIBRARY(xmlparse) in config.m4 to ADD_LIBRARY(expat) 3

[PHP-DEV] PHP 4.0 Bug #8745: --with-zlib and --with-sablot will compile seperately but not together

2001-01-16 Thread lbergman
From: [EMAIL PROTECTED] Operating system: RH6.2 - 2.2.12-20smp PHP version: 4.0.4pl1 PHP Bug Type: Sablotron XSL Bug description: --with-zlib and --with-sablot will compile seperately but not together reproduce - compile sablot and zlib together, in any order see bug #8603

[PHP-DEV] PHP 4.0 Bug #8738 Updated: PHP compiled statically into Apache dumps core at apache start

2001-01-16 Thread sniper
ID: 8738 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Apache related Assigned To: Comments: Reopen if the snapshot doesn't work for you. --Jani Previous Comments: --- [2001

[PHP-DEV] PHP 4.0 Bug #8735 Updated: imagecreatefromgif() becomes an undefined function after upgrading to php4

2001-01-16 Thread sniper
ID: 8735 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Bogus Bug Type: Apache related Assigned To: Comments: Since PHP 4.0.4 the GD extension isn't enabled by default anymore. You need to add --with-gd into your configure line. It should work the same as bef

[PHP-DEV] PHP 4.0 Bug #8743 Updated: failure to compile when running make

2001-01-16 Thread derick
ID: 8743 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Failure Assigned To: Comments: As I said, this is not PHP's fault, check http://www.php.net/FAQ.php#6.12 Previous Comments: --

[PHP-DEV] RE: PHP 4.0 Bug #8743 Updated: failure to compile when running make

2001-01-16 Thread Mark Harburn
apollogies, should of double checked the faq :/ -Original Message- From: Bug Database [mailto:[EMAIL PROTECTED]] Sent: 16 January 2001 19:27 To: [EMAIL PROTECTED] Subject: PHP 4.0 Bug #8743 Updated: failure to compile when running make ID: 8743 User Update by: [EMAIL PROTECTED] Old-Stat

[PHP-DEV] PHP 4.0 Bug #8743 Updated: failure to compile when running make

2001-01-16 Thread marcus
ID: 8743 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: Compile Failure Description: failure to compile when running make gcc -I. -I/home/root/newapache/php-4.0.4pl1/ext/standard -I/home/root/newapache/php-4.0.4pl1/main -I/home/root/newapache/php-4.0.4pl1 -I/home/r

[PHP-DEV] Re: PHP 4.0 Bug #8744 Updated: call to header() causes CGI error

2001-01-16 Thread Emily Witcher
Here are two typical lines from the log: the first is a successful page load (code 200) and the second is the CGI error after the redirect (502) Note that in the IIS log format it is normal for a space to separate the URL and the Querystring. 2001-01-16 17:20:30 192.168.1.29 - GET /success/ProbRe

[PHP-DEV] PHP 4.0 Bug #8744 Updated: call to header() causes CGI error

2001-01-16 Thread derick
ID: 8744 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: IIS related Assigned To: Comments: Can you tell us what is in the logs of IIS? Previous Comments: --- [2001-01-16 14:07

[PHP-DEV] PHP 4.0 Bug #8744: call to header() causes CGI error

2001-01-16 Thread emily
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: IIS related Bug description: call to header() causes CGI error Our situation is similar to that in bug report 8571, particularly situations 1 and 2. After adding, updating or deleting

[PHP-DEV] PHP 4.0 Bug #8743 Updated: failure to compile when running make

2001-01-16 Thread derick
ID: 8743 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Compile Failure Assigned To: Comments: This is not a PHP bug, your kernel headers are messed up (See www.php.net/FAQ.php#6.12 ) Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #8743 Updated: failure to compile when running make

2001-01-16 Thread derick
ID: 8743 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Failure Assigned To: Comments: Please post the error message, and the last 20 lines of your configure.log. Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #8743 Updated: failure to compile when running make

2001-01-16 Thread marcus
ID: 8743 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Description: failure to compile when running make gcc -I. -I/home/root/newapache/php-4.0.4pl1/ext/standard -I/home/root/newapache/php-4.0.4pl1/main -I/home/root/newapache/php-4.0.4pl1 -I/home/root/newapache/apach

[PHP-DEV] PHP 4.0 Bug #8743: failure to compile when running make

2001-01-16 Thread marcus
From: [EMAIL PROTECTED] Operating system: Linux echo 2.4.0 #2 Mon Jan 15 21:03:34 GMT 2001 i686 unknown PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: failure to compile when running make make ./configure --with-apache=../apache_1.3.12 --enable-versi

[PHP-DEV] PHP 4.0 Bug #8742 Updated: Little typo in the get_loaded_extensions-example

2001-01-16 Thread derick
ID: 8742 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Assigned To: Comments: Fixed in CVS Previous Comments: --- [2001-01-16 13:36:19] [EMAIL PROTECTED]

[PHP-DEV] RE: What does this mean ?

2001-01-16 Thread Steven Roussey
This patch will make it into 4.0.5, I believe. 4.0.4pl1 fixes only two bugs (one security issue, and one that make the PDF plugin work again). My patches could have side effects, since it will run code that has never been run before (like actually closing those persistent connections). They are i

[PHP-DEV] PHP 4.0 Bug #8742 Updated: Little typo in the get_loaded_extensions-example

2001-01-16 Thread j-f
ID: 8742 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Documentation problem Description: Little typo in the get_loaded_extensions-example Sorry, it concerns only the de, it, fr, hu versions of the normal online manual... Previous Comments: -

Re: [PHP-DEV] PHP 4.0 Bug #8741: preg functions interpret { as part of variable interpolation

2001-01-16 Thread Daniel Beckham
I would, but I only want to remove the decimals if they are 0. I want to see actual decimal values that exist. Daniel - Original Message - From: "Derick Rethans" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, January 16, 2001 12:19 PM Subject: Re: [PH

[PHP-DEV] PHP 4.0 Bug #8742 Updated: Little typo in the get_loaded_extensions-example

2001-01-16 Thread derick
ID: 8742 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Documentation problem Assigned To: Comments: I could not find this in the manual cvs. Can you tell me where you observed this exactly? Previous Comments: -

Re: [PHP-DEV] PHP 4.0 Bug #8741: preg functions interpret { as partof variable interpolation

2001-01-16 Thread Derick Rethans
On 16 Jan 2001 [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Operating system: Linux 2.x, Redhat 6.2 > PHP version: 4.0.3pl1 > PHP Bug Type: PCRE related > Bug description: preg functions interpret { as part of variable interpolation > > The following code does not wo

[PHP-DEV] PHP 4.0 Bug #8739 Updated: gd

2001-01-16 Thread derick
ID: 8739 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *Install and Config Assigned To: Comments: Not enough information Previous Comments: --- [2001-01-16 11:56:45] [EMAIL PROT

[PHP-DEV] PHP 4.0 Bug #8740 Updated: $this can't be passed by reference inside of constructor

2001-01-16 Thread waldschrott
ID: 8740 Updated by: waldschrott Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *General Issues Assigned To: Comments: try this: $foo =& new foobar(); Previous Comments: --- [2001-01-16 12:

RE: [PHP-DEV] Patch that corrects non blocked socket reading on W IN32

2001-01-16 Thread Andi Gutmans
Yep! Andi At 07:05 PM 1/16/2001 +0100, Sascha Schumann wrote: >On Tue, 16 Jan 2001, Christophe Thibault wrote: > > > Actually, it's not that dangerous as the redefinition of errno only occurs > > in fsock.c and errno is only used in fsock.c for retrieving socket > errors... > > Something li

RE: [PHP-DEV] Patch that corrects non blocked socket reading on W IN32

2001-01-16 Thread Andi Gutmans
Yeah but it's dangerous coding. If someone adds code to some other place in fsock.c he could be bitten by this. I would make it obvious or by abstraction or by #ifdef. Andi At 09:43 AM 1/16/2001 -0800, Christophe Thibault wrote: >Actually, it's not that dangerous as the redefinition of errno o

RE: [PHP-DEV] Patch that corrects non blocked socket reading on WIN32

2001-01-16 Thread Sascha Schumann
On Tue, 16 Jan 2001, Christophe Thibault wrote: > Actually, it's not that dangerous as the redefinition of errno only occurs > in fsock.c and errno is only used in fsock.c for retrieving socket errors... Something like this is more safer: #ifdef PHP_WIN32 #define php_sock_errno() WS

[PHP-DEV] PHP 4.0 Bug #8742: Little typo in the get_loaded_extensions-example

2001-01-16 Thread j-f
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0 Latest CVS (16/01/2001) PHP Bug Type: Documentation problem Bug description: Little typo in the get_loaded_extensions-example Should be "get_loaded_extensions" instead of "get_loadedextensions" ... -- Edit Bug r

[PHP-DEV] PHP 4.0 Bug #8741: preg functions interpret { as part of variable interpolation

2001-01-16 Thread danbeck
From: [EMAIL PROTECTED] Operating system: Linux 2.x, Redhat 6.2 PHP version: 4.0.3pl1 PHP Bug Type: PCRE related Bug description: preg functions interpret { as part of variable interpolation The following code does not work properly $number = "999.00"; $precision = 2; echo

[PHP-DEV] PHP 4.0 Bug #8740 Updated: $this can't be passed by reference inside of constructor

2001-01-16 Thread florian . ortner
ID: 8740 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *General Issues Description: $this can't be passed by reference inside of constructor just in case, if i change a's constructor to function a($i) { $this->bla = $i; $this->b = new b(&$this); // note the & } it does

RE: [PHP-DEV] Patch that corrects non blocked socket reading on WIN32

2001-01-16 Thread Christophe Thibault
Actually, it's not that dangerous as the redefinition of errno only occurs in fsock.c and errno is only used in fsock.c for retrieving socket errors... -c -Original Message- From: Andi Gutmans [mailto:[EMAIL PROTECTED]] Sent: mardi 16 janvier 2001 09:48 To: Christophe Thibault; [EMAIL PR

[PHP-DEV] PHP 4.0 Bug #8740: $this can't be passed by reference inside of constructor

2001-01-16 Thread florian . ortner
From: [EMAIL PROTECTED] Operating system: Win2k PHP version: 4.0.4pl1 PHP Bug Type: *General Issues Bug description: $this can't be passed by reference inside of constructor the following code-snippet illustrated the problem: - class a { var $bla; // some intvalue va

Re: [PHP-DEV] Patch that corrects non blocked socket reading on WIN32

2001-01-16 Thread Andi Gutmans
I think the code itself should be fixed (with #ifdef or add it to the socket abstraction). It's dangerous to redefine errno because other code uses it too. Andi At 01:01 PM 1/14/2001 -0800, Christophe Thibault wrote: >I just came across a bug still present in the latest php 4 release. i have >

[PHP-DEV] PHP 4.0 Bug #8739: gd

2001-01-16 Thread james
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.4 PHP Bug Type: *Install and Config Bug description: gd -- Edit Bug report at: http://bugs.php.net/?id=8739&edit=1 -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PR

[PHP-DEV] PHP 4.0 Bug #8734 Updated: Unable to send large emails, causes a GPF - small email work fine.

2001-01-16 Thread wayne . cope
ID: 8734 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Mail Related Description: Unable to send large emails, causes a GPF - small email work fine. I have been able to make the change and recompile the code to use a 1Mb buffer, instead of a 4K buffer and the mail() function works fin

Re: [PHP-DEV] Non-GPL readline

2001-01-16 Thread Stanislav Malyshev
AM>> Would it be better if this were spun off as a separate library AM>> release (perhaps synced to/from NetBSD versions, but with distinct AM>> versions), as desire for the separate lib grows? Well, i've created http://sourceforge.net/projects/libedit/ which is basically NetBSD CVS with some min

RE: [PHP-DEV] Octal numbers and automatic conversions

2001-01-16 Thread Sam Liddicott
I remember this showing up years ago in an online java mortgage calculator giving embarrasingly far-out results. Only there the bug was the "other way round". In this case my opinion is that it is behaving as expected and no error. If the programmer writes 070 he probably means octal, but that d

[PHP-DEV] PHP 4.0 Bug #8738 Updated: PHP compiled statically into Apache dumps core at apache start

2001-01-16 Thread derick
ID: 8738 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Assigned To: Comments: This is already fixed in CVS, please try a snapshot from snaps.php.net Previous Comments: --- [2001-01

[PHP-DEV] PHP 4.0 Bug #8738: PHP compiled statically into Apache dumps core at apache start

2001-01-16 Thread vahan
From: [EMAIL PROTECTED] Operating system: FreeBSD 3.4-RELEASE PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: PHP compiled statically into Apache dumps core at apache start PHP configuration: ./configure --enable-track-vars --enable-ftp --with-mysql=/usr

Re: [PHP-DEV] Re: PHP 4.0 Bug #8735 Updated: imagecreatefromgif() becomes an undefined function after upgrading to php4

2001-01-16 Thread Jon Tai
it means where the gd header files are... either where you untarred it or where it's installed should work fine. However, the current version of the gd libs support only PNG and not GIF, so I don't know how much success you'll have with imagecreatefromgif(). (I haven't tried it since I upgraded)

[PHP-DEV] CVS Account Request

2001-01-16 Thread root
Full name: Roberth Andersson Email: [EMAIL PROTECTED] ID: roxpace Purpose: Authoring PHP documentation and web pages, and also supply bug patches for PostgreSQL and Sybase -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Re: [PHP-DEV] Php sablot scheme handler extension

2001-01-16 Thread Sterling Hughes
Can someone commit this patch to the cvs tree? I don't have patch (shame, shame) on my computer at home (home sick for the week). thanks! -sterling carmelo wrote: > > hello, > here is a modification I made to the sablotron module in php enabling > the use of scheme handlers with an additional

[PHP-DEV] Octal numbers and automatic conversions

2001-01-16 Thread Sergio Bruder
This snippet shows what I consider a problem: The automatic conversion string->integer doesnt interprets '070' as an octal, giving 57 in the first echo (correct) and 71 in the second (wrong). \n"; echo ('070'+1). "\n"; ?> Sergio Bruder -- ( http://distro.conectiva.com.br )) (tm)

[PHP-DEV] PHP 4.0 Bug #8737: Web incompatibilities list doesn't mention file uploads.

2001-01-16 Thread louis
From: [EMAIL PROTECTED] Operating system: all PHP version: 4.0.4pl1 PHP Bug Type: Documentation problem Bug description: Web incompatibilities list doesn't mention file uploads. Mention the change from $HTTP_POST_VARS["userfile-*"] to $HTTP_POST_FILES["userfile"] -- Edit

[PHP-DEV] PHP 4.0 Bug #8736 Updated: Return value of umask() not an octal number

2001-01-16 Thread zak
ID: 8736 Updated by: zak Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Bogus Bug Type: *Directory/Filesystem functions Assigned To: Comments: Flagging as bogus. Previous Comments: --- [2001-01-16 08:26:29] [EMA

[PHP-DEV] PHP 4.0 Bug #8736 Updated: Return value of umask() not an octal number

2001-01-16 Thread ahasenack
ID: 8736 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Directory/Filesystem functions Description: Return value of umask() not an octal number ups, sorry, very dumb question. Forget it. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8734 Updated: Unable to send large emails, causes a GPF - small email work fine.

2001-01-16 Thread wayne . cope
ID: 8734 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Mail Related Description: Unable to send large emails, causes a GPF - small email work fine. I have checked the source code for the Windows version of the mail() function and have determined that there is a 4K limit to the mail b

[PHP-DEV] Re: PHP 4.0 Bug #8735 Updated: imagecreatefromgif() becomes an undefined function after upgrading to php4

2001-01-16 Thread lsiewfat
Hi. Does it means /path/to/install is another source with gd component or it means the location for installation of gd. Thanks for the fast response. - Original Message - From: "Bug Database" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 16, 2001 9:08 PM Subject: PHP 4

[PHP-DEV] PHP 4.0 Bug #8735 Updated: imagecreatefromgif() becomes an undefined function after upgrading to php4

2001-01-16 Thread derick
ID: 8735 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Apache related Assigned To: Comments: If I recall correctly, you need to specify --with-gd=/path/to/install to the latest versions of PHP pleaser try this, and report back. Please also repo

[PHP-DEV] PHP 4.0 Bug #8736: Return value of umask() not an octal number

2001-01-16 Thread ahasenack
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.4pl1 PHP Bug Type: *Directory/Filesystem functions Bug description: Return value of umask() not an octal number Shouldn't umask()'s return value be an octal number? It seems to be a decimal number: umask(077);

[PHP-DEV] PHP 4.0 Bug #8545 Updated: Session variables not carried forward in Netscape Client

2001-01-16 Thread tvkbhaskar2011
ID: 8545 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Session related Description: Session variables not carried forward in Netscape Client Hi, an update on this. This problem is observed if the server type in apache web server is INETD. If we run apache as standalone it works fin

[PHP-DEV] PHP 4.0 Bug #7474 Updated: ext/standard/scanf.c reports strtol/strtoul "undefined reference"

2001-01-16 Thread widman
ID: 7474 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Compile Failure Description: ext/standard/scanf.c reports strtol/strtoul "undefined reference" I just tried to compile 4.0.4pl1 and it failed the same way: gcc -I. [snip] -c scanf.c && touch scanf.lo scanf.c

[PHP-DEV] PHP 4.0 Bug #8735: imagecreatefromgif() becomes an undefined function after upgrading to php4

2001-01-16 Thread lsiewfat
From: [EMAIL PROTECTED] Operating system: BSDI BSD/OS 4.1 PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: imagecreatefromgif() becomes an undefined function after upgrading to php4 -- Edit Bug report at: http://bugs.php.net/?id=8735&edit=1 --

[PHP-DEV] Php sablot scheme handler extension

2001-01-16 Thread carmelo
hello, here is a modification I made to the sablotron module in php enabling the use of scheme handlers with an additional function called xslt_add_schme_handler. I am using it and found it usefull for multi document handling in xslt. bye, carmelo Index: ./ext/sablot/php_sablot.h

[PHP-DEV] PHP 4.0 Bug #8734: Unable to send large emails, causes a GPF - small email work fine.

2001-01-16 Thread wayne . cope
From: [EMAIL PROTECTED] Operating system: Windows NT 4 PHP version: 4.0.4pl1 PHP Bug Type: *Mail Related Bug description: Unable to send large emails, causes a GPF - small email work fine. When sending attached files (test file is only 14K), a GPF is caused by the mail() fu

[PHP-DEV] CVS Account Request

2001-01-16 Thread root
Full name: José-Antonio Gert Kereit Email: [EMAIL PROTECTED] ID: jagk Purpose: Developer -- 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 #8733: ext/gd/gd.c doesn't support reading *.gif from sockets

2001-01-16 Thread mfischer
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.4pl1 PHP Bug Type: GD related Bug description: ext/gd/gd.c doesn't support reading *.gif from sockets Latest php4.0.4pl1 doesn not provide the hooks for gdlib to read GIF from socket. Maybe a check for existin

[PHP-DEV] PHP 4.0 Bug #8109 Updated: xslt_outout_begintransform() doesn't nest

2001-01-16 Thread sterling
ID: 8109 Updated by: sterling Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Sablotron XSL Bug Type: Feature/Change Request Assigned To: Comments: Is designed this way, move to feature/change request.. Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #8299 Updated: xsl:include doesn't work

2001-01-16 Thread sterling
ID: 8299 Updated by: sterling Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Sablotron XSL Assigned To: Comments: You must specify the absolute path to the xslt document you are including (feedback from the user). Previous Comments: ---

  1   2   >