[PHP-DEV] Bug #10523: get_defined_functions inserts a whitespace at the end of each value.

2001-04-27 Thread maxim
) { printf(ASCII: '%d' \tvalue: '%s'\n, ord(substr($v, -1)), $v); } echo '/PRE'; // the returns the following: ASCII: '0' value: 'zend_version' ASCII: '0' value: 'func_num_args' ASCII: '0' value: 'func_get_arg' and so on... I believe that's a bug, no? Maxim Maletsky, [EMAIL

[PHP-DEV] PHP 4.0 Bug #10523 Updated: get_defined_functions inserts a whitespace at the end of each value.

2001-04-27 Thread maxim
' value: 'func_num_args' ASCII: '0' value: 'func_get_arg' and so on... I believe that's a bug, no? Maxim Maletsky, [EMAIL PROTECTED] PHPBeginner.com --- Full Bug description available at: http

[PHP-DEV] Bug #13418: versions controvercy

2001-09-24 Thread maxim
From: [EMAIL PROTECTED] Operating system: Win2000 PHP version: 4.0.6 PHP Bug Type: PHP options/info functions Bug description: versions controvercy Hi, after installing the windows binary of PHP v.4.0.6 I run phpinfo() and I saw that the header was still saying it is

Re: [PHP-DEV] OCI extension help offer

2002-10-15 Thread maxim
of a way improving PHP's Oracle support so we can start working on it. Btw, I do not have a karma for php4, so keep that in mind :) -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // where PHP Begins Andi Gutmans [EMAIL PROTECTED] wrote... : Hey, I'm sure that if there's work

[PHP-DEV] RE: PHP 4.0 Bug #7360 Updated: is_a2z would be nice...

2001-01-21 Thread Maxim Maletsky
Great! Is it documented anywhere yet? (is my name up there as well? I know I haven't done much except bringing this issue up, but I would be on the 7-th sky seeing my name on the PHP change-logs) Cheers, Maxim Maletsky. -Original Message- From: Bug Database [mailto:[EMAIL PROTECTED

[PHP-DEV] PHP 4.0 Bug #8978: Add a 'readonly' possibility to the session module

2001-01-29 Thread Maxim Derkachev
From: Maxim Derkachev [EMAIL PROTECTED] Operating system: PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: Add a 'readonly' possibility to the session module Just faced the fact that the possibility to call session 'readonly' should be added

[PHP-DEV] RE: [PHP] RE: [PHP-DEV] RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with u pgrade to 4.0.5

2001-05-11 Thread Maxim Maletsky
acquire and was originally configured by other team). Meanwhile I will download the files I was testing on into my test machine, install on it the same apache as on prod. server and the PHP v4.0.5. If the result will be the same, I will then try the snapshots as you advised to me. Maxim Maletsky

RE: [PHP-DEV] RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with u pgrade to 4.0.5

2001-05-11 Thread Maxim Maletsky
. I'll let you know. Maxim Maletsky -Original Message- From: Andi Gutmans [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 4:57 PM To: Maxim Maletsky; [EMAIL PROTECTED]; 'Vlad Krupin' Cc: 'PHP General List. (E-mail)'; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP-DEV] RE: [PHP

RE: [PHP-DEV] RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with upgrade to 4.0.5

2001-05-11 Thread Maxim Maletsky
OK, but I can do it only on Monday. There's too much risk doing it this Friday night, if site goes down on the weekend - that is our last nightmare. It runs now on backups, but runs well. Thanks Andi, Maxim Maletsky -Original Message- From: Andi Gutmans [mailto:[EMAIL PROTECTED]] Sent

[PHP-DEV] WEIRD, WEIRD problem with upgrade to 4.0.5

2001-05-10 Thread Maxim Maletsky
WAS CHANGED: php 4.0.5 is now also compiled --with-pgsql while the previous installation wasn't PLATFORM: LINUX Red Hat 6.1 Apache 1.3.9 Please help us with this. Sincerely, Maxim Maletsky Web Developer Digital Media, Japan Inc Communications www.japaninc.com

RE: [PHP-DEV] WEIRD, WEIRD problem with upgrade to 4.0.5

