[PHP-DEV] traversing EG(function_table)

2003-01-10 Thread Andrey Hristov
Hi, is it ok to traverse this has using its internal HashPosition or external one has to be used. Andrey -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Feature Request: Auto Include a Function

2003-01-14 Thread Andrey Hristov
Hi, on the last week's iSeminar Zeev said that in ZE2(php5) there will be new interesting function for implementing in userland. Its name will be __autoload(). It will be called in case the code wants to instantiate a class that is unknown. The function should require/include the file where the im

Re: [PHP-DEV] function not found

2003-01-21 Thread Andrey Hristov
main is called the global scope. In C the programs start their execution in function main. Because PHP is not restricted in this way the global scope except the functions (and methods) is called function.main. However there is no such documentation on the web. You may fill bug report for documenta

[PHP-DEV] Problem with compiling Zend 1

2003-01-21 Thread Andrey Hristov
Hi, I am still with ZE1 - php4 (HEAD) I have this problem : /home/andrey/development/php4/ext/standard/basic_functions.c: In function `php_simple_ini_parser_cb': /home/andrey/development/php4/ext/standard/basic_functions.c:2827: `ZEND_INI_PARSER_POP_ENTRY' undeclared (first use in this functio

Re: [PHP-DEV] Re: Problem with compiling Zend 1

2003-01-21 Thread Andrey Hristov
and not meant to compile with ZE1, check out PHP_4_3 if you > need ZE1 builds. > > harald. > > > "Andrey Hristov" <[EMAIL PROTECTED]> schrieb im Newsbeitrag > 01c701c2c172$99b03650$1601a8c0@andreywin">news:01c701c2c172$99b03650$1601a8c0@andreywin... >

Re: [PHP-DEV] php exception handling

2003-01-23 Thread Andrey Hristov
This is scheduled for PHP5. Want to know when it will be released? -> This year Q3 or Q4 Regards, Andrey - Original Message - From: "Alex Mendelev" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 23, 2003 7:41 PM Subject: [PHP-DEV] php exception handling > Hey, >

Re: [PHP-DEV] Error from last cvs (php4)

2003-01-27 Thread Andrey Hristov
checkout php5 php4 module doesn't work with ZE2. php_4_3 branch works with ZE1 Best regards Andrey Hristov - Original Message - From: "michel 'ziobudda' morelli" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 27, 2003 10:59 PM S

Re: [PHP-DEV] can't get wincvs to ask for login

2003-02-03 Thread Andrey Hristov
Try out : http://www.tortoisecvs.org/ This is shell extension to explorer.exe .Everything is done with the right button of the mouse wherever you are (except Java programs). On the same page there is project for Subversion shell of the same type. Andrey - Original Message - From: "Greg

Re: [PHP-DEV] can't get wincvs to ask for login

2003-02-03 Thread Andrey Hristov
Did you checked out from smarty with your new account or with anonymous ? Andrey - Original Message - From: "Greg Beaver" <[EMAIL PROTECTED]> To: "Andrey Hristov" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 6:42 PM S

Re: [PHP-DEV] PHP 5 mailing list

2003-02-04 Thread Andrey Hristov
Dan, on http://news.php.net php.version5.dev is listed (12 messages so far in the archive). Andrey - Original Message - From: "Dan Kalowsky" <[EMAIL PROTECTED]> To: "PHP Development Mailing list" <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 10:22 PM Subject: [PHP-DEV] PHP 5 mailin

Re: [PHP-DEV] DLL PHP script for C

2003-02-06 Thread Andrey Hristov
AFAIK, sapi/embed can be used for this. The maintainer is Edin Kadribasic Andrey - Original Message - From: "Fernando Serboncini" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 06, 2003 4:34 PM Subject: [PHP-DEV] DLL PHP script for C > Hi, > > sorry if I'm in the

Re: [PHP-DEV] [PATCH] new idate() - sunrise() - sunset() functions

2003-02-06 Thread Andrey Hristov
- Original Message - From: "Moshe Doron" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 06, 2003 5:02 PM Subject: Re: [PHP-DEV] [PATCH] new idate() - sunrise() - sunset() functions > > "Zeev Suraski" <[EMAIL PROTECTED]> wrote in message 5.1.0.14.2.20030206161428.050f

Re: [PHP-DEV] [PATCH] new idate() - sunrise() - sunset() functions

