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

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

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

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

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

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

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

2011-03-08 Thread Ford, Mike
While you're about it, how about being a little less ppositive about the pposition of multibyte suppport? Cheers! Mike -- Mike Ford, Electronic Information Developer, Libraries and Learning Innovation, Leeds Metropolitan University, C507 City Campus, Woodhouse Lane, LEEDS,  LS1 3HE,  Unite

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:

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

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_

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

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/array_type_hint_001.phpt Zend/tests/hint/param_type_hint_001.phpt Zend/tests/hint/param_type_hint_002.phpt Zend/tests/hint/param_type_hint_003.

2010-05-22 Thread Felipe Pena
Ilia, 2010/5/22 Ilia Alshanetsky > Felipe, > > The idea behind the more complex logic was to allow people to have > Int/String/etc... class names, which if we make the types reserved keywords > will no longer be possible and break existing code. > > I didn't knew that plan. Anyway, it can be don

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/array_type_hint_001.phpt Zend/tests/hint/param_type_hint_001.phpt Zend/tests/hint/param_type_hint_002.phpt Zend/tests/hint/param_type_hint_003.

2010-05-22 Thread Pierre Joye
could you discuss that on internals please? On Sat, May 22, 2010 at 5:15 PM, Ilia Alshanetsky wrote: > Felipe, > > The idea behind the more complex logic was to allow people to have > Int/String/etc... class names, which if we make the types reserved keywords > will no longer be possible and brea

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/array_type_hint_001.phpt Zend/tests/hint/param_type_hint_001.phpt Zend/tests/hint/param_type_hint_002.phpt Zend/tests/hint/param_type_hint_003.

2010-05-22 Thread Ilia Alshanetsky
Felipe, The idea behind the more complex logic was to allow people to have Int/String/etc... class names, which if we make the types reserved keywords will no longer be possible and break existing code. On Sat, May 22, 2010 at 11:03 AM, Felipe Pena wrote: > 2010/5/22 Ilia Alshanetsky > > Felip

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/array_type_hint_001.phpt Zend/tests/hint/param_type_hint_001.phpt Zend/tests/hint/param_type_hint_002.phpt Zend/tests/hint/param_type_hint_003.

2010-05-22 Thread Felipe Pena
2010/5/22 Ilia Alshanetsky > Felipe, > > Wouldn't the simpler change be to allow use of no spaces between scalar > hint and a variable? Basically change + to a *? > > > But it is not just about 0 or more tab/spaces, there is also \r, \n... which are inclued in the {WHITESPACE}. And I consider sim

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/array_type_hint_001.phpt Zend/tests/hint/param_type_hint_001.phpt Zend/tests/hint/param_type_hint_002.phpt Zend/tests/hint/param_type_hint_003.

2010-05-22 Thread Ilia Alshanetsky
Felipe, Wouldn't the simpler change be to allow use of no spaces between scalar hint and a variable? Basically change + to a *? On Fri, May 21, 2010 at 9:07 PM, Felipe Pena wrote: > Hi, > > 2010/5/20 Derick Rethans > > > derick Thu, 20 May 2010 19:18:35 +

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/array_type_hint_001.phpt Zend/tests/hint/param_type_hint_001.phpt Zend/tests/hint/param_type_hint_002.phpt Zend/tests/hint/param_type_hint_003.

2010-05-21 Thread Felipe Pena
Hi, 2010/5/20 Derick Rethans > derick Thu, 20 May 2010 19:18:35 + > Revision: http://svn.php.net/viewvc?view=revision&revision=299534 > > Log: > - Added scalar typehinting. > > Changed paths: > > > > Any reason to not do the same as array is treated nowad

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

2010-05-06 Thread Pierre Joye
On Thu, May 6, 2010 at 12:59 PM, Hannes Magnusson wrote: > On Thu, May 6, 2010 at 00:48, Sara Golemon wrote: >> pollita                                  Wed, 05 May 2010 22:48:14 + >> >> Revision: http://svn.php.net/viewvc?view=revision&revision=299037 >> >> Log: >> Add JSON_Serializable inte

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