2001-05-10 Thread Maxim Maletsky
well, I don't think that was the reason... because ? echo 'hello world'; // please no... echo 'BR'; ? will print me: // please no... echo 'BR'; any further ideas? Maxim Maletsky -Original Message- From: Vlad Krupin [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 7:12 AM

[PHP-DEV] RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with upgrade to 4.0.5

2001-05-10 Thread Maxim Maletsky
. Everything works unless there's an '//', then it starts showing the code up. Cheers, Maxim Maletsky -Original Message- From: Jude [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 06, 2001 6:37 PM To: Maxim Maletsky; 'Vlad Krupin' Cc: 'PHP General List. (E-mail)'; [EMAIL PROTECTED]; [EMAIL PROTECTED

[PHP-DEV] RE: [PHP] RE: [PHP-DEV] WEIRD, WEIRD problem with upgrade to 4.0.5

2001-05-10 Thread Maxim Maletsky
nope, I won't give up. disabling '//' is so bad.. just think how much trouble I'm creating for my team. (Although, I in fact never use '//', I use '#' instead. That is why I noticed the problem so late = 20 minutes of downtime yesterday) Cheers, Maxim Maletsky -Original Message

[PHP-DEV] Bug #8978 Updated: Add a 'readonly' possibility to the session module

2001-05-16 Thread Maxim Derkachev
ID: 8978 User Update by: Maxim Derkachev [EMAIL PROTECTED] Status: Analyzed Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.4pl1 Description: Add a 'readonly' possibility to the session module just made a patch against the current sources (session.c and php_session.h

[PHP-DEV] Bug #8978 Updated: Add a 'readonly' possibility to the session module

2001-05-16 Thread Maxim Derkachev
ID: 8978 User Update by: Maxim Derkachev [EMAIL PROTECTED] Status: Analyzed Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.4pl1 Description: Add a 'readonly' possibility to the session module Forgot to include the batteries :) After the patch above is applied, one could do

[PHP-DEV] php module for windows

2002-01-13 Thread Maxim Vysotskiy
parameter; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, l, parameter) == FAILURE) { return; } RETURN_LONG(parameter); } --end fedex.c- -- Best regards, Maxim mailto:[EMAIL PROTECTED] -- PHP Development Mailing

[PHP-DEV] CVS Account Request: 19056

2002-02-05 Thread Mazilov Maxim
Help -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: maxim

2002-04-22 Thread Maxim Maletsky
. Best regards, Maxim Maletsky -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] OCI extension help offer

2002-10-15 Thread Maxim Maletsky
personally think that Oracle is very important for PHP's future, and that current extension is not very perfect and up to date. Please let me know if you are interested in my contributions regarding it. -- Maxim Maletsky [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net

[PHP-DEV] Re: OCI extension help offer

2002-10-15 Thread Maxim Maletsky
at the planning stage of its development release? Hope to see someone to anser, commenting my thoughts on this. I am very much willing contributing to the PHP's Oracle support development. Maxim Maletsky [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe

Re: [PHP-DEV] OCI extension help offer

2002-10-16 Thread Maxim Maletsky
better trust and confidence from middle-large projects worldwide. I have this theory not from air, but from my experience as a consultant trying propose PHP for Oracle Dbs :) Maxim Maletsky [EMAIL PROTECTED] Thx, Cu Abdul Sebastian Nohn [EMAIL PROTECTED] writes: 5. Functions are called OCI

Re: [PHP-DEV] OCI extension help offer

2002-10-16 Thread Maxim Maletsky
to :) -- Maxim Maletsky [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] OCI extension help offer

2002-10-16 Thread Maxim Maletsky
(), oracle_close() etc). Thus, one can still choose not to compile it relaying on the old extensions, or use this one as it would be the only compatible extension constantly maintained. Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // where PHP Begins Jean

Re: [PHP-DEV] OCI extension help offer

2002-10-16 Thread Maxim Maletsky
to Thies to review the patch. -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // where PHP Begins From a developers viewpoint what I mainly did was follow Thies' proposal and put the environment struct in the session struct, and use the global env only for init work

Re: [PHP-DEV] OCI extension help offer

2002-10-16 Thread Maxim Maletsky
), and introduce some useful php.ini values (maybe even for default character set?)) Agreed. Especially on datatype supports. -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // where PHP Begins -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] OCI extension help offer

