[PHP-DEV] File upload on Win32

2001-12-03 Thread Frank M. Kromann
Hi, Is it me or is upload broken in 4.2.0-dev from cvs ? php.exe hangs after uploading the first 8.192 bytes. Nothing happens, no cpu usage. - Frank -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP-DEV] Bug #14320: multipart form posts can't upload files anymore

2001-12-03 Thread daniel
From: [EMAIL PROTECTED] Operating system: any PHP version: 4.1.0 PHP Bug Type: cURL related Bug description: multipart form posts can't upload files anymore Using the CURL module in previous versions of PHP you could upload a file in a HTTP multipart formpost in a script

[PHP-DEV] PHP Module for reading/writing Palmtop .PDB files..

2001-12-03 Thread Mathieu Kooiman
Hiya, I'm almost done writing a PHP module for my library, pdb-lib, which enables you to read and write .PDB files on the PC. This library is not YET available. I have some question pending somewhere and after that I'll release it (GPL). Is there any interest in adding this to the PHP dist ?

[PHP-DEV] CVS Account Request: shlomi

2001-12-03 Thread shlomi loubaton
Hi ! ... I want a CVS account in order to start a hebrew translation tree in the PHPDOC. (Goba sent me :) I found few people in israel who want to translate and i'll be their voice CVS. Regards Shlomi Loubaton -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail:

Re: [PHP-DEV] PHP Module for reading/writing Palmtop .PDB files..

2001-12-03 Thread Martin Jansen
On 03 Dec 2001 09:56:24 +0100, Mathieu Kooiman wrote: I'm almost done writing a PHP module for my library, pdb-lib, which enables you to read and write .PDB files on the PC. This library is not YET available. I have some question pending somewhere and after that I'll release it (GPL). Is there

[PHP-DEV] Bug #14318 Updated: Can't Compile PHP 4.06 With GD2

2001-12-03 Thread sniper
ID: 14318 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Old Bug Type: Compile Failure Bug Type: GD related Operating System: FreeBSD 4.2 PHP Version: 4.0.6 New Comment: Fixed in CVS. --Jani Previous Comments:

[PHP-DEV] Bug #14319 Updated: configure fails with apache-2_0_28

2001-12-03 Thread sniper
ID: 14319 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Compile Failure Operating System: linux PHP Version: 4.0.6 New Comment: You need PHP from CVS and use --with-apxs2 option. --Jani Previous Comments:

Re: [PHP-DEV] PHP Module for reading/writing Palmtop .PDB files..

2001-12-03 Thread Mathieu Kooiman
On Mon, 2001-12-03 at 10:03, Sterling Hughes wrote: Hiya, I'm almost done writing a PHP module for my library, pdb-lib, which enables you to read and write .PDB files on the PC. This library is not YET available. I have some question pending somewhere and after that I'll release

[PHP-DEV] Bug #14316 Updated: Incorrect upload_max_filesize causes problems

2001-12-03 Thread sniper
ID: 14316 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Feature/Change Request Operating System: Solaris 2.6 PHP Version: 4.0.6 New Comment: This is different problem and has nothing to do with the http upload code. The php ini parser should allow

Re: [PHP-DEV] File upload on Win32

2001-12-03 Thread Jani Taskinen
Hangs? It's partially broken but that problem is bit different and can be worked around by setting register_globals=off. What kind of file is the one you're uploading? And how big? What are your php.ini settings that affect the uploading? (upload_max_filesize.. etc) --Jani On Mon, 3 Dec

[PHP-DEV] Bug #14320 Updated: multipart form posts can't upload files anymore

2001-12-03 Thread sterling
ID: 14320 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: cURL related Operating System: any PHP Version: 4.1.0 New Comment: Fixed in CVS (and PHP 4.0.1 branch) -- thanks. Previous Comments:

[PHP-DEV] Bug #14023 Updated: curl does not initialize HTTPS correctly - hence does not work.

2001-12-03 Thread sterling
ID: 14023 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: cURL related Operating System: linux debian PHP Version: 4.0CVS-2001-11-12 New Comment: Its not going to be handled either Previous Comments:

[PHP-DEV] Bug #14181 Updated: CURLOPT_WRITEHEADER make a segmentation fault

2001-12-03 Thread sterling
ID: 14181 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: cURL related Operating System: Linux Mandrake 8.1 PHP Version: 4.0.6 New Comment: Try the latest CVS and re-open if this still happens Previous Comments:

[PHP-DEV] RFC: nested output handler issues

2001-12-03 Thread Yasuo Ohgaki
Current nested output handler implementation has some problems. Problem: User can accidentally delete zlib output handler. This may lead to SIGPIPE and/or no output after deletion. (Bug#14226) Other internal handler may also be deleted. (mbstring output conversion, trans sid handler, iconv,

Re: [PHP-DEV] PHP Module for reading/writing Palmtop .PDB files..

2001-12-03 Thread Markus Fischer
No idea about the license thing but another philosophy is not to bloat the PHP main distribution. Even imagick extension was refused to go into PHP main. - Markus On Mon, Dec 03, 2001 at 10:12:34AM +0100, Mathieu Kooiman wrote : On Mon, 2001-12-03 at 10:03, Sterling Hughes

[PHP-DEV] Bug #14321: multipart/form-data doesn't accept a NULL character

2001-12-03 Thread kranzhoff
From: [EMAIL PROTECTED] Operating system: i686-gnu-linux PHP version: 4.0CVS-2001-12-03 PHP Bug Type: Variables related Bug description: multipart/form-data doesn't accept a NULL character This one is related to the report of [EMAIL PROTECTED] (Bug id #11516). I talked to

[PHP-DEV] Re: [PHP-QA] 4.1.0RC5

2001-12-03 Thread Phil Driscoll
On Monday 03 December 2001 1:53 pm, Zeev Suraski wrote: You know the drill, ...but not the URL - though we could guess :) -- Phil Driscoll -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP-DEV] Re: [PHP-QA] 4.1.0RC5

2001-12-03 Thread derick
Hello, build went fine as CGI on Linux (RH 7.1): TEST RESULT SUMMARY = Number of tests: 206 Tests skipped: 89 ( 43%) Tests failed: 16 ( 14%) Tests passed: 101 ( 86%) = Failed tests: Bug #8040 (001.phpt)

[PHP-DEV] Bug #14321 Updated: multipart/form-data doesn't accept a NULL character

2001-12-03 Thread sterling
ID: 14321 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Bogus Bug Type: cURL related Operating System: i686-gnu-linux PHP Version: 4.0CVS-2001-12-03 Assigned To: sterling New Comment: a) not a cURL related bug report b) bogus, when you print binary data,

[PHP-DEV] Re: [PHP-QA] 4.1.0RC5

2001-12-03 Thread derick
Hello again, I'm now unhapily running RC5 without problems on my dev box. I still hope I can win my bet. Derick On Mon, 3 Dec 2001, Zeev Suraski wrote: You know the drill, but practice makes perfect! In a divine effort to prevent both Derick and Zak from winning their bets (Derick bet

[PHP-DEV] Bug #14033 Updated: libjpeg not found

2001-12-03 Thread sander
ID: 14033 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: GD related Operating System: solaris 8 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Re: 4.1.0RC5

2001-12-03 Thread Yasuo Ohgaki
Zeev Suraski wrote: You know the drill, but practice makes perfect! In a divine effort to prevent both Derick and Zak from winning their bets (Derick bet we'll go up to RC8, Zak bet that we'll go as far as RC7), please folks, FIND NO BUGS! It's a 'final release' darn it :) Zeev

RE: [PHP-DEV] Re: [PHP-QA] 4.1.0RC5

2001-12-03 Thread Robinson, Mike
Title: RE: [PHP-DEV] Re: [PHP-QA] 4.1.0RC5 Zeev Suraski writes: It's a part of the test! :) I failed this one. I'm AM-challenged. : On the other hand, RC5 faired well. Compiled and installed successfully on a stock RH-7.2 box, with Apache-1.3.22 from source. MySQL-3.23.46, Postgres-7.1

