Re: [PHP-DOC] Re: OPCache documentation

2013-06-20 Thread Dmitry Stogov
Hi Adam, Thank you for taking this work. In case you have any questions, I'll glad to help. Thanks. Dmitry. On Fri, Jun 21, 2013 at 1:51 AM, Adam Harvey wrote: > On 20 June 2013 14:36, Julien Pauli wrote: > > On Wed, May 15, 2013 at 3:54 PM, Julien Pauli wrote: &g

[PHP-DOC] Re: OPcache documentation

2013-03-27 Thread Dmitry Stogov
Hi Chris, We maintain a README file that might be used as a source for documentation. I didn't plan to write documentation myself. Thanks. Dmitry. On Wed, Mar 27, 2013 at 1:42 AM, Christopher Jones < christopher.jo...@oracle.com> wrote: > Hi Zeev, Dmitry, > > What's

[PHP-DOC] SVN Account Request: tmn

2011-08-19 Thread Vinyarchuk Dmitry
Maintaining russian translation. Invited by confik.

[PHP-DOC] cvs: TSRM(PHP_5_3) / tsrm_virtual_cwd.c

2008-08-15 Thread Dmitry Stogov
dmitry Fri Aug 15 15:00:11 2008 UTC Modified files: (Branch: PHP_5_3) /TSRM tsrm_virtual_cwd.c Log: - [DOC] make stat, touch, filemtime, filemsize and related functions more portable (almost 100% equivalent to linux now) - [DOC] add support for touch($dir

[PHP-DOC] cvs: TSRM / tsrm_virtual_cwd.c

2008-08-15 Thread Dmitry Stogov
dmitry Fri Aug 15 14:59:48 2008 UTC Modified files: /TSRM tsrm_virtual_cwd.c Log: - [DOC] make stat, touch, filemtime, filemsize and related functions more portable (almost 100% equivalent to linux now) - [DOC] add support for touch($dir) - fix windows

[PHP-DOC] Re: [PHP-CVS] cvs: php-src / Makefile.global /ext/standard info.c /main php_ini.c /sapi/cgi cgi_main.c /sapi/cli php_cli.c /sapi/milter php_milter.c

2008-08-14 Thread Dmitry Stogov
These two are failed. using invalid combinations of cmdline options [sapi/cgi/tests/005.phpt] using invalid combinations of cmdline options [sapi/cli/tests/009.phpt] Thanks. Dmitry. Jani Taskinen wrote: Because it didn't make sense not to allow using both. I thought I fixed those

[PHP-DOC] Re: [PHP-CVS] cvs: php-src / Makefile.global /ext/standard info.c /main php_ini.c /sapi/cgi cgi_main.c /sapi/cli php_cli.c /sapi/milter php_milter.c

2008-08-13 Thread Dmitry Stogov
Hi Jani, What is the reason of removing "-n and -c" option check in cli/cgi? It breaks two tests. Thanks. Dmitry. Jani Taskinen wrote: janiWed Aug 13 00:49:59 2008 UTC Modified files: /php-src Makefile.global /php-src/ext/standard info.c

[PHP-DOC] cvs: TSRM / tsrm_virtual_cwd.c tsrm_virtual_cwd.h

2008-08-12 Thread Dmitry Stogov
dmitry Tue Aug 12 08:01:44 2008 UTC Modified files: /TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h Log: - Added system independent realpath() implementation which caches intermediate directories in realpath-cache - Fixed bug #45044 (relative paths not

[PHP-DOC] cvs: TSRM(PHP_5_3) / tsrm_virtual_cwd.c tsrm_virtual_cwd.h php-src NEWS

2008-08-12 Thread Dmitry Stogov
dmitry Tue Aug 12 08:01:24 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h Log: - Added system independent realpath() implementation which caches intermediate directories in realpath-cache

[PHP-DOC] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2(PHP_5_3) / zend_builtin_functions.c

2008-06-26 Thread Dmitry Stogov
() function : usage variations - wrong type for arg 2 [ext/standard/tests/class_object/is_a_variation_002.phpt] Test is_a() function : usage variations - case sensitivity [ext/standard/tests/class_object/is_a_variation_003.phpt] Thanks. Dmitry. Felipe Pena wrote: > felipeWed Jun

[PHP-DOC] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2(PHP_5_3) / zend_compile.c zend_compile.h zend_language_parser.y zend_language_scanner.l

2008-02-12 Thread Dmitry Stogov
Hi Stas, You've broken a lot of ext/tokenizer tests. I think, it is possible to avoid this break, by moving new %token declaration into the bottom of list. Thanks. Dmitry. Stanislav Malyshev wrote: stasTue Feb 12 00:20:33 2008 UTC Modified files: (Branch: PH

[PHP-DOC] #41490 [Opn]: xsd:choice with maxOccurs="unbounded" does not preserve element order

2007-06-28 Thread dmitry
ID: 41490 Updated by: [EMAIL PROTECTED] Reported By: simon at highlyillogical dot org Status: Open -Bug Type: SOAP related +Bug Type: Documentation problem Operating System: Windows/Linux PHP Version: 5.2.2 Assigned To: dmitry

[PHP-DOC] #41276 [Ana]: cgi.fix_pathinfo is PHP_INI_SYSTEM manual says PHP_INI_ALL

2007-06-25 Thread dmitry
ID: 41276 Updated by: [EMAIL PROTECTED] Reported By: judas dot iscariote at gmail dot com Status: Analyzed Bug Type: Documentation problem Operating System: Irrelevant PHP Version: Irrelevant New Comment: Most of cgi... settings work only on

[PHP-DOC] #36847 [Opn]: debug_backtrace() result is not unset and eats memory

2006-04-12 Thread dmitry
ID: 36847 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: fc3 PHP Version: 5CVS-2006-03-24 (snap) Assigned To: dmitry New Comment: __destruct() is not called

[PHP-DOC] #36711 [Asn]: zend multibyte breaks __halt_compiler

2006-03-27 Thread dmitry
) -Assigned To: dmitry +Assigned To: iliaa New Comment: php -ddetect_unicode=0 halt_compiler.php works fine. This is not a PHP bug, but FUDforum installer's. It should be fixed using -ddetect_unicode=0 (in the same way as PEAR installer was fixed). Probably PHP documentation should ex