2002-10-16 Thread Maxim Maletsky
, but doesn't compile correctly on Oracle 8i systems, only on 9i - as I said, this is still on my TODO list. Then, it should remain a patch and not a part of the distribution. Unless, it can compile safely with Oracle 8. Still, up to Thies. -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com

Re: [PHP-DEV] nl2br is broken in PHP4.3.0pre1

2002-10-16 Thread Maxim Maletsky
Jani Taskinen [EMAIL PROTECTED] wrote: Just wondering..but what is a 'good bug' ? IMO, every bug is BAD. :) evil ones :) -- Maxim Maletsky [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] short_open_tag

2002-10-17 Thread Maxim Maletsky
use custom PI tag or not) It would be enough to mention this in the docs as a good practice. Unless, everything becomes XML at some point, taking short tags off would cause more damage than help. Maxim Maletsky [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe

Re: [PHP-DEV] OCI extension help offer

2002-10-17 Thread Maxim Maletsky
on the OCI8 ext and fix some bugs. Probably will bug you a lot with questions :) -- Maxim Maletsky [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: OCI extension help offer

2002-10-17 Thread Maxim Maletsky
extension to get rolled with it. Then, we can start making a plan for PHP5 releases. These could include the things we discussed before. Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // where PHP Begins -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

Re: [PHP-DEV] OCI extension help offer

2002-10-17 Thread Maxim Maletsky
Thies C. Arntzen [EMAIL PROTECTED] wrote... : On Wed, Oct 16, 2002 at 11:24:24AM +0200, Maxim Maletsky wrote: any OCIParse and set the charset. This would be: 1. more flexible 2. would exclude non-authentication functionality with OCILogon 3. easier to find for a user

Re: [PHP-DEV] Re: OCI extension - OCIQuery() ?

2002-10-17 Thread Maxim Maletsky
be a nice shortcut for those who use this combo always together and, plus, it would be a very elementary thing to implement. What do you think of it? I could start from this one, to warm up :) It's been I while I thought OCIQuery() could have been implemented. -- Maxim Maletsky [EMAIL PROTECTED

Re: [PHP-DEV] Re: OCI extension - OCIQuery() ?

2002-10-17 Thread Maxim Maletsky
(), mssql_execute() for stored procs. The difference seems to be that the queries in MSSQL cannot be binded, while in OCI they can. -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // where PHP Begins -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

Re: [PHP-DEV] Perl-Like Pre-Destined Array Designation

2002-10-23 Thread Maxim Maletsky
Would be very nice to have since PHP v5. Guys? --- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // PHP for Beginners www.maxim.cx // my Home // my Wish List: ( Get me something! ) http://www.amazon.com/exec/obidos/registry/2IXE7SMI5EDI3 Adam Voigt [EMAIL PROTECTED

Re: [PHP-DEV] Perl-Like Pre-Destined Array Designation

2002-10-23 Thread Maxim Maletsky
BTW, are there any plans working on PHP parser for release 5? --- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // PHP for Beginners www.maxim.cx // my Home // my Wish List: ( Get me something! ) http://www.amazon.com/exec/obidos/registry/2IXE7SMI5EDI3 Zeev Suraski

Re: [PHP-DEV] Script Abortion

2002-10-23 Thread Maxim Maletsky
i think it already does. -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // PHP for Beginners www.maxim.cx // my Home // my Wish List: ( Get me something! ) http://www.amazon.com/exec/obidos/registry/2IXE7SMI5EDI3 Wei Weng [EMAIL PROTECTED] wrote... : I have

Re: [PHP-DEV] Script Abortion

2002-10-23 Thread Maxim Maletsky
. I've never studied this part of the code, but I think you are on the right track. Indeed, PHP does not stop DB query even if you stop the request. -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // PHP for Beginners www.maxim.cx // my Home // my Wish List: ( Get me something

Re: [PHP-DEV] PHP and OCI8

2002-10-23 Thread Maxim Maletsky
ocilogoff() call is not operating, as seen from the source. Is there some way I could logoff from Oracle? Or should I reprogram/enable it in the oci8.c? This is done automatically by PHP as mentoined in the source. But, if you need to force it you can try uncommenting in the oci.c -- Maxim Maletsky

Re: [PHP-DEV] OCI patch

