[PHP-DEV] ext/domxml: How to copy nodes?

2001-05-21 Thread Sebastian Bergmann
Following situation: I have several functions that use ext/domxml to build XML trees, such as function foo() { $xmldoc = domxml_new_xmldoc('1.0'); $root = $xmldoc-add_root('foo'); // ... } function bar() { $xmldoc = domxml_new_xmldoc('1.0'); $root =

[PHP-DEV] Bug #10986: makerpm script make a wron version no.

2001-05-21 Thread edmund_c
From: [EMAIL PROTECTED] Operating system: redhat 7.1 PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: makerpm script make a wron version no. file makerpm line 9: VERSION=${2:-`echo $TARDIR | sed s/$PREFIX//g`} always return a version no with -

[PHP-DEV] Bug #10986 Updated: makerpm script make a wron version no.

2001-05-21 Thread cardinal
ID: 10986 Updated by: cardinal Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Scripting Engine problem Bug Type: Compile Problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: Reclassifying Previous Comments:

Re: [PHP-DEV] language specification project

2001-05-21 Thread Stig Sæther Bakken
[[EMAIL PROTECTED]] Hi, About the language specification project: The goal I see for this project is coming out with a document that is useful for users. Something that they could hold in their hands, and from reading it, they'd know whether something is supposed to work or not. Now,

Re: [PHP-DEV] Fork() in php?

2001-05-21 Thread Stig Sæther Bakken
[Manuel Lemos [EMAIL PROTECTED]] Hello Zeev, On 12-May-01 14:14:10, you wrote: At 04:05 12/5/2001, Wez Furlong wrote: I know that there might be some bad interactions with apache if you fork, but if you allow PHP to spot that it forked and call _exit() instead of returning into the

Re: [PHP-DEV] Bug #10948: Apache can't load with php_interbase.dll

2001-05-21 Thread Vladimir Michl
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 On 18 May 2001 [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Operating system: Win2K PHP version: 4.0.5 PHP Bug Type: InterBase related Bug description: Apache can't load with php_interbase.dll I have Apache

[PHP-DEV] Bug #10986 Updated: makerpm script make a wron version no.

2001-05-21 Thread edmund_c
ID: 10986 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Problem Operating system: redhat 7.1 PHP Version: 4.0.5 Description: makerpm script make a wron version no. Also need to change: TAR=php$VERSION.tar.gz SPEC=php$VERSION.spec Source0:

[PHP-DEV] Bug #10969 Updated: apache don't start, cannot load php4apache.dll

2001-05-21 Thread ipcholkin
ID: 10969 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: Apache related Operating system: Win 98 PHP Version: 4.0.5 Description: apache don't start, cannot load php4apache.dll I don't see any sintax error there. Please send detailed info. I think scripting engine classifies this as

[PHP-DEV] Bug #10987: apache display error when excuting exit ou die function

2001-05-21 Thread f . labanvoye
From: [EMAIL PROTECTED] Operating system: windows NT4.0 PHP version: 4.0.5 PHP Bug Type: Unknown/Other Function Bug description: apache display error when excuting exit ou die function Whit the simple script ? exit(); ? ou ? die(); ? apache display a error message like

[PHP-DEV] Re: Bug #9859 Updated: mail() doesn't send cc or bcc as in the manual instructions

2001-05-21 Thread joel
Whichever is decided, \r\n or just \n, it should be uniform across platforms so you don't have to re-write code when switching from linux to windows or vice versa. Or even from the cgi version to the isapi version. [EMAIL PROTECTED] At 03:06 AM 5/21/01 +, you wrote: ID: 9859 Updated by:

[PHP-DEV] Bug #10988: Mcrypt no longer working in 4.0.5

2001-05-21 Thread acuthbert
From: [EMAIL PROTECTED] Operating system: Red Hat 6.2 PHP version: 4.0.5 PHP Bug Type: mcrypt related Bug description: Mcrypt no longer working in 4.0.5 Mcrypt functions have indeed stopped working. It seems to crash php altogether when I do a mcrypt_generic... as our site

[PHP-DEV] Bug #10989: Wrong file writing

2001-05-21 Thread trax102
From: [EMAIL PROTECTED] Operating system: Win2K-Win98-UNIX PHP version: 4.0 Latest CVS (2001-05-21) PHP Bug Type: Filesystem function related Bug description: Wrong file writing ?php //At the end of the script test.txt should //contains ADD1ADD2, but, as you can see, //it

[PHP-DEV] Bug #10990: Compilation Failed with the --with-imap-ssl

2001-05-21 Thread zapzap
From: [EMAIL PROTECTED] Operating system: Linux RH7.0 PHP version: 4.0.5 PHP Bug Type: IMAP related Bug description: Compilation Failed with the --with-imap-ssl hi, I try compil php 4.0.5 as an DSO Module with the 2 directives : --with-openssl --with-imap-ssl --with-imap

Re: [PHP-DEV] Fork() in php?

2001-05-21 Thread Zeev Suraski
At 16:00 21/5/2001, Stig Sæther Bakken wrote: There are no plans for adding MT to PHP itself, but you do have a poor man's cooperative multi-threading through ticks. So now we have a poor man's objects and a poor man's multitasking. What does that say about us? :-) That we have a filthy rich

Re: [PHP-DEV] language specification project

2001-05-21 Thread Zeev Suraski
At 15:58 21/5/2001, Stig Sæther Bakken wrote: I think the important thing is just to have the language specified and thoroughly documented, with BNF and all. Let quirks be quriks for now, a specification process should not fix them, but put them all on the radar for future fixing. There's

[PHP-DEV] Bug #10989 Updated: Wrong file writing

2001-05-21 Thread trax102
ID: 10989 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Filesystem function related Operating system: Win2K-Win98-UNIX PHP Version: 4.0 Latest CVS (2001-05-21) Description: Wrong file writing Ok, I've found the solution: simply call clearstatcache() before

[PHP-DEV] Bug #10989 Updated: Wrong file writing

2001-05-21 Thread derick
ID: 10989 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Analyzed Bug Type: Filesystem function related Operating system: PHP Version: 4.0 Latest CVS (2001-05-21) Assigned To: Comments: This should not be closed yet, as I think it's a valid bug. Derick

[PHP-DEV] Bug #10982 Updated: zlib w/ adabas - compile fails on configure

2001-05-21 Thread sniper
ID: 10982 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Failure Operating system: PHP Version: 4.0.5 Assigned To: Comments: So is there a libodbc_adabas.so (or .a) in /usr/lib/adabas/lib ?? --Jani Previous Comments:

[PHP-DEV] Bug #10991: configuration problem with imap

2001-05-21 Thread Gerard . Gachelin
From: [EMAIL PROTECTED] Operating system: Solaris8 PHP version: 4.0.5 PHP Bug Type: *Install and Config Bug description: configuration problem with imap Imap from Washington University is installed. The installed version is : imap-2001.BETA.SNAP-0104140025 The c-client

[PHP-DEV] Bug #10992: Problem connecting to Oracle

2001-05-21 Thread fabio . pascarella
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4.0.5 PHP Bug Type: ODBC related Bug description: Problem connecting to Oracle On Windows NT 4 and IIS PHP, from version 4 to the latest, is encountering a problem connecting remote Oracle using ODBC. When

[PHP-DEV] Bug #10985 Updated: Cannot load /usr/local/apache/libexec/libphp4.so into server: shared object not

2001-05-21 Thread sniper
ID: 10985 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Apache related Operating system: PHP Version: 4.0.5 Assigned To: Comments: This is certainly not any bug in PHP. Please ask support questions on one of the mailing lists, ie. [EMAIL

[PHP-DEV] copyright question for ext_skel generated source

2001-05-21 Thread Thomas Fromm
hi, i want to build in php extension support into the kdevelop applikation wizards, to generate a basic source Makefile construct alike this generated by ext_skel. At the top of the .c and .h files is an header which showed an copyright of this generated source to the php group. if i use

Re: [PHP-DEV] bug or feature?

2001-05-21 Thread Kristian Köhntopp
Stig Sæther Bakken wrote: I disagree with your conclusion here. If a side-effect is useful enough and people want to use it, why not document it de-bastardize it? The fact that other OO languages implement this should be a hint that it shouldn't be impossible to do in a different OO model.

[PHP-DEV] Bug #10993: filesize on newly made/just opened file weirdness

2001-05-21 Thread wico
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.5 PHP Bug Type: Filesystem function related Bug description: filesize on newly made/just opened file weirdness Hiya run this test script and and watch the output differ depending on using filesize or not

[PHP-DEV] Bug #10995 Updated: httpd dumps core when php4 module is loaded before modssl

2001-05-21 Thread yohgaki
ID: 10995 User Update by: [EMAIL PROTECTED] Status: Open Old-Bug Type: Bug Type: Apache related Operating system: RedHat 7.0.1 PHP Version: 4.0 Latest CVS (2001-05-21) Description: httpd dumps core when php4 module is loaded before modssl Incorrect description httpd.conf (NG) must be OK.

[PHP-DEV] §Aª¾¹D¦³¡u7-Eleven¦Ê¤¸Â§¨é¡v¶Ü Time:PM 08:05:25

2001-05-21 Thread lo518
Title: ¤W´­³q°T¦³­­¤½¥q Dear php-dev,±z¦n(³o¬O¼s§i¦p¦³¥´ÂZ·q½Ð¥]¨ç) emob(¥ì¼¯¥»)³q°Tºô ¦b¦¹«D±`·PÁ¦U¦ìºô¤Í¹ïemob³q°Tºô¼ö¯Pªº­qÁÊ¡I

[PHP-DEV] Bug #10996 Updated: fopen of url results in invlaid file handle

2001-05-21 Thread sniper
ID: 10996 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Bug Type: Filesystem function related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Reproduced with PHP 4.0.6RC1. --Jani Previous Comments:

[PHP-DEV] Bug #10989 Updated: Wrong file writing

2001-05-21 Thread cynic
ID: 10989 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Bogus Bug Type: Filesystem function related Operating system: PHP Version: 4.0 Latest CVS (2001-05-21) Assigned To: Comments: It's not. The clearstatcache() is really needed (per manual). The result of

[PHP-DEV] Bug #10997: Constant contains garbage

2001-05-21 Thread peter . valkov
From: [EMAIL PROTECTED] Operating system: Linux Mandrake 7.2 PHP version: 4.0.5 PHP Bug Type: HTTP related Bug description: Constant contains garbage After form data is submitted to the script i have up to 3 header('Location: '.$newPage); http redirects. In case i hit

[PHP-DEV] Bug #10998: include http file

2001-05-21 Thread lan
From: [EMAIL PROTECTED] Operating system: AIX 4.3 PHP version: 4.0.5 PHP Bug Type: HTTP related Bug description: include http file I receive that only on the new version of PHP and not on my Linux machine (with php 4.0.4pl1) I can include a specific file but not from

[PHP-DEV] Bug #10993 Updated: filesize on newly made/just opened file weirdness

2001-05-21 Thread swm
ID: 10993 Updated by: swm Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Filesystem function related Operating system: PHP Version: 4.0.5 Assigned To: Comments: The results of filesize() are cached. You will need to reload the cache for this file in order that it

[PHP-DEV] Bug #11001: ini_set() of 'magic_quotes_sybase' has no effect

2001-05-21 Thread mike
From: [EMAIL PROTECTED] Operating system: Win2K Professional SP1 PHP version: 4.0.5 PHP Bug Type: Unknown/Other Function Bug description: ini_set() of 'magic_quotes_sybase' has no effect Trying to set magic_quotes_sybase with ini_set('magic_quotes_sybase', 1 ) even though

[PHP-DEV] Bug #11002: Corrupt Output

2001-05-21 Thread jgreenwood
From: [EMAIL PROTECTED] Operating system: Windows 2000 Server PHP version: 4.0.5 PHP Bug Type: *General Issues Bug description: Corrupt Output I'm currently using PHP and mySQL on my windows 2000 Server (with the latest IIS). One of every 9 or 10 hits result in a page with

[PHP-DEV] Bug #11001 Updated: ini_set() of 'magic_quotes_sybase' has no effect

2001-05-21 Thread mike
ID: 11001 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: Unknown/Other Function Operating system: Win2K Professional SP1 PHP Version: 4.0.5 Description: ini_set() of 'magic_quotes_sybase' has no effect Is it a documention issue? The Online Manual =

[PHP-DEV] CVS Account Request

2001-05-21 Thread CVS Account Request
Full name: Slaven Vujiæ Email: [EMAIL PROTECTED] ID: lancelot_ Purpose: I\'m finishing the first PHP book written on Croatian. I\'m interested in writting documentation and taking place in development of php.net -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

[PHP-DEV] Bug #10991 Updated: configuration problem with imap

2001-05-21 Thread sniper
ID: 10991 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Install and Config Operating system: PHP Version: 4.0.5 Assigned To: Comments: What does it say in config.log for this? --Jani Previous Comments:

Re: [PHP-DEV] Fork() in php?

2001-05-21 Thread Jason Greene
I was thinking about MT in php, but the platform differences would be a nightmare. We could abstract it like perl does, though even their implementation has problems. I would like to start with process control features (fork(), signals, waitpid() etc), but I am not sure where everything

[PHP-DEV] Bug #11000 Updated: ftp_connect(...) produces ftpbuf 0 error

2001-05-21 Thread sniper
ID: 11000 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: FTP related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Have you tried with some public ftp-server? Does it work then? And what is the full error message? --Jani

[PHP-DEV] Bug #11004: Allow ini_set() of magic_quotes_sybase to have effect

2001-05-21 Thread mike
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.5 PHP Bug Type: Feature/Change Request Bug description: Allow ini_set() of magic_quotes_sybase to have effect See http://bugs.php.net/?id=11001 I am running PHP/MYSQL and PHP/MSSQL apps on the same server which

[PHP-DEV] htmlentities and locales

2001-05-21 Thread Wez Furlong
Hey, I've started to work on making htmlentities aware of different charsets. Now, the question is, how do we let it know which charset to use? There is a comment in ext/standard/html.c that says it would be wise to use the LC_CTYPE setting but the problem is that there is no easy way to

[PHP-DEV] Bug #10998 Updated: include http file

2001-05-21 Thread sniper
ID: 10998 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: HTTP related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Please include the example script here which can be used to reproduce this problem. --Jani Previous

[PHP-DEV] mysql and functions

2001-05-21 Thread Lybarger, Denver J (LYBARDJ8)
Hi All, Is there a way to return the results of a mysql_query or the array that is generated after mysql_fetch_array, via a function? Note I have tried to do a straight return. Another issue is that all of the tables are a different size, therefore a static array size would be a big waste

[PHP-DEV] Constructor Inheritance

2001-05-21 Thread Tiago Moitinho
Hello all, I am new to PHP, so please appologize if my question looks silly... How do I inherit a class that inherits the constructor behaviour from the parent class, assuming the parent class cannot be changed? For instance, class A { // this class is already define, not changeable

Re: [PHP-DEV] Latest CVS on Win32

2001-05-21 Thread Andi Gutmans
Are you sure you rebuilt the whole tree? It works fine for me. Do you have an extremely short reproducing script? Andi At 06:58 AM 5/21/2001 +0200, Sebastian Bergmann wrote: With the latest CVS on Win32 I get the following warnings Warning: Unknown list entry type in request shutdown

Re: [PHP-DEV] Latest CVS on Win32

2001-05-21 Thread Sebastian Bergmann
Andi Gutmans wrote: Are you sure you rebuilt the whole tree? It works fine for me. Yes, I rebuilt completely. Do you have an extremely short reproducing script? ?php $xmldoc = domxml_new_xmldoc('1.0'); $root = $xmldoc-add_root('root'); $foo = $root-new_child('foo',

[PHP-DEV] Bug #10742 Updated: iconv failure

2001-05-21 Thread sniper
ID: 10742 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Failure Operating system: PHP Version: 4.0.5 Assigned To: Comments: Fixed in CVS. Thanks! --Jani Previous Comments:

[PHP-DEV] db vs. dba

2001-05-21 Thread Andi Gutmans
Hey, Do people still use db or has it become an antique due to dba? Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] copyright question for ext_skel generated source

2001-05-21 Thread Stig Sæther Bakken
[Thomas Fromm [EMAIL PROTECTED]] hi, i want to build in php extension support into the kdevelop applikation wizards, to generate a basic source Makefile construct alike this generated by ext_skel. At the top of the .c and .h files is an header which showed an copyright of this generated

[PHP-DEV] Bug #10982 Updated: zlib w/ adabas - compile fails on configure

2001-05-21 Thread sniper
ID: 10982 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Failure Operating system: PHP Version: 4.0.5 Assigned To: Comments: user error. Use the install prefixes for configure options. --Jani Previous Comments:

Re: [PHP-DEV] Fork() in php?

2001-05-21 Thread Stig Sæther Bakken
[Jason Greene [EMAIL PROTECTED]] I was thinking about MT in php, but the platform differences would be a nightmare. We could abstract it like perl does, though even their implementation has problems. I would like to start with process control features (fork(), signals, waitpid() etc), but

Re: [PHP-DEV] Latest CVS on Win32

2001-05-21 Thread Andi Gutmans
Well it sounds like a bug in domxml to me. Maybe yesterday's patch unveiled this bug because there is no reason I can think of (unless I'm missing something) that yesterday's patch should effect domxml. It should work with whatever resource type id it received. Andi At 06:22 PM 5/21/2001

Re: [PHP-DEV] Fork() in php?

2001-05-21 Thread Zeev Suraski
At 01:30 22/5/2001, Stig Sæther Bakken wrote: IMHO this type of functionality should only be available in a dedicated SAPI module, at least now. There are a lot of worms waiting to come out of this can, so put the can in a bucket first. :-) Very nicely put! :) Zeev -- PHP Development Mailing

[PHP-DEV] Bug #11005: The specified CGI application exceeded the allowed time for processing. The ser

2001-05-21 Thread balani
From: [EMAIL PROTECTED] Operating system: Windows2000 PHP version: 4.0.5 PHP Bug Type: *Graphics related Bug description: The specified CGI application exceeded the allowed time for processing. The ser -- Edit Bug report at: http://bugs.php.net/?id=11005edit=1 --

[PHP-DEV] Bug #11005 Updated: The specified CGI application exceeded the allowed time for processing. The ser

2001-05-21 Thread balani
ID: 11005 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Graphics related Operating system: Windows2000 PHP Version: 4.0.5 Description: The specified CGI application exceeded the allowed time for processing. The ser I'm receiving this message an access web page CGI Timeout

Re: [PHP-DEV] Re: Bug #9859 Updated: mail() doesn't send cc or bcc as in the manual instructions

2001-05-21 Thread Daniel Beckham
Does it even need to force you to use one over the other? Can it not simply accept both forms? Daniel - Original Message - From: [EMAIL PROTECTED] To: Bug Database [EMAIL PROTECTED] Sent: Monday, May 21, 2001 3:28 AM Subject: [PHP-DEV] Re: Bug #9859 Updated: mail() doesn't send cc or

[PHP-DEV] Bug #5814 Updated: ODBC connection to Oracle fails

2001-05-21 Thread fsegtrop
ID: 5814 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: ODBC related Operating system: NT4 SP6a PHP Version: 4.0.1pl2 Description: ODBC connection to Oracle fails Hi, again! I have examined the problem further, and the solution is: When using the CGI-mode of PHP, the

RE: [PHP-DEV] Fork() in php?

2001-05-21 Thread Richard Heyes
There are no plans for adding MT to PHP itself, but you do have a poor man's cooperative multi-threading through ticks. Are these documented anywhere? Thanks. -- Richard Heyes 'Live your life as if you're going to die tomorrow. Learn as if you're going to live forever.' -- PHP Development

[PHP-DEV] Bug #10958 Updated: ltconfig in infinite loop looking for echo

2001-05-21 Thread sniper
ID: 10958 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Install and Config Operating system: PHP Version: 4.0.5 Assigned To: Comments: In the latest CVS the libtool has been upgraded and the ltconfig file doesn't exist anymore. Could you please

[PHP-DEV] Bug #10962 Updated: random loss of cookie content

2001-05-21 Thread sniper
ID: 10962 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: See bug #8253 --Jani Previous Comments:

[PHP-DEV] Bug #11006: include_path in php.ini broken

2001-05-21 Thread reitsmac
From: [EMAIL PROTECTED] Operating system: Solaris 7,8 PHP version: 4.0.5 PHP Bug Type: *Configuration Issues Bug description: include_path in php.ini broken './configure' '--with-apxs=/usr/local/apache/sbin/apxs' '--with-mysql=/usr/local'

[PHP-DEV] Bug #11006 Updated: include_path in php.ini broken

2001-05-21 Thread sniper
ID: 11006 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Configuration Issues Operating system: PHP Version: 4.0.5 Assigned To: Comments: Are you sure your php.ini is even used by PHP ? Where is it located in your system? --Jani Previous

Re: [PHP-DEV] Latest CVS on Win32

2001-05-21 Thread Sebastian Bergmann
Andi Gutmans wrote: Well it sounds like a bug in domxml to me. Damn. The first time I need this extension it turns out that it's broken :-/ Maybe yesterday's patch unveiled this bug because there is no reason I can think of (unless I'm missing something) that yesterday's patch should

Re: [PHP-DEV] Fork() in php?

2001-05-21 Thread Stig Sæther Bakken
[Richard Heyes [EMAIL PROTECTED]] There are no plans for adding MT to PHP itself, but you do have a poor man's cooperative multi-threading through ticks. Are these documented anywhere? Uhm, it seems not. Me fix. - Stig -- Stig Sæther Bakken [EMAIL PROTECTED] Fast Search Transfer

[PHP-DEV] Bug #10799 Updated: fails to compile with mysql's libraries

2001-05-21 Thread sniper
ID: 10799 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Install and Config Operating system: PHP Version: 4.0.5 Assigned To: Comments: It means your external mysql client lib is linked with zlib. Try adding --with-zlib into your configure line.

[PHP-DEV] Bug #10756 Updated: segfault. php tried to work with non-existent pgsql connection

2001-05-21 Thread stask
ID: 10756 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Reproducible crash Operating system: linux-2.2.19 PHP Version: 4.0.5 Description: segfault. php tried to work with non-existent pgsql connection Jani, Thank you for reply :) php-4.0.6RC1 taken at given

[PHP-DEV] Bug #10246 Updated: Lint option WORKS, but still dumps core

2001-05-21 Thread jmoore
ID: 10246 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Old-Bug Type: Reproducible Crash Bug Type: *General Issues Operating system: PHP Version: 4.0 Latest CVS (09/04/2001) Assigned To: Comments: Can you try latest CVS for me please, I dont get the core

[PHP-DEV] 4.0.6RC2

2001-05-21 Thread Andi Gutmans
At 07:05 PM 5/21/2001 +0200, Sebastian Bergmann wrote: Andi Gutmans wrote: Well it sounds like a bug in domxml to me. Damn. The first time I need this extension it turns out that it's broken :-/ Maybe yesterday's patch unveiled this bug because there is no reason I can think of (unless

Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Sebastian Bergmann
Andi Gutmans wrote: a) the SAP extension. I want to nuke it from the CVS repository completely and have Uwe return it when he has time to continue the work. s/Uwe/Hartmut b) Has DOM XML been reverted to the 4.0.5 version? Apparently it's pretty broken. Dunno. -- sebastian

Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Andi Gutmans
At 07:56 PM 5/21/2001 +0200, Sebastian Bergmann wrote: Andi Gutmans wrote: a) the SAP extension. I want to nuke it from the CVS repository completely and have Uwe return it when he has time to continue the work. s/Uwe/Hartmut Yep. b) Has DOM XML been reverted to the 4.0.5 version?

Re: [PHP-DEV] language specification project

2001-05-21 Thread jeroen
huge snip Stig wrote: I think the important thing is just to have the language specified and thoroughly documented, with BNF and all. Let quirks be quriks for now, a specification process should not fix them, but put them all on the radar for future fixing. There's always someone who

[PHP-DEV] Bug #11007: session_register() doesn't work after session_id(n)

2001-05-21 Thread averma
From: [EMAIL PROTECTED] Operating system: linux 2.2.14 PHP version: 4.0.4 PHP Bug Type: *Session related Bug description: session_register() doesn't work after session_id(n) I am implemeting an e-commerce site with credit-card processing done by an external payment

[PHP-DEV] Bug #10752 Updated: infinite loops prevents pages from loading

2001-05-21 Thread sniper
ID: 10752 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Programming Data Structures Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: The example code works just fine for me with 5 browser windows. This is on Linux / Apache.

Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Andrei Zmievski
On Mon, 21 May 2001, Andi Gutmans wrote: Well php-dev, wake up! :) What do we do with this one? I don't think 4.0.6 should linger forever because of it. My vote is to revert the changes made to it. -Andrei * UNIX, isn't that some archaic form of DOS? - our job applicant * -- PHP

Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Andi Gutmans
At 01:37 PM 5/21/2001 -0500, Andrei Zmievski wrote: On Mon, 21 May 2001, Andi Gutmans wrote: Well php-dev, wake up! :) What do we do with this one? I don't think 4.0.6 should linger forever because of it. My vote is to revert the changes made to it. Do you know what to revert to? Apparently

Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Andrei Zmievski
On Mon, 21 May 2001, Andi Gutmans wrote: Do you know what to revert to? Apparently it didn't work in 4.0.5 either. Huh? Revision 1.29 says complete rewrite of domxml module, and 1.28 is where 4.0.5 was branched so that's what you'd revert back to. -Andrei Computers are useless. They can only

[PHP-DEV] Bug #10928 Updated: Loading PHP as a DSO fails - garbled

2001-05-21 Thread dave
ID: 10928 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Dynamic loading Operating system: Linux Redhat 6.2 Kernel 2.2.17 PHP Version: 4.0.5 Description: Loading PHP as a DSO fails - garbled Yep - spot on - putting the full path for apxs did the trick! Thanks,

[PHP-DEV] Bug #10928 Updated: Loading PHP as a DSO fails - garbled

2001-05-21 Thread jmoore
ID: 10928 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Dynamic loading Operating system: PHP Version: 4.0.5 Assigned To: Comments: Closing Previous Comments: --- [2001-05-21

[PHP-DEV] Bug #11000 Updated: ftp_connect(...) produces ftpbuf 0 error

2001-05-21 Thread kniprath . l
ID: 11000 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: FTP related Operating system: NT 4.0 PHP Version: 4.0.4pl1 Description: ftp_connect(...) produces ftpbuf 0 error Send this bug-message this morning, got two answers myself this evening: Obviously php does

Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Colin Viebrock
No, we'll revert it to 4.0.5 version, not 4.0.4. Is this the version that includes the complete rewrite of the DOMXML module? Basically, which will work now: $rootname = $XML_TREE-root-name; or $rootname = {$XML_TREE-children[1]}-tagname; ? Please say the second one. - Colin --

[PHP-DEV] Bug #11006 Updated: include_path in php.ini broken

2001-05-21 Thread reitsmac
ID: 11006 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: *Configuration Issues Operating system: Solaris 7,8 PHP Version: 4.0.5 Description: include_path in php.ini broken Yes...for example, I changed include_path to '.:/usr/local/lib/php:/usr/local/lib/php/pear'

Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Andi Gutmans
At 01:42 PM 5/21/2001 -0500, Andrei Zmievski wrote: On Mon, 21 May 2001, Andi Gutmans wrote: Do you know what to revert to? Apparently it didn't work in 4.0.5 either. Huh? Revision 1.29 says complete rewrite of domxml module, and 1.28 is where 4.0.5 was branched so that's what you'd revert

Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Andrei Zmievski
On Mon, 21 May 2001, Colin Viebrock wrote: I'm sorry but I'll be a wee bit annoyed if all the code I rewrote for the 4.0.5 version of the DOMXML functions needs to be rewritten to go back to the 4.0.4 version. :( FWIW, I've been using the 4.0.5 and CVS version flawlessly no core dumps,

Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Andrei Zmievski
On Mon, 21 May 2001, Andi Gutmans wrote: Well as I don't use domxml nor did I know where the bugs were introduced I couldn't know where it broke. I didn't know it broke in the complete rewrite of domxml module version. I thought it broke much more recently. With Colin saying that the latest

[PHP-DEV] Bug #10586 Updated: Wrong parameters in docs for pdf_stringwidth

2001-05-21 Thread danbeck
ID: 10586 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: Corrected in latest phpdoc cvs. Thanks for the bug report. Previous Comments:

[PHP-DEV] Bug #10593 Updated: GD compile failure with GD 1.5

2001-05-21 Thread sniper
ID: 10593 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: GD related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Fixed in CVS. Fix will be in PHP 4.0.6. --Jani Previous Comments:

Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Andrei Zmievski
On Mon, 21 May 2001, Colin Viebrock wrote: No, we'll revert it to 4.0.5 version, not 4.0.4. Is this the version that includes the complete rewrite of the DOMXML module? Basically, which will work now: $rootname = $XML_TREE-root-name; or $rootname =

[PHP-DEV] Removed php4/ext/saprfc

2001-05-21 Thread Andi Gutmans
Hey, I've removed the SAP model so that we can make a clean and easy 4.0.6 release. We can return it after 4.0.6 although it's probably best only to return it once it's in a relatively OK state. You should all remove the following from your php4/ext/CVS/Entries file or you'll get an annoying

[PHP-DEV] Bug #11006 Updated: include_path in php.ini broken

2001-05-21 Thread reitsmac
ID: 11006 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Configuration Issues Operating system: Solaris 7,8 PHP Version: 4.0.5 Description: include_path in php.ini broken Here's a link to a broken web server: http://charlie1.test.denison.edu/horde/test.php It's the Horde project

[PHP-DEV] Bug #10777 Updated: Missing libraries for Netscape LDAP SDK

2001-05-21 Thread sniper
ID: 10777 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: LDAP related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Fixed in CVS. Fix will be in PHP 4.0.6. --Jani Previous Comments:

Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Sterling Hughes
Colin Viebrock wrote: Can you please check 4.0.6RC1? (http://www.php.net/~andi/php-4.0.6RC1.tar.gz) Getting make errors with CURL (which I never got before): upgrade to cURL 7.7.3 -Sterling -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Sterling Hughes
Andi Gutmans wrote: At 03:43 AM 5/21/2001 -0400, Sterling Hughes wrote: Colin Viebrock wrote: Can you please check 4.0.6RC1? (http://www.php.net/~andi/php-4.0.6RC1.tar.gz) Getting make errors with CURL (which I never got before): upgrade to cURL 7.7.3 What about a configure

Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Andi Gutmans
At 03:53 AM 5/21/2001 -0400, Sterling Hughes wrote: Andi Gutmans wrote: At 03:43 AM 5/21/2001 -0400, Sterling Hughes wrote: Colin Viebrock wrote: Can you please check 4.0.6RC1? (http://www.php.net/~andi/php-4.0.6RC1.tar.gz) Getting make errors with CURL (which I never got before): upgrade

[PHP-DEV] Bug #11009: Recursive call causes crash

2001-05-21 Thread millz
From: [EMAIL PROTECTED] Operating system: RedHat 6.2 PHP version: 4.0.5 PHP Bug Type: Reproducible crash Bug description: Recursive call causes crash I created a function called pad which performs exactly what str_repeat does (didn't realize str_repeat was there

Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Colin Viebrock
Can you please check 4.0.6RC1? (http://www.php.net/~andi/php-4.0.6RC1.tar.gz) Getting make errors with CURL (which I never got before): upgrade to cURL 7.7.3 Thanks, Sterling ... that fixed the cURL problems. Well, it looks like my scripts all seem to work without any changes, so I

[PHP-DEV] Bug #11000 Updated: ftp_connect(...) produces ftpbuf 0 error

2001-05-21 Thread kniprath . l
ID: 11000 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: FTP related Operating system: NT 4.0 PHP Version: 4.0.4pl1 Description: ftp_connect(...) produces ftpbuf 0 error Now the third answer for [EMAIL PROTECTED] (Hi Jani, I saw your question unfortunately just after I sent my last

[PHP-DEV] Bug #11009 Updated: Recursive call causes crash

2001-05-21 Thread brianlmoon
ID: 11009 Updated by: brianlmoon Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Reproducible crash Operating system: PHP Version: 4.0.5 Assigned To: Comments: This is more of a programing error. This is a poor way to use recursive calls. A loop is the correct way

[PHP-DEV] Bug #8539 Updated: undefined symbol: phpi_get_le_gd

2001-05-21 Thread jmoore
ID: 8539 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Critical Status: Closed Bug Type: Dynamic loading Operating system: PHP Version: 4.0 Latest CVS (03/01/2001) Assigned To: Comments: Fixed in CVS. Please test latest snapshot. - James Previous Comments:

[PHP-DEV] Bug #10995 Updated: httpd dumps core when php4 module is loaded before modssl

2001-05-21 Thread yohgaki
ID: 10995 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Apache related Operating system: RedHat 7.0.1 PHP Version: 4.0 Latest CVS (2001-05-21) Description: httpd dumps core when php4 module is loaded before modssl Since post time is so close. You probably did not

[PHP-DEV] Bug #11009 Updated: Recursive call causes crash

2001-05-21 Thread millz
ID: 11009 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: Reproducible crash Operating system: RedHat 6.2 PHP Version: 4.0.5 Description: Recursive call causes crash Yeah, but the issue is not that I picked a bad way of doing this task, but whether or not a recursive call should be

[PHP-DEV] Bug #6391 Updated: charset error

2001-05-21 Thread vlad
ID: 6391 Updated by: vlad Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Sybase (dblib) related Operating system: PHP Version: 4.0 Latest CVS (28/08/2000) Assigned To: vlad Comments: No feedback, and I do not see a problem here. Therefore closed. Previous

  1   2   >