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

2001-05-20 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: http://www.php.net/distributi

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

2001-05-20 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 Apac

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

2001-05-20 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 > >>retur

Re: [PHP-DEV] language specification project

2001-05-20 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 n

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

2001-05-20 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: -

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

2001-05-20 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] ext/domxml: How to copy nodes?

2001-05-20 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 #10985: Cannot load /usr/local/apache/libexec/libphp4.so into server: shared object not

2001-05-20 Thread ronpflaumer
From: [EMAIL PROTECTED] Operating system: SuSe 7.1 PHP version: 4.0.5 PHP Bug Type: Apache related Bug description: Cannot load /usr/local/apache/libexec/libphp4.so into server: shared object not I am running Suse Linux 7.1 with kernel 2.4 on a P233MMX Fujitsu Myrica Plus.

[PHP-DEV] Bug #10983 Updated: php can't select database in mysql, so mysql is not working at all.

2001-05-20 Thread rasmus
ID: 10983 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: MySQL related Operating system: PHP Version: 4.0.5 Assigned To: Comments: You need to check for errors on your mysql_db_query(). Your "or die(mysql_error()) belongs there. And since you have already done a m

RE: [PHP-DEV] Cannot "view source" via IE browser

2001-05-20 Thread Chris Newbill
This is the incorrect list. This is for people developing the PHP language not developing with PHP. This is most likely your script and since you have not provided nearly enough details about how exactly you are trying to accomplish this there isn't much help we can give. http://www.yahoo.com";

[PHP-DEV] Bug #10983 Updated: php can't select database in mysql, so mysql is not working at all.

2001-05-20 Thread kim
ID: 10983 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: MySQL related Operating system: WINNT 4.0 PHP Version: 4.0.5 Description: php can't select database in mysql, so mysql is not working at all. sorry, but i was too mad to notice. let me rephrase the whole thing. After i upg

[PHP-DEV] Cannot "view source" via IE browser

2001-05-20 Thread John M
Hello. I am having a problem when trying to "view source" via my IE browser. When I try I get the following error: "Cannot open the php_submit.php C:\WINDOWS\Temporary Internet Files\Content.IE5\8DMZ02HJ\www.yahoo(1) file. Make sure a disk is in the drive you specified." ** Above I just tried

[PHP-DEV] Latest CVS on Win32

2001-05-20 Thread Sebastian Bergmann
With the latest CVS on Win32 I get the following warnings Warning: Unknown list entry type in request shutdown (0) in Unknown on line 0 Could that be related to the ZendEngine patches from last night? The same script runs fine without warnings on PHP 4.0.5. -- sebastian

[PHP-DEV] Bug #9357 Updated: PHP won't use the method "post"

2001-05-20 Thread cardinal
ID: 9357 Updated by: cardinal Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: This script should be generating a parse error. "> Posted variables: If that doesn't work, re

Re: [PHP-DEV] memory allocation for PG() variables.

2001-05-20 Thread Andi Gutmans
I'm pretty sure it's malloc()'ed. In any case, you'll crash pretty quickly if you use the wrong one :) Andi At 09:41 PM 5/20/2001 -0400, Egan wrote: >I see that PG(open_basdir) holds the value of open_basedir. I need to >make a local hack to alter that value, adding a path from an Apache >envir

[PHP-DEV] Bug #10983 Updated: php can't select database in mysql, so mysql is not working at all.

2001-05-20 Thread cardinal
ID: 10983 Updated by: cardinal Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MySQL related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Please read the bug submission guidelines. http://www.php.net/bugs-dos-and-donts.php This report lacks any deta

[PHP-DEV] Bug #10984: dbase_replace_record() can't work

2001-05-20 Thread un3
From: [EMAIL PROTECTED] Operating system: win98 PHP version: 4.0.5 PHP Bug Type: dBase related Bug description: dbase_replace_record() can't work dbase_replace_record() can not replace what you want but NULL. why? -- Edit Bug report at: http://bugs.php.net/?id=10984&edit=

[PHP-DEV] Bug #10335 Updated: Incorrect paramters for pdf_setdash()

