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

2012-03-05 Thread Christopher Jones
sixd Mon, 05 Mar 2012 20:14:04 + Revision: http://svn.php.net/viewvc?view=revision&revision=323924 Log: Align section headings with the latest (5.4) migration on-line doc. This will aid future reuse of UPGRADING text. Changed paths: U php/php-src/tru

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

2012-02-22 Thread Gustavo André dos Santos Lopes
cataphract Wed, 22 Feb 2012 10:08:37 + Revision: http://svn.php.net/viewvc?view=revision&revision=323423 Log: - Cleanup UPGRADING and UPGRADING.INTERNALS from 5.4 changes. - Added information about removal of streams pooling API. Changed paths: U php/php-s

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/spl/spl_fixedarray.c ext/spl/tests/SplFixedArray_serialize.phpt

2012-02-21 Thread Adam Harvey
aharvey Tue, 21 Feb 2012 10:34:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=323408 Log: Add a __wakeup() method to SplFixedArray, thereby fixing serialising an SplFixedArray object and bug #60560 (SplFixedArray un-/serialize, getSize(), coun

Re: [PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/simplexml/simplexml.c ext/simplexml/tests/034.phpt ext/simplexml/tests/bug51615.phpt

2011-05-17 Thread Andrew Curioso
Thank you. I'll read through that sparse checkout documentation and also commit to the branch in a few hours. I'd do it now but unfortunately I have a meeting to run to. Thanks again, - Andrew On Tue, May 17, 2011 at 10:59 AM, Pierre Joye wrote: > hi, > > Whatever fits for you for this commit

Re: [PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/simplexml/simplexml.c ext/simplexml/tests/034.phpt ext/simplexml/tests/bug51615.phpt

2011-05-17 Thread Pierre Joye
hi, Whatever fits for you for this commit. For the next commits, please try to commit to all branches at once, see https://wiki.php.net/vcs/svnfaq about how to do a sparse checkout, then you can simply do a commit like: cd php-src svn commit branches/PHP_5_4 trunk/ Cheers, On Tue, May 17, 2011

Re: [PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/simplexml/simplexml.c ext/simplexml/tests/034.phpt ext/simplexml/tests/bug51615.phpt

2011-05-17 Thread Andrew Curioso
I didn't realize that branch was created. It should be in PHP_5_4, yes. I'm new to the team... so can you help me out? What is the standard way to do that? Using "svn merge" or just patch the code directly in the branch? Thanks in advance, - Andrew On Tue, May 17, 2011 at 10:26 AM, Kalle Sommer

Re: [PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/simplexml/simplexml.c ext/simplexml/tests/034.phpt ext/simplexml/tests/bug51615.phpt

2011-05-17 Thread Kalle Sommer Nielsen
Hi 2011/5/17 Andrew Curioso : > acurioso                                 Tue, 17 May 2011 13:50:48 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=311138 > > Log: > Use iterator when necessary to get the full properties hash - consistent with > count (see test: ext/simplexml/

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/simplexml/simplexml.c ext/simplexml/tests/034.phpt ext/simplexml/tests/bug51615.phpt

2011-05-17 Thread Andrew Curioso
acurioso Tue, 17 May 2011 13:50:48 + Revision: http://svn.php.net/viewvc?view=revision&revision=311138 Log: Use iterator when necessary to get the full properties hash - consistent with count (see test: ext/simplexml/tests/034.phpt) Changed paths: U php

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

2011-04-06 Thread Gustavo André dos Santos Lopes
cataphract Wed, 06 Apr 2011 10:17:52 + Revision: http://svn.php.net/viewvc?view=revision&revision=309984 Log: - Updated UPGRADING now that multicast support was decided trunk only. Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/snmp/CREDITS ext/snmp/config.m4 ext/snmp/config.w32 ext/snmp/php_snmp.h ext/snmp/snmp.c

2011-04-05 Thread Boris Lytochkin
lytboris Tue, 05 Apr 2011 12:20:35 + Revision: http://svn.php.net/viewvc?view=revision&revision=309971 Log: * added detection and walkaround for net-snmp library bug (net-snmp BUGid 2027834) * drop UCD-SNMP support, R.I.P. Changed paths: U php/php-src/t

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/spl/php_spl.c ext/spl/spl_directory.c ext/spl/tests/bug54384.phpt

2011-03-27 Thread Gustavo André dos Santos Lopes
cataphract Sun, 27 Mar 2011 22:44:34 + Revision: http://svn.php.net/viewvc?view=revision&revision=309751 Log: - Improved upon r309729. - Extented strategy to remaining the classes on spl_directory.c, even those that don't crash. - UPGRADING. - Better bug54384.ph

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

2011-03-27 Thread Arnaud Le Blanc
lbarnaud Sun, 27 Mar 2011 20:24:40 + Revision: http://svn.php.net/viewvc?view=revision&revision=309750 Log: UPGRADING Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING

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

2011-03-27 Thread Boris Lytochkin
lytboris Sun, 27 Mar 2011 09:44:38 + Revision: http://svn.php.net/viewvc?view=revision&revision=309740 Log: added info about changes in SNMP extension Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING ===

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/standard/file.c ext/standard/tests/file/fclose_variation1.phpt main/streams/streams.c

2011-03-20 Thread Gustavo André dos Santos Lopes
cataphract Mon, 21 Mar 2011 02:58:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=309491 Log: - Make fclose() actually close stream, even when the resource refcount is > 1. This reverts the fix for bug #24557. - Make php_stream_free delete the s

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/standard/basic_functions.c ext/standard/streamsfuncs.c ext/standard/streamsfuncs.h ext/standard/tests/file/userstreams_006.phpt ext/standard/tests/stre

2011-02-18 Thread Gustavo André dos Santos Lopes
cataphract Sat, 19 Feb 2011 01:28:37 + Revision: http://svn.php.net/viewvc?view=revision&revision=308477 Log: - PHP_STREAM_OPTION_WRITE_BUFFER no longer disables the read buffer of a plain stream when 0 is given as the value. - PHP_STREAM_OPTION_WRITE_BUFFER no

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/standard/tests/file/userstreams_005.phpt main/streams/userspace.c

2011-02-16 Thread Gustavo André dos Santos Lopes
cataphract Thu, 17 Feb 2011 00:25:32 + Revision: http://svn.php.net/viewvc?view=revision&revision=308410 Log: - Classes that implement stream wrappers can define a method called stream_truncate that will respond to truncation, e.g. through ftruncate. Closes f

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

2011-01-28 Thread Adam Harvey
aharvey Sat, 29 Jan 2011 05:26:45 + Revision: http://svn.php.net/viewvc?view=revision&revision=307839 Log: Revert the UPGRADING change in r307807, since it's actually completely pointless, as Johannes pointed out. Changed paths: U php/php-src/trunk/UPG

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/standard/html.c ext/standard/html_tables/html_table_gen.php ext/standard/html_tables.h ext/standard/tests/strings/htmlentities05.phpt ext/standard/test

2011-01-25 Thread Gustavo André dos Santos Lopes
cataphract Tue, 25 Jan 2011 10:57:07 + Revision: http://svn.php.net/viewvc?view=revision&revision=307728 Log: - Fixed CHARSET_UNICODE_COMPAT (ISO-8859-1 is compatible in the relevant sense). - Fixed usage of zend_multibyte_get_internal_encoding (its return cannot

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

2011-01-19 Thread Philip Olson
philip Wed, 19 Jan 2011 22:41:01 + Revision: http://svn.php.net/viewvc?view=revision&revision=307602 Log: Fixed a couple of trivial typos Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING ==

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING Zend/tests/class_exists_003.phpt Zend/tests/trait_exists_001.phpt Zend/tests/trait_exists_002.phpt Zend/tests/trait_exists_003.phpt Zend/zend_builtin_funct

2011-01-09 Thread Stefan Marr
gron Sun, 09 Jan 2011 19:57:41 + Revision: http://svn.php.net/viewvc?view=revision&revision=307307 Log: Added trait_exists() [TRAITS] [DOC] - also changed class_exists() to return false for traits - added related tests, and get_declared_traits() tests in e

Re: [PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/spl/spl_directory.c ext/spl/tests/DirectoryIterator_getExtension_basic.phpt ext/spl/tests/SplFileInfo_getExtension_basic.phpt

2010-12-23 Thread Kalle Sommer Nielsen
Hi Peter 2010/12/23 Peter Cowburn : > salathe                                  Thu, 23 Dec 2010 22:32:52 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=306593 > > Log: > Implemented FR #48767 (SplFileInfo::getExtension()) > Please make a note of this in the NEWS file aswell

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/spl/spl_directory.c ext/spl/tests/DirectoryIterator_getExtension_basic.phpt ext/spl/tests/SplFileInfo_getExtension_basic.phpt

2010-12-23 Thread Peter Cowburn
salathe Thu, 23 Dec 2010 22:32:52 + Revision: http://svn.php.net/viewvc?view=revision&revision=306593 Log: Implemented FR #48767 (SplFileInfo::getExtension()) Bug: http://bugs.php.net/48767 (Open) SplFileInfo::getExtension() Changed paths: U php/

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

2010-12-10 Thread Gustavo André dos Santos Lopes
cataphract Fri, 10 Dec 2010 07:59:34 + Revision: http://svn.php.net/viewvc?view=revision&revision=306171 Log: - I had forgotten to commit UPGRADING (for enable_post_data_processing). Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/standard/streamsfuncs.c ext/standard/tests/streams/bug53427.phpt

2010-11-30 Thread Gustavo André dos Santos Lopes
cataphract Tue, 30 Nov 2010 16:22:48 + Revision: http://svn.php.net/viewvc?view=revision&revision=305856 Log: - Implemented bug/request #53427 - stream_select doesn't preserve the keys. This cannot be backported to PHP 5.3 due to a BC break. See UPGRADING for

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

2010-11-24 Thread Dmitry Stogov
dmitry Wed, 24 Nov 2010 16:26:49 + Revision: http://svn.php.net/viewvc?view=revision&revision=305720 Log: Removed support for break/continue $var syntax Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING ===

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

2010-11-19 Thread Johannes Schlüter
johannes Fri, 19 Nov 2010 17:22:05 + Revision: http://svn.php.net/viewvc?view=revision&revision=305563 Log: - commit missing upgrading note (sqlite removed) Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING =

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

2010-11-18 Thread Jani Taskinen
jani Thu, 18 Nov 2010 10:43:01 + Revision: http://svn.php.net/viewvc?view=revision&revision=305490 Log: - Added section for build system changes in UPGRADING.INTERNALS Changed paths: U php/php-src/trunk/UPGRADING U php/php-src/trunk/UPGRADING.I

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

2010-11-17 Thread Jani Taskinen
jani Wed, 17 Nov 2010 14:08:39 + Revision: http://svn.php.net/viewvc?view=revision&revision=305457 Log: typo Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING =

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

2010-11-17 Thread Jani Taskinen
jani Wed, 17 Nov 2010 14:07:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=305456 Log: - Added comment about binary SAPIs Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING ===

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

2010-11-07 Thread Pierre Joye
pajoye Sun, 07 Nov 2010 19:55:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=305176 Log: - typo Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING ===

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

2010-11-07 Thread Ilia Alshanetsky
iliaaSun, 07 Nov 2010 19:27:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=305171 Log: REQUEST_TIME notes Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING ===

Re: [PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/reflection/php_reflection.c ext/reflection/tests/ReflectionParameter_canBePassedByValue.phpt

2010-10-26 Thread Gustavo Lopes
On Tue, 26 Oct 2010 17:41:30 +0100, Pierre Joye wrote: hi Gustavo, I'm not sure it makes sense to add a method to do the opposite of ::isPassedByReference. I'm also not sure about ZEND_SEND_PREFER_REF being considered as by value in your implementation. What is the logic/reasoning behind th

Re: [PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/reflection/php_reflection.c ext/reflection/tests/ReflectionParameter_canBePassedByValue.phpt

2010-10-26 Thread Pierre Joye
hi Gustavo, I'm not sure it makes sense to add a method to do the opposite of ::isPassedByReference. I'm also not sure about ZEND_SEND_PREFER_REF being considered as by value in your implementation. What is the logic/reasoning behind this addition? Cheers, 2010/10/26 Gustavo André dos Santos Lo

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/reflection/php_reflection.c ext/reflection/tests/ReflectionParameter_canBePassedByValue.phpt

2010-10-26 Thread Gustavo André dos Santos Lopes
cataphract Tue, 26 Oct 2010 15:01:36 + Revision: http://svn.php.net/viewvc?view=revision&revision=304920 Log: - Added ReflectionParameter::canBePassedByValue(). Changed paths: U php/php-src/trunk/UPGRADING U php/php-src/trunk/ext/reflection/php_refle

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

2010-09-01 Thread Pierre Joye
pajoye Wed, 01 Sep 2010 10:23:58 + Revision: http://svn.php.net/viewvc?view=revision&revision=302972 Log: - is_link note Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING ===

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

2010-09-01 Thread Pierre Joye
pajoye Wed, 01 Sep 2010 10:22:29 + Revision: http://svn.php.net/viewvc?view=revision&revision=302971 Log: - fix index Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING ==

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

2010-08-30 Thread Pierre Joye
pajoye Mon, 30 Aug 2010 10:27:03 + Revision: http://svn.php.net/viewvc?view=revision&revision=302885 Log: - remove internals stuff, moved to the INTERNALS guide Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING ===

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

2010-08-09 Thread Kalle Sommer Nielsen
kalleMon, 09 Aug 2010 13:27:13 + Revision: http://svn.php.net/viewvc?view=revision&revision=302034 Log: Update UPGRADING Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING =

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

2010-06-03 Thread Johannes Schlüter
johannes Thu, 03 Jun 2010 12:46:14 + Revision: http://svn.php.net/viewvc?view=revision&revision=300162 Log: - One more reflection entry Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING ==

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

2010-06-03 Thread Felipe Pena
felipe Thu, 03 Jun 2010 12:31:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=300161 Log: - Added the three new ReflectionClass methods related to traits Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADIN

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/reflection/php_reflection.c ext/reflection/tests/ReflectionClass_isCloneable_001.phpt ext/reflection/tests/ReflectionClass_isCloneable_002.phpt

2010-06-02 Thread Felipe Pena
felipe Wed, 02 Jun 2010 15:29:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=300096 Log: - Added ReflectionClass::isCloneable() [DOC] Changed paths: U php/php-src/trunk/UPGRADING U php/php-src/trunk/ext/reflection/php_reflection.

Re: [PHP-CVS] svn: /php/php-src/trunk/ UPGRADING Zend/zend_builtin_functions.c

2010-05-06 Thread Felipe Pena
2010/5/6 Johannes Schlüter > On Thu, 2010-05-06 at 15:18 +, Felipe Pena wrote: > > felipe Thu, 06 May 2010 15:18:20 + > > > > Revision: http://svn.php.net/viewvc?view=revision&revision=299078 > > > > Log: > > - Added get_declared_traits() > > do we need a

Re: [PHP-CVS] svn: /php/php-src/trunk/ UPGRADING Zend/zend_builtin_functions.c

2010-05-06 Thread Johannes Schlüter
On Thu, 2010-05-06 at 15:18 +, Felipe Pena wrote: > felipe Thu, 06 May 2010 15:18:20 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=299078 > > Log: > - Added get_declared_traits() do we need a traits-specific reflection class or will Re

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING Zend/zend_builtin_functions.c

2010-05-06 Thread Felipe Pena
felipe Thu, 06 May 2010 15:18:20 + Revision: http://svn.php.net/viewvc?view=revision&revision=299078 Log: - Added get_declared_traits() Changed paths: U php/php-src/trunk/UPGRADING U php/php-src/trunk/Zend/zend_builtin_functions.c Modified: php/

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

2010-04-28 Thread Kalle Sommer Nielsen
kalleThu, 29 Apr 2010 01:03:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=298744 Log: Update UPGRADING with recent feature removals Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING

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

2010-03-24 Thread Rasmus Lerdorf
rasmus Wed, 24 Mar 2010 16:23:50 + Revision: http://svn.php.net/viewvc?view=revision&revision=296731 Log: Reset this document Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING ==