[PHP-DEV] PHP 4.0 Bug #8554 Updated: ob_gzhandler

2001-01-26 Thread cecot
ID: 8554 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Duplicate Bug Type: Reproduceable crash Description: ob_gzhandler there's something more to say about see http://bugs.php.net/?id=8938 the machines are the same :) Previous Comments:

[PHP-DEV] php eating carriage returns?

2001-01-26 Thread Monte Ohrt
example: This is a test ? print "testing1"; ? ? print "testing2"; ? ? print "testing3"; ? done. When I run this from the command line (4.0.5dev) I get the following output: This is a test testing1testing2testing3 done. Why are there not carriage returns between the print

[PHP-DEV] PHP 4.0 Bug #8926: pattern ~ can't detected

2001-01-26 Thread linkz
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.4pl1 PHP Bug Type: *Regular Expressions Bug description: pattern ~ can't detected php 4.0.4pl1 ? $aa = "abc ~ cde"; if (ereg ("~",$aa)) { echo "found!!"; } else { echo "not found"; } ? this

Re: [PHP-DEV] Re: PHP 4.0 Bug #8913 Updated: undefined symbol SQLParamData

2001-01-26 Thread Loren Bandiera
Well that clears some of this up. Thanks. So how do I compile IBM DB2 support in PHP? I followed the instructions in the docs, but when I try and load the plug-in, apache complains it's can't find the symbol SQLParamData. Like I said before,

[PHP-DEV] PHP 4.0 Bug #8894 Updated: Upgraded to 4.0.4p1 from 4.0.4 caused apache to crash

2001-01-26 Thread sniper
ID: 8894 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Apache related Assigned To: Comments: I just installed mod_perl into my test system. No problems at all. So how did you configure / compile mod_php ? And did you do 'apachectl stop ; apachectl start' right

[PHP-DEV] PHP 4.0 Bug #8931 Updated: Memory leaks attributable to OO PHP

2001-01-26 Thread Jason
ID: 8931 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Performance problem Description: Memory leaks attributable to OO PHP The short version scored 7680 hits over 2 min, whereas the Object Oriented version scored around 1700 hits over 2 min running 4 threads. Both scripts do the

[PHP-DEV] PHP 4.0 Bug #8912 Updated: variable not passed to next page

2001-01-26 Thread matthias . krehl
ID: 8912 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Session related Description: variable not passed to next page Previous Comments: --- [2001-01-25 12:55:43] [EMAIL PROTECTED] When using Cookies for

RE: [PHP-DEV] php eating carriage returns?

2001-01-26 Thread Sam Liddicott
-Original Message- From: Monte Ohrt [mailto:[EMAIL PROTECTED]] Sent: Friday, January 26, 2001 03:17 To: [EMAIL PROTECTED] Subject: [PHP-DEV] php eating carriage returns? example: This is a test ? print "testing1"; ? ? print "testing2"; ? ? print "testing3"; ?

[PHP-DEV] PHP 4.0 Bug #8935: A reference to 'this' can not be used in the constructor method for a class.