[PHP-DOC] #35811 [Asn->Fbk]: auto_prepend_file neither prepends nor includes

2005-12-29 Thread dmitry
ID: 35811 Updated by: [EMAIL PROTECTED] Reported By: csaba at alum dot mit dot edu -Status: Assigned +Status: Feedback -Bug Type:Scripting Engine problem +Bug Type:Documentation problem PHP Version: 5.1.1 Assigned To: dmitry New Comment: ZE works as expected. The

[PHP-DOC] cvs: phpdoc /en/reference/soap constants.xml

2005-01-28 Thread Dmitry Stogov
dmitry Fri Jan 28 09:10:44 2005 EDT Modified files: /phpdoc/en/reference/soap constants.xml Log: New constants were added. http://cvs.php.net/diff.php/phpdoc/en/reference/soap/constants.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/reference/soap/const

[PHP-DOC] cvs: phpdoc /en/reference/soap reference.xml /en/reference/soap/functions soap-soapclient-call.xml soap-soapclient-construct.xml soap-soapclient-dorequest.xml soap-soapclient-soapcall.xml soap-soapfault-construct.xml soap-soapheader-construct.xml soap-soapparam-construct.xml soap-soapserver-construct.xml soap-soapvar-construct.xml

2005-01-28 Thread Dmitry Stogov
dmitry Fri Jan 28 09:02:11 2005 EDT Added files: /phpdoc/en/reference/soap/functions soap-soapclient-soapcall.xml Modified files: /phpdoc/en/reference/soap reference.xml /phpdoc/en/reference/soap/functions soap-soapclient-call.xml

[PHP-DOC] #28444 [Opn->Csd]: "Cannot access undefined property for object with overloaded property access"

