Re: [PHP-DEV] DOM/XML in 4.0.7

2001-06-28 Thread Colin Viebrock
For 4.0.6 I rolled back the DOM/XML changes. It seems as if the current upgrade isn't being fixed. Maybe we should revert it back to what it was in 4.0.6 until it gets a thorough make over? You love to make me work, huh? :) Seriously, if we stick with the 4.0.6 version, that's fine.

Re: [PHP-DEV] Apache coredumps with php4 with runtime modules ldap and imap loaded

2001-06-28 Thread Petr Cech
On Wed, Jun 27, 2001 at 12:34:31AM -0300 , Sergio Bruder wrote: I have the following situation: I have a linux 2.2.x with the following configuration: GLIBC 2.2.3 OpenLDAP 2.0.11 (with SSL) imap-2000c (with SSL) Apache 1.3.19 (with SSL enabled by default) build_ext imap

[PHP-DEV] CVS down!

2001-06-28 Thread Andi Gutmans
Guys, We are moving the CVS tree to a different server so please don't commit anything in the next few hours. Once it's up and running we'll post a message including the IP of the new machine (in case the DNS change doesn't propagate early enough for you). Andi -- PHP Development Mailing

[PHP-DEV] Bug sent manually [the php.net mailing is not working now :(]

2001-06-28 Thread Hojtsy Gabor
From: [EMAIL PROTECTED] Operating system: any PHP version: 4.0 Latest CVS (2001-06-27) PHP Bug Type: *Configuration Issues Bug description: PEAR cant be used with safe mode If you set up PEAR with the default path, it is unusable in safe mode :( -- PHP Development

[PHP-DEV] setting reference to $this in constructor.

2001-06-28 Thread ukasz Michalski
From: [EMAIL PROTECTED] Operating system: Linux 2.2.x PHP version: 4.0 Latest CVS (2001-06-27) PHP Bug Type: Class/Object related Bug description: setting reference to $this in constructor. When I want to set reference to $this object gets copied. In this example

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

2001-06-28 Thread tom
ID: 11707 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Compile Failure Operating system: NetBSD/Alpha 1.5W-current PHP Version: 4.0.6 Description: FILE.lo isn't a libtool type if built php as a cgi here is the exact error: /bin/sh

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

2001-06-28 Thread tom
ID: 11707 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating system: NetBSD/Alpha 1.5W-current PHP Version: 4.0.6 Description: FILE.lo isn't a libtool type if built php as a cgi i was wrong about the options sablot, iconv, and expat options. having those options

[PHP-DEV] Bug #11756: Private, Protected variables in classes

2001-06-28 Thread alavoor
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: Private, Protected variables in classes I have a good idea. It is extremely easy to implement private, protected variables in classes. PHP can use the

[PHP-DEV] Bug #11759: DOCUMENT_ROOT not available when using PHP with IIS5 (cgi Version)

2001-06-28 Thread blankart
From: [EMAIL PROTECTED] Operating system: W2K PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: DOCUMENT_ROOT not available when using PHP with IIS5 (cgi Version) DOCUMENT_ROOT not available when using PHP with IIS5 (cgi Version). Works fine on

[PHP-DEV] Bug #9938 Updated: Incorrect documentation in Spanish Session handler fuctions

2001-06-28 Thread jeroen
ID: 9938 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Suspended Bug Type: Documentation problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: I don't speak Spanish at all, but I'll revert the Spanish documentation for sessions when CVS is back

[PHP-DEV] Bug #11759 Updated: DOCUMENT_ROOT not available when using PHP with IIS5 (cgi Version)

2001-06-28 Thread blankart
ID: 11759 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating system: W2K PHP Version: 4.0.6 Description: DOCUMENT_ROOT not available when using PHP with IIS5 (cgi Version) ? echo $DOCUMENT_ROOT; ? /P Causes the following: Warning: Undefined

[PHP-DEV] Bug #11760: VT_ARRAY not supported

2001-06-28 Thread heejung73
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.6 PHP Bug Type: COM related Bug description: VT_ARRAY not supported hi, the following line of code $vXXX = new VARIANT($XXX, VT_ARRAY|VT_BYREF); results in Warning: Type not supportet or not

[PHP-DEV] Bug #11755: Can't pass array to COM obj

2001-06-28 Thread heejung73
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.6 PHP Bug Type: COM related Bug description: Can't pass array to COM obj i can't pass an array to my com object. the object works fine w/ ASP: Dim X(10); Obj.X = X; when i try to do the same w/

[PHP-DEV] Bug #11757: Additional Comment to #11688 ImageTTFText ImageTTFBBox

2001-06-28 Thread edwin
From: [EMAIL PROTECTED] Operating system: Win 98 SE PHP version: 4.0.6 PHP Bug Type: GD related Bug description: Additional Comment to #11688 ImageTTFText ImageTTFBBox I recognized the same problem on my machine, and I think it comes from the new GD-Lib 2.0. Replacing the

[PHP-DEV] Bug #11756 Updated: Private, Protected variables in classes

2001-06-28 Thread alavoor
ID: 11756 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating system: Linux PHP Version: 4.0.6 Description: Private, Protected variables in classes for example: class { private: var $myvar; var $myvar2:

[PHP-DEV] Bug #11758: --with-apxs2 compile option failed with Apache 2.0.16

2001-06-28 Thread vlast
From: [EMAIL PROTECTED] Operating system: RedHat 7.1 PHP version: 4.0.6 PHP Bug Type: Compile Problem Bug description: --with-apxs2 compile option failed with Apache 2.0.16 Making all in sapi make[1]: Entering directory `/usr/local/src/php-4.0.6/sapi' Making all in

[PHP-DEV] Bug #11676 Updated: A few apache children consume all memory and CPU.

2001-06-28 Thread valerio
ID: 11676 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Scripting Engine problem Operating system: linux 2.4.5 i386 PHP Version: 4.0 Latest CVS (2001-06-25) Description: A few apache children consume all memory and CPU. Here it is: CFLAGS=-O9 -funroll-loops

[PHP-DEV] Bug #11749 Updated: Unserialize dies with Apache Module but is FINE with CGI

2001-06-28 Thread btanner
ID: 11749 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating system: Win32 (Win 2k) PHP Version: 4.0.6 Description: Unserialize dies with Apache Module but is FINE with CGI If it helps: a)Script b)Datafile can be found in zip form at:

[PHP-DEV] Bug #11709 Updated: Call to undefined function: pdf_new()

2001-06-28 Thread william_moore
ID: 11709 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: *PDF functions Operating system: Linux 2.2.16-22 PHP Version: 4.0.6 Description: Call to undefined function: pdf_new() Thank you for the suggestions as they worked. Previous Comments:

[PHP-DEV] Bug #11733 Updated: Crash on For Loop

2001-06-28 Thread cynic
ID: 11733 Updated by: cynic Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *Function Specific Operating system: PHP Version: 4.0.6 Assigned To: Comments: besides, the $i == 5 statement is also bogus. Previous Comments:

[PHP-DEV] Bug #10721 Updated: odd output in create_function()

2001-06-28 Thread justin
ID: 10721 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating system: GNU/Linux PHP Version: 4.0.6 Description: odd output in create_function() Any word on this? Still exists in 4.0.6. Previous Comments:

[PHP-DEV] Bug #11754: exec() function not working in Win32

2001-06-28 Thread stephen
From: [EMAIL PROTECTED] Operating system: Win32 (2000) PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: exec() function not working in Win32 - Standard Win32 PHP install - Apache 1.3.20, Win32 - PHP running as a module - Unix Tools running on Win32 platform

[PHP-DEV] Bug #11725 Updated: Bitwise operators seems buggy

2001-06-28 Thread Pascal . Dufour
ID: 11725 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: Math related Operating system: Linux 2.2 PHP Version: 4.0.6 Description: Bitwise operators seems buggy I suppose you make ref to this: [2000-11-23 07:41:55] [EMAIL PROTECTED] Still not working, possibly won't for some time

[PHP-DEV] Bug #11761: LC_CTYPE undeclared

2001-06-28 Thread unix-guy
From: [EMAIL PROTECTED] Operating system: HP-UX 11.00 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: LC_CTYPE undeclared Compile with either that static or DSO method fails on HP-UX 11.00. Config command (from static): ./configure --prefix=/opt/php4

[PHP-DEV] PHP Bug Type: Strings related ???

2001-06-28 Thread Guido Laubner
From: [EMAIL PROTECTED] Operating system: Solaris 8 / Intel PHP version: 4.0.4pl1 PHP Bug Type: Strings related Bug description: Backslash parameter passing in Forms Here's instructions on how to reproduce : 1. Create a php-file with this content : HTML BODY ?php print( $p ); ? /BODY /HTML and

[PHP-DEV] Bug #11758 Updated: --with-apxs2 compile option failed with Apache 2.0.16

2001-06-28 Thread sniper
ID: 11758 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Compile Problem Operating system: PHP Version: 4.0.6 Assigned To: Comments: As you propably know, Apache2 is still under development. And so is the Apache2 SAPI in PHP. So you need to get

[PHP-DEV] Bug #11757 Updated: Additional Comment to #11688 ImageTTFText ImageTTFBBox

2001-06-28 Thread sniper
ID: 11757 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: GD related Operating system: PHP Version: 4.0.6 Assigned To: Comments: Duplicate of #11688 Previous Comments: ---

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

2001-06-28 Thread sniper
ID: 11707 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Failure Operating system: PHP Version: 4.0.6 Assigned To: Comments: Again, does this happen with the latest CVS or with PHP 4.0.6? --Jani Previous Comments:

[PHP-DEV] Bug #11754 Updated: exec() function not working in Win32

2001-06-28 Thread sniper
ID: 11754 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Apache related Operating system: PHP Version: 4.0.6 Assigned To: Comments: So which exec() in your script doesn't work? Please make it short as possible. Previous Comments:

[PHP-DEV] Bug #11754 Updated: exec() function not working in Win32

2001-06-28 Thread sniper
ID: 11754 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Old-Bug Type: Apache related Bug Type: Program Execution Operating system: PHP Version: 4.0.6 Assigned To: Comments: Previous Comments:

[PHP-DEV] Bug #11722 Updated: unable to fork with system command

2001-06-28 Thread sniper
ID: 11722 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Program Execution Operating system: PHP Version: 4.0.6 Assigned To: Comments: You have a time machine? Can you give me a copy of PHP 4.1? :) I assume you meant PHP 4.0.1? system()

[PHP-DEV] Bug #11701 Updated: strtoupper does not works well with ç , ã ...

2001-06-28 Thread sniper
ID: 11701 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Languages/Translation Operating system: PHP Version: 4.0.4 Assigned To: Comments: I just tried this script with PHP 4.0.6: ? echo strtoupper(çãáéíóúüõê); ? And it worked as it

[PHP-DEV] Bug #8548 Updated: PHP ISAPI ends with Internal Server Error

2001-06-28 Thread sniper
ID: 8548 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: IIS related Operating system: PHP Version: 4.0.4 Assigned To: Comments: No feedback. And most likely user error. Previous Comments:

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

2001-06-28 Thread sniper
ID: 8711 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: GD related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: No feedback. Can't reproduce. Previous Comments:

[PHP-DEV] Bug #11762: bad example

2001-06-28 Thread Xuefer
From: [EMAIL PROTECTED] Operating system: win2k PHP version: 4.0.5 PHP Bug Type: Documentation problem Bug description: bad example PHP manual getdate (PHP 3, PHP 4 ) getdate -- Get date/time information Description array getdate ([int timestamp]) Example 1.

[PHP-DEV] Bug #9687 Updated: x-httpd-source fails with zero length

2001-06-28 Thread sniper
ID: 9687 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: PHP options/info functions Operating system: PHP Version: 4.0 Latest CVS (11/03/2001) Assigned To: Comments: No feedback, works for me fine with 4.0.5 - 4.0.7-dev Previous Comments:

[PHP-DEV] Bug #10290 Updated: magic_quotes_runtime setting varies at random

2001-06-28 Thread sniper
ID: 10290 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: PHP options/info functions Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: No feedback and can't reproduce. Previous Comments:

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

2001-06-28 Thread sniper
ID: 11337 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: Does this happen with PHP 4.0.6 ? Previous Comments:

[PHP-DEV] Bug #11444 Updated: PHP puts heavy load on apaches httpd

2001-06-28 Thread sniper
ID: 11444 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Performance problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: There has been some memory issues solved in PHP 4.0.6. Please try it out and reopen if this still happens.

[PHP-DEV] Bug #11763: odbc_exec() throws ISE 500 error

2001-06-28 Thread lustig
From: [EMAIL PROTECTED] Operating system: Windows 98 SE PHP version: 4.0.6 PHP Bug Type: ODBC related Bug description: odbc_exec() throws ISE 500 error I have a bug... I have a function (of which the following code is from) which pulls data from a remote MS SQL database

[PHP-DEV] Bug #11763 Updated: odbc_exec() throws ISE 500 error

2001-06-28 Thread lustig
ID: 11763 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Operating system: Windows 98 SE PHP Version: 4.0.6 Description: odbc_exec() throws ISE 500 error Another note on the above code snippet -- the dbtext() function just puts quotes around whatever is the params... ie,

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

2001-06-28 Thread sniper
ID: 11628 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Analyzed Bug Type: ODBC related Operating system: PHP Version: 4.0.6 Assigned To: Comments: I really don't see the reason why the second parameter should be passed by reference anyway. Dan, fix this. :)

[PHP-DEV] Bug #11764: system() function result different from PHP 4.0.5

2001-06-28 Thread kamlin
From: [EMAIL PROTECTED] Operating system: Windows NT Workstation 4.0 PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: system() function result different from PHP 4.0.5 ?php // goods.php $today = date(Y/m/d); $mmdd = substr($today, 5, 2) .

[PHP-DEV] bug reports need addslashes() (was: Re: [PHP-DEV] Bug #11673 Updated: UNC paths not working when used in include_path)

2001-06-28 Thread Cynic
is this just my MUA, or does anyone else also experience this? Using a UNC path in as the home directory under IIS 5.0 and Windows 2000 Server using the PHP ISAPI module does not seem to work. If I set the Network Directory to \naswebcustomer I get the following error from PHP: [EMAIL

[PHP-DEV] Bug #11765: Warning: MySQL: Unable to save result set in

2001-06-28 Thread root
From: [EMAIL PROTECTED] Operating system: redhat-6.2 PHP version: 4.0.6 PHP Bug Type: MSSQL related Bug description: Warning: MySQL: Unable to save result set in I'm getting the following error message when I execute a query (such as insert or delete or update but not

[PHP-DEV] Bug #11764 Updated: system() function result different from PHP 4.0.5

2001-06-28 Thread sniper
ID: 11764 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.6 Assigned To: Comments: And what is the difference between 4.0.5 system() and 4.0.6 system() ? Previous Comments:

[PHP-DEV] Bug #11762 Updated: bad example

2001-06-28 Thread sniper
ID: 11762 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Documentation problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: You must be looking into old manual or something since the example I see on the getdate() manual page has

[PHP-DEV] Bugs: mod_php, w3c-libwww, content-length, chunked and RFC 2068

2001-06-28 Thread Eric Kidd
So, I was using w3c-libwww to download some XML documents generated by mod_php, and I kept losing the last 5 or 6 bytes. Ethereal said those bytes were on the wire, so I dug into w3c-libwww's guts. Half a day later, here's what I've learned: mod_php will happily generate messages that

[PHP-DEV] Bug #11765 Updated: Warning: MySQL: Unable to save result set in

2001-06-28 Thread sniper
ID: 11765 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Old-Bug Type: MSSQL related Bug Type: MySQL related Operating system: PHP Version: 4.0.6 Assigned To: Comments: Please include a shortest possible example script that can be used to reproduce this

[PHP-DEV] RE: Bug #11764 Updated: system() function result different from PHP 4.0.5

2001-06-28 Thread kamlin
In goods1.php , the value of $argc == 5 (PHP 4.0.6) , $argc == 3 (PHP 4.0.5) -Original Message- From: Bug Database [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 11:01 AM To: [EMAIL PROTECTED] Subject: Bug #11764 Updated: system() function result different from PHP 4.0.5

[PHP-DEV] Bug #11765 Updated: Warning: MySQL: Unable to save result set in

2001-06-28 Thread root
ID: 11765 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Old-Bug Type: MySQL related Bug Type: MSSQL related Operating system: redhat-6.2 PHP Version: 4.0.6 Description: Warning: MySQL: Unable to save result set in I'm getting the following error message when I execute a

[PHP-DEV] Bug #11754 Updated: exec() function not working in Win32

2001-06-28 Thread sniper
ID: 11754 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Program Execution Operating system: PHP Version: 4.0.6 Assigned To: Comments: Previous Comments: --- [2001-06-27

[PHP-DEV] Bug #11765 Updated: Warning: MySQL: Unable to save result set in

2001-06-28 Thread root
ID: 11765 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: MSSQL related Operating system: redhat-6.2 PHP Version: 4.0.6 Description: Warning: MySQL: Unable to save result set in The script(error.php) is : ? $db_acc_user = root; $db_acc_passwd = password; $db = pacc; $sql = INSERT

Re: [PHP-DEV] Memory limit is used for all scripts instead of one?

2001-06-28 Thread Brian Moon
What version of PHP are you using? There were some changes in 4.0.6 that may change your results. Brian Moon -- dealnews.com, Inc. Makers of dealnews, dealmac http://dealnews.com/ | http://dealmac.com/ - Original Message

[PHP-DEV] Bug #11766: Unable to save result set in

2001-06-28 Thread postmaster
From: [EMAIL PROTECTED] Operating system: redhat-6.2 PHP version: 4.0.6 PHP Bug Type: MySQL related Bug description: Unable to save result set in I'm getting the following error message when I execute a query (such as insert or delete or update but not select) that doesn't

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

2001-06-28 Thread tom
ID: 11707 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Compile Failure Operating system: NetBSD/Alpha 1.5W-current PHP Version: 4.0.6 Description: FILE.lo isn't a libtool type if built php as a cgi it happens with latest CVS 4.0.7-dev is what phpinfo tells me. i

[PHP-DEV] Bug #11489 Updated: Sybase query result is getting destructed

2001-06-28 Thread joey
ID: 11489 Updated by: joey Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Sybase-ct (ctlib) related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Cannot reproduce with CVS. Previous Comments:

Re: [PHP-DEV] CVS Account Request

2001-06-28 Thread Sebastian Bergmann
CVS Account Request wrote: Purpose: I would like cvs access so that I can check a bug fix to the sybase_ct module. I need this bug fix to be in the next release of PHP. Just send a diff of your patch to [EMAIL PROTECTED] -- sebastian bergmann[EMAIL PROTECTED]

[PHP-DEV] Bug #11767: Bad escape sequence

2001-06-28 Thread veins
From: [EMAIL PROTECTED] Operating system: Unix PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: Bad escape sequence When safe_mode is set to On, it is impossible to pass a variable that contains a string with a space in it as an argument to any

[PHP-DEV] query regrading mail function

2001-06-28 Thread Sachin Garg
Dear Sir I have the problem regrading mail function in PHP. I am trying to send the mail using the script below, but the output genrated that Can't Success. Hopefully that you can soled my problem. Thanks and Regards. Sachin Delhi The mail Script is - ? $mail_from = From:

Re: [PHP-DEV] PHP 4.0.6 crypt ()

2001-06-28 Thread derick
Hello, On Wed, 27 Jun 2001, Morten Rønseth wrote: Is crypt () gone under Darwin 1.3.3...? I even compiled in libmcrypt but still no dice. FYI, crypt() has nothing to do with libmcrypt, but I'm sure libmcrypt has other functions that emulate the crypt() function. regards, Derick Rethans

[PHP-DEV] Bug #11723 Updated: A few apache children remain in memory after apachectl stop

2001-06-28 Thread denis
ID: 11723 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Scripting Engine problem Operating system: linux 2.2.14 and 2.2.16 PHP Version: 4.0.6 Description: A few apache children remain in memory after apachectl stop This is the line I used to configure the PHP:

Re: [PHP-DEV] [Bug] MacOSX-10.0.4 Unresolved symbols in Apche DSO

2001-06-28 Thread derick
Hello Nathan, please add --with-zlib to your configure line. It should work fine then. Derick On Wed, 27 Jun 2001, nathan r. hruby wrote: Just doing what bugs.php.net tells me.. Sorry of this duplicatied --- START: Bug Entry From: [EMAIL PROTECTED] Operating system: MacOSX

Re: [PHP-DEV] Memory limit is used for all scripts instead of one?

2001-06-28 Thread derick
On Wed, 27 Jun 2001, Swift wrote: Warning: Could not execute mail delivery program in /local/Web/sites/phpweb/bugs.php on line 419 Mail not sent! What is wrong with the bug system? I've seen around 20 messages like this now. Derick

[PHP-DEV] Bug #11658 Updated: Getting values by reference don't work

2001-06-28 Thread andrej . aschenbrenner
ID: 11658 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: COM related Operating system: Windows NT 4.0 SP 6 PHP Version: 4.0.6 Description: Getting values by reference don't work still closed? Previous Comments:

Re: [PHP-DEV] keeping descriptors in persistent connections

2001-06-28 Thread derick
Hello Joao, On Wed, 27 Jun 2001, Joao Conceicao wrote: Hi, I'm having a problem making a module that uses persistent connections. It's possible to reuse the same descriptors (file descriptors) in two diferent pages? How? It's not really possible with PHP to do this. Of course there are

[PHP-DEV] Bug #11768: references still have bugs

2001-06-28 Thread zork
From: [EMAIL PROTECTED] Operating system: Linux 2.2.x PHP version: 4.0 Latest CVS (2001-06-28) PHP Bug Type: Class/Object related Bug description: references still have bugs When I want to set reference to $this object gets copied. In this example $ui_handler contains copy

[PHP-DEV] Bug #11728 Updated: (null) given instead of actual error message

2001-06-28 Thread cgi
ID: 11728 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: PostgreSQL related Operating system: Linux 2.2.19 PHP Version: 4.0.6 Description: (null) given instead of actual error message Two examples: ?PHP $link_id = pg_pconnect (host='localhost' user='root'

[PHP-DEV] Bug #11769: PDF_setcolor (invalid type of the third argument)

2001-06-28 Thread cedric . scheyder
From: [EMAIL PROTECTED] Operating system: Solaris 2.8 PHP version: 4.0.5 PHP Bug Type: PDF related Bug description: PDF_setcolor (invalid type of the third argument) PHP_FUNCTION(pdf_setcolor) { zval **arg1, **arg2, **arg3, **arg4, **arg5, **arg6, **arg7;

[PHP-DEV] Bug #11769 Updated: PDF_setcolor (invalid type of the third argument)

2001-06-28 Thread cedric . scheyder
ID: 11769 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: PDF related Operating system: Solaris 2.8 PHP Version: 4.0.5 Description: PDF_setcolor (invalid type of the third argument) in pdf.c file: PHP_FUNCTION(pdf_setcolor) { zval **arg1, **arg2,

[PHP-DEV] Bug #11770: configure --enable-xslt fails

2001-06-28 Thread rouvas
From: [EMAIL PROTECTED] Operating system: Linux.2.2.14 PHP version: 4.0.6 PHP Bug Type: *Install and Config Bug description: configure --enable-xslt fails configuring with --enable-xslt fails with : checking whether to enable xslt support... yes checking whether to enable

Re: [PHP-DEV] Bug #11753: Need way to load sent XML

2001-06-28 Thread Chris Vandomelen
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.0.5 PHP Bug Type: Feature/Change Request Bug description: Need way to load sent XML There appears to be no way to load an XML string that was sent to a PHP page with a content-type: text/xml. What I think

[PHP-DEV] Email change request

2001-06-28 Thread Markus Fischer
Can somebody with enough karma please change my forward [EMAIL PROTECTED] from [EMAIL PROTECTED] to [EMAIL PROTECTED] ? thx - Markus -- Markus Fischer, http://guru.josefine.at/~mfischer/ EMail: [EMAIL PROTECTED] PGP Public Key: http://guru.josefine.at/~mfischer/C2272BD0.asc PGP

[PHP-DEV] Bug #10589 Updated: buildconf not compatible with Gnu Libtool 1.4

2001-06-28 Thread jmoore
ID: 10589 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Critical Status: Closed Bug Type: *Install and Config Operating system: PHP Version: 4.0 Latest CVS (01/05/2001) Assigned To: Comments: This has been fixed has it not?? Libtool 1.4 works fine for me with latest CVS.

[PHP-DEV] Bug #11771: Persistent connection does not close

2001-06-28 Thread acostin
From: [EMAIL PROTECTED] Operating system: Linux Redhat 7.1 PHP version: 4.0.6 PHP Bug Type: PostgreSQL related Bug description: Persistent connection does not close Hello, I have a connection leak problem when connecting to PGsql. The connection just hang around and does

[PHP-DEV] Bug #11772: configure keeps telling 'This c-client library does not support SSL'

2001-06-28 Thread wouter
From: [EMAIL PROTECTED] Operating system: Linux 2.2.19 - Slackware 7.1 PHP version: 4.0.6 PHP Bug Type: *Install and Config Bug description: configure keeps telling 'This c-client library does not support SSL' Using IMAP-2000c. I tried a lot of options. IMAP-build: cd

Re: [PHP-DEV] Memory limit is used for all scripts instead of one?

2001-06-28 Thread Zeev Suraski
memory_limit applies for the duration of a single script. Each script will not be allowed to obtain more than 8MB; So, the problem you're having originates someplace else (perhaps other parts of PHP grow to consume more memory, e.g., persistent resource tables or something of the sort).

[PHP-DEV] Bug #11756 Updated: Private, Protected variables in classes

2001-06-28 Thread derick
ID: 11756 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.6 Assigned To: Comments: This will be dealt with with the new version of the Zend engine. The timeframe is a few months... so

[PHP-DEV] Bug #11773: String ++ error

2001-06-28 Thread support
From: [EMAIL PROTECTED] Operating system: RH6.2 Linux PHP version: 4.0.6 PHP Bug Type: Strings related Bug description: String ++ error In 4.0.5 if you use $string++ and then fetch $string[x] it works. In 4.0.6 if you do same it returns null! see

[PHP-DEV] Bug #11774: Unable to load dynamic library 'C:/PHP/extensions/php_oci8.dll'

2001-06-28 Thread fabio . pascarella
From: [EMAIL PROTECTED] Operating system: Win NT - IIS4 - CGI PHP version: 4.0.6 PHP Bug Type: OCI8 related Bug description: Unable to load dynamic library 'C:/PHP/extensions/php_oci8.dll' The CGI module fails to load the OCI8 dll. -- Edit Bug report at:

[PHP-DEV] Bug #11676 Updated: A few apache children consume all memory and CPU.

2001-06-28 Thread derick
ID: 11676 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0 Latest CVS (2001-06-25) Assigned To: Comments: You don't need to set the CFLAGS yourself, the -O9 is known to cause problems.

[PHP-DEV] Dom XML

2001-06-28 Thread Derick Rethans
Hello, as I about to write PHP scripts which use the DOM XML extension, I'd like to know which version of Dom XML will be in next versions of PHP. THis is to make sure I don't have to rewrite them later on. Should I use the 4.0.6 one, or the 4.0.7 version of the extension? regards, Derick

[PHP-DEV] Assert callback handlers

2001-06-28 Thread Zak Greant
Hello All, Can anyone see any problems with adding array ($object, 'method') syntax to the assert handler functionality? If not, I will submit a patch to add it in the next week. (unless someone beats me to it ;) --zak -- PHP Development Mailing List http://www.php.net/ To unsubscribe,

Re: [PHP-DEV] Memory limit is used for all scripts instead ofone? NEW: CRASHING

2001-06-28 Thread Swift
Hi Zeev! Zeev Suraski wrote: memory_limit applies for the duration of a single script. Each script will not be allowed to obtain more than 8MB; So, the problem you're having originates someplace else (perhaps other parts of PHP grow to consume more memory, e.g., persistent resource tables

Re: [PHP-DEV] Memory limit is used for all scripts instead ofone? NEW: CRASHING

2001-06-28 Thread Zeev Suraski
This isn't a known problem (well, at least I haven't heard any such complaints). It may be a coincidence (i.e. not related to 4.0.6) - I'd wait and see if this problem persists. Zeev At 14:46 28/6/2001, Swift wrote: Hi Zeev! Zeev Suraski wrote: memory_limit applies for the duration of a

[PHP-DEV] Bug #11062 Updated: Sharing Violation Error Message

2001-06-28 Thread rkenny
ID: 11062 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Directory function related Operating system: NT 4.0 SP6a PHP Version: 4.0.5 Description: Sharing Violation Error Message Yes it does. :( Does the folder need to have special permissions? Right now I've

Re: [PHP-DEV] Memory limit is used for all scripts insteadofone? NEW: CRASHING

2001-06-28 Thread Swift
Hi Zeev! Zeev Suraski wrote: This isn't a known problem (well, at least I haven't heard any such complaints). It may be a coincidence (i.e. not related to 4.0.6) - I'd wait and see if this problem persists. Thanks for your help. Ok, I will give it a try. But back to the first problem. You

[PHP-DEV] Bug #11775: Typo in cpdf.c

2001-06-28 Thread graeme
From: [EMAIL PROTECTED] Operating system: Linux i386 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: Typo in cpdf.c Compiling with cpdf causes an error make[3]: Entering directory `/usr/local/src/build/php4/ext/cpdf' gcc -I.

[PHP-DEV] Bug #11762 Updated: bad example

2001-06-28 Thread Xuefer
ID: 11762 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: Documentation problem Operating system: win2k PHP Version: 4.0.5 Description: bad example I think i've downloaded the lastest version of chm file. I do also download it again. isn't the CHM version of document the newest

[PHP-DEV] Bug #11777: php apache dso coredumps using die() inside function for xslt_set_error_handler

2001-06-28 Thread tom
From: [EMAIL PROTECTED] Operating system: NetBSD/Alpha 1.5W-current PHP version: 4.0 Latest CVS (2001-06-28) PHP Bug Type: Sablotron XSL Bug description: php apache dso coredumps using die() inside function for xslt_set_error_handler function xsl_error($parser, $code,

[PHP-DEV] Bug #11735 Updated: mssql_pconnect fails

2001-06-28 Thread kris
ID: 11735 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: MSSQL related Operating system: Win 2000 w/SP 2 PHP Version: 4.0.5 Description: mssql_pconnect fails Update: I was wrong about the 'connect' solution. It seems that just using connect just prolongs the time until the crash.

[PHP-DEV] More infos: Memory limit is used for all scripts instead of one?

2001-06-28 Thread Swift
Hi Zeev! I tested a little around: 1) I dropped our leased-line, so there is no load. 2) I set the mem_limit to 12M. 3) Reboot 4) I used the 2 test-scripts as shown in one of my last mails. I called both scripts via wget at the same time. Each script should allocate 8M. 5) The wget-script then