2001-05-20 Thread danbeck
ID: 10335 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0 Latest CVS (15/04/2001) Assigned To: Comments: Corrected in latest phpdoc cvs. Previous Comments:

[PHP-DEV] Bug #10286 Updated: Licenens of PDF-Libs

2001-05-20 Thread danbeck
ID: 10286 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: This has been corrected in latest phpdoc cvs. (Should show up in the next online manual update.) Previou

[PHP-DEV] Bug #10983: php can't select database in mysql, so mysql is not working at all.

2001-05-20 Thread kim
From: [EMAIL PROTECTED] Operating system: WINNT 4.0 PHP version: 4.0.5 PHP Bug Type: MySQL related Bug description: php can't select database in mysql, so mysql is not working at all. -- Edit Bug report at: http://bugs.php.net/?id=10983&edit=1 -- PHP Development Mail

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

2001-05-20 Thread danbeck
ID: 9859 Updated by: danbeck Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Documentation problem Bug Type: Mail related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: I've corrected the Cc: and Bcc: problems in the mail() example, but I'm reclassifying this as a Mai

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

2001-05-20 Thread sbeam
From: [EMAIL PROTECTED] Operating system: Linux 2.4.2 (SuSE 6.4+) PHP version: 4.0.5 PHP Bug Type: Compile Failure Bug description: zlib w/ adabas - compile fails on configure checking whether to include zlib support... yes checking for gzgets in -lz... no configure: error:

[PHP-DEV] memory allocation for PG() variables.

2001-05-20 Thread Egan
I see that PG(open_basdir) holds the value of open_basedir. I need to make a local hack to alter that value, adding a path from an Apache environment variable. After browsing the source for a while, I'm still uncertain on how memory is allocated for those PG() string variables. How should I alte

[PHP-DEV] Bug #10981: Script crash in zend_execute.c

2001-05-20 Thread graeme
From: [EMAIL PROTECTED] Operating system: linux x86 PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: Script crash in zend_execute.c One of our users reported the following problem to us in a screen dump. Because the script in question is in product

[PHP-DEV] Bug #10654 Updated: Slight change to dead session detection?

2001-05-20 Thread graeme
ID: 10654 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: OCI8 related Operating system: Linux i386 PHP Version: 4.0.5 Description: Slight change to dead session detection? Working to recreate the problem. Please hold :) Previous Comments: --

[PHP-DEV] Bug #10946 Updated: mail() Failed: Server Error

2001-05-20 Thread sniper
ID: 10946 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: IIS related Operating system: PHP Version: 4.0.5 Assigned To: Comments: User feedback: -- i have resolve the problem . thx.   Jeff Zhu 2001/05/21 Previous Comments:

[PHP-DEV] RE: Bug #10946 Updated: mail() Failed: Server Error

2001-05-20 Thread Zhu, Jeff (GEP)
Title: RE: Bug #10946 Updated: mail() Failed: Server Error i have resolve the problem . thx.   Jeff Zhu 2001/05/21 -Original Message- From: Bug Database [mailto:[EMAIL PROTECTED]] Sent: 2001年5月18日 16:35 To: [EMAIL PROTECTED] Subject: Bug #10946 Updated: mail() Failed: Server Error

[PHP-DEV] Bug #10976 Updated: No support for other encoding in XSLT functions

2001-05-20 Thread swm
ID: 10976 Updated by: swm Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Sablotron XSL Operating system: PHP Version: 4.0.5 Assigned To: Comments: A sample script please. Previous Comments: ---

[PHP-DEV] Bug #10980: mssql query error

2001-05-20 Thread njgreen
From: [EMAIL PROTECTED] Operating system: windows2000/98 PHP version: 4.0.4pl1 PHP Bug Type: MSSQL related Bug description: mssql query error //error source $connid=odbc_connect('odbc_db','odbc_user','odbc_pswd'); $sql='select id from bt_article where id<>978'; $row=odbc_do(

[PHP-DEV] function suggestion

2001-05-20 Thread Alex Black
I would like to suggest a function: get_defined_constants(); which returns an array of constant name/value pairs. _alex -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list admini

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

2001-05-20 Thread Manuel Lemos
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 SAPI, you should be OK? >Not really, t

[PHP-DEV] CVS Account Request

