[PHP-CVS] cvs: php4 /ext/readline README.libedit config.m4 php_readline.h readline.c

2001-01-18 Thread Stanislav Malyshev
stasThu Jan 18 03:42:09 2001 EDT Added files: /php4/ext/readline README.libedit Modified files: /php4/ext/readline config.m4 php_readline.h readline.c Log: Libedit readline replacement support # Comments are very welcome! Ind

[PHP-CVS] cvs: php4 /ext/gd gd.c

2001-01-25 Thread Stanislav Malyshev
stasThu Jan 25 06:35:36 2001 EDT Modified files: /php4/ext/gdgd.c Log: Fix crash in stdout image output # Basically, this code sucks. It should use GD contexts, not temp files Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.108 php4/ext/gd/g

[PHP-CVS] cvs: php4 /main php_ini.c

2001-02-21 Thread Stanislav Malyshev
stasWed Feb 21 07:20:30 2001 EDT Modified files: /php4/main php_ini.c Log: Add safety check Index: php4/main/php_ini.c diff -u php4/main/php_ini.c:1.51 php4/main/php_ini.c:1.52 --- php4/main/php_ini.c:1.51Wed Feb 21 03:16:15 2001 +++ php4/main/php_i

[PHP-CVS] cvs: php4 /ext/standard exec.c

2001-02-22 Thread Stanislav Malyshev
stasThu Feb 22 02:15:52 2001 EDT Modified files: /php4/ext/standard exec.c Log: Fix #8992, patch by [EMAIL PROTECTED] Index: php4/ext/standard/exec.c diff -u php4/ext/standard/exec.c:1.49 php4/ext/standard/exec.c:1.50 --- php4/ext/standard/exec.c:1.49

[PHP-CVS] cvs: php4 /ext/standard string.c

2001-02-22 Thread Stanislav Malyshev
stasThu Feb 22 02:36:41 2001 EDT Modified files: /php4/ext/standard string.c Log: Safer bin2hex Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.189 php4/ext/standard/string.c:1.190 --- php4/ext/standard/string.c:1.189Sun Feb 1

[PHP-CVS] cvs: php4 / TODO

2001-02-27 Thread Stanislav Malyshev
stasTue Feb 27 01:07:01 2001 EDT Modified files: /php4 TODO Log: Add UNC in the "todo" list Index: php4/TODO diff -u php4/TODO:1.116 php4/TODO:1.117 --- php4/TODO:1.116 Wed Feb 14 02:12:29 2001 +++ php4/TODO Tue Feb 27 01:07:01 2001 @@ -14,6

[PHP-CVS] cvs: php4 / TODO

2001-02-27 Thread Stanislav Malyshev
stasTue Feb 27 01:15:03 2001 EDT Modified files: /php4 TODO Log: ws fix Index: php4/TODO diff -u php4/TODO:1.118 php4/TODO:1.119 --- php4/TODO:1.118 Tue Feb 27 01:11:56 2001 +++ php4/TODO Tue Feb 27 01:15:02 2001 @@ -14,7 +14,7 @@ but

[PHP-CVS] cvs: php4 /main php_ini.c

2001-03-06 Thread Stanislav Malyshev
stasTue Mar 6 03:38:56 2001 EDT Modified files: /php4/main php_ini.c Log: Don't insert empty path if PHPRC is empty Index: php4/main/php_ini.c diff -u php4/main/php_ini.c:1.53 php4/main/php_ini.c:1.54 --- php4/main/php_ini.c:1.53Sun Feb 25 22:07:31

[PHP-CVS] cvs: php4 /ext/recode recode.c