2010-05-06 Thread Hannes Magnusson
On Thu, May 6, 2010 at 00:48, Sara Golemon wrote: > pollita                                  Wed, 05 May 2010 22:48:14 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=299037 > > Log: > Add JSON_Serializable interface Slight bikeshedding.. but we don't use underscore for inter

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/closure_005.phpt Zend/tests/closure_007.phpt Zend/tests/closure_020.phpt Zend/tests/closure_024.phpt Zend/tests/closure_026.phpt Zend/tests/clo

2010-04-25 Thread Hannes Magnusson
On Mon, Apr 19, 2010 at 21:45, Stanislav Malyshev wrote: > stas                                     Mon, 19 Apr 2010 19:45:03 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=298187 > > Log: > restore $this support for closures to its former glory > Remember the upgrade guide.

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/unset_cv05.phpt ext/filter/filter.c ext/session/session.c ext/session/tests/007.phpt ext/session/tests/008-php4.2.3.phpt ext/session/tests/009.

2010-04-25 Thread Hannes Magnusson
On Thu, Apr 15, 2010 at 18:36, Kalle Sommer Nielsen wrote: > kalle                                    Thu, 15 Apr 2010 16:36:08 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=298048 > > Log: > Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from > ext/session

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/unset_cv07.phpt ext/standard/basic_functions.c ext/standard/basic_functions.h ext/standard/tests/general_functions/import_request.phpt ext/standa

2010-04-22 Thread Antony Dovgal
On 22.04.2010 02:23, Kalle Sommer Nielsen wrote: > +--SKIPIF-- > + register_globals'); } ?> First 4 letters of this message must be 'skip', otherwise the test is not skipped. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP CVS Mailing List (http://www.php.net/)

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/standard/datetime.c main/main.c main/php_globals.h php.ini-development php.ini-production

2010-04-15 Thread Johannes Schlüter
On Thu, 2010-04-15 at 12:04 +0100, Derick Rethans wrote: > On Mon, 12 Apr 2010, Kalle Sommer Nielsen wrote: > > > Modified: php/php-src/trunk/main/php_globals.h > > === > > --- php/php-src/trunk/main/php_globals.h2010-04-12 07:01:

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/standard/datetime.c main/main.c main/php_globals.h php.ini-development php.ini-production

2010-04-15 Thread Derick Rethans
On Mon, 12 Apr 2010, Kalle Sommer Nielsen wrote: > Modified: php/php-src/trunk/main/php_globals.h > === > --- php/php-src/trunk/main/php_globals.h 2010-04-12 07:01:46 UTC (rev > 297863) > +++ php/php-src/trunk/main/php_globals.h

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/reflection/php_reflection.c ext/reflection/tests/ReflectionExtension_isPersistant.phpt ext/reflection/tests/ReflectionExtension_isTemporary.phpt

2010-04-03 Thread Johannes Schlüter
On Sat, 2010-04-03 at 18:21 +0200, Johannes Schlüter wrote: > dl()ed or loaded using the extension directive in php.ini, persistent is > statically compiled-in. eh I meant to write "dl()ed is temporary, persistent is statically compiled-in or loaded using the extension directive in php.ini" > Doc

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/reflection/php_reflection.c ext/reflection/tests/ReflectionExtension_isPersistant.phpt ext/reflection/tests/ReflectionExtension_isTemporary.phpt

2010-04-03 Thread Johannes Schlüter
On Sat, 2010-04-03 at 14:53 +, Hannes Magnusson wrote: > 2010/3/30 Johannes Schlüter : > > johannes Tue, 30 Mar 2010 20:50:42 + > > > > Revision: http://svn.php.net/viewvc?view=revision&revision=297202 > > > > Log: > > Add ReflectionExtension::isTemporary() a

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/reflection/php_reflection.c ext/reflection/tests/ReflectionExtension_isPersistant.phpt ext/reflection/tests/ReflectionExtension_isTemporary.phpt