2001-05-20 Thread CVS Account Request
Full name: Alan T. Miller Email: [EMAIL PROTECTED] ID: amiller Purpose: I wanted to volunteer my efforts in helping to develop and document the PEAR project\'s web site and online documentation (pear.php.net). I believe I need to get started with a CVS account to do so. -- PHP Developmen

[PHP-DEV] Bug #7821 Updated: Unresolved symbol with GD

2001-05-20 Thread sniper
ID: 7821 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Configuration Issues Operating system: PHP Version: 4.0.5 Assigned To: Comments: Solved -> closed. --Jani Previous Comments: --

[PHP-DEV] Bug #10979 Updated: segfault on get_class_methods("Directory");

2001-05-20 Thread sniper
ID: 10979 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Reproducible crash Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: This seems to be fixed in PHP 4.0.6RC1. Please try it: http://www.php.net/~andi/php-4.0.6RC1.tar.gz Reo

RE: [PHP-DEV] mailparse extension

2001-05-20 Thread Wez Furlong
On 2001-05-20 16:20:03, "Andi Gutmans" <[EMAIL PROTECTED]> wrote: > At 12:28 PM 5/20/2001 +0100, Wez Furlong wrote: > > > SGksDQoNCkkndmUgY29tbWl0dGVkIG15IG1haWxwYXJzZSBleHRlbnNpb247IEkgaG > Was that in chinese? :) Base64... :-) --Wez. -- PHP Development Mailing List To

[PHP-DEV] Bug #9688 Updated: FTP_PUT / FOPEN

2001-05-20 Thread ivarness
ID: 9688 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: IIS related Operating system: PHP Version: 4.0.4 Description: FTP_PUT / FOPEN It might be for all I know , a permission problem which occure when one are using maped network drives/virtual hosts under IIS.

[PHP-DEV] Bug #3284 Updated: Add syntax extension to allow "htmlspecialchars($foo)" inside quoted strings

2001-05-20 Thread zeev
ID: 3284 Updated by: zeev Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Operating system: PHP Version: 4.0 Assigned To: Comments: This is quite against the spirit of PHP - we don't want to add arbitrary modifiers that perform arbitrary/unexpect

[PHP-DEV] Bug #10979: segfault on get_class_methods("Directory");

2001-05-20 Thread enigma
From: [EMAIL PROTECTED] Operating system: linux/redhat 6.2 PHP version: 4.0.4pl1 PHP Bug Type: Reproducible crash Bug description: segfault on get_class_methods("Directory"); I'm writing a little method in a debug class that outputs all of the loaded classes for the system,

[PHP-DEV] Bug #3284 Updated: Add syntax extension to allow "htmlspecialchars($foo)" inside quoted strings

2001-05-20 Thread jeroen
ID: 3284 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating system: PHP Version: 4.0 Assigned To: Comments: This looks cool... I vote for it! The syntax causes no broken things or whatever: currently, these syntaxes cause either parse-e

Re: [PHP-DEV] gd/config.m4 - some issues left

2001-05-20 Thread Jani Taskinen
I'm just testing some changes I made. Will commit soon. --Jani On Sun, 20 May 2001, Sascha Schumann wrote: >These three lines contain the and operator (-a) which is not >followed by an expression: > >if test "$PHP_JPEG_DIR" != "no" -a "$PHP_JPEG_DIR"; then >if test "$PHP_PNG_D

Re: [PHP-DEV] Bug #7387 Updated: weird problems with unquoted array subscripts

2001-05-20 Thread jeroen
This was an explaination, not an excuse (in the sense that I think I was right to do so). <[EMAIL PROTECTED]> wrote in message 9e9aib$bjg$[EMAIL PROTECTED]">news:9e9aib$bjg$[EMAIL PROTECTED]... > Hi, > > First, sorry for doing so. > > Actually, I was already writing on it before I noticed the bug

Re: [PHP-DEV] language specification project

2001-05-20 Thread jeroen
<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Sun, 20 May 2001 [EMAIL PROTECTED] wrote: > > > This project seems rather dead to me. Though, I think it should be > > continued. Some work was alread been done. > > Yeah, it should be very nice to have a spec,