2001-03-08 Thread Stanislav Malyshev
stasThu Mar 8 09:11:57 2001 EDT Modified files: /php4/ext/recoderecode.c Log: Better use buffer_to_buffer, since zval is really buffer, not string (it can contain \0's and not end in \0). # and recode_string is recode_buffer_to_buffer internally anyw

[PHP-CVS] cvs: php4 /ext/standard array.c

2001-03-11 Thread Stanislav Malyshev
stasMon Mar 12 00:07:00 2001 EDT Modified files: /php4/ext/standard array.c Log: Use hash position with array_flip Index: php4/ext/standard/array.c diff -u php4/ext/standard/array.c:1.99 php4/ext/standard/array.c:1.100 --- php4/ext/standard/array.c:1.99

[PHP-CVS] cvs: php4 /ext/standard array.c

2001-03-12 Thread Stanislav Malyshev
stasMon Mar 12 02:14:00 2001 EDT Modified files: /php4/ext/standard array.c Log: Prevent memory leak Index: php4/ext/standard/array.c diff -u php4/ext/standard/array.c:1.100 php4/ext/standard/array.c:1.101 --- php4/ext/standard/array.c:1.100 Mon Mar

[PHP-CVS] cvs: php4 /sapi/apache mod_php4.c

2001-03-13 Thread Stanislav Malyshev
stasTue Mar 13 10:39:38 2001 EDT Modified files: /php4/sapi/apache mod_php4.c Log: Fix off-by-one on config values set from Apache config # It didn't really hurt, since the extra character was always \0, # but the phpinfo() display came out ugly.

Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c

2001-03-21 Thread Stanislav Malyshev
SB>> Fix for bug #9698. SB>> # Anyone that can think of a way to fix long2ip(), feel free. I don't think there's any good way to fix this - PHP "long" value is signed long, and it cannot hold unsigned long. -- Stanislav Malyshev, Zend Products

[PHP] Re: [PHP-DEV] is there any way to get realpath cache hit ratio of php?

2009-08-12 Thread Stanislav Malyshev
Hi! Is there any way to get realpath cache hit ratio of php? Unfortunately not, it doesn't have API for statistics or looking into the cache. It would be a good idea to add one. -- Stanislav Malyshev, Zend Software Architect s...@zend.com http://www.zend.com/ (408)253-8829 M

[PHP] Re: [PHP-WIN] Re: [PHP] slow performance

2007-04-25 Thread Stanislav Malyshev
ds spawned? Depends on server API. ISAPI does, fastCGi doesn't. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: [PHP-WIN] Re: [PHP] slow performance

2007-04-25 Thread Stanislav Malyshev
hread context through the code, etc. So FastCGI usually would be faster and also more stable since the memory space is not shared. It forgoes some advantages of threaded application, but overall it is faster. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ -

[PHP] Re: [PHP-WIN] Re: [PHP] slow performance

2007-04-25 Thread Stanislav Malyshev
s slow. For FastCGI, you need FastCGI module for IIS. Zend Core contains one, and Microsoft has its own here: http://www.iis.net/default.aspx?tabid=151 Also see: http://blogs.iis.net/rickjames/archive/2007/04/19/fastcgi-tp2-unofficial-update-70419.aspx -- Stanislav Malyshev, Zend Products En

[PHP] Re: [PHP-WIN] Re: [PHP] slow performance

2007-04-25 Thread Stanislav Malyshev
result of getting more requests than there are processes to handle them. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: [PHP-WIN] Re: [PHP] slow performance

2007-04-28 Thread Stanislav Malyshev
/ Then you'd need to restart the IIS. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] delete_global_variable & session_unset

2007-05-16 Thread Stanislav Malyshev
*number of CVs*number of session vars we get only stack depth+number of CVs*hash lookup time. Which should be much better. So anybody sees any reason not to do it? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] delete_global_variable & session_unset

2007-05-16 Thread Stanislav Malyshev
Best to ask the php-internals list - they write the C code that does all of this work ;) Yeah, I know, clicked on wrong item, already resent there. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ -- PHP General Mailing List (http://www.php.net/) To

[PHP-CVS] cvs: php4 /ext/standard file.c

2001-02-01 Thread Stanislav Malyshev
stasThu Feb 1 02:24:02 2001 EDT Modified files: /php4/ext/standard file.c Log: Add utility function Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.136 php4/ext/standard/file.c:1.137 --- php4/ext/standard/file.c:1.136 Sun Jan 21

[PHP-CVS] cvs: php4 /ext/gd gd.c gd_ctx.c php_gd.h

2001-02-01 Thread Stanislav Malyshev
stasThu Feb 1 07:40:35 2001 EDT Added files: /php4/ext/gdgd_ctx.c Modified files: /php4/ext/gdgd.c php_gd.h Log: Allow usage of GD contexts and not tempfiles in output functions Index: php4/ext/gd/gd.c diff -u p

Re: [PHP-CVS] cvs: php4 /ext/midgard .cvsignore ChangeLog INSTALL Makefile.in access.c article.c attachment.c calendar.c config.m4 element.cevent.c eventmember.c file.c fudge genentry.pl group.c

2001-02-13 Thread Stanislav Malyshev
by RMSs logic). We had problems with readline, since it's licensed as GPL. Now we have non-GPL readline implementation (though I fear nobody uses it - I don't really know why). -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115