2010-04-03 Thread Kalle Sommer Nielsen
2010/4/3 Hannes Magnusson : > 2010/3/30 Johannes Schlüter : >> johannes                                 Tue, 30 Mar 2010 20:50:42 + >> >> Revision: http://svn.php.net/viewvc?view=revision&revision=297202 >> >> Log: >> Add ReflectionExtension::isTemporary() and >> ReflectionExtension::isPersist

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/reflection/php_reflection.c ext/reflection/tests/ReflectionExtension_isPersistant.phpt ext/reflection/tests/ReflectionExtension_isTemporary.phpt

2010-04-03 Thread Hannes Magnusson
2010/3/30 Johannes Schlüter : > johannes                                 Tue, 30 Mar 2010 20:50:42 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=297202 > > Log: > Add ReflectionExtension::isTemporary() and > ReflectionExtension::isPersistent(). Whattaheck is a temporary ext

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/standard/html.c ext/standard/tests/strings/bug44703.phpt ext/standard/tests/strings/get_html_translation_table_basic1.phpt ext/standard/tests/strings/ge

2010-03-26 Thread Johannes Schlüter
On Fri, 2010-03-26 at 11:03 -0700, Stanislav Malyshev wrote: > Hi! > > >> Well, they don't necessarily have to fix their application. They can > >> just put: default_charset=iso-8859-1 in their php.ini. > > > > If they have access to the file, which many users don't have. And I > > Can't they ju

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/standard/html.c ext/standard/tests/strings/bug44703.phpt ext/standard/tests/strings/get_html_translation_table_basic1.phpt ext/standard/tests/strings/ge

2010-03-26 Thread Stanislav Malyshev
Hi! Well, they don't necessarily have to fix their application. They can just put: default_charset=iso-8859-1 in their php.ini. If they have access to the file, which many users don't have. And I Can't they just do ini_set? It's INI_ALL. -- Stanislav Malyshev, Zend Software Architect s...@z

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/standard/html.c ext/standard/tests/strings/bug44703.phpt ext/standard/tests/strings/get_html_translation_table_basic1.phpt ext/standard/tests/strings/ge

2010-03-26 Thread Johannes Schlüter
On Fri, 2010-03-26 at 08:04 -0700, Rasmus Lerdorf wrote: > On 03/26/2010 05:39 AM, Johannes Schlüter wrote: > > On Tue, 2010-03-23 at 18:08 +, Rasmus Lerdorf wrote: > >> rasmus Tue, 23 Mar 2010 18:08:06 + > >> > >> Revision: http://svn.php.net/viewvc?view=r

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/standard/html.c ext/standard/tests/strings/bug44703.phpt ext/standard/tests/strings/get_html_translation_table_basic1.phpt ext/standard/tests/strings/ge

2010-03-26 Thread Rasmus Lerdorf
On 03/26/2010 05:39 AM, Johannes Schlüter wrote: > On Tue, 2010-03-23 at 18:08 +, Rasmus Lerdorf wrote: >> rasmus Tue, 23 Mar 2010 18:08:06 + >> >> Revision: http://svn.php.net/viewvc?view=revision&revision=296685 >> >> Log: >> Switch default_charset, if no

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/standard/html.c ext/standard/tests/strings/bug44703.phpt ext/standard/tests/strings/get_html_translation_table_basic1.phpt ext/standard/tests/strings/

2010-03-26 Thread Hannes Magnusson
2010/3/26 Johannes Schlüter : > On Tue, 2010-03-23 at 18:08 +, Rasmus Lerdorf wrote: > With the environments using more and more Utf-8 (operating system > environments, editor defaults, ...) the change is good but it is no > small thing but will cause "trouble" for many users having iso-8859-1

[PHP-CVS] Re: [INTERNALS-WIN] Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/standard/html.c ext/standard/tests/strings/bug44703.phpt ext/standard/tests/strings/get_html_translation_table_basic1.ph

2010-03-26 Thread Lukas Kahwe Smith
On 26.03.2010, at 14:25, Ferenc Kovacs wrote: > > > 2010/3/26 Lukas Kahwe Smith > > On 26.03.2010, at 13:39, Johannes Schlüter wrote: > > > On Tue, 2010-03-23 at 18:08 +, Rasmus Lerdorf wrote: > >> rasmus Tue, 23 Mar 2010 18:08:06 + > >> > >> Revisio