Re: [PHP-DEV] Bug #7387 Updated: weird problems with unquoted array subscripts

2001-05-20 Thread jeroen
Hi, First, sorry for doing so. Actually, I was already writing on it before I noticed the bug. But it's not finished yet, as you can see in the current cvs (well, you need to look very carefully, but still). So I thought, let's reassign it before you start working on it. Of course, I should hav

Re: [PHP-DEV] language specification project

2001-05-20 Thread derick
On Sun, 20 May 2001 [EMAIL PROTECTED] wrote: > This project seems rather dead to me. Though, I think it should be > continued. Some work was alread been done. Yeah, it should be very nice to have a spec, so that others can implement an alternative for the Zend engine (/me hides) > > I would lik

RE: [PHP-DEV] Bug #7387 Updated: weird problems with unquoted array subscripts

2001-05-20 Thread James Moore
> > ID: 7387 > Updated by: jeroen > Reported By: [EMAIL PROTECTED] > Status: Assigned > Bug Type: Documentation problem > Operating system: > PHP Version: 4 (any) > Assigned To: jeroen > Comments: Jeroen, Generally when a bug is assigned to someone and you want to work on it then its polite t

Re: [PHP-DEV] Bug #7387 Updated: weird problems with unquoted array subscripts

2001-05-20 Thread eschmid+sic
On Sun, May 20, 2001 at 07:27:06PM -, [EMAIL PROTECTED] wrote: > ID: 7387 > Updated by: jeroen > Reported By: [EMAIL PROTECTED] > Status: Assigned > Bug Type: Documentation problem > Operating system: > PHP Version: 4 (any) > Assigned To: jeroen > Comments: > > I am currently writing the sec

Re: [PHP-DEV] Bug in building standalone DSO modules

2001-05-20 Thread Alexander Bokovoy
On Sun, May 20, 2001 at 04:52:08AM -0400, Stig Sæther Bakken wrote: > [Alexander Bokovoy <[EMAIL PROTECTED]>] > > On Sun, May 20, 2001 at 01:34:49AM -0400, Stig Sæther Bakken wrote: > > > [Petr Cech <[EMAIL PROTECTED]>] > > > > Hi, > > > > I've been strugling for some time with the possibility of

[PHP-DEV] Bug #10978 Updated: getimacesize doesn't work with EXIF info'd jpgs

2001-05-20 Thread sniper
ID: 10978 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: GetImageSize related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Fixed already. Wait for 4.0.6. --Jani Previous Comments: --

[PHP-DEV] Bug #10978 Updated: getimacesize doesn't work with EXIF info'd jpgs

2001-05-20 Thread sniper
ID: 10978 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: GetImageSize related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Fixed already. Wait for 4.0.6. --Jani Previous Comments: -

[PHP-DEV] Bug #10978: getimacesize doesn't work with EXIF info'd jpgs

2001-05-20 Thread osmany
From: [EMAIL PROTECTED] Operating system: win98 sr PHP version: 4.0.5 PHP Bug Type: GetImageSize related Bug description: getimacesize doesn't work with EXIF info'd jpgs getimagesize doesn't return anything for jpg files that has EXIF data. -- Edit Bug report at: http://b

[PHP-DEV] Bug #7387 Updated: weird problems with unquoted array subscripts

2001-05-20 Thread jeroen
ID: 7387 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: Documentation problem Operating system: PHP Version: 4 (any) Assigned To: jeroen Comments: I am currently writing the section 'why is $foo[bar] bad' in the arrays section. It will adress this problem, so that

[PHP-DEV] language specification project

2001-05-20 Thread jeroen
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, >I'm sure that it's possib

[PHP-DEV] language specification project

2001-05-20 Thread jeroen
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, >I'm sure that it's possib

[PHP-DEV] LDAP compile fails

2001-05-20 Thread Chuck Hagenbuch
I get the following errors when trying to build latest CVS --with-ldap: /usr/local/lib/liblber.a(decode.o): In function `ber_get_tag': /usr/local/src/ldap/libraries/liblber/decode.c:39: multiple definition of `ber_get_tag' Zend/.libs/libZend.al (decode.o):/usr/local/src/ldap/libraries/liblber/de

