dmitry Fri, 27 Aug 2010 08:50:32 +
Revision: http://svn.php.net/viewvc?view=revision&revision=302845
Log:
Don't check FCGI_WEB_SERVER_ADDRS for UNIX sockets
Changed paths:
U php/php-src/trunk/sapi/cgi/fastcgi.c
Modified: php/php-src/trunk/sapi/cgi/fas
dmitry Wed, 01 Sep 2010 14:42:43 +
Revision: http://svn.php.net/viewvc?view=revision&revision=302977
Log:
invalid length
Changed paths:
U php/php-src/trunk/sapi/cgi/fastcgi.c
Modified: php/php-src/trunk/sapi/cgi/fastcgi.c
=
dmitry Wed, 01 Sep 2010 15:34:48 +
Revision: http://svn.php.net/viewvc?view=revision&revision=302979
Log:
Reduced overhead of FastCGI using near-perfect hash function and predcalculated
hash values.
Changed paths:
U php/php-src/trunk/sapi/cgi/cgi_main
dmitry Fri, 03 Sep 2010 09:27:47 +
Revision: http://svn.php.net/viewvc?view=revision&revision=303016
Log:
Fixed GC bug
Changed paths:
U php/php-src/branches/PHP_5_3/Zend/zend_gc.c
U php/php-src/trunk/Zend/zend_gc.c
Modified: php/php-src/branches
dmitry Mon, 06 Sep 2010 11:11:40 +
Revision: http://svn.php.net/viewvc?view=revision&revision=303072
Log:
Fixed bug #46723 (FastCGI persistent connection is incredibly slow due to TCP
ack delay).
Bug: http://bugs.php.net/46723 (Assigned) FastCGI is incredib
dmitry Wed, 08 Sep 2010 07:52:49 +
Revision: http://svn.php.net/viewvc?view=revision&revision=303162
Log:
We don't need to preallocate a memory segment in case we don't use zend memory
manager
Changed paths:
U php/php-src/trunk/Zend/zend_alloc.c
Modi
dmitry Mon, 20 Sep 2010 10:45:22 +
Revision: http://svn.php.net/viewvc?view=revision&revision=303614
Log:
Reverted wrong patch
Changed paths:
U php/php-src/trunk/sapi/cgi/fastcgi.c
Modified: php/php-src/trunk/sapi/cgi/fastcgi.c
===
Hi Kalle,
Your patch was definitely wrong and I reverted it.
This code reads a terminating FastCGI header which can be omitted.
With your change PHP reads just a single byte instead of whole header,
as result FastCGI manager receives SIGPIPE and may assume that it can't
deliver request.
I do
dmitry Mon, 20 Sep 2010 12:12:42 +
Revision: http://svn.php.net/viewvc?view=revision&revision=303619
Log:
Fixed bug #52888 (Zend MM shutdown crash)
Bug: http://bugs.php.net/52888 (Assigned) Zend MM shutdown crash
Changed paths:
U php/php-src/tru
dmitry Thu, 30 Sep 2010 14:11:51 +
Revision: http://svn.php.net/viewvc?view=revision&revision=303895
Log:
Prevented crash in GC because of incorrect reference counting
Changed paths:
A php/php-src/branches/PHP_5_3/Zend/tests/gc_032.phpt
U php/php
dmitry Fri, 01 Oct 2010 09:49:20 +
Revision: http://svn.php.net/viewvc?view=revision&revision=303913
Log:
Fixed bug #52879 (Objects unreferenced in __get, __set, __isset or __unset can
be freed too early). (mail_ben_schmidt at yahoo dot com dot au, Dmitry)
dmitry Fri, 01 Oct 2010 11:53:04 +
Revision: http://svn.php.net/viewvc?view=revision&revision=303919
Log:
Fixed bug #52940 (call_user_func_array still allows call-time
pass-by-reference). (cataphr...@php.net)
Bug: http://bugs.php.net/52940 (Assigned) call_u
dmitry Mon, 04 Oct 2010 07:15:30 +
Revision: http://svn.php.net/viewvc?view=revision&revision=303971
Log:
- Fixed bug #52773 (Proxy objects have an inadequate destroy_object store
callback)
- Fixed bug #52774 (Proxy object's store free callback calls zval_pt
dmitry Mon, 04 Oct 2010 15:50:47 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304031
Log:
Bug #51155 (Unreasonable non-emalloc allocations of memory)
Bug: http://bugs.php.net/51155 (Assigned) Unreasonable non-emalloc allocations
of memory
dmitry Tue, 05 Oct 2010 11:43:59 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304084
Log:
Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy with
SoapClient object).
Bug: http://bugs.php.net/44248 (Assigned) RFC2616 tr
dmitry Tue, 12 Oct 2010 07:38:36 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304344
Log:
Added test
Changed paths:
A php/php-src/branches/PHP_5_3/Zend/tests/bug52939.phpt
A php/php-src/trunk/Zend/tests/bug52939.phpt
Added: php/p
dmitry Wed, 13 Oct 2010 08:51:39 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304364
Log:
Fixed bug #52939 (zend_call_function does not respect ZEND_SEND_PREFER_REF)
Bug: http://bugs.php.net/52939 (Assigned) zend_call_function does not respec
dmitry Fri, 15 Oct 2010 07:30:24 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304408
Log:
zend_collect_module_handlers() has to be called after zend_extensions startup,
because they can register additional 'hidden' extensions
Changed paths:
dmitry Fri, 22 Oct 2010 09:56:39 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304609
Log:
Removed redundant check
Changed paths:
U php/php-src/trunk/Zend/zend_vm_def.h
U php/php-src/trunk/Zend/zend_vm_execute.h
Modified: php/php-
dmitry Fri, 22 Oct 2010 11:05:22 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304612
Log:
Fixed crash on attempt to insert reference to string offset into an array
Changed paths:
A php/php-src/trunk/Zend/tests/str_offset_002.phpt
U
dmitry Fri, 22 Oct 2010 13:59:23 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304620
Log:
Simplified foreach() handling, we don't have to inctrement/decrement refcount
twice
Changed paths:
U php/php-src/trunk/Zend/zend_execute.c
U
dmitry Fri, 22 Oct 2010 14:51:07 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304626
Log:
reduced size of temp_variariable
Changed paths:
U php/php-src/trunk/NEWS
U php/php-src/trunk/Zend/zend_execute.c
U php/php-src/trunk/Z
dmitry Mon, 08 Nov 2010 11:34:32 +
Revision: http://svn.php.net/viewvc?view=revision&revision=305198
Log:
Fixed WSDL loading using https through proxy
Changed paths:
U php/php-src/branches/PHP_5_2/ext/soap/php_sdl.c
U php/php-src/branches/PHP_5_3
dmitry Tue Jul 10 09:57:23 2007 UTC
Modified files:
/php-src/ext/pcre php_pcre.c
Log:
Fixed compilation warnings
http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.215&r2=1.216&diff_format=u
Index: php-src/ext/pcre/php_pcre.c
diff -u php-src/ex
dmitry Tue Jul 10 10:21:08 2007 UTC
Modified files:
/php-src/tests/unicode autodetect-SCSU.phpt autodetect-UTF16BE.phpt
autodetect-UTF16LE.phpt
autodetect-UTF32BE.phpt
dmitry Tue Jul 10 11:57:34 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/main/streams streams.c
Log:
Fixed warning
http://cvs.php.net/viewvc.cgi/php-src/main/streams/streams.c?r1=1.82.2.6.2.14&r2=1.82.2.6.2.15&diff_format=u
Index: php-src/main/str
dmitry Tue Jul 10 13:21:11 2007 UTC
Modified files: (Branch: PHP_5_2)
/TSRM tsrm_virtual_cwd.c
/php-src/main fopen_wrappers.c
/php-src/ext/standard link.c
/php-src/ext/standard/tests/file
syml
dmitry Tue Jul 10 13:21:31 2007 UTC
Modified files:
/TSRM tsrm_virtual_cwd.c
/php-src/main fopen_wrappers.c
/php-src/ext/standard link.c
/php-src/ext/standard/tests/file
symlink_link_linkinfo
dmitry Tue Jul 10 14:16:40 2007 UTC
Modified files:
/php-src/ext/standard string.c
/php-src/ext/standard/tests/strings strripos_offset.phpt
Log:
Fixed limit warnings in non-unicode mode
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r
dmitry Tue Jul 10 15:12:15 2007 UTC
Modified files:
/php-src/ext/standard html.c
Log:
MFB htmlentities() / htmlspecialchars() "don't double encode" flag support
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.122&r2=1.123&diff_format=u
I
dmitry Tue Jul 10 15:19:13 2007 UTC
Modified files:
/php-src/ext/standard/tests/array locale_sort.phpt
Log:
Fixed test
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/locale_sort.phpt?r1=1.7&r2=1.8&diff_format=u
Index: php-src/ext/standard/t
dmitry Tue Jul 10 17:02:43 2007 UTC
Modified files:
/php-src/ext/standard file.c
Log:
Fixed fgets() and fgetss() with limits
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.493&r2=1.494&diff_format=u
Index: php-src/ext/standard/file.c
di
dmitry Wed Jul 11 06:36:24 2007 UTC
Modified files:
/php-src/tests/classes serialize_001.phpt
Log:
removed seccond --UEXPECT--
http://cvs.php.net/viewvc.cgi/php-src/tests/classes/serialize_001.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/tests/classe
dmitry Wed Jul 11 07:35:53 2007 UTC
Modified files:
/php-src/ext/opensslopenssl.c
Log:
Fixed memory leak
http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.143&r2=1.144&diff_format=u
Index: php-src/ext/openssl/openssl.c
diff -u php-src/
dmitry Wed Jul 11 07:36:12 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/opensslopenssl.c
Log:
Fixed memory leak
http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.98.2.5.2.36&r2=1.98.2.5.2.37&diff_format=u
Index: php-src/ext/o
dmitry Wed Jul 11 07:27:20 2007 UTC
Modified files:
/php-src/ext/opensslopenssl.c
Log:
Fixed crash on non-string passphrase and unicode support
http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.142&r2=1.143&diff_format=u
Index: php-src
dmitry Wed Jul 11 07:26:52 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/opensslopenssl.c
Log:
Fixed crash on non-string passphrase
http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.98.2.5.2.35&r2=1.98.2.5.2.36&diff_format=u
I
dmitry Wed Jul 11 08:27:33 2007 UTC
Modified files:
/php-src/ext/xmlxml.c
Log:
unicode support
http://cvs.php.net/viewvc.cgi/php-src/ext/xml/xml.c?r1=1.171&r2=1.172&diff_format=u
Index: php-src/ext/xml/xml.c
diff -u php-src/ext/xml/xml.c:1.171 php-src/ex
ent: Wednesday, July 11, 2007 12:42 PM
> To: Dmitry Stogov
> Cc: php-cvs@lists.php.net
> Subject: Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/openssl openssl.c
>
>
> Hi Dmitry,
>
> Thanks for the fixes!
>
> Can you add two NEWS entry please? (5_2)
>
> On 7/11/07, D
dmitry Wed Jul 11 12:10:28 2007 UTC
Modified files:
/php-src/ext/opensslopenssl.c
/php-src/ext/openssl/tests 005.phpt bug28382.phpt
Log:
Unicode support
improved openssl_x509_parse() extensions support
http://cvs.php.net/viewvc.cgi/php-src/ext
dmitry Wed Jul 11 12:18:14 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
/php-src/ext/opensslopenssl.c
/php-src/ext/openssl/tests bug28382.phpt
Log:
mproced openssl_x509_parse() to return extensions in readable form
http://cvs
dmitry Wed Jul 11 12:57:55 2007 UTC
Modified files:
/php-src/ext/standard/tests/array extract.phpt
/php-src/ext/standard/tests/fileflock_error.phpt
Log:
Fixed tests
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/extract.phpt?r1=1.2
dmitry Wed Jul 11 14:32:54 2007 UTC
Modified files:
/php-src/main/streams streams.c
Log:
Fixed wrong warning
http://cvs.php.net/viewvc.cgi/php-src/main/streams/streams.c?r1=1.152&r2=1.153&diff_format=u
Index: php-src/main/streams/streams.c
diff -u php-
dmitry Wed Jul 11 14:33:30 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/main/streams streams.c
Log:
Fixed wrong warning
http://cvs.php.net/viewvc.cgi/php-src/main/streams/streams.c?r1=1.82.2.6.2.15&r2=1.82.2.6.2.16&diff_format=u
Index: php-src/ma
dmitry Wed Jul 11 15:17:59 2007 UTC
Modified files:
/php-src/main/streams memory.c
Log:
Unicode support
http://cvs.php.net/viewvc.cgi/php-src/main/streams/memory.c?r1=1.34&r2=1.35&diff_format=u
Index: php-src/main/streams/memory.c
diff -u php-src/main/
dmitry Wed Jul 11 15:52:44 2007 UTC
Modified files:
/php-src/ext/standard basic_functions.c
Log:
Unicode support
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.862&r2=1.863&diff_format=u
Index: php-src/ext/standard/basic_func
dmitry Wed Jul 11 16:47:30 2007 UTC
Modified files:
/php-src/ext/xmlreader php_xmlreader.c
/php-src/ext/xmlreader/tests008.phpt
Log:
Unicode support
http://cvs.php.net/viewvc.cgi/php-src/ext/xmlreader/php_xmlreader.c?r1=1.45&r2=1.46&diff_fo
:1.156.2.28.2.25
php-src/ext/soap/soap.c:1.156.2.28.2.26
--- php-src/ext/soap/soap.c:1.156.2.28.2.25 Sun May 27 17:46:46 2007
+++ php-src/ext/soap/soap.c Fri Jul 13 14:00:05 2007
@@ -17,7 +17,7 @@
| Dmitry Stogov &
ext/soap/php_http.c:1.107 php-src/ext/soap/php_http.c:1.108
--- php-src/ext/soap/php_http.c:1.107 Mon May 28 23:43:24 2007
+++ php-src/ext/soap/php_http.c Fri Jul 13 09:15:03 2007
@@ -17,7 +17,7 @@
| Dmitry Stogov <[EMAI
ext/soap/php_http.c
diff -u php-src/ext/soap/php_http.c:1.77.2.11.2.10
php-src/ext/soap/php_http.c:1.77.2.11.2.11
--- php-src/ext/soap/php_http.c:1.77.2.11.2.10 Thu May 10 21:52:10 2007
+++ php-src/ext/soap/php_http.c Fri Jul 13 09:14:03 2007
@@ -17,7 +17,7 @@
| Dmitry Stogov <[EMAI
.225&diff_format=u
Index: php-src/ext/soap/soap.c
diff -u php-src/ext/soap/soap.c:1.224 php-src/ext/soap/soap.c:1.225
--- php-src/ext/soap/soap.c:1.224 Fri Jul 6 10:36:20 2007
+++ php-src/ext/soap/soap.c Fri Jul 13 14:01:11 2007
@@ -17,7 +17,7 @@
| Dmitry Stogov <[EMAI
dmitry Fri Jul 13 15:22:34 2007 UTC
Modified files:
/php-src/ext/date php_date.c
/php-src/ext/date/tests 010.phpt bug35499.phpt bug41523.phpt
bug41964.phpt
Log:
Unicode support
http://cvs.php.net/viewvc.cgi/php-src/
dmitry Mon Jul 23 08:57:47 2007 UTC
Modified files:
/php-src/ext/standard/tests/fileis_file_variation4.phpt
Log:
Fixed wrong expectation
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/is_file_variation4.phpt?r1=1.1&r2=1.2&diff_format=u
Ind
dmitry Mon Jul 23 08:58:17 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/fileis_file_variation4.phpt
Log:
Fixed wrong expectation
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/is_file_variation4.phpt?r1=1.1.2.2&r2=
-src/ext/soap/php_http.c
diff -u php-src/ext/soap/php_http.c:1.77.2.11.2.11
php-src/ext/soap/php_http.c:1.77.2.11.2.12
--- php-src/ext/soap/php_http.c:1.77.2.11.2.11 Fri Jul 13 09:14:03 2007
+++ php-src/ext/soap/php_http.c Tue Jul 24 09:27:46 2007
@@
ormat=u
Index: php-src/ext/soap/php_http.c
diff -u php-src/ext/soap/php_http.c:1.108 php-src/ext/soap/php_http.c:1.109
--- php-src/ext/soap/php_http.c:1.108 Fri Jul 13 09:15:03 2007
+++ php-src/ext/soap/php_http.c Tue Jul 24 09:28:12 2007
@@ -17,7 +17,7 @@
| Dmitry Stogov
dmitry Tue Jul 24 11:39:56 2007 UTC
Added files: (Branch: PHP_5_2)
/ZendEngine2/tests bug40757.phpt bug41929.phpt
Modified files:
/php-srcNEWS
/ZendEngine2zend_builtin_functions.c zend_object_handlers.c
/ZendEngine2/tests
dmitry Tue Jul 24 11:40:08 2007 UTC
Modified files:
/ZendEngine2zend_builtin_functions.c zend_object_handlers.c
/ZendEngine2/tests bug40757.phpt bug41929.phpt bug27798.phpt
/php-src/tests/classes visibility_005.phpt
Log:
Fixed bug #40757 (g
dmitry Tue Jul 24 14:24:44 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
/php-src/main/streams xp_socket.c
Log:
Fixed bug #41984 (Hangs on large SoapClient requests)
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.852&r2=
dmitry Tue Jul 24 14:25:08 2007 UTC
Modified files:
/php-src/main/streams xp_socket.c
Log:
Fixed bug #41984 (Hangs on large SoapClient requests)
http://cvs.php.net/viewvc.cgi/php-src/main/streams/xp_socket.c?r1=1.41&r2=1.42&diff_format=u
Index: php-src
dmitry Tue Jul 24 20:03:30 2007 UTC
Modified files:
/php-src/ext/standard/tests/general_functions
debug_zval_dump_o.phpt
Log:
Fixed test
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/ge
dmitry Tue Jul 24 20:08:33 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/general_functions
debug_zval_dump_o.phpt
Log:
Fixed test
http://cvs.php.net/viewvc.cgi/php-src/ext/
dmitry Wed Jul 25 16:34:06 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
/php-src/main/streams plain_wrapper.c
/php-src/ext/standard/tests/filefgets_variation1.phpt
fread_variation4-win32.phpt
dmitry Wed Jul 25 16:34:27 2007 UTC
Modified files:
/php-src/main/streams plain_wrapper.c
/php-src/ext/standard/tests/filefgets_variation1.phpt
fread_variation2.phpt
fread_
/soap.c
diff -u php-src/ext/soap/soap.c:1.156.2.28.2.26
php-src/ext/soap/soap.c:1.156.2.28.2.27
--- php-src/ext/soap/soap.c:1.156.2.28.2.26 Fri Jul 13 14:00:05 2007
+++ php-src/ext/soap/soap.c Wed Aug 1 10:39:33 2007
@@ -17,7 +17,7 @@
| Dmitry Stogo
,7 +17,7 @@
| Dmitry Stogov <[EMAIL PROTECTED]> |
+--+
*/
-/* $Id: soap.c,v 1.225 2007/07/13 14:01:11 dmitry Exp $ */
+/* $Id: soap.c,v 1.226 2007/08/01 10:39:49 dmitry Exp $ */
#ifdef
dmitry Mon Aug 6 08:43:43 2007 UTC
Modified files:
/php-srcNEWS
/php-src/ext/opensslopenssl.c
Log:
Improved ext/openssl
. Added support for OpenSSL digest functions
. Added support for OpenSSL cipher functions
. Added access to intern
Hi,
I think this feature shouldn't go into 5.2, especially after 5.2.4RC1
release.
May be into 5.3
Thanks. Dmitry.
> -Original Message-
> From: Johannes SchlÑter [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 03, 2007 1:55 AM
> To: php-cvs@lists.php.net
> Subject: [PHP-CVS] cvs: php-
dmitry Wed Aug 8 13:01:40 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
/php-src/sapi/cgi cgi_main.c
Log:
- Fixed bug #42198 (SCRIPT_NAME and PHP_SELF truncated when inside a userdir
and using PATH_INFO).
- Fixed bug #31892 (PHP_SELF inc
dmitry Wed Aug 8 13:02:01 2007 UTC
Modified files:
/php-src/sapi/cgi cgi_main.c
Log:
- Fixed bug #42198 (SCRIPT_NAME and PHP_SELF truncated when inside a userdir
and using PATH_INFO).
- Fixed bug #31892 (PHP_SELF incorrect without cgi.fix_pathinfo, but tu
dmitry Fri Aug 17 17:12:29 2007 UTC
Modified files:
/php-srcREADME.namespaces
Log:
Added examples
http://cvs.php.net/viewvc.cgi/php-src/README.namespaces?r1=1.4&r2=1.5&diff_format=u
Index: php-src/README.namespaces
diff -u php-src/README.namespaces:1.4 p
.c Wed Aug 22 14:18:09 2007
@@ -17,7 +17,7 @@
| Dmitry Stogov <[EMAIL PROTECTED]> |
+--+
*/
-/* $Id: php_encoding.c,v 1.103.2.21.2.34 2007/06/14 07:09:31 dmitry Exp $ */
+/* $Id:
14:18:28 2007
@@ -17,7 +17,7 @@
| Dmitry Stogov <[EMAIL PROTECTED]> |
+--+
*/
-/* $Id: php_encoding.c,v 1.160 2007/06/14 07:09:42 dmitry Exp $ */
+/* $Id: php_encoding.c,v 1.161 2007/
dmitry Fri Aug 24 13:50:52 2007 UTC
Added files:
/ZendEngine2/tests ns_039.phpt ns_040.phpt ns_041.phpt ns_042.phpt
ns_043.phpt ns_044.phpt ns_045.phpt ns_046.phpt
ns_047.phpt ns_048.phpt ns_049.phpt ns_050.phpt
5 Wed Aug 22 14:18:09 2007
+++ php-src/ext/soap/php_encoding.c Fri Aug 31 08:07:27 2007
@@ -17,7 +17,7 @@
| Dmitry Stogov <[EMAIL PROTECTED]> |
+--+
*/
-/* $Id: php_encodi
:46 2007
@@ -17,7 +17,7 @@
| Dmitry Stogov <[EMAIL PROTECTED]> |
+--+
*/
-/* $Id: php_encoding.c,v 1.161 2007/08/22 14:18:28 dmitry Exp $ */
+/* $Id: php_encoding.c,v 1.162 2007/08/31 0
soap/soap.c:1.156.2.28.2.27
php-src/ext/soap/soap.c:1.156.2.28.2.28
--- php-src/ext/soap/soap.c:1.156.2.28.2.27 Wed Aug 1 10:39:33 2007
+++ php-src/ext/soap/soap.c Fri Aug 31 09:36:02 2007
@@ -17,7 +17,7 @@
|
g 31 09:36:14 2007
@@ -17,7 +17,7 @@
| Dmitry Stogov <[EMAIL PROTECTED]> |
+--+
*/
-/* $Id: soap.c,v 1.226 2007/08/01 10:39:49 dmitry Exp $ */
+/* $Id: soap.c,v 1.227 2007/08/31 09:36:14 d
-src/ext/soap/php_schema.c:1.58.2.6.2.6
--- php-src/ext/soap/php_schema.c:1.58.2.6.2.5 Thu Feb 15 17:01:29 2007
+++ php-src/ext/soap/php_schema.c Fri Aug 31 10:48:45 2007
@@ -17,7 +17,7 @@
| Dmitr
@@ -17,7 +17,7 @@
| Dmitry Stogov <[EMAIL PROTECTED]> |
+--+
*/
-/* $Id: php_schema.c,v 1.70 2007/02/15 17:00:52 dmitry Exp $ */
+/* $Id: php_schema.c,v 1.71 2007/08/31 10:48
dmitry Fri Aug 31 12:17:52 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
/php-src/sapi/cgi cgi_main.c
Log:
Fixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline
options)
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1
dmitry Fri Aug 31 12:18:04 2007 UTC
Modified files:
/php-src/sapi/cgi cgi_main.c
Log:
Fixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline
options)
http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.330&r2=1.331&diff_for
dmitry Wed Sep 5 08:26:32 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
/php-src/sapi/cgi cgi_main.c
Log:
Fixed bug #42523 (PHP_SELF duplicates path)
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.927&r2=1.2027.2.547.2.928&
dmitry Wed Sep 5 08:26:49 2007 UTC
Modified files:
/php-src/sapi/cgi cgi_main.c
Log:
Fixed bug #42523 (PHP_SELF duplicates path)
http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.331&r2=1.332&diff_format=u
Index: php-src/sapi/cgi/cgi_main.c
d
:18:22 2007
@@ -17,7 +17,7 @@
| Dmitry Stogov <[EMAIL PROTECTED]> |
+--+
*/
-/* $Id: php_encoding.c,v 1.103.2.21.2.36 2007/08/31 08:07:27 dmitry Exp $ */
+/* $Id: php_encoding.c,v 1.103.2.21
,7 +17,7 @@
| Dmitry Stogov <[EMAIL PROTECTED]> |
+--+
*/
-/* $Id: soap.c,v 1.228 2007/08/31 10:48:57 dmitry Exp $ */
+/* $Id: soap.c,v 1.229 2007/09/05 10:18:37 dmitry Exp $ */
#ifdef
ap/php_soap.h:1.38.2.6.2.6
--- php-src/ext/soap/php_soap.h:1.38.2.6.2.5Mon Apr 2 13:43:08 2007
+++ php-src/ext/soap/php_soap.h Wed Sep 5 11:20:45 2007
@@ -17,7 +17,7 @@
| Dmitr
,7 +17,7 @@
| Dmitry Stogov <[EMAIL PROTECTED]> |
+--+
*/
-/* $Id: php_soap.h,v 1.52 2007/04/02 13:43:29 dmitry Exp $ */
+/* $Id: php_soap.h,v 1.53 2007/09/05 11:21:01 dmitry Exp $ */
#ifn
dmitry Fri Sep 7 08:30:11 2007 UTC
Modified files:
/php-src/sapi/cgi fastcgi.c
Log:
Added checks for malformated FastCGI requests (Mattias Bengtsson)
http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/fastcgi.c?r1=1.40&r2=1.41&diff_format=u
Index: php-src/sap
dmitry Fri Sep 7 08:26:48 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/sapi/cgi fastcgi.c
Log:
Added checks for malformated FastCGI requests (Mattias Bengtsson)
http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/fastcgi.c?r1=1.4.2.13.2.27&r2=1.4.2.13.2.
dmitry Fri Sep 7 08:42:33 2007 UTC
Modified files:
/php-src/sapi/cgi fastcgi.c
Log:
forgotten part
http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/fastcgi.c?r1=1.41&r2=1.42&diff_format=u
Index: php-src/sapi/cgi/fastcgi.c
diff -u php-src/sapi/cgi/fastcgi.c:
dmitry Mon Sep 10 10:55:27 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
/php-src/sapi/cgi cgi_main.c
Log:
Fixed bug #42587 (behaviour change regarding symlinked .php files)
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.938
dmitry Mon Sep 10 10:55:41 2007 UTC
Modified files:
/php-src/sapi/cgi cgi_main.c
Log:
Fixed bug #42587 (behaviour change regarding symlinked .php files)
http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.333&r2=1.334&diff_format=u
Index: php-sr
dmitry Tue Sep 11 11:16:46 2007 UTC
Modified files:
/php-src/ext/reflection php_reflection.c
Log:
Simplify (the prototype of zend_u_get_constant_ex() is going to be changed)
http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/php_reflection.c?r1=1.282&r
It seems you've broken ext/standard/tests/file/bug41655_1.phpt
Thanks. Dmitry.
> -Original Message-
> From: Ilia Alshanetsky [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 20, 2007 2:40 AM
> To: php-cvs@lists.php.net
> Subject: [PHP-CVS] cvs: php-src /ext/standard dir.c
>
>
> i
dmitry Thu Sep 20 09:23:00 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
/php-src/ext/standard array.c
Log:
Improved speed of array_intersect_key(), array_intersect_assoc() and
array_uintersect_assoc(). (100 times faster on arrays with 100
dmitry Thu Sep 20 09:23:11 2007 UTC
Modified files:
/php-src/ext/standard array.c
Log:
Improved speed of array_intersect_key(), array_intersect_assoc() and
array_uintersect_assoc(). (100 times faster on arrays with 10 elements)
http://cvs.php.net/
dmitry Fri Sep 21 13:11:00 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
/php-src/ext/standard array.c
Log:
Improved speed of array_diff_key(), array_diff_assoc() and
array_udiff_assoc().
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1
dmitry Fri Sep 21 13:11:16 2007 UTC
Modified files:
/php-src/ext/standard array.c
Log:
Improved speed of array_diff_key(), array_diff_assoc() and
array_udiff_assoc().
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.417&r2=1.418&diff_fo
dmitry Mon Sep 24 11:40:06 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
/php-src/sapi/cgi cgi_main.c
Log:
Fixed bug #42699 (PHP_SELF duplicates path)
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.961&r2=1.2027.2.547.2.962&
601 - 700 of 2394 matches
Mail list logo