[PHP-CVS] Re: [INTERNALS-WIN] Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/standard/html.c ext/standard/tests/strings/bug44703.phpt ext/standard/tests/strings/get_html_translation_table_basic1.ph

2010-03-26 Thread Ferenc Kovacs
2010/3/26 Lukas Kahwe Smith > > On 26.03.2010, at 13:39, Johannes Schlüter wrote: > > > On Tue, 2010-03-23 at 18:08 +, Rasmus Lerdorf wrote: > >> rasmus Tue, 23 Mar 2010 18:08:06 + > >> > >> Revision: http://svn.php.net/viewvc?view=revision&revision=29668

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/standard/html.c ext/standard/tests/strings/bug44703.phpt ext/standard/tests/strings/get_html_translation_table_basic1.phpt ext/standard/tests/strings/ge

2010-03-26 Thread Lukas Kahwe Smith
On 26.03.2010, at 13:39, Johannes Schlüter wrote: > On Tue, 2010-03-23 at 18:08 +, Rasmus Lerdorf wrote: >> rasmus Tue, 23 Mar 2010 18:08:06 + >> >> Revision: http://svn.php.net/viewvc?view=revision&revision=296685 >> >> Log: >> Switch default_charset,

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/standard/html.c ext/standard/tests/strings/bug44703.phpt ext/standard/tests/strings/get_html_translation_table_basic1.phpt ext/standard/tests/strings/ge

2010-03-26 Thread Johannes Schlüter
On Tue, 2010-03-23 at 18:08 +, Rasmus Lerdorf wrote: > rasmus Tue, 23 Mar 2010 18:08:06 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=296685 > > Log: > Switch default_charset, if not specified, from ISO-8859-1 to UTF-8 > I have been wan

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/hash/config.m4 ext/hash/hash.c ext/hash/hash_joaat.c ext/hash/php_hash.h ext/hash/php_hash_joaat.h ext/hash/tests/hash_algos.phpt ext/hash/tests/joaat

2010-03-24 Thread Pierre Joye
thanks! On Wed, Mar 24, 2010 at 5:31 PM, Martin Jansen wrote: > On 24.03.10 17:03, Pierre Joye wrote: >> What's about config.w32? > > Fixed.  I also added FNV support which was missing, too. > > Martin > -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP CVS Maili

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/hash/config.m4 ext/hash/hash.c ext/hash/hash_joaat.c ext/hash/php_hash.h ext/hash/php_hash_joaat.h ext/hash/tests/hash_algos.phpt ext/hash/tests/joaat

2010-03-24 Thread Martin Jansen
On 24.03.10 17:03, Pierre Joye wrote: > What's about config.w32? Fixed. I also added FNV support which was missing, too. Martin -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/hash/config.m4 ext/hash/hash.c ext/hash/hash_joaat.c ext/hash/php_hash.h ext/hash/php_hash_joaat.h ext/hash/tests/hash_algos.phpt ext/hash/tests/joaat

2010-03-24 Thread Pierre Joye
hi Martin, What's about config.w32? Cheers, On Wed, Mar 24, 2010 at 4:47 PM, Martin Jansen wrote: > mj                                       Wed, 24 Mar 2010 15:47:40 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=296728 > > Log: > Added Jenkins's one-at-a-time hash suppor

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS main/php_version.h

2010-03-23 Thread Johannes Schlüter
On Tue, 2010-03-23 at 16:04 +, Derick Rethans wrote: > derick Tue, 23 Mar 2010 16:04:53 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=296680 > > Log: > - Set trunk version. > > Changed paths: > U php/php-src/trunk/NEWS > U

Re: [PHP-CVS] svn: php/php-src/trunk/ NEWS Zend/zend.c Zend/zend_dtrace.c

2009-07-19 Thread Stanislav Malyshev
Hi! + char dtrace_error_buffer[1024]; TSRMLS_FETCH(); /* Obtain relevant filename and lineno */ @@ -1581,6 +1591,12 @@ va_start(args, format); + if(DTRACE_ERROR_ENABLED()) { + vsprintf(dtrace_error_buffer, format, args); + } This doesn't