2003-02-07 Thread Andrey Hristov
I don't think this is good idea. date_sunset(), date_sunrise() are better. Andrey - Original Message - From: "moshe doron" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 07, 2003 2:37 PM Subject: Re: [PHP-DEV] [PATCH] new idate() - sunrise() - sunset() functions

Re: [PHP-DEV] purpose of this mailing list

2003-02-22 Thread Andrey Hristov
Development of PHP (in C/C++), not with PHP. For development with PHP : [EMAIL PROTECTED], [EMAIL PROTECTED] and others. Andrey - Original Message - From: "Sylvain Becker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 22, 2003 6:12 PM Subject: [PHP-DEV] purpose of t

Re: [PHP-DEV] Moderate PHP-DEV

2003-03-12 Thread Andrey Hristov
I think this is just a bad day :) Andrey - Original Message - From: "Jani Taskinen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 12, 2003 6:59 PM Subject: [PHP-DEV] Moderate PHP-DEV > > Of about 20 emails today, 6 were posted to wrong mailing > list. And

Re: [PHP-DEV] Moderate PHP-DEV

2003-03-12 Thread Andrey Hristov
me, even 1 OT email is too much. > > (But it's propably just me, who is stupid enough to read > EVERY email coming here.) > > --Jani > > > On Wed, 12 Mar 2003, Andrey Hristov wrote: > > > I think this is just a bad day :) > > > >Andrey >

[PHP-DEV] Possible problem in the parser

2003-03-12 Thread Andrey Hristov
Few minutes ago I found the following behaviour somehow wierd for me : Prints : a[1]b[5] Similar C program : main() { int a,b; a = 1; b = a==1? 4:a==2? 5:6; printf("a[%d]b[%d]\n", a, b); } Prints : a[1]b[4] -=-=-=-=-=- I think that the behavior of the C program is the right A

Re: [PHP-DEV] Possible problem in the parser

2003-03-12 Thread Andrey Hristov
- Original Message - From: "Sascha Schumann" <[EMAIL PROTECTED]> To: "Andrey Hristov" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, March 12, 2003 7:21 PM Subject: Re: [PHP-DEV] Possible problem in the parser > On Wed, 12 Ma

Re: [PHP-DEV] Possible problem in the parser

2003-03-12 Thread Andrey Hristov
> On Wed, 12 Mar 2003, Andrey Hristov wrote: > > > Few minutes ago I found the following behaviour somehow wierd for me : > > Known bug, the associativity of the ternary operator has been > broken since ages in the engine. It's on the "won't be >

[PHP-DEV] Another one

2003-03-12 Thread Andrey Hristov
The following : gives Parse error: parse error, unexpected ',' in /home/storage/ternary.php on line 3 Similar C program compiles without problems. Is this also known? Andrey P.S. I obey I won't search for more such stuff today :) -- PHP Development Mailing List To uns

Re: [PHP-DEV] Possible problem in the parser

2003-03-12 Thread Andrey Hristov
just to add that "," (comma) is not working in ternary operator :/ ( posted an example for that but forgot to specify the problem) Andrey - Original Message - From: "Marcus Börger" <[EMAIL PROTECTED]> To: "Derick Rethans" <[EMAIL PROTECTED]&

Re: [PHP-DEV] Moderate PHP-DEV

2003-03-12 Thread Andrey Hristov
> This worries me somewhat. I do not have a CVS account. I do not > actively develop and contribute to the PHP sourcecode right now, > however my company uses php very very much. I would like to keep up to > date on what is happening with the development team and figuring out > what directions they

Re: [PHP-DEV] HUGE memory consumption on fread()

2002-08-14 Thread Andrey Hristov
> > Once you've eliminated that problem, I'd suggest that you > use readfile() instead of manually looping; readfile should > be much kinder to your hardware as it uses mmap, which means > that PHP doesn't need to keep allocating small buffers in the loop, > and that the OS can potentially share t

Re: [PHP-DEV] array_diff not working with last element different

2002-08-27 Thread Andrey Hristov
so, is there need of array_adiff()? Best regards Andrey Hristov - Original Message - From: "Stig Venaas" <[EMAIL PROTECTED]> To: "Brad LaFountain" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, August 27, 2002 5:02 PM Subject: Re: [PHP

[PHP-DEV] [PATCH][Resend:] array_search() changed to allow the reposition of the internal pointer

2002-08-27 Thread Andrey Hristov
Hi, this patch adds new functionality to array_search(). It is mostly useful in cases where the indices in the array are not numeric but strings. When a programmer wants to find the key for a value in the array he/she is give the opportunity to move the internal pointer of the array to the pos

Re: [PHP-DEV] array_diff not working with last element different

2002-08-27 Thread Andrey Hristov
Hi, I've done some hacking and have working (one example tested) array_diff() modified to be like array_adiff(). If there is interest I will provide a patch. Best regards Andrey Hristov - Original Message - From: "Brad LaFountain" <[EMAIL PROTECTED]> To: "Stig

Re: [PHP-DEV] array_diff not working with last element different

2002-08-27 Thread Andrey Hristov
Today I am finished :((( I will make the patch tommorow I will send it here. array_diff_assoc()? Propose names. Regards, Andrey Hristov - Original Message - From: "Marcus Börger" <[EMAIL PROTECTED]> To: "Andrey Hristov" <[EMAIL PROTECTED]> Cc: &qu

Re: [PHP-DEV] segfault on adding empty heredoc to string

2002-09-01 Thread Andrey Hristov
No problems on win32 , php-430-dev cli.ZE2. Best regards Andrey Hristov - Original Message - From: "Lukas Schroeder" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 01, 2002 8:50 PM Subject: [PHP-DEV] segfault on adding empty heredoc to st

[PHP-DEV] Problem with http://php.net

2002-09-02 Thread Andrey Hristov
Hi, maybe offtopic but I cannot access php.net . I thought that it is maybe problem with my connection so tried http://network-tools.com to fetch the headers and teh result is timeout. Best regards Andrey Hristov -- PHP Development Mailing List <http://www.php.net/> To unsubscribe,

Re: [PHP-DEV] Problem with http://php.net

2002-09-02 Thread Andrey Hristov
Too much downloads Best regards Andrey Hristov - Original Message - From: "Andrey Hristov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 02, 2002 11:35 AM Subject: [PHP-DEV] Problem with http://php.net > Hi, > maybe offtopic but

Re: [PHP-DEV] Problem with http://php.net

2002-09-02 Thread Andrey Hristov
Yup, I saw /server-status - thus i wrote "too much downloads" Best regards Andrey Hristov - Original Message - From: "James Cox" <[EMAIL PROTECTED]> To: "Andrey Hristov" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, September

Re: [PHP-DEV] Problem with http://php.net

2002-09-02 Thread Andrey Hristov
my GSM too, all IM messages go there when i am not at the comp. it's 2am and someone wanted to say hi :))) or anything else . Best regards Andrey Hristov P.S. Offtopic sorry - Original Message - From: "James Cox" <[EMAIL PROTECTED]> To: "Stefan Esser"

Re: [PHP-DEV] Default extensions (was: mbstring)

2002-09-03 Thread Andrey Hristov
Best regards Andrey Hristov - Original Message - From: "James Cox" <[EMAIL PROTECTED]> To: "Jani Taskinen" <[EMAIL PROTECTED]>; "Jon Parise" <[EMAIL PROTECTED]> Cc: "PHP Development Mailing list" <[EMAIL PROTECTED]>

[PHP-DEV] Re: [PHP-QA] array_unique broken?

2002-09-03 Thread Andrey Hristov
returned). Best regards Andrey Hristov - Original Message - From: "Sebastian Nohn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, September 03, 2002 10:39 AM Subject: [PHP-QA] array_unique broken? > bugs.php.net seems

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] array_unique broken?

2002-09-03 Thread Andrey Hristov
. Best regards Andrey Hristov - Original Message - From: "Stig Venaas" <[EMAIL PROTECTED]> To: "Andrey Hristov" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, September 03, 2002 11

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] array_unique broken?

2002-09-03 Thread Andrey Hristov
- Original Message - From: "Stig Venaas" <[EMAIL PROTECTED]> To: "Andrey Hristov" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, September 03, 2002 11:43 AM Subject: Re: [PHP-DEV] Re

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] array_unique broken?

2002-09-03 Thread Andrey Hristov
- Original Message - From: "Stig Venaas" <[EMAIL PROTECTED]> To: "Andrey Hristov" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, September 03, 2002 11:53 AM Subject: Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] array_unique bro