2002-10-18 Thread Maxim Maletsky
OK, then. -- Maxim Maletsky [EMAIL PROTECTED] [EMAIL PROTECTED] wrote... : Thies, Maxim, if you could hang on for a few hours I'll be back with a few ideas and a cleaned up version of the patches + a switch for oracle 9+ to enable the new nls functions. Abdul -- PHP Development

Re: [PHP-DEV] short_open_tag

2002-10-18 Thread Maxim Maletsky
just making it in numbers: (users using short_tags) (users_using xml() function) I suppose the first one wins. Now, wouldn't it be possible to find a work around this issue? This should be a question, IMHO. -- Maxim Maletsky [EMAIL PROTECTED] On Fri, 18 Oct 2002 08:14:21 +0900 Yasuo Ohgaki

Re: [PHP-DEV] OCI extension - brainstorming

2002-10-18 Thread Maxim Maletsky
[EMAIL PROTECTED] wrote... : the OCIQuery that maxim proposed has the advantage of being pretty high-level, making it much easier for mysql programmers to get a grip at oracle, but then again i think that every self-respecting php developer would write a function/method that does this for him

Re: [PHP-DEV] Re: OCI extension - OCIQuery() ?

2002-10-18 Thread Maxim Maletsky
() is also fetching and that is not very optimal since one still needs to loop through fetched result set, why doubling the loops? Just my thoughts. -- Maxim Maletsky [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] new OCI brainstorm

2002-10-18 Thread Maxim Maletsky
like to see in the future. Threaded servers? That is awesome! -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // where PHP Begins -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Understanding build on Win32

2002-10-18 Thread Maxim Maletsky
. Any batch file samples for a frequent use? 5. Any more good advices, best practices or things that I should know? I rarely see it covered (which in a way makes sense :) Cheers, Maxim Maletsky [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

Re: [PHP-DEV] Understanding build on Win32

2002-10-18 Thread Maxim Maletsky
Thanks, Markus, that was helpful. Would you like to also explain me more about the 'testsuite' dsw? i couldn't figure it out because all i could see about it is the compile logs over the archives :) -- Maxim Maletsky [EMAIL PROTECTED] On Fri, 18 Oct 2002 23:20:45 +0200 Markus Fischer [EMAIL

[PHP-DEV] Unexpected error - recursive dependency

2002-10-19 Thread Maxim Maletsky
1 rows: Array ( [SYSDATE] = Array ( [0] = 19-OCT-02 ) ) Fatal error: Nesting level too deep - recursive dependency? in Unknown on line 0 - What could it have been caused by? Should i worry about it? Maxim Maletsky [EMAIL

Re: [PHP-DEV] setcookie problem

2002-10-21 Thread Maxim Maletsky
You should post this to the PHP General mailing list ([EMAIL PROTECTED]). People there will Definitely answer you. -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // where PHP Begins Mehran Ziadloo [EMAIL PROTECTED] wrote... : I've reached a problem which I don't know how to get

Re: [PHP-DEV] Bug count..

2002-10-21 Thread Maxim Maletsky
Can it be searchable extension-based and time-wise? That'd be kinda useful. -- Maxim Maletsky [EMAIL PROTECTED] Jani Taskinen [EMAIL PROTECTED] wrote... : Here you can find nice curve of the bug count: http://www.php.net/~jani/count.png The red curve is total

Re: [PHP-DEV] Idea to extend language: Explicitly setting variable scope inside user defined function (longer)

2002-10-21 Thread Maxim Maletsky
something like what is suggested can be optional, but I don't think it is really doable as to be an option. -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // where PHP Begins -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Bug count..

2002-10-21 Thread Maxim Maletsky
The very same way i supposed you got that very data :) Since you were on that, i thought you could make it a little kinda-searchanble. -- Maxim Maletsky [EMAIL PROTECTED] On Tue, 22 Oct 2002 03:20:21 +0300 (EEST) Jani Taskinen [EMAIL PROTECTED] wrote: On Mon, 21 Oct 2002, Maxim Maletsky

Re: [PHP-DEV] Bug count..

2002-10-21 Thread Maxim Maletsky
You're on! How do you get onto /~jani/ ? If have a section there i could do some staff too :) -- Maxim Maletsky [EMAIL PROTECTED] On Mon, 21 Oct 2002 20:33:25 -0400 Mike Robinson [EMAIL PROTECTED] wrote: Jani Taskinen wrote: Heh..just take a look in the database for bugs and them

Re: [PHP-DEV] Bug count..

2002-10-21 Thread Maxim Maletsky
/closed ones. -- Maxim Maletsky [EMAIL PROTECTED] On Tue, 22 Oct 2002 03:35:43 +0300 (EEST) Jani Taskinen [EMAIL PROTECTED] wrote: On Mon, 21 Oct 2002, Mike Robinson wrote: Jani Taskinen wrote: Heh..just take a look in the database for bugs and them tell me how to get that data out

Re: [PHP-DEV] short_open_tag

2002-10-22 Thread Maxim Maletsky
on the matter and I feel strongly compelled to express it. My feeling on your feeling - you are incompetent in this matter. -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // where PHP Begins -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

Re: [PHP-DEV] short_open_tag

2002-10-22 Thread Maxim Maletsky
? Or, you think, that to satisfy that one programmer we should drop short tags for the whole world? -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // where PHP Begins -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] short_open_tag

2002-10-22 Thread Maxim Maletsky
that is the problem (and will [apparently] continue to be the problem), not the access itself. Then why don't we just work on that? Makling so any PHP's user, even on an ISP can change easier their own configurations. A better solution, isn't it? There have been this thread already. -- Maxim Maletsky [EMAIL

Re: [PHP-DEV] short_open_tag

2002-10-22 Thread Maxim Maletsky
. We all share ideas and, at the same time, unshare them. You are trying to propose something we already discussed here and found a solution. Find a better way and a different subject so we all will listen. -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // where PHP Begins -- PHP

[PHP-DEV] PHP usage stats

2002-10-24 Thread Maxim Maletsky
I think we should listen to Kristian here. It's never bad having some statistics about PHP usage. P.S: changins the subject. Other seem not to work too well. I Wonder why :) -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // PHP for Beginners www.maxim.cx // my Home // my

Re: [PHP-DEV] -=

2002-10-24 Thread Maxim Maletsky
current value minus this. int a = 10; int b = 6; a -= b; now a is 4; But, this is not PHP-DEV question. -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // PHP for Beginners www.maxim.cx // my Home // my Wish List: ( Get me something! ) http://www.amazon.com/exec

Re: [PHP-DEV] I hope this is the last email about this :)

