[PHP-DEV] CVS Account Request: max

2002-12-29 Thread Max W. Blackmer, Jr.
Assist in the development of PEAR possably providing QA to PEAR group and maintainers. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Bug #14391 Updated: gmmktime, gmdate work incorrect

2002-01-20 Thread max
,01)).""; //gives 22.20 echo gmdate("H:i",mktime(22,20,00,12,18,01)).""; // gives 22.20 as expected. but... echo date("H:i",gmmktime(22,20,00,12,18,01)).""; //gives 21.20 echo gmdate("H:i",gmmktime(22,20,00,12,18,01))."";

[PHP-DEV] Bug #14391 Updated: gmmktime, gmdate work incorrect

2002-01-20 Thread max
s for me? SunOS mimosa 5.7 Generic_106541-14 sun4u sparc SUNW,Ultra-4 Max Previous Comments: [2002-01-13 14:34:48] [EMAIL PROTECTED] Could be. Could also be that some of the assumptions made in ext/standard/datetime

[PHP-DEV] Bug #14391 Updated: gmmktime, gmdate work incorrect

2002-01-13 Thread max
ID: 14391 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Date/time related Operating System: Windows 2000 Server PHP Version: 4.0.6 New Comment: Same problem on 4.0.5 running on solaris and linux. Previous Comments: ---

[PHP-DEV] Bug #14905: open() does not accept other ports than 80

2002-01-07 Thread max
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.0 PHP Bug Type: URL related Bug description: open() does not accept other ports than 80 Although mentioned in the bug database that this has been fixed, the 4.1.0 does not accept this: $infile = file('http:/

[PHP-DEV] Bug #13293: fopen()/readfile()/file() URL cannot handle http://host:port/ syntax

2001-09-13 Thread max
From: [EMAIL PROTECTED] Operating system: Linux (x86) PHP version: 4.0.6 PHP Bug Type: URL related Bug description: fopen()/readfile()/file() URL cannot handle http://host:port/ syntax This is probably not really bug, just a missing feature. Basically the fopen()URL handl

[PHP-DEV] Bug #13101: PEAR mysql DB selection problem

2001-09-02 Thread max
unsure how to handle the detection of 'DB_ERROR_NODBSELECTED' in this instance Hope this helps Max -- Edit bug report at: http://bugs.php.net/?id=13101&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

[PHP-DEV] Re: Bug #12485 Updated: Exec() doesn't work

2001-07-31 Thread Max Dammers
Yes sorry for not mentioning it before: Something like "cannot fork [dir]" Regards, Max - Original Message - From: "Bug Database" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 31, 2001 2:45 PM Subject: Bug #12485 Updated: E

Re: [PHP-DEV] crontab support for PHP

2001-07-29 Thread Max Landborn
> Max Landborn wrote: > > > > Hello everyone! > > > > I'm new to this list, therefore I do not know if you have discussed this > > matter before. I'm interested in something like crontab for PHP. This should > > be plattform independent a

[PHP-DEV] crontab support for PHP

2001-07-29 Thread Max Landborn
ew to PHP. I'm do not have much experience of crontab but I have the need for something like it on Windows. Also, if you have PHP compiled as a module there is, in my opinion, no good way of schedule running of scripts. What are your thoughts on the matter? /Max -- PHP Developmen

[PHP-DEV] Bug #9177 Updated: crypt problems with openssl

2001-06-20 Thread max
ID: 9177 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: *Encryption and hash functions Operating system: linux 2.4.3 (rh 7.1) PHP Version: Latest CVS Description: crypt problems with openssl I just tried RC4 and configure works perfectly, however the final php binar

[PHP-DEV] Bug #9177 Updated: crypt problems with openssl

2001-05-11 Thread max
ID: 9177 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: *Encryption and hash functions Operating system: linux 2.2.18 (rh 6.2) PHP Version: Latest CVS Description: crypt problems with openssl no luck: # make distclean # ./cvsclean # cvs update -d (upgrade li

Re: [PHP-DEV] multiselects and arrays

2001-05-10 Thread Max Vysotskiy
Well You can use something like this: variable = documents.forms[0].elements['foo[]']; "Zeev Suraski" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 19:20 10/5/2001, Andrei Zmievski wrote: > >On Thu, 10 May 2001, Zeev Suraski wrote: > > > Why does it make m

Re: [PHP-DEV] multiselects and arrays

2001-05-10 Thread Max Vysotskiy
"Andrei Zmievski" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Thu, 10 May 2001, Zeev Suraski wrote: > > Why does it make more sense? Is there any advantage in using this over > > using foo[]? By changing this behavior, we're actually losing > > functio

Re: [PHP-DEV] multiselects and arrays

2001-05-10 Thread Max Vysotskiy
Well. It could be prevented with some directive. Something like :-))) ""Adam Wright"" <[EMAIL PROTECTED]> wrote in message 001f01c0d969$6494ca00$8d010a0a@griffin">news:001f01c0d969$6494ca00$8d010a0a@griffin... > Just from my point of view, I've got a lot of legacy code that relies on the > fact t