2001-01-26 Thread johanp
From: [EMAIL PROTECTED] Operating system: Linux/WinNT PHP version: 4.0.4 PHP Bug Type: Class/Object related Bug description: A reference to 'this' can not be used in the constructor method for a class. The following script demonstrates the problem. ?php /* thistest.php

[PHP-DEV] Can someone *please* commit the patch attached to bug 6795

2001-01-26 Thread Adam Wright
At the moment, our internal PHP deployment differs from the normal PHP source tree because of this bug. It would be really useful if someone could just commit this patch sometime soon (before 4.05 :), so we can get back to using the normal tree. adamw -- PHP Development Mailing List

[PHP-DEV] PHP 4.0 Bug #8934: Execution of script aborted

2001-01-26 Thread sjrijk
From: [EMAIL PROTECTED] Operating system: Win 2000 PHP version: 4.0.3pl1 PHP Bug Type: COM related Bug description: Execution of script aborted The example (see below) from the PHP site to do some stuff with MS Word seems incompatible with IIS 5.0. //BEGIN_CODE

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

2001-01-26 Thread aulbach
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.3pl1 PHP Bug Type: Scripting Engine problem Bug description: unset() in context with GLOBAL unset() in context with GLOBAL has a serious bug. This bug appeard, when I changed a PHP3-program to PHP4. The

[PHP-DEV] PHP 4.0 Bug #8878 Updated: symbol not defined (load php4-module)

2001-01-26 Thread rasmus
ID: 8878 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Feedback Bug Type: Apache related Assigned To: Comments: Uh, woops. That last comment was meant for another bug report. Try adding --enable-libgcc to your PHP configure line. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8926 Updated: pattern ~ can't detected

2001-01-26 Thread cynic
ID: 8926 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: *Regular Expressions Assigned To: Comments: dupe of #8925 Previous Comments: --- [2001-01-25 23:03:22] [EMAIL

[PHP-DEV] PHP 4.0 Bug #8926 Updated: pattern ~ can't detected

2001-01-26 Thread cynic
ID: 8926 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Bogus Bug Type: *Regular Expressions Assigned To: Comments: err Previous Comments: --- [2001-01-26 11:27:22] [EMAIL PROTECTED] dupe

Re: [PHP-DEV] php eating carriage returns?

2001-01-26 Thread Monte Ohrt
Got it. This is just causing problems with a templating system we're working on. E-mail templates are not coming out as expected. We'll work around it :) Cynic wrote: yes, this is as per the manual. the (optional) newline after a closing PHP tag ( ? ) is considered to be a part of the tag,

[PHP-DEV] Re: PHP 4.0 Bug #8894 Updated: Upgraded to 4.0.4p1 from 4.0.4 caused apache to crash

2001-01-26 Thread pcory
I just installed mod_perl into my test system. No problems at all. So how did you configure / compile mod_php ? And did you do 'apachectl stop ; apachectl start' right after the update of PHP ??? Could you please try changing the order of those directives again and then do stop/start for apache

[PHP-DEV] PHP 4.0 Bug #8925 Updated: pattern ~ can't detected

2001-01-26 Thread cynic
ID: 8925 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Regular Expressions Assigned To: Comments: seems like you're saying that ereg() won't find "~" (tilde) in a string. however, at least the code you provided contains NO ~. is this the actual

[PHP-DEV] AW: PHP 4.0 Bug #8878 Updated: symbol not defined (load php4-module)

2001-01-26 Thread Ferdinand, Dieter
hello, no problem. but i have also test it with this option, it doesn't work, so that i comment it out in my configuration-script. but with the workaround to link the pdflib-object files, it works, so i can use it. it seems, there is no option for this problem. i have compiled pdflib new with

[PHP-DEV] PHP 4.0 Bug #8939 Updated: Date problem with MySQL

2001-01-26 Thread rasmus
ID: 8939 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MySQL related Assigned To: Comments: Why did you put quotes around $today and not around now() ? And if quotes are needed at all, surely they should be single quotes. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8862 Updated: libtool does not code runpath into libphp4.so

2001-01-26 Thread sniper
ID: 8862 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Suspended Bug Type: *Install and Config Assigned To: Comments: It's libtool which drops the runpaths when building shared libraries. So this report is suspended until libtool is changed to support it. --Jani

[PHP-DEV] PHP 4.0 Bug #8931 Updated: Memory leaks attributable to OO PHP

2001-01-26 Thread Jason
ID: 8931 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Performance problem Description: Memory leaks attributable to OO PHP I've identified the problem as PHP leaking memory when it sees code that it doesn't like, eg. it leaks code when the script crashes with an error. I think that

[PHP-DEV] le_ why static?

2001-01-26 Thread Sam Liddicott
Why are le_* garbage destructor handles declared static? As far as I can tell this means other c files in the same module can't "extern" it but as it is static in file scope it has none of the other benefits of being static? Is it to do with threading? What? Sam -- PHP Development Mailing

[PHP-DEV] PHP 4.0 Bug #8929: ldap modify and add operations send trailing garbage to iplanet in dn's

2001-01-26 Thread veli-pekka . suuronen
From: [EMAIL PROTECTED] Operating system: Linux 2.2.13 / Solaris 8 PHP version: 4.0.4pl1 PHP Bug Type: LDAP related Bug description: ldap modify and add operations send trailing garbage to iplanet in dn's Using ldap_mod_replace() and ldap_add() causes trailing garbage to

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

2001-01-26 Thread jmoore
ID: 8937 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Assigned To: Comments: Have a closer look at http://bugs.php.net/bugs.php?id=1971 and the commentary of Zeev. You have to use unset($GLOBALS["x"]); --

Re: [PHP-DEV] le_ why static?

2001-01-26 Thread Andrei Zmievski
On Fri, 26 Jan 2001, Sam Liddicott wrote: Why are le_* garbage destructor handles declared static? As far as I can tell this means other c files in the same module can't "extern" it but as it is static in file scope it has none of the other benefits of being static? Is it to do with

[PHP-DEV] AW: PHP 4.0 Bug #8878 Updated: symbol not defined (load php4-module)

2001-01-26 Thread Ferdinand, Dieter
hello, the problem is an other as in http://www.php.net/FAQ.php#6.9. from me unknown reason a subroutine is not linked from libgcc, if I merge pdflib 3.0 also if I compile php with apxs, then there are missing 2 subroutines, which are used by php. i test all posible options for php, pdflib and

Re: [PHP-DEV] le_ why static?

2001-01-26 Thread Sascha Schumann
On Fri, 26 Jan 2001, Sam Liddicott wrote: Why are le_* garbage destructor handles declared static? As far as I can tell this means other c files in the same module can't "extern" it but as it is static in file scope it has none of the other benefits of being static? Is it to do with

[PHP-DEV] PHP 4.0 Bug #8878 Updated: symbol not defined (load php4-module)

2001-01-26 Thread rasmus
ID: 8878 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Apache related Assigned To: Comments: You need to read http://www.php.net/FAQ.php#6.9 Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #8940 Updated: File uploads stopped withing in 4.0.4pl1

2001-01-26 Thread glen
ID: 8940 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Filesystem function related Description: File uploads stopped withing in 4.0.4pl1 Ok, I've done some further testing. With a simple script that does nothing except upload the file and move it, it works: the file is there.

[PHP-DEV] PHP 4.0 Bug #8928: xslt_process randomly fails on valid xml/xsl data (xslt_run works fine)

2001-01-26 Thread abravo
From: [EMAIL PROTECTED] Operating system: Linux (kernel 2.2.10,glibc-2.0.7) PHP version: 4.0.4pl1 PHP Bug Type: Sablotron XSL Bug description: xslt_process randomly fails on valid xml/xsl data (xslt_run works fine) This script randomly fails (on the same xml/xsl data it

[PHP-DEV] You can have a visa card .. no deposit

2001-01-26 Thread garey
This company is offering a visa card with no annual fee, no deposit and will pay you for the people you refer.Just request the web address by replying to : [EMAIL PROTECTED] Insert "request " in the subject line

[PHP-DEV] PHP 4.0 Bug #8894 Updated: Upgraded to 4.0.4p1 from 4.0.4 caused apache to crash

2001-01-26 Thread sniper
ID: 8894 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Apache related Assigned To: Comments: User feedback: --- ./configure --with-mysql=/usr --with-pgsql=/usr --with-apxs=/usr/local/apache/bin/apxs --- Could you please try to generate a

[PHP-DEV] PHP 4.0 Bug #8922: @xmldoc(...) doesn't quite suppress errors

2001-01-26 Thread colin
From: [EMAIL PROTECTED] Operating system: RH 7.0 PHP version: 4.0 Latest CVS (25/01/2001) PHP Bug Type: DOM XML related Bug description: @xmldoc(...) doesn't quite suppress errors Take the following code: ?php $xml = '?xml version="1.0"?foobar/foo'; $doc = @xmldoc($xml);

[PHP-DEV] PHP 4.0 Bug #8941: Openlink/ODBC cannot parse complex queries

2001-01-26 Thread mnewnham
From: [EMAIL PROTECTED] Operating system: HPUX10.20 PHP version: 4.0.2 PHP Bug Type: ODBC related Bug description: Openlink/ODBC cannot parse complex queries Platform: HPUX 10.20 Configuration: PHP4.0.1pl2 --with-iodbc --without-mysql --with-pdflib=/usr/local

[PHP-DEV] PHP 4.0 Bug #8941 Updated: Openlink/ODBC cannot parse complex queries

2001-01-26 Thread mnewnham
ID: 8941 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Description: Openlink/ODBC cannot parse complex queries Configuration above should show PHP4.0.2 not 4.0.1pl2 Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #8940 Updated: File uploads stopped withing in 4.0.4pl1

2001-01-26 Thread glen
ID: 8940 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Filesystem function related Description: File uploads stopped withing in 4.0.4pl1 Further testing reveals that the upload is working properly, but the file 'type' variable is not set, and PHP is not treating it as an image

[PHP-DEV] PHP 4.0 Bug #8894 Updated: Upgraded to 4.0.4p1 from 4.0.4 caused apache to crash

2001-01-26 Thread sniper
ID: 8894 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Bogus Bug Type: Apache related Assigned To: Comments: User feedback: -- Well, dammit. I just moved things back to where they were last night when they were failing, and they are working

[PHP-DEV] Notice: Resurrecting the Function Naming Thread

2001-01-26 Thread Zak Greant
Hello All, I am trying to resurrect the function renaming thread that died out around New Years Day. I have summarized the old thread and posted the summary to the php-qa list. After sorting through all of the messages in the old thread that spanned across 3 different lists, I thought that it

[PHP-DEV] PHP 4.0 Bug #8847 Updated: Missing file when doing make

2001-01-26 Thread sniper
ID: 8847 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Failure Assigned To: Comments: Your analysis is wrong. reflect.class is _created_ by javac which you don't have anywhere in your PATH.Just add the path to javac into your PATH

[PHP-DEV] PHP 4.0 Bug #8851 Updated: [warn] Loaded DSO libexec/libphp4.so uses plain Apache 1.3 API.......

2001-01-26 Thread sniper
ID: 8851 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Apache related Assigned To: Comments: Check this url for answer to your problem: http://www.phpbuilder.com/mail/php-general/262/0811.php (not a bug in PHP..) --Jani Previous

[PHP-DEV] Sorry another test

2001-01-26 Thread Chris Newbill
I think it may have been my custom mail filters, trying once again to see if that is the case. Thanks for your patience, Chris NewbillOneWest.net Inc.,Programmer/Analyst406.449.8056[EMAIL PROTECTED] /*"...Microsoft Windows users are now covered under the Americans with Disabilities

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

2001-01-26 Thread aulbach
ID: 8937 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: Scripting Engine problem Description: unset() in context with GLOBAL Of course I know that it is already documented. First mentioned in August 1999! Havn't mentioned this, cause it is not relevant. A bug is bug, and the other

[PHP-DEV] Notice: Resurrecting the Function Naming Thread

2001-01-26 Thread Zak Greant
Hello All, I am trying to resurrect the function renaming thread that died out around New Years Day. I have summarized the old thread and posted the summary to the php-qa list. After sorting through all of the messages in the old thread that spanned across 3 different lists, I thought that it

[PHP-DEV] PHP 4.0 Bug #8924 Updated: Opening manual.chm results in hh.exe has generated errors and will be closed.

2001-01-26 Thread derick
ID: 8924 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Documentation problem Assigned To: Comments: Which .chm file did you download exactly? Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #8933 Updated: gettimeofday improvement suggestion

2001-01-26 Thread derick
ID: 8933 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Date/time related Assigned To: Comments: Report summmitted 2 times Previous Comments: --- [2001-01-26 08:24:29] [EMAIL

[PHP-DEV] PHP 4.0 Bug #8940 Updated: File uploads stopped withing in 4.0.4pl1

2001-01-26 Thread glen
ID: 8940 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Filesystem function related Description: File uploads stopped withing in 4.0.4pl1 If you view the uploaded file (using "od" in my case), you'll see that the first few bytes of it are: "Content-Type: image/jpeg" followed by

Re: [PHP-DEV] PHP 4.0 Bug #8889: Memory is not being freed.

2001-01-26 Thread Andrzej Kiesz
Dnia Wed, Jan 24, 2001 at 06:21:13PM -, [EMAIL PROTECTED] napisal: From: [EMAIL PROTECTED] Operating system: RH 7 PHP version: 4.0.4 PHP Bug Type: Performance problem Bug description: Memory is not being freed. Hi guys, I do not have much information. I know

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

2001-01-26 Thread derick
ID: 8937 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Assigned To: Comments: This isn't a bug, but a feature =) If you use GLOBAL within a function it creates a reference to the orignal variabele, this reference is

[PHP-DEV] PHP 4.0 Bug #8942: memory leak

2001-01-26 Thread rkc
From: [EMAIL PROTECTED] Operating system: SunOS 2.6 PHP version: 4.0.2 PHP Bug Type: mcrypt related Bug description: memory leak i'm using libmcrypt 2.4.5 on Stronghold 3.0 (Apache 1.3.12). everytime i call mcrypt_generic_init(), a memory leak occurs. calling

[PHP-DEV] Re: PHP 4.0 Bug #8924 Updated: Opening manual.chm results in hh.exe has generated errors and will be closed.

2001-01-26 Thread Gary Sherman
The english version available from the Documentation page. URL below: http://www.php.net/distributions/manual.chm - Original Message - From: "Bug Database" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 26, 2001 11:55 AM Subject: PHP 4.0 Bug #8924 Updated: Opening

[PHP-DEV] PHP 4.0 Bug #8919 Updated: MIBS aren't recognized

2001-01-26 Thread keh
ID: 8919 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: SNMP related Description: MIBS aren't recognized I remove the call to init_mib() from PHP_MINIT_FUNCTION(snmp) function and add a call to init_snmp("phpsnmp") in php_snmp() function. It works now.. Previous

[PHP-DEV] PHP 4.0 Bug #8924 Updated: Opening manual.chm results in hh.exe has generated errors and will be closed.

2001-01-26 Thread derick
ID: 8924 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Assigned Bug Type: Documentation problem Assigned To: derick Comments: User reported: The english version available from the Documentation page. URL below: http://www.php.net/distributions/manual.chm

[PHP-DEV] PHP 4.0 Bug #8943: configure doesn't recognize pdflib-3.03

2001-01-26 Thread robr
From: [EMAIL PROTECTED] Operating system: Solaris 8 PHP version: 4.0.4pl1 PHP Bug Type: PDF related Bug description: configure doesn't recognize pdflib-3.03 I installed pdflib in /opt/pdflib-3.03 ./configure --with-apache=../apache_1.3.14 --with-pdflib=/opt/pdflib-3.03 --

[PHP-DEV] Re: PHP 4.0 Bug #8942 Updated: memory leak

2001-01-26 Thread Remco Chang
thanx for the pompt reply. is there a page where all the new features/updates are for 4.0.4pl1? remco chang www.bountyquest.com - Original Message - From: "Bug Database" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 26, 2001 4:30 PM Subject: PHP 4.0 Bug #8942 Updated:

[PHP-DEV] PHP 4.0 Bug #8889 Updated: Memory is not being freed.

2001-01-26 Thread brian
ID: 8889 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Performance problem Description: Memory is not being freed. Ok, this is just like what is described in http://marc.theaimsgroup.com/?l=php-devm=97923602322593w=2 which contains a hacked up solution. It looks like it should be

[PHP-DEV] PHP 4.0 Bug #8945: include, require, et al.

2001-01-26 Thread Jason
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: Performance problem Bug description: include, require, et al. I discovered that the include(), require() or include_only(), require_only() functions have a profound effect on

[PHP-DEV] PHP 4.0 Bug #8946: configure could not find libxml library

2001-01-26 Thread goku
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.2-STABLE PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: configure could not find libxml library ./configure --with-xml --with-dom=/usr/local/lib checking whether to enable the bundled dbase

[PHP-DEV] PHP 4.0 Bug #8947: php don't compile using --with-sybase and FreeTDS (php 4.0.0 does)

2001-01-26 Thread apina
From: [EMAIL PROTECTED] Operating system: Slackware 7.0 Kernel 2.2.16 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: php don't compile using --with-sybase and FreeTDS (php 4.0.0 does) Using FreeTDS 0.50 and php4.0.4pl1 with /configure

[PHP-DEV] Hello

2001-01-26 Thread Graduate
UNIVERSITY DIPLOMA Obtain a prosperous future, money earning power, and the admiration of all. Diplomas from prestigious non-accredited universities based on your present knowledgeand life experience. No required tests, classes, books, or interviews. Bachelors, masters, MBA, and doctorate

[PHP-DEV] PHP 4.0 Bug #8948: readline_completion_function enhance

2001-01-26 Thread augustz
From: [EMAIL PROTECTED] Operating system: All PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: readline_completion_function enhance Would be nice if the completion function could accept some sort of context, perhaps an array of cmds. -- Edit