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
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
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
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
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
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
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/
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
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
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
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
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
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
===
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
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
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
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
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
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
==
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
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
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/
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
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
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
===
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
=
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
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
=
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
===
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
===
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
===
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
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
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
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
===
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
==
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
===
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
=
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
==
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
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.
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
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
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/
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
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
==
46 matches
Mail list logo