[PHP-DEV] Bug #11698 Updated: Memory leak

2001-06-28 Thread sniper
ID: 11698 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Analyzed Old-Bug Type: Apache related Bug Type: DOM XML related Operating system: PHP Version: 4.0.6 Assigned To: Comments: Most of the leaks are caused by domxml-functions. Previous Comments:

Re: [PHP-DEV] Bug #11749 Updated: Unserialize dies with Apache Module but is FINE with CGI

2001-06-28 Thread Thies C. Arntzen
On Wed, Jun 27, 2001 at 06:32:13PM -, [EMAIL PROTECTED] wrote: ID: 11749 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating system: Win32 (Win 2k) PHP Version: 4.0.6 Description: Unserialize dies with Apache Module but is FINE with CGI If it

[PHP-DEV] Bug #11778: french version of manual/fr/function.setcookie.php wrong

2001-06-28 Thread dan
From: [EMAIL PROTECTED] Operating system: not applicable PHP version: 4.0.6 PHP Bug Type: Documentation problem Bug description: french version of manual/fr/function.setcookie.php wrong In the french manual, the function description of setcookie is wrong: it says that the

[PHP-DEV] Bug #11780: udm_find makes php crash

2001-06-28 Thread cedric
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: udm_find makes php crash To reproduce the problem : htmlbody Hello Worldbr ?php $udm_agent = udm_alloc_agent(

[PHP-DEV] Re: More infos: Memory limit is used for all scripts instead of one?

2001-06-28 Thread Zeev Suraski
At 17:00 28/6/2001, Swift wrote: Hi Zeev! I tested a little around: 1) I dropped our leased-line, so there is no load. 2) I set the mem_limit to 12M. 3) Reboot 4) I used the 2 test-scripts as shown in one of my last mails. I called both scripts via wget at the same time. Each script should