Re: [PHP-DEV] Bug in building standalone DSO modules

2001-05-20 Thread Stig Sæther Bakken
[Alexander Bokovoy <[EMAIL PROTECTED]>] > On Sun, May 20, 2001 at 01:34:49AM -0400, Stig Sæther Bakken wrote: > > [Petr Cech <[EMAIL PROTECTED]>] > > > Hi, > > > I've been strugling for some time with the possibility of building some > > > extension not inside of ext/ dir, but using phpize to just

[PHP-DEV] Bug #10977 Updated: ftp_nlist() doesn't list directories

2001-05-20 Thread sniper
ID: 10977 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: FTP related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: >From the FTP rfc: "NAME LIST (NLST) This command causes a directory listing to be sent from server to user sit

[PHP-DEV] Bug #7821 Updated: Unresolved symbol with GD

2001-05-20 Thread mad
ID: 7821 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: *Configuration Issues Operating system: HP-UX 10.20 PHP Version: 4.0.5 Description: Unresolved symbol with GD Good question :) I've putted this library from HP-UX system in my lib directory and now it's work

[PHP-DEV] Bug #7821 Updated: Unresolved symbol with GD

2001-05-20 Thread sniper
ID: 7821 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Configuration Issues Operating system: PHP Version: php4-200105160045 Assigned To: Comments: Is there libX11.so or libX11.a in /PKl01h01/soft/web/lib ?? --Jani Previous Comments: --

[PHP-DEV] Bug #10890 Updated: Segmentation fault when using mcrypt function in Apache

2001-05-20 Thread henrik_l
ID: 10890 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: mcrypt related Operating system: FreeBSD 4.1.1 PHP Version: 4.0.5 Description: Segmentation fault when using mcrypt function in Apache Sure works now. If the key length was the problem all way trough, maby you should consider

Re: [PHP-DEV] gd/config.m4 - some issues left

2001-05-20 Thread Andi Gutmans
Please don't forget the 4.0.6 branch when you address this. Andi At 01:45 PM 5/20/2001 +0200, Sascha Schumann wrote: > These three lines contain the and operator (-a) which is not > followed by an expression: > > if test "$PHP_JPEG_DIR" != "no" -a "$PHP_JPEG_DIR"; then > if test

RE: [PHP-DEV] mailparse extension

2001-05-20 Thread Andi Gutmans
Was that in chinese? :) Andi At 12:28 PM 5/20/2001 +0100, Wez Furlong wrote: >Ooops. > >That says something along the lines of: > >I have commited my mailparse extension since there was no negative feedback >when I asked about doing it a couple of weeks ago. > >--Wez. > > > SGksDQoNCkkndmUgY29tb

[PHP-DEV] Bug #10977: ftp_nlist() doesn't list directories

2001-05-20 Thread fredrik
From: [EMAIL PROTECTED] Operating system: RedHat Linux 7.0 PHP version: 4.0.4pl1 PHP Bug Type: FTP related Bug description: ftp_nlist() doesn't list directories ftp_nlist() only returns the file names when used with wu-ftp 2.6.1, not directories. When used with wu-ftp 2.5.0

[PHP-DEV] Bug #10976: No support for other encoding in XSLT functions

2001-05-20 Thread lazaris
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.5 PHP Bug Type: Sablotron XSL Bug description: No support for other encoding in XSLT functions I run PHP 4.0.5 on Windows 2000 with Apache Web Server. The problem is that I can't use the function xslt_p

[PHP-DEV] Bug #10408 Updated: Bad Sybase-CTlib closing

2001-05-20 Thread jmoore
ID: 10408 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Sybase-ct (ctlib) related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: No feedback. - James Previous Comments:

[PHP-DEV] Bug #10299 Updated: CPU and Memory Spike

2001-05-20 Thread jmoore
ID: 10299 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Critical Status: Analyzed Bug Type: Performance problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: We cant reproduce this so not really critical, reutnring to analysed. - James Previous Comments: ---

[PHP-DEV] Bug #9896 Updated: segfaults at $xmldoc->add_root("root");