[PHP-DEV] Bug #14323: compiling of apache and php fails with cannot open -lphpifx

2001-12-03 Thread uli
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: compiling of apache and php fails with cannot open -lphpifx Compiling apache 1.3.22 and php with informix support fails with /usr/i486-linux/bin/ld: cannot

[PHP-DEV] Bug #14323 Updated: compiling of apache and php fails with cannot open -lphpifx

2001-12-03 Thread mfischer
ID: 14323 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Compile Failure Operating System: linux PHP Version: 4.0.6 New Comment: This is supposed to be fixed in the upcoming release. In the meantime you can try latest RC:

[PHP-DEV] Re: [PHP-QA] 4.1.0RC5

2001-12-03 Thread Alexander Wirtz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks, On Monday 03 December 2001 14:53, Zeev Suraski wrote: You know the drill, but practice makes perfect! *sigh* I compiled and tested the RC5 on my 3 systems 7.3 SuSE 7.1 RedHat SunOS 5.8 as CGIs, everything went as before, my scripts were

[PHP-DEV] Re: [PHP-QA] Re: 4.1.0RC5

2001-12-03 Thread Andrey Hristov
Linux andrey.masq 2.4.8-26mdk #1 Sun Sep 23 17:06:39 CEST 2001 i686 unknown Mandrake 8.1 Compiles as binary with no faults. TEST RESULT SUMMARY = Number of tests: 206 Tests skipped: 90 ( 44%) Tests failed: 15 ( 13%) Tests passed: 101 ( 87%)

[PHP-DEV] Bug #14324: no connection to interbase server

2001-12-03 Thread toco7
From: [EMAIL PROTECTED] Operating system: win 98 PHP version: 4.1.0 PHP Bug Type: Compile Failure Bug description: no connection to interbase server Fatal error: Call to undefined function: ibase_connect() in e:/www/weiter.php on line 8 line8: $host =

Re: [PHP-DEV] Re: [PHP-QA] 4.1.0RC5

2001-12-03 Thread Stig Venaas
On Mon, Dec 03, 2001 at 04:31:40PM +0100, Alexander Wirtz wrote: I'd love to test the LDAP, but I haven't got a server at hand :-/ Great, you can test with ldap.uninett.no (base dc=uninett,dc=no) and ldap.openldap.org (base dc=OpenLDAP,dc=org). There are several public servers out there. You

[PHP-DEV] Bug #14324 Updated: no connection to interbase server

2001-12-03 Thread toco7
ID: 14324 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: win 98 PHP Version: 4.1.0 New Comment: interbase server wi_v5.5.0.742 Previous Comments:

[PHP-DEV] Bug #14324 Updated: no connection to interbase server

2001-12-03 Thread sniper
ID: 14324 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Compile Failure Operating System: win 98 PHP Version: 4.1.0 New Comment: Ask support questions on the mailing lists: http://www.php.net/support.php (not a bug, you have to enable the

Re: [PHP-DEV] 4.1.0RC5

2001-12-03 Thread Prottoss
Linux asuka 2.4.16 #1 SMP Mon Nov 26 10:49:46 EST 2001 i686 unknown gcc version 2.95.3 20010315 (release) glibc 2.2.4 TEST RESULT SUMMARY = Number of tests: 206 Tests skipped: 77 ( 37%) Tests failed: 30 ( 23%) Tests passed: 99 ( 77%)

[PHP-DEV] Re: Bug #13896 Updated: Segmentation fault with xslt extention

2001-12-03 Thread Lenar Lõhmus
Apache is compiled with expat-lite? Apache must be compiled against system libexpat. This kind of random segfaults with xslt indicate that apache is not compiled against system libexpat. Lenar [EMAIL PROTECTED] wrote: ID: 13896 Updated by: mfischer Reported By: [EMAIL PROTECTED] Status:

[PHP-DEV] Bug #14325: set_attribute does not keep '' in character references

2001-12-03 Thread andrew
From: [EMAIL PROTECTED] Operating system: Redhat 7.0 PHP version: 4.0.5 PHP Bug Type: DOM XML related Bug description: set_attribute does not keep '' in character references The '' in character references is converted to amp; when used in set_attribute e.g. #033; is

[PHP-DEV] Testing LDAP (was: [PHP-QA] 4.1.0RC5)

2001-12-03 Thread Alexander Wirtz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 03 December 2001 16:41, you wrote: Great, you can test with ldap.uninett.no (base dc=uninett,dc=no) and ldap.openldap.org (base dc=OpenLDAP,dc=org). ok, I made a test from SuSE 7.3 with openldap 2.0.12, with both servers, the first is

[PHP-DEV] Re: [PHP-QA] 4.1.0RC5

2001-12-03 Thread Phil Driscoll
Built and tested on SuSE 7.2 ./configure --with-apxs=/usr/local/httpd/bin/apxs --with-mysql=/usr/local/mysql --with-gmp=/usr/local/lib/gmp. Works great with all my code, Phorum, PHPMyAdmin. File uploads still work. make test fails as below: [1mRunning tests in

[PHP-DEV] Bug #14318 Updated: Can't Compile PHP 4.06 With GD2

2001-12-03 Thread justin
ID: 14318 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: GD related Operating System: FreeBSD 4.2 PHP Version: 4.0.6 New Comment: I am glad the probem has been fixed in the CVS. Is there anyway I can obtain what the fix was so I could pathc this

[PHP-DEV] track of usage of time of each user

2001-12-03 Thread Sagar
Hi, I am a newbie in PHP Linux. We are 6 friends we share it, i have set a Linux server have 200 user Local Area Network providing Internet Services. Now I want to keep the track of usage of time of each user. I have given each one a static IP. Does any one know a good technique to handle it

Re: [PHP-DEV] track of usage of time of each user

2001-12-03 Thread Daniel Lorch
Hi, I am a newbie in PHP Linux. We are 6 friends we share it, i have set a Linux server have 200 user Local Area Network providing Internet Services. Now I want to keep the track of usage of time of each user. I have given each one a static IP. shouldn't this be an issue of some other

[PHP-DEV] Bug #14326: CONFIGURE DOESN'T RECONIGZE PDFLIB4.0.1

2001-12-03 Thread pgalan
From: [EMAIL PROTECTED] Operating system: Solaris 2.6 PHP version: 4.0.6 PHP Bug Type: *Configuration Issues Bug description: CONFIGURE DOESN'T RECONIGZE PDFLIB4.0.1 Hi, I´m trying to recompile my php-4.0.6 with PDF support. First I've downloaded and installed:

[PHP-DEV] Constants

2001-12-03 Thread Andi Gutmans
Hi, I'm trying to wrap up the class wide constants in ZE2. I implemented them so that class wide constants are case-sensitive. I think in general, although ZE1 allows you to define case-insensitive constants it's better for performance and for general esthetics. I have two issues I'd like to

Re: [PHP-DEV] Constants

2001-12-03 Thread Jon Parise
On Mon, Dec 03, 2001 at 08:24:29PM +0200, Andi Gutmans wrote: a) There are almost no constants in PHP which are case-insensitive (which aren't user land defined with define()). Actually the only ones I could find are in the Zend Engine such as TRUE FALSE which makes sense. All PHP

Re: [PHP-DEV] Bug #14326: CONFIGURE DOESN'T RECONIGZE PDFLIB4.0.1

2001-12-03 Thread Alexander Wirtz
Hi, snip configure:13215: checking whether to include cpdflib support configure:13993: result: no The line you took from the logfile has nothing to do with the --with-pdflib switch, but is an option of its own, namely --with-cpdflib (note the 'c' in front). You should finish your

[PHP-DEV] php and ldap ?

2001-12-03 Thread slith76
Hallo, i have the same problem : On Sun, Jul 15, 2001 at 05:17:40PM -0500, osman.bayona wrote: Hi... I have this issue that is killing me. I installed PHP 4.0.4 with Solaris 8 and Apache. I want to use LDAP connecting to a server in the net (not the same server where i'm working on) And i

[PHP-DEV] Bug #14327: basename crashes on empty string

2001-12-03 Thread theseer
From: [EMAIL PROTECTED] Operating system: Linux 2.4.16 ( RH 7.2 based) PHP version: 4.0CVS-2001-12-03 PHP Bug Type: Filesystem function related Bug description: basename crashes on empty string ?php $foo=basename($test); echo alive?; ? A segfault occures while

RE: [PHP-DEV] track of usage of time of each user

2001-12-03 Thread Robinson, Mike
Title: RE: [PHP-DEV] track of usage of time of each user Hi Sagar, This is the friendly courteous PHP-DEV list, used for development *of* php, not *using* php. Try the friendly courteous [and very helpful] php-general list. :) Also, check the links area of the php site:

[PHP-DEV] Bug #14318 Updated: Can't Compile PHP 4.06 With GD2

2001-12-03 Thread sniper
ID: 14318 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: GD related Operating System: FreeBSD 4.2 PHP Version: 4.0.6 New Comment: You should try the latest RC from here: http://www.php.net/~zeev/php-4.1.0RC5.tar.gz or wait 4.1.0 to be released which should

Re: [PHP-DEV] Bug #9131 Updated: PHP_AUTH* empty with Caudium

2001-12-03 Thread David Hedbor
[EMAIL PROTECTED] writes: ID: 9131 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Other web server Operating System: Linux PHP Version: 4.0 Latest CVS (06/02/2001) New Comment: Can you possibly send a patch, or where this code needs to

[PHP-DEV] Bug #14326 Updated: CONFIGURE DOESN'T RECONIGZE PDFLIB4.0.1

2001-12-03 Thread sniper
ID: 14326 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *Configuration Issues Operating System: Solaris 2.6 PHP Version: 4.0.6 New Comment: Ask support questions on the mailing lists: http://www.php.net/support.php Previous Comments:

Re: [PHP-DEV] Constants

2001-12-03 Thread Andrei Zmievski
On Mon, 03 Dec 2001, Andi Gutmans wrote: Hi, I'm trying to wrap up the class wide constants in ZE2. I implemented them so that class wide constants are case-sensitive. I think in general, although ZE1 allows you to define case-insensitive constants it's better for performance and for

[PHP-DEV] Bug #14327 Updated: basename crashes on empty string

2001-12-03 Thread derick
ID: 14327 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Filesystem function related Operating System: Linux 2.4.16 ( RH 7.2 based) PHP Version: 4.0CVS-2001-12-03 New Comment: From the logfile: revision 1.254 date: 2001/12/01 15:45:55; author:

[PHP-DEV] Bug #9131 Updated: PHP_AUTH* empty with Caudium

2001-12-03 Thread derick
ID: 9131 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Other web server Operating System: Linux PHP Version: 4.0 Latest CVS (06/02/2001) New Comment: User reports: This is actually fixed (I tried to submit a change to the bug form but can't

[PHP-DEV] Bug #14328: Interbase and error handling

2001-12-03 Thread sergio
From: [EMAIL PROTECTED] Operating system: Linux Red Hat 7.1 PHP version: 4.0.6 PHP Bug Type: InterBase related Bug description: Interbase and error handling This may can't be exactly a bug, maybe you can consider it as a not implemented feature (I'm not sure about it).

[PHP-DEV] Bug #14329: Mail() does not work

2001-12-03 Thread dr_jubi
From: [EMAIL PROTECTED] Operating system: WindowsCE PHP version: 4.1.0 PHP Bug Type: *Mail Related Bug description: Mail() does not work ok when i run the mail script i get : Warning: Failed to Connect in C:\Inetpub\docs\flatlinks\action.php on line 48 it says the error

[PHP-DEV] Bug #14330: spasimo arxidiwn

2001-12-03 Thread narcotic
From: [EMAIL PROTECTED] Operating system: windows 2000 pro PHP version: 4.0.6 PHP Bug Type: DOM XML related Bug description: spasimo arxidiwn i have install php on my machine but when i'm trying to use php_xmldom.php i get an error that the module does not exist, is there

Re: [PHP-DEV] Constants

2001-12-03 Thread Andi Gutmans
At 01:03 PM 12/3/2001 -0600, Andrei Zmievski wrote: On Mon, 03 Dec 2001, Andi Gutmans wrote: Hi, I'm trying to wrap up the class wide constants in ZE2. I implemented them so that class wide constants are case-sensitive. I think in general, although ZE1 allows you to define

[PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Constants

2001-12-03 Thread Andrei Zmievski
On Mon, 03 Dec 2001, Andi Gutmans wrote: Personally I wouldn't write code which gives FOO_BAR and Foo_BAR two different meanings but I think you are right that it'd be better and I have an idea on how to do it which I'll lay out. We are only talking about global constants defined with

[PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Constants

2001-12-03 Thread Andi Gutmans
At 02:42 PM 12/3/2001 -0600, Andrei Zmievski wrote: On Mon, 03 Dec 2001, Andi Gutmans wrote: Personally I wouldn't write code which gives FOO_BAR and Foo_BAR two different meanings but I think you are right that it'd be better and I have an idea on how to do it which I'll lay out. We

[PHP-DEV] Bug #14319 Updated: configure fails with apache-2_0_28

2001-12-03 Thread dapic
ID: 14319 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Compile Failure Operating System: linux PHP Version: 4.0.6 New Comment: I got the cvs version today. configure script still looks for files under httpd-2_0_28/src/... Previous Comments:

[PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Constants

2001-12-03 Thread Andrei Zmievski
On Mon, 03 Dec 2001, Andi Gutmans wrote: Because some of the keys are case-insensitive and some aren't. Case insensitive hashes don't work if you want to mix the keys. In any case, I think the solution above is a good one because there are only 5 constants in the Zend Engine which are

[PHP-DEV] Bug #14330 Updated: spasimo arxidiwn

2001-12-03 Thread derick
ID: 14330 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: DOM XML related Operating System: windows 2000 pro PHP Version: 4.0.6 New Comment: Please seek support on the [EMAIL PROTECTED] mailinglist. Derick Previous Comments:

[PHP-DEV] Bug #14329 Updated: Mail() does not work

2001-12-03 Thread derick
ID: 14329 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *Mail Related Operating System: WindowsCE PHP Version: 4.1.0 New Comment: Not a bug, seek for more support on the [EMAIL PROTECTED] mailinglist. Derick Previous Comments:

[PHP-DEV] first bug report for 4.1.0 (was [PHP-DEV] Bug #14329: Mail() does not work)

2001-12-03 Thread Hartmut Holzgraefe
[EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Operating system: WindowsCE PHP version: 4.1.0 PHP Bug Type: *Mail Related Bug description: Mail() does not work so here we are :( i'd still prefere to have the upcomming release called 4.1.1 -- Hartmut Holzgraefe

[PHP-DEV] Bug #13437 Updated: PHP cores on exit; memory deallocation problem?

2001-12-03 Thread dshadow
ID: 13437 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Linux Solaris Old PHP Version: 4.0CVS-2001-09-25 PHP Version: 4.1RC5 New Comment: This problem is still happening on 4.1RC5, though it seems to be doing a

[PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Constants

2001-12-03 Thread Andi Gutmans
At 02:55 PM 12/3/2001 -0600, Andrei Zmievski wrote: On Mon, 03 Dec 2001, Andi Gutmans wrote: Because some of the keys are case-insensitive and some aren't. Case insensitive hashes don't work if you want to mix the keys. In any case, I think the solution above is a good one because there are

Re: [PHP-DEV] Re: [Zend Engine 2] Constants

2001-12-03 Thread Daniel Lorch
hi, Because some of the keys are case-insensitive and some aren't. Case insensitive hashes don't work if you want to mix the keys. In any case, I think the solution above is a good one because there are only 5 constants in the Zend Engine which are case-insensitive. somewhere it was

[PHP-DEV] Bug #14329 Updated: Mail() does not work

2001-12-03 Thread hholzgra
ID: 14329 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *Mail Related Operating System: WindowsCE PHP Version: 4.1.0 New Comment: 1) this is a bug tracking tool, not a support forum please ask support questions on the php-general mailing list

Re: [PHP-DEV] first bug report for 4.1.0 (was [PHP-DEV] Bug #14329:Mail() does not work)

2001-12-03 Thread Joao Prado Maia
On Mon, 3 Dec 2001, Hartmut Holzgraefe wrote: [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Operating system: WindowsCE PHP version: 4.1.0 PHP Bug Type: *Mail Related Bug description: Mail() does not work so here we are :( i'd still prefere to have the

Re: [PHP-DEV] Bug #14329 Updated: Mail() does not work

2001-12-03 Thread Daniel Lorch
hi, 3) your script would most likely fail even if the mail server talked to you $to = $name1 $mail1; is wrong, you have to quote the real name: $to = \$name1\ $mail1; This is not true. PHP parses out all mail adresses which then are put into the mail ENVELOPE. everything

Re: [PHP-DEV] first bug report for 4.1.0 (was [PHP-DEV] Bug #14329:Mail() does not work)

2001-12-03 Thread derick
On Mon, 3 Dec 2001, Joao Prado Maia wrote: On Mon, 3 Dec 2001, Hartmut Holzgraefe wrote: [EMAIL PROTECTED] wrote: i'd still prefere to have the upcomming release called 4.1.1 So do I. I get chills when I think on the support / bug emails telling me that my project doesn't work on

[PHP-DEV] Array vs Hashes

2001-12-03 Thread Daniel Lorch
Hi, I don't know whether this was already discussed before, but .. have you ever though about the fact that PHP is not very cleanly designed when looking at Arrays and Hashes? How can I predict whether a array/hash is sorted by it's INTEGER indices or it's STRING indices when using functions

Re: [PHP-DEV] Array vs Hashes

2001-12-03 Thread Andrei Zmievski
On Mon, 03 Dec 2001, Daniel Lorch wrote: Hi, I don't know whether this was already discussed before, but .. have you ever though about the fact that PHP is not very cleanly designed when looking at Arrays and Hashes? How can I predict whether a array/hash is sorted by it's INTEGER

Re: [PHP-DEV] Bug #14329 Updated: Mail() does not work

2001-12-03 Thread Hartmut Holzgraefe
Daniel Lorch wrote: This is not true. PHP parses out all mail adresses which then are put into the mail ENVELOPE. everything else doesn't influence the behaviour of who actually receives the mail (i.e. everything else goes into the mail BODY and all data there is just voluntary, if you want

[PHP-DEV] Bug #14245 Updated: make install fails on apxs

2001-12-03 Thread david-shafer
ID: 14245 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: AIX 4.3.3 Old PHP Version: 4.1.0 PHP Version: 4.1.0RC5 New Comment: Updated PHP Version. Previous Comments:

Re[2]: [PHP-DEV] Bug #14329 Updated: Mail() does not work

2001-12-03 Thread Daniel Lorch
Hi, ? mail(holzgraefe, hartmut [EMAIL PROTECTED],test,test); ? holzgraefe... User unknown /home/hartmut/dead.letter... Saved message in /home/hartmut/dead.letter Actually I didn't pay enough attention to your error message (and you neither as it seems :)). holzgraefe is resolved to a local

Re: [PHP-DEV] first bug report for 4.1.0 (was [PHP-DEV] Bug #14329:Mail() does not work)

2001-12-03 Thread James Moore
Just imagine having to explain the confusion with the 4.1.0 release to everyone... oh my ;) The real 4.1.0 release will have zend version number 1.1.0a (while the old, bogus one has 1.1.0 as Zend version number). Woth putting a note about this on the bug pages and php.net when we

Re: [PHP-DEV] Array vs Hashes

2001-12-03 Thread Jason Greene
$array['12'] will automagicly become $array[12] however $array['012'] will always be a string index -Jason - Original Message - From: Daniel Lorch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 03, 2001 3:23 PM Subject: [PHP-DEV] Array vs Hashes Hi, I don't know

Re[2]: [PHP-DEV] Bug #14329 Updated: Mail() does not work

2001-12-03 Thread Daniel Lorch
Hi, ? mail(holzgraefe, hartmut [EMAIL PROTECTED],test,test); ? This doesn't work because of the comma. sure, but this is a common real life mistake so i strongly recommend using quotes for real names in mail adresses just to be sure, although RFC822 doesn't require their use well, the

Re: [PHP-DEV] first bug report for 4.1.0 (was [PHP-DEV] Bug#14329:Mail() does not work)

2001-12-03 Thread Derick Rethans
On Mon, 3 Dec 2001, James Moore wrote: The real 4.1.0 release will have zend version number 1.1.0a (while the old, bogus one has 1.1.0 as Zend version number). Woth putting a note about this on the bug pages and php.net when we release 4.1.0?? Sounds like a good idea to me Derick

[PHP-DEV] Bug #14331: Fatal whitespace at the end of the file.

2001-12-03 Thread mcoughlan
From: [EMAIL PROTECTED] Operating system: Debian Linux PHP version: 4.0.6 PHP Bug Type: Performance problem Bug description: Fatal whitespace at the end of the file. I am not a PHP programmer, but rather have installed the HORDE PHP project. I often need to edit .php

[PHP-DEV] Bug #13437 Updated: PHP cores on exit; memory deallocation problem?

2001-12-03 Thread venaas
ID: 13437 Updated by: venaas Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Linux Solaris PHP Version: 4.1RC5 New Comment: I've seen this as well. The time limit you set is removed when the script finishes but before the memory is cleaned up. What I

[PHP-DEV] Bug #14325 Updated: set_attribute does not keep '' in character references

2001-12-03 Thread mfischer
ID: 14325 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: DOM XML related Operating System: Redhat 7.0 PHP Version: 4.0.5 New Comment: You actually ran into a feature of libxml2. It does automatic character encoding. I remember it was discussed to

[PHP-DEV] undefined symbol: mxdriver (help needed)

2001-12-03 Thread Sachin
Hi guys I m new to the installations on linux. i installed linux7.1 on my machine. now i m trying to install the apache-1.3.20, PHP4.0.6, imap. apache and php without imap was installed successfully but when i try to install it with imap apache start giving problem the error is: Syntax error

[PHP-DEV] Bug #14331 Updated: Fatal whitespace at the end of the file.

2001-12-03 Thread mfischer
ID: 14331 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Performance problem Operating System: Debian Linux PHP Version: 4.0.6 New Comment: Er, really, fix your editor, its broken. Even if you can't imagine, there are certain cases where one wants

[PHP-DEV] Bug #14332 Updated: 1 is not a valid MySQL-Link resource in /home/guestbook.php on line 112

2001-12-03 Thread mfischer
ID: 14332 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: MySQL related Operating System: MS Windows 98 PHP Version: 4.0CVS-2001-12-03 New Comment: This is not a support forum. Ask such questions at [EMAIL PROTECTED] Bogus. Previous Comments:

[PHP-DEV] Bug #14333: Apache processes consume all CPU

2001-12-03 Thread tauren
From: [EMAIL PROTECTED] Operating system: RH 6.2 SMP PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: Apache processes consume all CPU I've been experiencing the exact same problem that is described in bug #14290 and #8446 for quite some time now but did not

[PHP-DEV] Bug #14333 Updated: Apache processes consume all CPU

2001-12-03 Thread sniper
ID: 14333 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Apache related Operating System: RH 6.2 SMP PHP Version: 4.0.6 New Comment: I'm also running PHP / Apache in a SMP machine but I never have noticed anything like this. Some things we need to