2002-10-28 Thread Maxim Maletsky
+1 FLUSH -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // PHP for Beginners www.maxim.cx // my Home // my Wish List: ( Get me something! ) http://www.amazon.com/exec/obidos/registry/2IXE7SMI5EDI3 Zeev Suraski [EMAIL PROTECTED] wrote... : Thank you for the detailed

Re: [PHP-DEV] Adding mail() Parameter to Set Return Path

2002-11-05 Thread Maxim Maletsky
on Win32 for serious stuff anyway? ;) Those who very much are relying on Win32-only internals kind of do... -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // PHP for Beginners www.maxim.cx // my Home // my Wish List: ( Get me something! ) http://www.amazon.com/exec/obidos

Re: [PHP-DEV] Copy of Array

2002-11-05 Thread Maxim Maletsky
This should be asked on [EMAIL PROTECTED] mailing list. -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // PHP for Beginners www.maxim.cx // my Home // my Wish List: ( Get me something! ) http://www.amazon.com/exec/obidos/registry/2IXE7SMI5EDI3 Laurent FOINEL [EMAIL

Re: [PHP-DEV] OCISaveLob, OCILoadLob, OCISaveFile?

2002-11-05 Thread Maxim Maletsky
Try looking at how they behave on oracle development network (otn.oracle.com, docs.oracle.com). In PHP they are not yet fully documented. Working on it. -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // PHP for Beginners www.maxim.cx // my Home // my Wish List: ( Get me

Re: [PHP-DEV] Build PHP under windows - SNMP the objective

2002-11-05 Thread Maxim Maletsky
You should be using MS Visual Studio v6+ to build PHP from sources for Win32. -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // PHP for Beginners www.maxim.cx // my Home // my Wish List: ( Get me something! ) http://www.amazon.com/exec/obidos/registry/2IXE7SMI5EDI3

Re: [PHP-DEV] Documentation for Zend API for PHP Extensions