2001-05-20 Thread jmoore
ID: 9896 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Critical Status: Closed Bug Type: DOM XML related Operating system: PHP Version: 4.0 Latest CVS (21/03/2001) Assigned To: Comments: User reports this is fixed. Closing - James Previous Comments: --

[PHP-DEV] gd/config.m4 - some issues left

2001-05-20 Thread Sascha Schumann
These three lines contain the and operator (-a) which is not followed by an expression: if test "$PHP_JPEG_DIR" != "no" -a "$PHP_JPEG_DIR"; then if test "$PHP_PNG_DIR" != "no" -a "$PHP_PNG_DIR"; then if test "$PHP_XPM_DIR" != "no" -a "$PHP_XPM_DIR"; then I don't see the r

RE: [PHP-DEV] mailparse extension

2001-05-20 Thread Wez Furlong
Ooops. That says something along the lines of: I have commited my mailparse extension since there was no negative feedback when I asked about doing it a couple of weeks ago. --Wez. > SGksDQoNCkkndmUgY29tbWl0dGVkIG15IG1haWxwYXJzZSBleHRlbnNpb247IEkgaG > 9wZSB0aGF0 > cyBPSy4NCkkgZGlkbid0IGdldCBhb

[PHP-DEV] mailparse extension

2001-05-20 Thread Wez Furlong
SGksDQoNCkkndmUgY29tbWl0dGVkIG15IG1haWxwYXJzZSBleHRlbnNpb247IEkgaG9wZSB0aGF0 cyBPSy4NCkkgZGlkbid0IGdldCBhbnkgbmVnYXRpdmUgZmVlZGJhY2sgYWJvdXQgY29tbWl0dGlu ZyBpdCB3aGVuIEkgYXNrZWQgYQpjb3VwbGUgb2Ygd2Vla3MgYWdvLCBzbyBJIHRob3VnaHQgaXQg d291bGQgYmUgT0suDQoNCi0tV2V6Lg== -- PHP Development Mailing List

[PHP-DEV] Bug #10975 Updated: function mysql_pconnect opens new connection and not use existing connection

2001-05-20 Thread derick
ID: 10975 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: MySQL related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Pconnect opens a connection per httpd child process. If you think this is not happening, and pconnect really opens a

Re: [PHP-DEV] Zdnet Article

2001-05-20 Thread Stanislav Malyshev
BM>> That may be the worst done article I have ever read. I could BM>> rewrite every paragraph and turn it on ASP or Perl or any BM>> language. He obviously did not put much effort into it. Well, see - to write an article on CF/PHP comparison, you need person to know CF and PHP. It's pretty har

[PHP-DEV] Bug #10975: funnction pconnect opens new connection and not use existing connection

2001-05-20 Thread madgee
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.1 PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: funnction pconnect opens new connection and not use existing connection -- Edit Bug report at: http://bugs.php.net/?id=10975&edit=1 -- PHP Devel

[PHP-DEV] Bug #10974: RH7.1 Apache dumps core when loading php 4.0.5

2001-05-20 Thread djurban
From: [EMAIL PROTECTED] Operating system: Linux 2.4.3 PHP version: 4.0.5 PHP Bug Type: Apache related Bug description: RH7.1 Apache dumps core when loading php 4.0.5 Hi, I am using RH7.1, gcc 2.96, apache 1.3.19 & php 4.0.5. I compiled it from source using this config line:

[PHP-DEV] Re: Bug #9688 Updated: FTP_PUT / FOPEN

2001-05-20 Thread Ivar Ness
Hi, I don't know so much about the IIS server cause it was web-hosters using them so it's quite likely they used network maping. The path and permission should be correct. And Im sorry I don't have time to look at the CVS snapshot. But I have put out a script at: http://www.valar.f2s.com for fas

Re: [PHP-DEV] Bug in building standalone DSO modules

2001-05-20 Thread Alexander Bokovoy
On Sun, May 20, 2001 at 01:34:49AM -0400, Stig Sæther Bakken wrote: > [Petr Cech <[EMAIL PROTECTED]>] > > Hi, > > I've been strugling for some time with the possibility of building some > > extension not inside of ext/ dir, but using phpize to just add some module > > later. Strangely, it didn't w