[PHP-DEV] http://www.php-con.com/

2002-09-05 Thread Andrey Hristov
Hi, can someone change the HTML of http://www.php-con.com/ and add bgcolor="#FF" in the tag. My default theme is with gray font so the page is not looking so nice :))) Andrey -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] http://www.php-con.com/

2002-09-05 Thread Andrey Hristov
I meant gray background . Andrey - Original Message - From: "Andrey Hristov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 05, 2002 3:53 PM Subject: [PHP-DEV] http://www.php-con.com/ > Hi, > can someone change the HTML of htt

Re: [PHP-DEV] http://www.php-con.com/

2002-09-05 Thread Andrey Hristov
yup... :((( Andrey - Original Message - From: "Xavier Spriet" <[EMAIL PROTECTED]> To: "Andrey Hristov" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, September 05, 2002 3:53 PM Subject: Re: [PHP-DEV] http://www.php-con.com/ >

Re: [PHP-DEV] PHP source code

2002-09-09 Thread Andrey Hristov
Zend/zend_language_parser.y Zend/zend_language_scanner.l you have to know something about Yacc/Bison and FLex/Lex Best regards Andrey Hristov - Original Message - From: "OrangeHairedBoy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 09, 2002

[PHP-DEV] CVS Account Request: andrey

2002-09-10 Thread Andrey Hristov
Developing the PHP runtime (ext/*) refered here by Derick. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: andrey

2002-09-10 Thread Andrey Hristov
Developing the PHP runtime -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Interesting note

2002-09-25 Thread Andrey Hristov
Hi, regarding to documentation of mysql_query() : [snip] Note: The query string should not end with a semicolon. [/snip] Is this mySQL problem or what? As far as I see in the sources this does not anything with PHP. So is it mysql issue. Thanks, Andrey -- PHP Development Mailing List <

[PHP-DEV] Stability of DOMXML

2002-10-01 Thread Andrey Hristov
Hi all, I want to ask how much stable is DOM XML in 4.3.0-dev. In the docs it is EXPERIMENTAL. Is it experimental or stable in 4.3.0 Are there serious memory leaks or leaks at all? Thanks, Andrey P.S. Sorry for that it is little off-topic but imo this is the only place where such information ca

Re: [PHP-DEV] coding a php thread safe extenssion

2002-10-03 Thread Andrey Hristov
Read this : http://www.php.net/manual/en/zend.php look at this extension. Last time when I saw it - it was not big and most of it quite understandable: http://sourceforge.net/projects/php-templates/ Andrey - Original Message - From: "Benoit Canet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTE

Re: [PHP-DEV] Re: [4.3.0-pre1] output handler 'ob_gzhandler' cannot be used twice

2002-10-14 Thread Andrey Hristov
I got the same error with phpMyAdmin 2.2.0rc4 Best regards Andrey Hristov - Original Message - From: "Martin Jansen" <[EMAIL PROTECTED]> To: "Jan Schneider" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, October 14, 2002 10:14 AM

Re: [PHP-DEV] trying to understand zvals

2002-10-18 Thread Andrey Hristov
- Original Message - From: "Stanislav Malyshev" <[EMAIL PROTECTED]> To: "Tim Daly, Jr." <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, October 17, 2002 5:34 PM Subject: Re: [PHP-DEV] trying to understand zvals > TDJ>> I'm trying to do some extension programming, and I'm prett

[PHP-DEV] Proposal for extending gettype()

2002-10-30 Thread Andrey Hristov
Hi, I am curious what's is the opinion of the devs about adding new additional parameter to gettype which won't be compulsory. Using it instead of returning a string the function will return an int which. As an addition new consts will be registered - something like IS_STRING, IS_LONG and so on. T

Re: [PHP-DEV] strpos() suggestion

2002-11-14 Thread Andrey Hristov
Hi, from 4.3.0 it will be ok to use strcspn(), atm (int 4.2.3) it has 2 params. >From 4.3.0 it has up to four params. It the second pair is like in substr(). Start index can be given, or even start index and how much chars to be checked. The same behavior is true and for strspn() (starting 4.3.0) b

Re: [PHP-DEV] PHP 4.3 ToDo

2002-11-14 Thread Andrey Hristov
I agree. Nevertheless that I think 430 is stable, this unstability in the mysql extension will stop me from promoting to people I know the switch from 4.2.2 to 4.3.0 On my dev server we deployed 430-dev and I have seen those "out of sync" errors. I think that it is maybe even a showstopper. Rega

Re: [PHP-DEV] Just a little question

2002-11-19 Thread Andrey Hristov
$ar = array_diff(explode('*',$str), array()); Regards Andrey - Original Message - From: "Hacook" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 19, 2002 11:47 AM Subject: [PHP-DEV] Just a little question > Hi all, > I have a chain charachter that look like this :

Re: [PHP-DEV] returning a bunch of arrays as fields of an object?

2002-11-25 Thread Andrey Hristov
HI, Not 100% sure but. Outside of the function : static zend_class_entry *yourclasslib_class_entry_ptr; In the function : object_init_ex(return_value, yourclasslib_class_entry_ptr); add_property_zval(return_value, ...) // array 1 add_property_zval(return_value,...) // array 2 add_property_zva

Re: [PHP-DEV] returning a bunch of arrays as fields of an object?

2002-11-25 Thread Andrey Hristov
function_entry yourlibclass_class_functions[] = { PHP_FALIAS(some_function, somefunction, NULL) // the first is the method name the second is PHP_FUNCTION(somefunction) {NULL, NULL, NULL} }; Andrey - Original Message - From: "Andrey Hristov" <[EMAIL PROTECTED]&g

Re: [PHP-DEV] Error Codes, Langs, etc

2002-11-26 Thread Andrey Hristov
I've seen a big poster in my local Fullbright foundation represantive. It says something like : "One of every four people on the earth knows some English". Andrey -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Error Codes, Langs, etc

2002-11-26 Thread Andrey Hristov
> > I've seen a big poster in my local Fullbright foundation represantive. > > It says something like : "One of every four people on the earth knows some > > English". > > > Why does Billy localize M$ windows then? And, most importantly, what > would he sell without doing it? Remember, his us

Re: [PHP-DEV] my own superglobals?

2002-11-27 Thread Andrey Hristov
Hi, this was asked on this list at least once. The answer is no because the design of the language is this. If the user is given the chance to make variables superglobals than in my opinion big mess will come up. It is a mess even with coding by using global statement and global vars. Andrey ---

Re: [PHP-DEV] pecl extensions

2002-12-03 Thread Andrey Hristov
> > > P.S. Hows the SOAP going :) > > Well after formatting my computer I finally have my dev envrionment back up. I > started to get back to it. I havn't put that much time into it. Don't worry I > won't let it die, unless it already is dead :). Please don't let it die... :) Andrey -- PHP D

Re: [PHP-DEV] php.exe - php-cgi.exe

2002-12-11 Thread Andrey Hristov
My opinion : Windows : CGI - php.exe CLI - php-cli.exe All other platforms : CLI - php CGI - php-cgi Why I think in this way. Many users use the cgi version under windows. Small percent of the *nix users use php as cgi. Most of the installations are libphp4.so . I know that it is not consistent b

Re: [PHP-DEV] cleaning/building just one extension

2002-12-12 Thread Andrey Hristov
isn't it possible to cd to ext/wddx and make clean there? Not sure but I think it's possible. Andrey - Original Message - From: "Andrei Zmievski" <[EMAIL PROTECTED]> To: "PHP Developers" <[EMAIL PROTECTED]> Cc: "Sascha Schumann" <[EMAIL PROTECTED]> Sent: Thursday, December 12, 2002 7:33

Re: [PHP-DEV] cleaning/building just one extension

2002-12-12 Thread Andrey Hristov
> isn't it possible to cd to ext/wddx and make clean there? > Not sure but I think it's possible. Nope, it is not :( > Andrey Andrey -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Single quotes VS. Double quotes

2002-12-13 Thread Andrey Hristov
See this : http://phpxpath.sourceforge.net/benchmark/phpBench.php And show it to the guy. Andrey - Original Message - From: "Brian Moon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 13, 2002 6:29 PM Subject: [PHP-DEV] Single quotes VS. Double quotes > This is of r

Re: [PHP-DEV] Sessions, session_register()

2002-12-17 Thread Andrey Hristov
- Original Message - From: "Sascha Schumann" <[EMAIL PROTECTED]> To: "John Coggeshall" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, December 17, 2002 10:58 AM Subject: Re: [PHP-DEV] Sessions, session_register() > On Tue, 17 Dec 2002, John Coggeshall wrote: > > > > > Can some

Re: [PHP-DEV] Sessions, session_register()

2002-12-17 Thread Andrey Hristov
- Original Message - From: "Sascha Schumann" <[EMAIL PROTECTED]> To: "Andrey Hristov" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, December 17, 2002 11:02 AM Subject: Re: [PHP-DEV] Sessions, session_register() > > Isn't that

Re: [PHP-DEV] month part

2002-12-19 Thread Andrey Hristov
Please ask on [EMAIL PROTECTED] and take a look at sscanf() function Andrey - Original Message - From: "Diana Castillo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 4:04 PM Subject: [PHP-DEV] month part > How can I get a string containing the month pa

[PHP-DEV] Interesting result

2002-12-21 Thread Andrey Hristov
Hi, i got an interesting case : Result int(2) int(3) Can somebody explain why if there is reference to the var the result is different? Andrey -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Interesting result

2002-12-21 Thread Andrey Hristov
- Original Message - From: "Andi Gutmans" <[EMAIL PROTECTED]> To: "Andrey Hristov" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, December 21, 2002 4:17 PM Subject: Re: [PHP-DEV] Interesting result > It doesn't matter because

Re: [PHP-DEV] Interesting result

2002-12-22 Thread Andrey Hristov
oukei, stopping to ask anymore :)) Andrey - Original Message - From: "Andi Gutmans" <[EMAIL PROTECTED]> To: "Andrey Hristov" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, December 21, 2002 7:20 PM Subject: Re: [PHP-DEV] Interesting resul

[PHP-DEV] Re: [PEAR-DEV] GPL'ed libraries and PECL

2002-12-22 Thread Andrey Hristov
- Original Message - From: "Jon Parise" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 22, 2002 6:16 AM Subject: [PEAR-DEV] GPL'ed libraries and PECL > I seek clarification: > > PECL cannot host a PHP extension that is based on a GPL-licensed > library. > > Is this

Re: [PHP-DEV] ZE2, Win32, and PHP5

2003-01-03 Thread Andrey Hristov
John, i think that on http://snaps.php.net/ there is automatic built packages. Andrey - Original Message - From: "John Coggeshall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 03, 2003 12:44 PM Subject: [PHP-DEV] ZE2, Win32, and PHP5 > > Is anyone already build

Re: [PHP-DEV] Re: PHP5/ZE2: variables definition, constant variables

2003-01-03 Thread Andrey Hristov
Hi, To rephrase Zeev : "Use error_reporting(E_ALL)" Once you start using it most of the errors from undefined variables will go to oblivion. Your example is too fictional errors like $$var_name or $foo->$mCount are easy to find with the method above. Andrey - Original Message - From:

Re: [PHP-DEV] new database extension

2003-01-03 Thread Andrey Hristov
Hi Jacob, If you are totally new the the PHP extensions find one or two that are small but descriptive. Read this : http://pres.derickrethans.nl/ze-ext , as well the docs for developers on php.net Andrey - Original Message - From: "Chandler, Jacob R" <[EMAIL PROTECTED]> To: <[EMAIL PRO

Re: [PHP-DEV] Statistical analysis extension

2003-01-05 Thread Andrey Hristov
Hi GSL(GNU Scientific Library) has a part about statistics. It has 27 functions. I think not to copy the names of all functions. At the moment or better - my current effort to wrap this library. However it is GPLed and I haven't received an (dis)approval from the authors. You make take a look at t

Re: [PHP-DEV] Statistical analysis extension

2003-01-05 Thread Andrey Hristov
I hope that this is delay because of the holidays. I will try again in few days. And if then I have no answer I will discontinue my efforts Thanks for the reply. Andrey - Original Message - From: "Andi Gutmans" <[EMAIL PROTECTED]> To: "Andrey Hristov" &l

[PHP-DEV] branch compile problem - win32

2003-01-05 Thread Andrey Hristov
Maybe this is know but on snaps there is an error : Next STABLE Win32 snapshot in: Win32 build failed. Consult compile.log for failure reason. Cvs build is ok. Andrey -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CVS Account Request: buddhike

2003-01-06 Thread Andrey Hristov
For adding comments in the manual on the web CVS account is not needed. Andrey - Original Message - From: "Buddhike de Silva" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 06, 2003 12:37 PM Subject: [PHP-DEV] CVS Account Request: buddhike > I would like to give my c

Re: [PHP-DEV] Generic expressions interpolation in strings

2003-01-06 Thread Andrey Hristov
- Original Message - From: "Leon Atkinson" <[EMAIL PROTECTED]> To: "Federico Giannici" <[EMAIL PROTECTED]>; "John Coggeshall" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, January 06, 2003 7:09 PM Subject: Re: [PHP-DEV] Generic expressions interpolation in strings > > print <<

Re: [PHP-DEV] Designing for PHP4 with PHP5 in mind...

2003-01-07 Thread Andrey Hristov
To be more precise - passed by handle. Andrey - Original Message - From: "Leon Atkinson" <[EMAIL PROTECTED]> To: "John Wells" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 2003 6:31 AM Subject: Re: [PHP-DEV] Designing for PHP4 with PHP5 in mind... > > Any goo

[PHP-DEV] Build questions

2001-12-23 Thread Andrey Hristov
er(so no thread enviroment). I suppose that I've to build php4ts because my current Apache/php config uses this dll in company of php4ts.lib. Last question : Why the compile time is bigger in times compared to linux? TIA Andrey Hristov -- PHP Development Mailing List <http://www

[PHP-DEV] Re: [PHP-QA] PHP 4.1.1

2001-12-23 Thread Andrey Hristov
bash-2.04$ less config.nice #! /bin/sh # # Created by configure './configure' \ '--with-mysql' \ "$@" TEST RESULT SUMMARY = Number of tests: 206 Tests skipped: 81 ( 39%) Tests failed: 28 ( 22%) Tests passed: 97 ( 78%) =

[PHP-DEV] Typos?

2001-12-27 Thread Andrey Hristov
Zend ships with such a function, called zend_copy_ctor() (the previous PHP equivalent was pval_copy_constructor()). Regards, Andrey Hristov -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

[PHP-DEV] Problems compiling php on win32

2001-12-27 Thread Andrey Hristov
ddx.c xml.c Compiling... add.c compare.c debug.c div.c divmod.c doaddsub.c init.c int2num.c nearzero.c neg.c num2long.c num2str.c outofmem.c output.c raise.c raisemod.c recmul.c rmzero.c rt.c sqrt.c str2num.c sub.c zero.c Compiling... xmlparse.c xmlrole.c xmltok.c Linking... Creating library ..\Debug/php4nts_debug.lib and object ..\Debug/php4nts_debug.exp Configuration: php4 - Win32 Debug Compiling... cgi_main.c getopt.c Generating Code... Linking... php.exe - 0 error(s), 43 warning(s) Any help is apreciated. Regards, Andrey Hristov -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Build problems on win32 (cont)

2001-12-27 Thread Andrey Hristov
:\php-4.1.1\ext\pgsql\php_pgsql.h(32) : fatal error C1083: Cannot open include file: 'libpq-fe.h': No such file or directory Error executing cl.exe. pgsql.dll - 1 error(s), 0 warning(s) Regards, Andrey Hristov -- PHP Development Mailing List <http://www.php.net/> To unsubscribe

Re: [PHP-DEV] DBA extension

2001-12-28 Thread Andrey Hristov
Open win32/php_modules.dsw with VisualC. Select DBA as an active project. Rebiuld all. HTH Andrey Hristov - Original Message - From: "David Robinson (AU)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 28, 2001 1:12 AM Subject: [PHP-DEV] D

[PHP-DEV] Bug in bugs.php.net?

2001-12-28 Thread Andrey Hristov
't care" there is a slash, but it is not needed there. Regards, Andrey Hristov -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] Bug #14949: fprintf function

2002-01-09 Thread Andrey Hristov
The answer will be : "Because it can be emulated in the userspace". Regards, Andrey Hristov - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 09, 2002 4:57 PM Subject: [PHP-DEV] Bug #14949: fprintf function >

Re: [PHP-DEV] Bug #14949: fprintf function

2002-01-09 Thread Andrey Hristov
:) - Original Message - From: "Markus Fischer" <[EMAIL PROTECTED]> To: "Andrey Hristov" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, January 09, 2002 5:14 PM Subject: Re: [PHP-DEV] Bug #14949: fprint

Re: [PHP-DEV] Shared extension

2002-01-10 Thread Andrey Hristov
s sapi only cgi binary shell. Also there are some changes in the way the extension is wriiten for 4.1.x but I think you know that stuff already. Mandrake 8.1 (native && vmware) Regards, Andrey Hristov P.S. 1)For development purposes I wrote two .sh scripts. One to compile the module and

Re: [PHP-DEV] consistent way to handle structs

2002-01-11 Thread Andrey Hristov
I think was said by Thies Arntzen few months ago for PHP5. I saw that this is possible in Perl so asked on the dev forum for this functionality ...but Thies was the first. Regards, Andrey Hristov P.S. Zend2 weekly cronicle is a good thing but why the last issue is from Oct 31 2001

[PHP-DEV] print()??

2002-01-11 Thread Andrey Hristov
Is print function or laguage construct? I know that echo is language construct and code like that $some="echo"; $some("FUBAR"); gives me an error The same with "print". Andrey Hristov -- PHP Development Mailing List <http://www.php.net/> To unsubs

[PHP-DEV] Bison problems

2002-02-12 Thread Andrey Hristov
Does anyone looked at "zend_language_parser.output" to see that there are reported 1376 confilcts? PHP 4.1.1. Win2k possibly Linux. Best regards, Andrey Hristov -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Bison problems

2002-02-12 Thread Andrey Hristov
Does anyone looked at "zend_language_parser.output" to see that there are reported 1376 confilcts? PHP 4.1.1. Win2k possibly Linux. Best regards, Andrey Hristov -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Bug #15571: incredible slashing of " and \

2002-02-15 Thread Andrey Hristov
I think this is not php problem but problem in the script. No stripslashes is made on the output. This is common problem. Best regards, Andre Hristov - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 15, 2002 6:08 PM Subject: Bug #15571: incr

Re: [PHP-DEV] Get an application/octet-stream from a java applet

2002-02-20 Thread Andrey Hristov
Which version of PHP? Ask this on php-general. php-dev is for coders of core functionality. Best regards, Andrey Hristov - Original Message - From: "Nicolas Boutet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 20, 2002 3:24 PM Sub

[PHP-DEV] Conflicts in zend_language_parser.output

2002-02-20 Thread Andrey Hristov
Hi, does anyone saw that there are >1000 SR conflicts in zend_language_parser.output. Regards, Andrey Hristov -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Bug #13785: Compile with MySQL 4.0.0

2001-10-22 Thread Andrey Hristov
-I/usr/local/mysql/include/mysql -I/usr/local/src/php/ext/xml/expat > -I/usr/local/src/php/TSRM -O2 -o php -export-dynamic stub.lo > libphp4.la > > ./.libs/libphp4.a(internal_functions.o)(.data+0x20): undefined reference to > `mysql_module_entry' > > gmake[1]: *** [php

Re: [PHP-DEV] Bug #13785 Updated: Compile with MySQL 4.0.0

2001-10-22 Thread Andrey Hristov
rating System: FreeBSD 4.4 > PHP Version: 4.0CVS-2001-10-22 > Old Assigned To: > Assigned To: derick > > > Edit this bug report at http://bugs.php.net/?id=13785&edit=1 -- Andrey Hristov Web Developer Icygen Corporation BUILDING SOLUTIONS http://www.icygen.com -- PHP D

Re: [PHP-DEV] PHP extension

2001-11-14 Thread Andrey Hristov
There is a book from the people who make www.phpwizard.net. The price is from $30 to $40 depending on the bookstore you use(Amazon has lowest price). The other way is to get it in PDF. on #bookwarez channel on irc.nullus.net, you can find it. - Original Message - From: "Markus Fische

Re: [PHP-DEV] Bug #14068: 2 while list each dont work

2001-11-15 Thread Andrey Hristov
l2)=each($b) ) > { > print "$key: $val - $key2: $val2"; > } > } > ?> > > './configure' '--with-mysql' '--with-apache=../apache_1.3.20' > '--with-g

[PHP-DEV] The opposite of ===

2001-11-16 Thread Andrey Hristov
The === operator is used to do the work of == and check if the type is equal. Is there !=== or !==, to to the following : if (!($variable===$other_var)){ } to be if (!($variable!==$other_var)){ } Thanks Andrey Hristov IcyGEN Corporation http://www.icygen.com BALANCED SOLUTIONS -- PHP

  1   2   >