[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING

2012-03-04 Thread Pierre Joye
pajoye Sun, 04 Mar 2012 17:02:55 + Revision: http://svn.php.net/viewvc?view=revision&revision=323886 Log: - notes about xp&2003 drop Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/NEWS =

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING

2012-03-04 Thread Nikita Popov
nikicSun, 04 Mar 2012 16:32:01 + Revision: http://svn.php.net/viewvc?view=revision&revision=323881 Log: NEWS and UPGRADING for r323862 Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/NEWS =

[PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/bug61011.phpt Zend/zend_vm_def.h Zend/zend_vm_execute.h

2012-02-25 Thread Xinchen Hui
laruence Sat, 25 Feb 2012 13:56:59 + Revision: http://svn.php.net/viewvc?view=revision&revision=323510 Log: Fixed bug #61011 (Crash when an exception is thrown by __autoload accessing a static property) Bug: https://bugs.php.net/61011 (Assigned) Crash when an

[PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/bug60825.phpt Zend/zend_vm_def.h Zend/zend_vm_execute.h

2012-01-21 Thread Xinchen Hui
laruence Sat, 21 Jan 2012 17:13:53 + Revision: http://svn.php.net/viewvc?view=revision&revision=322541 Log: Fixed bug #60825 (Segfault when running symfony 2 tests) Bug: https://bugs.php.net/60825 (Critical) Segfault when running symfony 2 tests Changed

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/hash/config.m4 ext/hash/config.w32 ext/hash/hash.c ext/hash/hash_salsa.c ext/hash/php_hash.h ext/hash/php_hash_salsa.h ext/hash/tests/hash_algos.phpt ext/ha

2012-01-17 Thread Michael Wallner
mike Tue, 17 Jan 2012 16:35:32 + Revision: http://svn.php.net/viewvc?view=revision&revision=322421 Log: remove Salsa10/Salsa20, which are actually stream ciphers not hash functions Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/ext

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/hash/hash_tiger.c ext/hash/tests/tiger.phpt

2012-01-17 Thread Michael Wallner
mike Tue, 17 Jan 2012 15:25:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=322419 Log: adapted tiger hash byte print order to those of md5 and sha1 see http://en.wikipedia.org/wiki/Tiger_(cryptography) http://www.cs.technion.ac.il/~bi

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/reflection/php_reflection.c ext/reflection/tests/ReflectionClass_setFinal.phpt ext/reflection/tests/ReflectionClass_toString_001.phpt ext/reflection/tests/R

2012-01-17 Thread Sebastian Bergmann
sebastianTue, 17 Jan 2012 13:46:31 + Revision: http://svn.php.net/viewvc?view=revision&revision=322398 Log: Revert r322390. Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/ext/reflection/php_reflection.c D php/php-src/trunk/ext/re

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/reflection/php_reflection.c ext/reflection/tests/ReflectionClass_setFinal.phpt ext/reflection/tests/ReflectionClass_toString_001.phpt ext/reflection/tests/R

2012-01-17 Thread Sebastian Bergmann
sebastianTue, 17 Jan 2012 12:59:33 + Revision: http://svn.php.net/viewvc?view=revision&revision=322390 Log: Implement ReflectionClass::setFinal() and ReflectionMethod::setFinal(). Patch by Jan Dolecek . Changed paths: U php/php-src/trunk/NEWS U ph

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2012-01-16 Thread Xinchen Hui
laruence Mon, 16 Jan 2012 10:20:18 + Revision: http://svn.php.net/viewvc?view=revision&revision=322362 Log: typo Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS ===

[PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/bug60573.phpt Zend/zend_compile.c

2012-01-16 Thread Xinchen Hui
laruence Mon, 16 Jan 2012 09:53:45 + Revision: http://svn.php.net/viewvc?view=revision&revision=322360 Log: Fixed Bug #60573 (type hinting with "self" keyword causes weird errors) Bug: https://bugs.php.net/60573 (error getting bug information) Changed p

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2011-11-24 Thread Yasuo Ohgaki
yohgaki Fri, 25 Nov 2011 02:24:37 + Revision: http://svn.php.net/viewvc?view=revision&revision=319789 Log: add pgsql new functions Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/curl/config.m4 ext/curl/config.w32 ext/curl/curl.dsp ext/curl/interface.c ext/curl/package.xml ext/curl/php_curl.h ext/curl/share.c

2011-11-24 Thread Pierrick Charron
Doh ! For once it's not the ZTS which broke :p I reverted the commit until I come up with a clean solution for both ZTS and non-ZTS Thanks On 24 November 2011 01:45, Antony Dovgal wrote: > On 11/24/2011 02:20 AM, Pierrick Charron wrote: >> >> pierrick                                 Wed, 23 Nov

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/curl/config.m4 ext/curl/config.w32 ext/curl/curl.dsp ext/curl/interface.c ext/curl/package.xml ext/curl/php_curl.h ext/curl/share.c

2011-11-24 Thread Pierrick Charron
pierrick Thu, 24 Nov 2011 12:49:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=319751 Log: Revert commit r319729 until I have a clean version for non-ZTS Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/ext/curl/config.m

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/curl/config.m4 ext/curl/config.w32 ext/curl/curl.dsp ext/curl/interface.c ext/curl/package.xml ext/curl/php_curl.h ext/curl/share.c

2011-11-23 Thread Antony Dovgal
On 11/24/2011 02:20 AM, Pierrick Charron wrote: pierrick Wed, 23 Nov 2011 22:20:28 + Revision: http://svn.php.net/viewvc?view=revision&revision=319729 Log: Implemented FR #55540, added functions curl_share_init(), curl_share_setopt() and curl_share_close().

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/curl/config.m4 ext/curl/config.w32 ext/curl/curl.dsp ext/curl/interface.c ext/curl/package.xml ext/curl/php_curl.h ext/curl/share.c

2011-11-23 Thread Pierrick Charron
I will. I'm still working on few things on the curl ext and once it will be done i'll take some time to document everything :) Pierrick On 23 November 2011 18:30, Pierre Joye wrote: > hi Pierrick! > > Don't forget the UPGRADING guide :) > > Cheers, > > On Wed, Nov 23, 2011 at 11:20 PM, Pierrick

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/curl/config.m4 ext/curl/config.w32 ext/curl/curl.dsp ext/curl/interface.c ext/curl/package.xml ext/curl/php_curl.h ext/curl/share.c

2011-11-23 Thread Pierre Joye
hi Pierrick! Don't forget the UPGRADING guide :) Cheers, On Wed, Nov 23, 2011 at 11:20 PM, Pierrick Charron wrote: > pierrick                                 Wed, 23 Nov 2011 22:20:28 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=319729 > > Log: > Implemented FR #55540, a

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/curl/config.m4 ext/curl/config.w32 ext/curl/curl.dsp ext/curl/interface.c ext/curl/package.xml ext/curl/php_curl.h ext/curl/share.c

2011-11-23 Thread Pierrick Charron
pierrick Wed, 23 Nov 2011 22:20:28 + Revision: http://svn.php.net/viewvc?view=revision&revision=319729 Log: Implemented FR #55540, added functions curl_share_init(), curl_share_setopt() and curl_share_close(). Bug: https://bugs.php.net/55540 (Assigned) no cur

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/curl/interface.c ext/curl/tests/bug54995.phpt

2011-11-22 Thread Pierrick Charron
pierrick Wed, 23 Nov 2011 05:45:27 + Revision: http://svn.php.net/viewvc?view=revision&revision=319706 Log: Fixed bug #54995 Bug: https://bugs.php.net/54995 (Assigned) Missing CURLINFO_RESPONSE_CODE support Changed paths: U php/php-src/trunk/NEWS

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/curl/interface.c ext/curl/tests/curl_setopt_basic003.phpt

2011-11-22 Thread Pierrick Charron
pierrick Tue, 22 Nov 2011 17:33:48 + Revision: http://svn.php.net/viewvc?view=revision&revision=319693 Log: Add new cURL CURLOPT_* options Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/ext/curl/interface.c U php/php-src/trunk/ex

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/curl/interface.c ext/curl/php_curl.h

2011-11-22 Thread Pierrick Charron
pierrick Tue, 22 Nov 2011 17:13:26 + Revision: http://svn.php.net/viewvc?view=revision&revision=319692 Log: Fixed bug #55635 Bug: https://bugs.php.net/55635 (Assigned) CURLOPT_BINARYTRANSFER no longer used? Changed paths: U php/php-src/trunk/NEWS

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2011-09-12 Thread Hannes Magnusson
bjoriMon, 12 Sep 2011 10:20:34 + Revision: http://svn.php.net/viewvc?view=revision&revision=316525 Log: These are all in 5_4 Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS ===

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2011-08-29 Thread Arpad Ray
arpadMon, 29 Aug 2011 20:36:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=315739 Log: remove duplicate news entry Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2011-08-20 Thread Rui Hirokawa
hirokawa Sat, 20 Aug 2011 07:27:48 + Revision: http://svn.php.net/viewvc?view=revision&revision=315224 Log: update NEWS. Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS ===

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2011-08-14 Thread Rui Hirokawa
hirokawa Sun, 14 Aug 2011 14:09:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=314898 Log: NEWS update for mbstring. Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS ==

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2011-08-09 Thread Rui Hirokawa
hirokawa Tue, 09 Aug 2011 15:11:33 + Revision: http://svn.php.net/viewvc?view=revision&revision=314671 Log: update the news. Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS ===

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/snmp/snmp.c ext/snmp/tests/snmp_get_valueretrieval.phpt ext/snmp/tests/snmp_getvalue.phpt

2011-07-17 Thread Boris Lytochkin
lytboris Sun, 17 Jul 2011 17:27:00 + Revision: http://svn.php.net/viewvc?view=revision&revision=31 Log: fix FR #54502: allow user to change OID value output mode when SNMP_VALUE_OBJECT is used. Bug: https://bugs.php.net/54502 (Feedback) Add support for th

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/dom/document.c ext/libxml/libxml.c

2011-07-11 Thread Christian Stocker
chregu Mon, 11 Jul 2011 15:02:56 + Revision: http://svn.php.net/viewvc?view=revision&revision=313133 Log: Added the ability to pass options to loadHTML (Chregu, fxmulder at gmail dot com) Changed paths: U php/php-src/trunk/NEWS U php/php-src/tru

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/xsl/php_xsl.c ext/xsl/php_xsl.h ext/xsl/xsl_fe.h ext/xsl/xsltprocessor.c

2011-07-11 Thread Christian Stocker
Hi I fixed all the things mentioned by Hanned, but my C and PHP-src skills are a little bit rusty, so could anyone have a quick look at my latest patch and check if that's ok/better? https://gist.github.com/7cc9a6263401cd87367f (if you prefer the whole file, it's here https://gist.github.com/55d

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/xsl/php_xsl.c ext/xsl/php_xsl.h ext/xsl/xsl_fe.h ext/xsl/xsltprocessor.c

2011-07-11 Thread Christian Stocker
On 11.07.11 13:29, Hannes Magnusson wrote: > On Mon, Jul 11, 2011 at 13:16, Christian Stocker wrote: >> chregu Mon, 11 Jul 2011 11:16:22 + >> >> Revision: http://svn.php.net/viewvc?view=revision&revision=313131 >> >> Log: >> Added XsltProcessor::setSecurityP

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/xsl/php_xsl.c ext/xsl/php_xsl.h ext/xsl/xsl_fe.h ext/xsl/xsltprocessor.c

2011-07-11 Thread Hannes Magnusson
On Mon, Jul 11, 2011 at 13:16, Christian Stocker wrote: > chregu                                   Mon, 11 Jul 2011 11:16:22 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=313131 > > Log: > Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs() > to define for

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/xsl/php_xsl.c ext/xsl/php_xsl.h ext/xsl/xsl_fe.h ext/xsl/xsltprocessor.c

2011-07-11 Thread Christian Stocker
chregu Mon, 11 Jul 2011 11:16:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=313131 Log: Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs() to define forbidden operations within XSLT stylesheets, default is not to enable a

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/standard/basic_functions.c ext/standard/head.c ext/standard/head.h

2011-06-29 Thread Hannes Magnusson
On Mon, Aug 9, 2010 at 15:10, Kalle Sommer Nielsen wrote: > kalle                                    Mon, 09 Aug 2010 13:10:32 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=302033 > > Log: > Implemented FR #52555 (Ability to get HTTP response code) >  - Patch by Paul Dragoon

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2011-06-17 Thread Boris Lytochkin
lytboris Fri, 17 Jun 2011 18:18:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=312237 Log: expand SNMP section Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/zend_multiply.h Zend/zend_operators.c Zend/zend_operators.h Zend/zend_vm_def.h Zend/zend_vm_execute.h

2011-05-26 Thread Ilia Alshanetsky
Not merging this into 5.4? On Mon, May 23, 2011 at 4:05 AM, Dmitry Stogov wrote: > dmitry                                   Mon, 23 May 2011 08:05:44 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=311346 > > Log: > Arithmetic speedup. Inlined most probable code-paths for ari

[PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/debug_backtrace_limit.phpt Zend/tests/debug_print_backtrace_limit.phpt Zend/zend_builtin_functions.c Zend/zend_builtin_functions.h Zend/zend_exceptio

2011-04-09 Thread Sebastian Bergmann
sebastianSat, 09 Apr 2011 09:52:24 + Revision: http://svn.php.net/viewvc?view=revision&revision=310080 Log: Add optional argument to debug_backtrace() and debug_print_backtrace() to limit the amount of stack frames returned. Changed paths: U php/php-src

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/spl/spl_iterators.c ext/spl/spl_iterators.h ext/spl/tests/CallbackFilterIteratorTest-002.phpt ext/spl/tests/CallbackFilterIteratorTest.phpt ext/spl/test

2011-03-27 Thread Pierre Joye
hi Arnaud, Please add a note in the UPGRADING guide. Thanks, On Sun, Mar 27, 2011 at 10:13 PM, Arnaud Le Blanc wrote: > lbarnaud                                 Sun, 27 Mar 2011 20:13:27 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=309749 > > Log: > Added CallbackFilter

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/spl/spl_iterators.c ext/spl/spl_iterators.h ext/spl/tests/CallbackFilterIteratorTest-002.phpt ext/spl/tests/CallbackFilterIteratorTest.phpt ext/spl/tests/Re

2011-03-27 Thread Arnaud Le Blanc
lbarnaud Sun, 27 Mar 2011 20:13:27 + Revision: http://svn.php.net/viewvc?view=revision&revision=309749 Log: Added CallbackFilterIterator and RecursiveCallbackFilterIterator classes [DOC] This is a concrete FilterIterator which takes a callback as constructor p

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2011-03-08 Thread Antony Dovgal
tony2001 Tue, 08 Mar 2011 14:53:38 + Revision: http://svn.php.net/viewvc?view=revision&revision=309022 Log: fix typppo Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS =

RE: [PHP-CVS] svn: /php/php-src/trunk/ NEWS

2011-03-08 Thread Ford, Mike
1 3HE,  United Kingdom Email: m.f...@leedsmet.ac.uk Tel: +44 113 812 4730 > -Original Message- > From: Sebastian Bergmann [mailto:sebast...@php.net] > Sent: 06 March 2011 21:48 > To: php-cvs@lists.php.net > Subject: [PHP-CVS] svn: /php/php-src/trunk/

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2011-03-06 Thread Sebastian Bergmann
sebastianSun, 06 Mar 2011 21:47:46 + Revision: http://svn.php.net/viewvc?view=revision&revision=308980 Log: Fix speling. Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS ===

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/standard/basic_functions.c ext/standard/basic_functions.h main/SAPI.c main/SAPI.h

2011-02-03 Thread Scott MacVicar
scottmac Thu, 03 Feb 2011 16:47:28 + Revision: http://svn.php.net/viewvc?view=revision&revision=307977 Log: Add header_register_callback(), allows a userland function to be called as all the headers are being sent and after all of the default headers have been

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/snmp/php_snmp.h ext/snmp/snmp.c ext/snmp/tests/snmp_parse_oid.phpt

2011-01-31 Thread Boris Lytochkin
lytboris Tue, 01 Feb 2011 07:45:30 + Revision: http://svn.php.net/viewvc?view=revision&revision=307897 Log: - Improved SNMP extension: . Allow ~infinite OIDs in GET/GETNEXT/SET queries. Autochunk them to max_oids upon request. Changed paths: U php/

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/pgsql/pgsql.c

2011-01-27 Thread Ilia Alshanetsky
iliaaThu, 27 Jan 2011 16:02:30 + Revision: http://svn.php.net/viewvc?view=revision&revision=307797 Log: Added support for "extra" parameter for PGNotify(). Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/ext/pgsql/pgsql.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/mysqli/mysqli_api.c ext/mysqli/tests/047.phpt ext/mysqli/tests/mysqli_fetch_field.phpt ext/mysqli/tests/mysqli_fetch_field_direct.phpt ext/mysqli/

2011-01-17 Thread Kalle Sommer Nielsen
kalleMon, 17 Jan 2011 10:43:53 + Revision: http://svn.php.net/viewvc?view=revision&revision=307532 Log: Added 'catalog' to the field fetching functions in mysqli (Thanks to Johannes for the headsup) Changed paths: U php/php-src/trunk/NEWS U ph

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/intl/config.m4 ext/intl/config.w32 ext/intl/php_intl.c ext/intl/spoofchecker/spoofchecker.c ext/intl/spoofchecker/spoofchecker.h ext/intl/spoofchecker/spoof

2011-01-12 Thread Scott MacVicar
scottmac Thu, 13 Jan 2011 06:53:09 + Revision: http://svn.php.net/viewvc?view=revision&revision=307431 Log: Add Spoofchecker to intl extension. Implements part of Unicode TR36 and TR39 Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/ex

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/mysqli/mysqli_api.c ext/mysqli/tests/047.phpt ext/mysqli/tests/mysqli_fetch_field.phpt ext/mysqli/tests/mysqli_fetch_field_direct.phpt ext/mysqli/

2011-01-07 Thread Kalle Sommer Nielsen
kalleFri, 07 Jan 2011 18:25:55 + Revision: http://svn.php.net/viewvc?view=revision&revision=307231 Log: Implemented FR #39847 (mysqli_fetch_[field|fields|field_direct] need to return db) Bug: http://bugs.php.net/39847 (Assigned) mysqli_fetch_[field|field

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/pdo_mysql/mysql_driver.c ext/pdo_mysql/php_pdo_mysql_int.h

2011-01-07 Thread Kalle Sommer Nielsen
Hi Andrey 2011/1/7 Andrey Hristov : > On 01/07/2011 03:39 PM, Kalle Sommer Nielsen wrote: > > this fix is inefficient. Implies a query to the server. Much efficient > is using mysql_options() on a MYSQL handle after mysql_init() but before > mysql_real_connect() (which sets the charset during the

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/pdo_mysql/mysql_driver.c ext/pdo_mysql/php_pdo_mysql_int.h

2011-01-07 Thread Andrey Hristov
On 01/07/2011 03:39 PM, Kalle Sommer Nielsen wrote: > kalleFri, 07 Jan 2011 14:39:56 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=307224 > > Log: > Implemented FR #47802, support for character sets in DSN strings for PDO_MYSQL > > Bug:

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/pdo_mysql/mysql_driver.c ext/pdo_mysql/php_pdo_mysql_int.h

2011-01-07 Thread Kalle Sommer Nielsen
kalleFri, 07 Jan 2011 14:39:56 + Revision: http://svn.php.net/viewvc?view=revision&revision=307224 Log: Implemented FR #47802, support for character sets in DSN strings for PDO_MYSQL Bug: http://bugs.php.net/47802 (Open) PDO_MYSQL doesn't use the charset

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/spl/internal/regexiterator.inc ext/spl/spl_iterators.c ext/spl/spl_iterators.h ext/spl/tests/regexiterator_getregex.phpt

2011-01-05 Thread Adam Harvey
aharvey Thu, 06 Jan 2011 02:32:02 + Revision: http://svn.php.net/viewvc?view=revision&revision=307147 Log: Implement request #53659 (Implementing RegexIterator::getRegex() method). Patch by Joshua Thijssen. Bug: http://bugs.php.net/53659 (Assigned) Implementi

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING Zend/tests/026.phpt Zend/tests/033.phpt Zend/tests/bug52041.phpt Zend/tests/bug52614.phpt Zend/zend_execute.c ext/dom/tests/bug47430.phpt ext/reflecti

2010-12-31 Thread Scott MacVicar
scottmac Fri, 31 Dec 2010 16:57:45 + Revision: http://svn.php.net/viewvc?view=revision&revision=306931 Log: Silently casting an empty string, null or false into an object by adding a property is pretty non-intuitive. If the same value was 1 or true you get a w

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2010-12-23 Thread Peter Cowburn
salathe Fri, 24 Dec 2010 07:28:59 + Revision: http://svn.php.net/viewvc?view=revision&revision=306609 Log: NEWS for FR #48767 (SplFileInfo::getExtension()) Bug: http://bugs.php.net/48767 (Open) SplFileInfo::getExtension() Changed paths: U php/php

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2010-12-12 Thread Ilia Alshanetsky
iliaaSun, 12 Dec 2010 18:01:46 + Revision: http://svn.php.net/viewvc?view=revision&revision=306279 Log: sqlite3 lib news Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS ===

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/date/lib/parse_date.c ext/date/lib/parse_date.re ext/date/tests/bug51866.phpt

2010-12-12 Thread Derick Rethans
derick Sun, 12 Dec 2010 17:17:16 + Revision: http://svn.php.net/viewvc?view=revision&revision=306273 Log: - Added the + modifier to parseFromFormat to allow trailing text in the string to parse without throwing an error. #- Patch by Stas, test case by me.

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2010-12-12 Thread Derick Rethans
derick Sun, 12 Dec 2010 17:07:40 + Revision: http://svn.php.net/viewvc?view=revision&revision=306270 Log: - Keep extension order alphabetically #- I guess that's what was intended? Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NE

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/zend_compile.c Zend/zend_globals.h Zend/zend_multibyte.c Zend/zend_multibyte.h ext/exif/exif.c ext/mbstring/mbstring.c ext/standard/html.c main/rfc1867

2010-12-09 Thread Dmitry Stogov
On 12/09/2010 08:51 PM, Moriyoshi Koizumi wrote: I was thinking that this is rather a *big* change, so we'd better roll our patches into one and commit it altogether. Sorry, that time I didn't understand that you started to improve the patch. I am fine if that works for anyone else. The pa

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/zend_compile.c Zend/zend_globals.h Zend/zend_multibyte.c Zend/zend_multibyte.h ext/exif/exif.c ext/mbstring/mbstring.c ext/standard/html.c main/rfc1867

2010-12-09 Thread Moriyoshi Koizumi
I was thinking that this is rather a *big* change, so we'd better roll our patches into one and commit it altogether. I am fine if that works for anyone else. Regards, Moriyoshi On Thu, Dec 9, 2010 at 6:11 PM, Dmitry Stogov wrote: > Hi Moriyoshi, > > Ops, sorry. I didn't understand your disagre

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/zend_compile.c Zend/zend_globals.h Zend/zend_multibyte.c Zend/zend_multibyte.h ext/exif/exif.c ext/mbstring/mbstring.c ext/standard/html.c main/rfc1867

2010-12-09 Thread Dmitry Stogov
Hi Moriyoshi, Ops, sorry. I didn't understand your disagreement, and I didn't see any other objections. So I committed the patch as it was planned. Could you prepare a patch on top of this one? I'm also going to look into your recommendation of moving mbstring.script_encoding into zend.scrip

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/zend_compile.c Zend/zend_globals.h Zend/zend_multibyte.c Zend/zend_multibyte.h ext/exif/exif.c ext/mbstring/mbstring.c ext/standard/html.c main/rfc1867

2010-12-08 Thread Moriyoshi Koizumi
Please revert. On Thu, Dec 9, 2010 at 3:00 PM, Moriyoshi Koizumi wrote: > Hey, I don't think there was agreement on this yet.  I've actually > been preparing a patch that minimizes the extra hook points in SAPI. > > Moriyoshi > > On Wed, Dec 8, 2010 at 8:27 PM, Dmitry Stogov wrote: >> dmitry    

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/zend_compile.c Zend/zend_globals.h Zend/zend_multibyte.c Zend/zend_multibyte.h ext/exif/exif.c ext/mbstring/mbstring.c ext/standard/html.c main/rfc1867

2010-12-08 Thread Moriyoshi Koizumi
Hey, I don't think there was agreement on this yet. I've actually been preparing a patch that minimizes the extra hook points in SAPI. Moriyoshi On Wed, Dec 8, 2010 at 8:27 PM, Dmitry Stogov wrote: > dmitry                                   Wed, 08 Dec 2010 11:27:34 + > > Revision: http://s

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/zend_compile.c Zend/zend_globals.h Zend/zend_multibyte.c Zend/zend_multibyte.h ext/exif/exif.c ext/mbstring/mbstring.c ext/standard/html.c main/rfc1867

2010-12-08 Thread Antony Dovgal
Hello Dmitry. After this update ext/exif always produces these warnings: # php -v PHP Warning: PHP Startup: Illegal encoding ignored: 'ISO-8859-15' in Unknown on line 0 PHP Warning: PHP Startup: Illegal encoding ignored: 'UCS-2BE' in Unknown on line 0 PHP Warning: PHP Startup: Illegal encodin

[PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/zend_compile.c Zend/zend_globals.h Zend/zend_multibyte.c Zend/zend_multibyte.h ext/exif/exif.c ext/mbstring/mbstring.c ext/standard/html.c main/rfc1867.c m

2010-12-08 Thread Dmitry Stogov
dmitry Wed, 08 Dec 2010 11:27:34 + Revision: http://svn.php.net/viewvc?view=revision&revision=306077 Log: Removed compile time dependency from ext/mbstring Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/Zend/zend_compile.c U ph

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/standard/math.c ext/standard/php_math.h ext/standard/tests/math/number_format_multichar.phpt

2010-12-03 Thread Adam Harvey
aharvey Fri, 03 Dec 2010 10:10:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=305937 Log: Implement FR #53457 (number_format must support more than one character for thousands separator). Bug: http://bugs.php.net/53457 (Assigned) number_forma

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/openssl/xp_ssl.c

2010-12-03 Thread Adam Harvey
aharvey Fri, 03 Dec 2010 09:34:35 + Revision: http://svn.php.net/viewvc?view=revision&revision=305936 Log: Implemented FR #53447 (Cannot disable SessionTicket extension for servers that do not support it). I haven't written a test due to the need for such a t

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/standard/dir.c ext/standard/php_dir.h ext/standard/tests/dir/scandir_basic.phpt ext/standard/tests/dir/scandir_variation10.phpt ext/standard/tests

2010-11-26 Thread Adam Harvey
aharvey Fri, 26 Nov 2010 09:52:28 + Revision: http://svn.php.net/viewvc?view=revision&revision=305765 Log: Implemented FR #53407 (make scandir()'s directory sorting optional). Bug: http://bugs.php.net/53407 (Assigned) make scandir()'s directory sorting optio

[PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/zend_compile.c Zend/zend_execute.c Zend/zend_vm_def.h Zend/zend_vm_execute.h

2010-11-24 Thread Dmitry Stogov
dmitry Wed, 24 Nov 2010 12:19:56 + Revision: http://svn.php.net/viewvc?view=revision&revision=305716 Log: Removed support for break/continue $var syntax Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/Zend/zend_compile.c U php/p

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING Zend/Zend.m4 Zend/tests/declare_001.phpt Zend/tests/declare_002.phpt Zend/tests/multibyte/multibyte_encoding_001.phpt Zend/tests/multibyte/multibyte_e

2010-11-23 Thread Dmitry Stogov
dmitry Wed, 24 Nov 2010 05:41:23 + Revision: http://svn.php.net/viewvc?view=revision&revision=305711 Log: Added multibyte suppport by default. Previosly php had to be compiled with --enable-zend-multibyte. Now it can be enabled or disabled throug zend.multi

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2010-11-23 Thread Andi Gutmans
andi Wed, 24 Nov 2010 04:31:45 + Revision: http://svn.php.net/viewvc?view=revision&revision=305709 Log: - Fix typo Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS =

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2010-11-19 Thread Johannes Schlüter
johannes Fri, 19 Nov 2010 10:00:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=305556 Log: Add entry for sqlite Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS ===

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2010-11-17 Thread Christopher Jones
sixd Wed, 17 Nov 2010 17:59:41 + Revision: http://svn.php.net/viewvc?view=revision&revision=305468 Log: Some grammar tweaks Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2010-11-17 Thread Jani Taskinen
jani Wed, 17 Nov 2010 16:56:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=305465 Log: - NEWS cleanup, please do not mess it anymore :) Changed paths: U php/php-src/trunk/NEWS -- PHP CVS Mailing List (http://www.php.net/) To unsub

[PHP-CVS] svn: /php/php-src/trunk/ NEWS acinclude.m4 configure.in

2010-11-13 Thread Jani Taskinen
jani Sat, 13 Nov 2010 11:12:07 + Revision: http://svn.php.net/viewvc?view=revision&revision=305312 Log: - WS + cleanup # Note: # Considering DTrace support: Why does it really need any configure time stuff? # 3 macros for static stuff that could be made muc

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/hash/hash_adler32.c

2010-11-08 Thread Adam Harvey
aharvey Mon, 08 Nov 2010 09:35:33 + Revision: http://svn.php.net/viewvc?view=revision&revision=305193 Log: Implemented FR #53213 (Adler32 algorithm is very slow). Patch by zavasek at yandex dot ru. Bug: http://bugs.php.net/53213 (error getting bug information

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS main/SAPI.c main/SAPI.h main/php_variables.c sapi/apache/mod_php5.c sapi/apache2filter/sapi_apache2.c sapi/apache2handler/sapi_apache2.c sapi/nsapi/nsapi.c

2010-11-07 Thread Ilia Alshanetsky
Done, thanks for the reminder. On Sat, Nov 6, 2010 at 6:49 PM, Pierre Joye wrote: > hi Ilia, > > Please add a note to the UPGRADING file. > > Thanks! > > On Sat, Nov 6, 2010 at 6:14 PM, Ilia Alshanetsky wrote: >> iliaa                                    Sat, 06 Nov 2010 17:14:21 + >> >> Revi

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS main/SAPI.c main/SAPI.h main/php_variables.c sapi/apache/mod_php5.c sapi/apache2filter/sapi_apache2.c sapi/apache2handler/sapi_apache2.c sapi/nsapi/nsapi.c

2010-11-06 Thread Pierre Joye
hi Ilia, Please add a note to the UPGRADING file. Thanks! On Sat, Nov 6, 2010 at 6:14 PM, Ilia Alshanetsky wrote: > iliaa                                    Sat, 06 Nov 2010 17:14:21 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=305129 > > Log: > Updated _SERVER['REQUEST_

[PHP-CVS] svn: /php/php-src/trunk/ NEWS main/SAPI.c main/SAPI.h main/php_variables.c sapi/apache/mod_php5.c sapi/apache2filter/sapi_apache2.c sapi/apache2handler/sapi_apache2.c sapi/nsapi/nsapi.c

2010-11-06 Thread Ilia Alshanetsky
iliaaSat, 06 Nov 2010 17:14:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=305129 Log: Updated _SERVER['REQUEST_TIME'] to include microsecond precision. Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/main/SAPI.c

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/pcre/php_pcre.c ext/pcre/tests/002.phpt ext/pcre/tests/preg_match_all_basic.phpt ext/pcre/tests/preg_match_all_error.phpt

2010-11-04 Thread Adam Harvey
aharvey Fri, 05 Nov 2010 04:37:27 + Revision: http://svn.php.net/viewvc?view=revision&revision=305097 Log: Implemented FR #53238 (Make third parameter of preg_match_all optional). Bug: http://bugs.php.net/53238 (Assigned) Make third parameter of preg_match_a

[PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/zend_execute.c Zend/zend_execute.h Zend/zend_vm_def.h Zend/zend_vm_execute.h

2010-10-22 Thread Dmitry Stogov
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

[PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/hint/param_type_hint_001.phpt Zend/tests/hint/param_type_hint_003.phpt Zend/tests/hint/param_type_hint_004.phpt Zend/tests/hint/param_type_hint_005.p

2010-10-19 Thread Derick Rethans
derick Tue, 19 Oct 2010 10:42:38 + Revision: http://svn.php.net/viewvc?view=revision&revision=304509 Log: - Strip out the typehint *checks* only. They are still parsed, and they are still accessible through the reflection API. Changed paths: U php/ph

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/standard/basic_functions.c

2010-10-04 Thread Kalle Sommer Nielsen
kalleMon, 04 Oct 2010 20:26:50 + Revision: http://svn.php.net/viewvc?view=revision&revision=304036 Log: Revert for now Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/UPGRADING U php/php-src/trunk/ext/standard/basic_functions.

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/standard/basic_functions.c

2010-10-04 Thread Peter Cowburn
On 1 October 2010 10:18, Kalle Sommer Nielsen wrote: > -       PHP_FE(getrandmax,                                                     >                                                          arginfo_getrandmax) > -       PHP_FE(mt_rand,                                                       >  

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/standard/basic_functions.c

2010-10-01 Thread Pierre Joye
On Fri, Oct 1, 2010 at 12:08 PM, Kalle Sommer Nielsen wrote: >> What is the reasoning behind that? It could be possible that the >> max/min has to be defined at runtime at some point. > > Define at runtime? 'possible', 'at some point' (new RNG implementation). In any case, I don't see any gain t

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/standard/basic_functions.c

2010-10-01 Thread Kalle Sommer Nielsen
> What is the reasoning behind that? It could be possible that the > max/min has to be defined at runtime at some point. Define at runtime? The values those functions expose are from compile time constants. I do not see why we need a function call to get a statically defined value. Also, there is

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/standard/basic_functions.c

2010-10-01 Thread Pierre Joye
On Fri, Oct 1, 2010 at 11:18 AM, Kalle Sommer Nielsen wrote: > kalle                                    Fri, 01 Oct 2010 09:18:44 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=303912 > > Log: > * Added PHP_RAND_MAX and PHP_MT_RAND_MAX constants > * Deprecated getrandmax() an

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/standard/basic_functions.c

2010-10-01 Thread Kalle Sommer Nielsen
kalleFri, 01 Oct 2010 09:18:44 + Revision: http://svn.php.net/viewvc?view=revision&revision=303912 Log: * Added PHP_RAND_MAX and PHP_MT_RAND_MAX constants * Deprecated getrandmax() and mt_getrandmax() in favour of the new constants # We should promote cons

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2010-09-22 Thread Andrey Hristov
andrey Wed, 22 Sep 2010 15:15:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=303680 Log: here comes the news Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/standard/php_var.h ext/standard/var_unserializer.c ext/standard/var_unserializer.re

2010-09-18 Thread Kalle Sommer Nielsen
kalleSat, 18 Sep 2010 16:09:28 + Revision: http://svn.php.net/viewvc?view=revision&revision=303503 Log: Improved performance of unserialize(), original patch by galaxy dot mipt at gmail dot com Changed paths: U php/php-src/trunk/NEWS U php/php

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING

2010-09-16 Thread Felipe Pena
felipe Thu, 16 Sep 2010 21:49:48 + Revision: http://svn.php.net/viewvc?view=revision&revision=303435 Log: - Added missing entries related to pdo_dblib Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/UPGRADING Modified: php/php-src/tr

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/json/json.c ext/json/php_json.h ext/json/tests/json_encode_pretty_print.phpt

2010-09-16 Thread Adam Harvey
aharvey Thu, 16 Sep 2010 16:21:15 + Revision: http://svn.php.net/viewvc?view=revision&revision=303425 Log: Implement FR #44331 (Formatting option for json_encode). Bikeshedding about the exact form of the JSON pretty printing and brace handling will only be ac

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/json/json.c ext/json/php_json.h ext/json/tests/json_encode_unescaped_slashes.phpt

2010-09-16 Thread Adam Harvey
aharvey Thu, 16 Sep 2010 13:53:27 + Revision: http://svn.php.net/viewvc?view=revision&revision=303421 Log: Implemented FR #49366 (Make slash escaping optional in json_encode()). Bug: http://bugs.php.net/49366 (Open) json_encode incorrectly escapes slashes (/

[PHP-CVS] svn: /php/php-src/trunk/ NEWS sapi/cgi/cgi_main.c sapi/cgi/fastcgi.c sapi/cgi/fastcgi.h

2010-08-27 Thread Dmitry Stogov
dmitry Fri, 27 Aug 2010 08:34:44 + Revision: http://svn.php.net/viewvc?view=revision&revision=302843 Log: Added apache compatible functions (apache_child_terminate, getallheaders, apache_request_headers, apache_response_headers) to FastCGI SAPI Changed path

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/standard/array.c ext/standard/tests/array/array_combine_error2.phpt ext/standard/tests/array/array_combine_variation3.phpt ext/standard/tests/arra

2010-08-26 Thread Adam Harvey
aharvey Fri, 27 Aug 2010 03:54:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=302838 Log: Implemented request #34857 (Change array_combine behaviour when called with empty arrays). Patch by Joel Perras . Bug: http://bugs.php.net/34857 (Assign

[PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/bug52614.phpt Zend/zend_compile.c Zend/zend_language_parser.y Zend/zend_vm_def.h Zend/zend_vm_execute.h Zend/zend_vm_opcodes.h

2010-08-25 Thread Dmitry Stogov
dmitry Wed, 25 Aug 2010 09:14:36 + Revision: http://svn.php.net/viewvc?view=revision&revision=302764 Log: Fixed bug #52614 (Memory leak when writing on uninitialized variable returned from method call) Bug: http://bugs.php.net/52614 (Assigned) Memory leak w

[PHP-CVS] svn: /php/php-src/trunk/ NEWS sapi/fpm/fpm/fpm_conf.c sapi/fpm/php-fpm.conf.in

2010-08-23 Thread Jérôme Loyet
fat Mon, 23 Aug 2010 23:22:36 + Revision: http://svn.php.net/viewvc?view=revision&revision=302725 Log: - Changed listen.backlog in the FPM configuration file to default to 128 instead of -1. This is the same value as the one used in the cgi sapi. Change

[PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/zend_globals.h Zend/zend_ini.c Zend/zend_ini.h Zend/zend_vm_def.h Zend/zend_vm_execute.h

2010-08-18 Thread Dmitry Stogov
dmitry Wed, 18 Aug 2010 13:58:13 + Revision: http://svn.php.net/viewvc?view=revision&revision=302442 Log: improved performance of @ (silence) operator Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/Zend/zend_globals.h U php/php

[PHP-CVS] svn: /php/php-src/trunk/ NEWS sapi/cgi/cgi_main.c sapi/cgi/fastcgi.c sapi/cgi/fastcgi.h

2010-08-18 Thread Dmitry Stogov
dmitry Wed, 18 Aug 2010 08:22:41 + Revision: http://svn.php.net/viewvc?view=revision&revision=302424 Log: improved performance of FastCGI request parsing Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/sapi/cgi/cgi_main.c U php/

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2010-08-17 Thread Andrey Hristov
andrey Tue, 17 Aug 2010 15:39:26 + Revision: http://svn.php.net/viewvc?view=revision&revision=302393 Log: here comes the news Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/standard/basic_functions.c ext/standard/head.c ext/standard/head.h

2010-08-09 Thread Kalle Sommer Nielsen
kalleMon, 09 Aug 2010 13:10:32 + Revision: http://svn.php.net/viewvc?view=revision&revision=302033 Log: Implemented FR #52555 (Ability to get HTTP response code) - Patch by Paul Dragoonis Bug: http://bugs.php.net/52555 (Assigned) Headers_List not returnin

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/pdo_mysql/config.m4 ext/pdo_mysql/mysql_driver.c ext/pdo_mysql/mysql_statement.c ext/pdo_mysql/php_pdo_mysql_int.h

2010-08-05 Thread Johannes Schlüter
johannes Thu, 05 Aug 2010 13:29:44 + Revision: http://svn.php.net/viewvc?view=revision&revision=301877 Log: - Drop (broken) support for libmysql 3.23 and 4.0 from pdo_mysql, see bug #51259 Bug: http://bugs.php.net/51259 (Assigned) PHP 5.3.2 + PDO MySQL not com

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2010-08-01 Thread Stefan Marr
gron Sun, 01 Aug 2010 20:53:32 + Revision: http://svn.php.net/viewvc?view=revision&revision=301768 Log: Added Traits to the NEWS file. #There doesn't seem to be a consitent ordering, #so I put it in front of the list, since it is a major language addition.

  1   2   >