2002-11-05 Thread Maxim Maletsky
There is one here: http://www.php.net/manual/en/zend.php -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // PHP for Beginners www.maxim.cx // my Home // my Wish List: ( Get me something! ) http://www.amazon.com/exec/obidos/registry/2IXE7SMI5EDI3 Diggy Bell [EMAIL

Re: [PHP-DEV] Variable Functions?

2002-11-05 Thread Maxim Maletsky
Is this really needed? -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // PHP for Beginners www.maxim.cx // my Home // my Wish List: ( Get me something! ) http://www.amazon.com/exec/obidos/registry/2IXE7SMI5EDI3 Dan Hardiker [EMAIL PROTECTED] wrote... : Hi All

Re: [PHP-DEV] ODBTP, a possible solution for MS-SQL and other databases

2002-11-05 Thread Maxim Maletsky
interesting. If I understood it right this extension will only run on Win32, right? -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // PHP for Beginners www.maxim.cx // my Home // my Wish List: ( Get me something! ) http://www.amazon.com/exec/obidos/registry/2IXE7SMI5EDI3

Re: [PHP-DEV] ODBTP, a possible solution for MS-SQL and other databases

2002-11-05 Thread Maxim Maletsky
, indeed, sounds interesting. If I understood it right this extension will only run on Win32, right? It will work on Win32 and UNIX. Then this is even better than what I thought like. -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // PHP for Beginners www.maxim.cx // my

Re: [PHP-DEV] ODBTP, a possible solution for MS-SQL and other databases

2002-11-05 Thread Maxim Maletsky
mails became the challenge :) -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // PHP for Beginners www.maxim.cx // my Home // my Wish List: ( Get me something! ) http://www.amazon.com/exec/obidos/registry/2IXE7SMI5EDI3 -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] [PATCH] A suggested fix for bug #19943 (Re: [PHP-DEV] bug #19943)

2002-11-06 Thread Maxim Maletsky
I *very slightly* tested it and it worked for me. Not sure of the old code though. -- Maxim Maletsky [EMAIL PROTECTED] Ilia A. [EMAIL PROTECTED] wrote... : On November 5, 2002 09:44 pm, Moriyoshi Koizumi wrote: Ilia, thank you for double-checking. Since I have no access to Zend module

Re: [PHP-DEV] Undefined index: HTTP_IF_NONE_MATCH

2002-11-06 Thread Maxim Maletsky
Is it supported by your configuration? What's your system? -- Maxim Maletsky [EMAIL PROTECTED] Laurent FOINEL [EMAIL PROTECTED] wrote... : I would like to access to variable: $HTTP_SERVER_VARS[HTTP_IF_NONE_MATCH] but I have this error: Notice: Undefined index: HTTP_IF_NONE_MATCH

Re: [PHP-DEV] dir() class suggestion

