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
=
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
=
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
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
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
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
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
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
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
===
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
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
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
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
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().
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
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
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
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
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
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
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
===
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
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
===
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
==
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
===
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
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
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
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
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
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
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
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
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
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
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
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
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
=
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/
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
===
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
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/
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:
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
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
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
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
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:
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
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
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
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
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
===
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
=
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
===
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
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
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
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
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
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_
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
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
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
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
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.
On 1 October 2010 10:18, Kalle Sommer Nielsen wrote:
> - PHP_FE(getrandmax,
> arginfo_getrandmax)
> - PHP_FE(mt_rand,
>
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
> 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
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
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
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
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
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
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
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
(/
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
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
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
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
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
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/
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
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
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
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 - 100 of 182 matches
Mail list logo