Re: [PHP-DEV] multiselects and arrays

2001-05-10 Thread Max Vysotskiy
"Andrei Zmievski" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > That's been a pet peeve of mine as well. I think that if PHP sees > multiple variables with the same name in POST data, it should make an > array out of them.. And in GET data either I think. W

Re: [PHP-DEV] multiselects and arrays

2001-05-10 Thread Max Vysotskiy
Thanx But why not just to convert plain field names without [] to arrays?? Is there any reasons to not doing this? ""Colin"" <[EMAIL PROTECTED]> wrote in message 9dec79$aa9$[EMAIL PROTECTED]">news:9dec79$aa9$[EMAIL PROTECTED]... > > Example: > > I have a page with multiselect, which name is SEL1

[PHP-DEV] multiselects and arrays

2001-05-10 Thread Max Vysotskiy
Hi. Why doesn't PHP convert mutiselect values with plain names (not array-like) to arrays. Is there any reason to not doing this? Example: I have a page with multiselect, which name is SEL1 (I cannot use square brackets because I need to use a JavaScript on the page, so, it's not allowed in varia

[PHP-DEV] PHP 4.0 Bug #9177 Updated: crypt problems with openssl

2001-04-23 Thread max
ID: 9177 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: *Encryption and hash functions Description: crypt problems with openssl It doesn't seem like it was fixed. From CVS checked about about 30 minutes ago, configure says: checking for MD5 crypt... no And a s

[PHP-DEV] PHP 4.0 Bug #9908 Updated: imap_sort() seg fault

2001-04-23 Thread max
ID: 9908 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: IMAP related Description: imap_sort() seg fault Works with the latest cvs. Thank you! This is a pretty useful revision, will it be available in 4.0.5? Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #9908: imap_sort() seg fault

2001-03-21 Thread max
From: [EMAIL PROTECTED] Operating system: linux 2.2.17 (RH6.2) PHP version: 4.0 Latest CVS (20/03/2001) PHP Bug Type: IMAP related Bug description: imap_sort() seg fault Under certain cercumstances imap_sort() will cause an apache child process to seg fault. Script:

[PHP-DEV] PHP 4.0 Bug #9668: typo in foreach manual page

2001-03-10 Thread max
From: [EMAIL PROTECTED] Operating system: all PHP version: 4.0.4pl1 PHP Bug Type: Documentation problem Bug description: typo in foreach manual page >From the foreach manual page: /* foreach example 2: value (with key printed for illustration) */ $a = array (1, 2,

[PHP-DEV] Re: PHP 4.0 Bug #9177 Updated: crypt problems with openssl

2001-02-16 Thread Max Kalika
Just tried a cvs checkout as of Feb 16 8:40PM pacific time. checking for standard DES crypt... yes checking for extended DES crypt... no checking for MD5 crypt... no configure:43851: checking for MD5 crypt configure:43851: checking for MD5 crypt configure:43886: gcc -o conftest -g -O2 - I/usr/lo

[PHP-DEV] PHP 4.0 Bug #9177: crypt problems with openssl

2001-02-08 Thread max
From: [EMAIL PROTECTED] Operating system: linux 2.2.18 (rh 6.2) PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: crypt problems with openssl MD5 crypt fails if PHP is compiled with openssl (specifically with the -lcrypto) If the .c file comes before

[PHP-DEV] PHP 4.0 Bug #9027: Reply to bug id #8905: libcore4 library not fond

2001-01-31 Thread max . zueger
line 26047 in configure-script as follows: 26047: OCI8_VERSION=8.0 --> OCI8_VERSION=8.1 Best regards Max Zueger -- Edit Bug report at: http://bugs.php.net/?id=9027&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] F