2002-11-06 Thread Maxim Maletsky
`; you get the linux directory output. -- Maxim Maletsky [EMAIL PROTECTED] Boris Penck [EMAIL PROTECTED] wrote... : Hi there, today I was playing around with dir() and my problem is that there is no chance to tell dir() weather to sort the files and directories. Sure, I'm able to read

Re: [PHP-DEV] Compile PHP-CODE

2002-11-06 Thread Maxim Maletsky
possibilities... Becuse this is the only place where i can talk about these kind of problems [EMAIL PROTECTED] is rather the right place. -- Maxim Maletsky [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Compile PHP-CODE

2002-11-06 Thread Maxim Maletsky
oh ... I got it now - you want to compile the PHP code, not C code in which PHP is written. Answer is: NO, you can't. You really should have sent this to the general list, not dev - here we get confused :) -- Maxim Maletsky [EMAIL PROTECTED] Maxim Maletsky [EMAIL PROTECTED] wrote

Re: [PHP-DEV] compiling on windows vc++ bison error ?

2002-11-06 Thread Maxim Maletsky
you need to make sure VC can find bison. What is the error exactly? -- Maxim Maletsky [EMAIL PROTECTED] Dave Viner [EMAIL PROTECTED] wrote... : Hi, I'm having difficulty compiling the PHP source code on Win2K with VC++ 6.0. I've followed the instructions on the website, but I keep

Re: [PHP-DEV] Documentation for Zend API for PHP Extensions

2002-11-07 Thread Maxim Maletsky
Yeah, Zeev just mentioned me a few days ago that it was not up2date -- Maxim Maletsky [EMAIL PROTECTED] Diggy Bell [EMAIL PROTECTED] wrote... : Thanks Maxim... I had found that page, but there are a number of functions (add_assoc_*()) that aren't covered there. But after a bit of header

Re: [PHP-DEV] Photos from the Conference

2002-11-07 Thread Maxim Maletsky
But hey! Where is me? You got no photos of me there :) How come? -- Maxim Maletsky [EMAIL PROTECTED] Sebastian Bergmann [EMAIL PROTECTED] wrote... : http://www.sebastian-bergmann.de/gallery/phpconference2002 -- Sebastian Bergmann http://sebastian-bergmann.de

Re: [PHP-DEV] Photos from the Conference

2002-11-07 Thread Maxim Maletsky
Alright. I will upload mine soon. btw, Bjorn, where are your pics? Your album is empty -- Maxim Maletsky [EMAIL PROTECTED] Björn Schotte [EMAIL PROTECTED] wrote... : * Maxim Maletsky wrote: But hey! Where is me? You got no photos of me there :) How come? Perhaps at http

Re: [PHP-DEV] mbstring and 4.3.0

2002-11-08 Thread Maxim Maletsky
I think Wez got a point here. Disabling mbstring can make many unhappy. -- Maxim Maletsky [EMAIL PROTECTED] Wez Furlong [EMAIL PROTECTED] wrote... : I see the known-good codeset conversion implementation as a *very* good reason to have mbstring enabled by default. (Just look at all

[PHP-DEV] Return -1

2002-11-08 Thread Maxim Maletsky
? -- Maxim Maletsky [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Flash and PHP

2002-11-09 Thread Maxim Maletsky
please re-post this message to [EMAIL PROTECTED] php-dev is a wrong list for such questions. -- Maxim Maletsky [EMAIL PROTECTED] On Sat, 9 Nov 2002 21:45:13 +0100 Georg [EMAIL PROTECTED] wrote: Hi Folks I try to comfortize my webpages using flash.The server part is still PHP implemented

[PHP-DEV] What happened to the notes on php.net?

2002-11-11 Thread Maxim Maletsky
For my big surprise there aren't there Did I miss something? -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Photos from the Conference

2002-11-12 Thread Maxim Maletsky
I put some up. Whoever is interested: http://www.php-conference.de/gallery/album10 -- Maxim Maletsky [EMAIL PROTECTED] On Thu, 7 Nov 2002 13:25:50 +0100 Björn Schotte [EMAIL PROTECTED] wrote: * Maxim Maletsky wrote: But hey! Where is me? You got no photos of me there :) How come

Re: [PHP-DEV] Proto void and return values...

2002-11-12 Thread Maxim Maletsky
(is_link() for example). -- Maxim Maletsky [EMAIL PROTECTED] On 12 Nov 2002 22:59:50 +0100 Zak Greant [EMAIL PROTECTED] wrote: On Tue, 2002-11-12 at 20:25, David Brown wrote: On Tue, Nov 12, 2002 at 02:16:41PM -0500, David Brown wrote: | Hi everyone: | | For functions prototyped

[PHP-DEV] build fails on bison

2002-11-13 Thread Maxim Maletsky
Generating Code... Error executing cl.exe. php.exe - 7 error(s), 3 warning(s) -- Maxim Maletsky [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] build fails on bison: update

2002-11-13 Thread Maxim Maletsky
That does not happen, however, on PHP_4_3 tag. So just FYI. -- Maxim Maletsky [EMAIL PROTECTED] On Thu, 14 Nov 2002 00:40:00 +0100 Maxim Maletsky [EMAIL PROTECTED] wrote: guys, current W32 build has failed on bison for me with the parse error: Configuration

[PHP-DEV] reg.c warning patch

2002-11-13 Thread Maxim Maletsky
I've patched a tiny signed/unsigned mismatch warning in ext/standard/reg.c. I based on what a similar line (343) was doing. Someone with karma double-check and commit. -- Maxim Maletsky [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

Re: [PHP-DEV] Re: is_*

2002-11-14 Thread Maxim Maletsky
even earlier, I though... What really needs to be done is to document them better under ereg* and preg* and, maybe even, strings sections of documentation. This, I think, would give them the required famousity. -- Maxim Maletsky [EMAIL PROTECTED] Hartmut Holzgraefe [EMAIL PROTECTED] wrote

Re: [PHP-DEV] Re: is_*

2002-11-14 Thread Maxim Maletsky
I was refering about ctype lib :) -- Maxim Maletsky [EMAIL PROTECTED] Maxim Maletsky [EMAIL PROTECTED] wrote... : even earlier, I though... What really needs to be done is to document them better under ereg* and preg* and, maybe even, strings sections of documentation. This, I think

Re: [PHP-DEV] error handling

2002-11-18 Thread Maxim Maletsky
and as such requires a more friendly error treatment. All that provided that an error log is being generated with on line xxx in file xxx but the page is the URL you specify in php.ini. -- Maxim Maletsky [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe

Re: [PHP-DEV] error handling

2002-11-18 Thread Maxim Maletsky
the whole error thing - it would then be possible. -- Maxim Maletsky [EMAIL PROTECTED] Kjartan Mannes [EMAIL PROTECTED] wrote... : Monday, November 18, 2002, 11:43:48 AM, John Coggeshall wrote: Back on the note that I was discussing (the E_PARSE with a user error-handler), Perhaps

Re: [PHP-DEV] Pear::db and odbc issue

2002-11-20 Thread Maxim Maletsky
You can be helped by mailing to [EMAIL PROTECTED] or by submitting a bug report at http://bugs.php.net. -- Maxim Maletsky [EMAIL PROTECTED] Chandler, Jacob R [EMAIL PROTECTED] wrote... : We are querying two different odbc databases using the Pear::DB library. When we try to print out

Re: [PHP-DEV] error handling

2002-11-21 Thread Maxim Maletsky
and these architectures are prefer by certain brains. Don't ask me why - I hate that myself, but we should not ignore if want to be competitive. -- Maxim Maletsky [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] error handling

2002-11-21 Thread Maxim Maletsky
logical way. In other words - powerful but clear enough to understand and use for neo programmers. +1 to what someone mentioned earlier - PHP is not *only* for web, it is *primarily* for web. Maybe, using HTTP headers for error handling would make this less obvious. just my +.2c -- Maxim Maletsky

[PHP-DEV] error reporting for PHP5

2002-11-21 Thread Maxim Maletsky
on this if it gets approved Now, throw all your good and bad thoughts into me :) -- Maxim Maletsky [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: error reporting for PHP5

2002-11-21 Thread Maxim Maletsky
productive, IMO. And, it is till related anyway. -- Maxim Maletsky [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] need directions adding a func.

2002-11-21 Thread Maxim Maletsky
this function in safe mode for security reasons. Opinions? (Thies disappeared somewhere. Anyone heard from him?) Cheers, m -- Maxim Maletsky [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] need directions adding a func.

2002-11-21 Thread Maxim Maletsky
Thanks, Derick, Derick Rethans [EMAIL PROTECTED] wrote... : On Thu, 21 Nov 2002, Maxim Maletsky wrote: I've added an OCI8 function in CVS the other week. I've avoided its release in RC1 so I can test it well, but it seems to be pretty stable and can be released with RC2. We dont

[PHP-DEV] Re: Problem with a php function

2002-11-22 Thread Maxim Maletsky
are it is a bug of some kind. -- Maxim Maletsky [EMAIL PROTECTED] Mike [EMAIL PROTECTED] wrote... : Hi, I have a question to you. I use a function named parse_ini_file but I think this is perhaps bugged let me explain to you : I have a spool directory , I put in file with .txt extension . My

[PHP-DEV] Oracle 8.1.7

2002-11-25 Thread Maxim Maletsky
, -- Maxim Maletsky [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Oracle 8.1.7

2002-11-25 Thread Maxim Maletsky
. --- Maxim Maletsky [EMAIL PROTECTED] On Tue, 26 Nov 2002 01:09:13 +0200 (EET) Jani Taskinen [EMAIL PROTECTED] wrote: Can't you just check if it exists and add some #ifdef's in the code? --Jani On Mon, 25 Nov 2002, Maxim Maletsky wrote: Guys, I'm hassling

  1   2   >