2005-01-18 Thread dmitry
ID: 28444 Updated by: [EMAIL PROTECTED] Reported By: dennis at inmarket dot lviv dot ua -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: WinXP PHP Version: 5.0.0RC2 New Comment: Fixed in CVS (HEAD and P

[PHP-DOC] russian manual

2004-03-27 Thread Dmitry Kononov
x27;d like to join to your group and help translating Russian version of manual. Is it possible?     Best regargs, Dmitry Kononov    

[PHP-DOC] #27256 [Ana]: flock() bug

2004-02-14 Thread dmitry at koteroff dot ru
ID: 27256 User updated by: dmitry at koteroff dot ru Reported By: dmitry at koteroff dot ru Status: Analyzed Bug Type: Documentation problem Operating System: Windows NT, 2000, XP, 2003 PHP Version: 4.3.4 New Comment: Opa. But why? If I'

[PHP-DOC] #20610 [Bgs->Opn]: sendmail_path does work in Windows too, not only in Unix

2002-11-28 Thread dmitry
ID: 20610 User updated by: [EMAIL PROTECTED] -Summary: mail() does not work on Windows 95, but does work on Win2000 Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Open -Bug Type: Mail related +Bug Type: D

[PHP-DOC] cvs: phpdoc /ru bookinfo.xml

2002-01-10 Thread Dmitry Kraminov
/bookinfo.xml Thu Jan 10 09:10:43 2002 @@ -1,5 +1,5 @@ - + @@ -52,6 +52,9 @@ Ivan Kovalenko + + +Dmitry Kraminov

[PHP-DOC] cvs: phpdoc /en/functions mnogosearch.xml

2001-06-26 Thread Dmitry Tkatchenko
dim Tue Jun 26 10:38:34 2001 EDT Modified files: /phpdoc/en/functionsmnogosearch.xml Log: New UDM_PARAM_VARDIR parameter in Udm_Set_Agent_Param Index: phpdoc/en/functions/mnogosearch.xml diff -u phpdoc/en/functions/mnogosearch.xml:1.14 phpdoc/en

[PHP-DOC] cvs: phpdoc /en/functions mnogosearch.xml

2001-05-08 Thread Dmitry Tkatchenko
dim Tue May 8 08:33:30 2001 EDT Modified files: /phpdoc/en/functionsmnogosearch.xml Log: Corrected formatting Index: phpdoc/en/functions/mnogosearch.xml diff -u phpdoc/en/functions/mnogosearch.xml:1.13 phpdoc/en/functions/mnogosearch.xml:1.14

Re[2]: [PHP-DOC] cvs: phpdoc /en/functions mnogosearch.xml

2001-05-08 Thread Dmitry Tkatchenko
Hello derick, Tuesday, May 08, 2001, 4:49:21 PM, you wrote: dpn> Hello, dpn> Can you make sure you use no tabs and use 1 space indentation? That's the dpn> convention that all doc writers abide to. Sorry about that, I'll make the corrections. -- Best regards, Dmitry Tka

[PHP-DOC] cvs: phpdoc /en/functions mnogosearch.xml

2001-05-08 Thread Dmitry Tkatchenko
dim Tue May 8 05:44:16 2001 EDT Modified files: /phpdoc/en/functionsmnogosearch.xml Log: New UDM_FIELD_CATEGORY parameter in udm_get_res_field. New udm_cat_path and udm_cat_list functions. Index: phpdoc/en/functions/mnogosearch.xml diff -u ph

[PHP-DOC] cvs: phpdoc /en/functions mnogosearch.xml

2001-03-02 Thread Dmitry Tkatchenko
dim Fri Mar 2 06:59:18 2001 EDT Modified files: /phpdoc/en/functionsmnogosearch.xml Log: Added server ispell mode Index: phpdoc/en/functions/mnogosearch.xml diff -u phpdoc/en/functions/mnogosearch.xml:1.10 phpdoc/en/functions/mnogosearch.xml:1.

[PHP-DOC] cvs: phpdoc /en/functions mnogosearch.xml

2001-03-02 Thread Dmitry Tkatchenko
dim Fri Mar 2 04:01:45 2001 EDT Modified files: /phpdoc/en/functionsmnogosearch.xml Log: udm_free_ispell_data compatibility note Index: phpdoc/en/functions/mnogosearch.xml diff -u phpdoc/en/functions/mnogosearch.xml:1.9 phpdoc/en/functions/mnog

[PHP-DOC] cvs: phpdoc /en/functions mnogosearch.xml

2001-03-02 Thread Dmitry Tkatchenko
dim Fri Mar 2 02:02:46 2001 EDT Modified files: /phpdoc/en/functionsmnogosearch.xml Log: Added descriptions of functions: udm_get_doc_count, udm_api_version, Crosswords support, cosmetic changes Index: phpdoc/en/functions/mnogosearch.xml diff

Re: [PHP-DOC] question : answer.

2001-02-22 Thread Dmitry Tkatchenko
inished What's wrong? - Original Message - From: "Damien Seguy" <[EMAIL PROTECTED]> To: "Dmitry Tkatchenko" <[EMAIL PROTECTED]> Sent: Thursday, February 22, 2001 5:22 PM Subject: Re: [PHP-DOC] question : answer. > Hi > >Hey All! > > >H

[PHP-DOC] question

2001-02-22 Thread Dmitry Tkatchenko
Hey All!   How do I add this kind of example to an xml file? Which tags do I use?       if (!Udm_Set_Agent_Param($udm,UDM_PARAM_ISPELL_MODE,UDM_ISPELL_MODE_DB)) {  printf("Error #%d: '%s'\n",$errno,Udm_Error($udm));  exit;    }   Thank you! Dimitry

[PHP-DOC] CVS access

2001-02-19 Thread Dmitry Tkatchenko
Dear All! I have again requested access to CVS to work on mnogosaearch documentation. Could anyone confirm registration please?   Thanx Dmitry

Re: [PHP-DOC] mnogo

2001-02-14 Thread Dmitry Tkatchenko
> Dmitry Tkatchenko wrote: > > > > > Hojtsy Gabor wrote: > > > > > Ignore it, Hartmut will update it if he see some new functions > > > > > documented. > > > > > > > > I don't think so, that this is a good idea. I

Re: [PHP-DOC] mnogo

2001-02-14 Thread Dmitry Tkatchenko
> Hojtsy Gabor wrote: > > > Ignore it, Hartmut will update it if he see some new functions > > > documented. > > > > I don't think so, that this is a good idea. It is truly > > autogenerated, from the source codes. I don't know exactly > > how this is made... > > i do this by typing 'make' eve

[PHP-DOC] mnogo

2001-02-13 Thread Dmitry Tkatchenko
, or there is some other thing I shoud do? Thank you! Dmitry