[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/bug32555.phpt branches/PHP_5_3/ext/date/tests/bug54851.phpt branches/PHP_5_4/ext/date/tests/bug54851.phpt trunk/ext/date/tests/bug32555.php

2011-12-05 Thread Derick Rethans
derick Tue, 06 Dec 2011 05:59:24 + Revision: http://svn.php.net/viewvc?view=revision&revision=320476 Log: - Fixed test case for #54851. - Make test case for #32555 the same for all branches. Bugs: https://bugs.php.net/54851 (Closed) DateTime::createFromForma

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/run-tests.php branches/PHP_5_4/run-tests.php trunk/run-tests.php

2011-12-05 Thread Derick Rethans
derick Tue, 06 Dec 2011 05:44:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=320475 Log: This changes adds the --EXTENSION-- section to .phpt files as described in http://marc.info/?t=13224861637&r=1&w=2. Changed paths: U php/php-s

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/date/lib/parse_date.c branches/PHP_5_3/ext/date/lib/parse_date.re branches/PHP_5_3/ext/date/tests/bug54851.phpt branches/PHP

2011-12-04 Thread Derick Rethans
On Sun, 4 Dec 2011, Hannes Magnusson wrote: > On Sat, Nov 26, 2011 at 17:44, Derick Rethans wrote: > > derick                                   Sat, 26 Nov 2011 16:44:21 + > > > > Revision: http://svn.php.net/viewvc?view=revision&revision=319960 > > > >

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/date/lib/parse_date.c branches/PHP_5_3/ext/date/lib/parse_date.re branches/PHP_5_3/ext/date/tests/bug54851.phpt branches/PHP_5_4

2011-11-26 Thread Derick Rethans
derick Sat, 26 Nov 2011 16:44:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=319960 Log: - Fixed bug #54851 (DateTime::createFromFormat() doesn't interpret "D"). Bug: https://bugs.php.net/54851 (Assigned) DateTime::createFromFormat, $format

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/bug60236.phpt branches/PHP_5_4/ext/date/tests/bug60236.phpt trunk/ext/date/tests/bug60236.phpt

2011-11-25 Thread Derick Rethans
derick Fri, 25 Nov 2011 15:47:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=319828 Log: - Force setting for tests. Changed paths: U php/php-src/branches/PHP_5_3/ext/date/tests/bug60236.phpt U php/php-src/branches/PHP_5_4/ext/dat

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/main/main.c branches/PHP_5_4/main/main.c trunk/main/main.c

2011-11-25 Thread Derick Rethans
derick Fri, 25 Nov 2011 14:06:55 + Revision: http://svn.php.net/viewvc?view=revision&revision=319823 Log: - Fixed bug #60373 (Startup errors with log_errors on cause segfault). Bug: https://bugs.php.net/60373 (Closed) Startup errors with log_errors on cause

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/date/lib/unixtime2tm.c branches/PHP_5_3/ext/date/tests/bug55253.phpt branches/PHP_5_3/ext/date/tests/bug60236.phpt branches/PHP_

2011-11-24 Thread Derick Rethans
derick Thu, 24 Nov 2011 17:13:47 + Revision: http://svn.php.net/viewvc?view=revision&revision=319767 Log: - Fixed bug #60236 (TLA timezone dates are not converted properly from timestamp). - Fixed bug #55253 (DateTime::add() and sub() result -1 hour on obje

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/lib/timezonedb.h branches/PHP_5_4/ext/date/lib/timezonedb.h trunk/ext/date/lib/timezonedb.h

2011-10-24 Thread Derick Rethans
derick Mon, 24 Oct 2011 15:19:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=318370 Log: - Updated to version 2011.13 (2011m) Changed paths: U php/php-src/branches/PHP_5_3/ext/date/lib/timezonedb.h U php/php-src/branches/PHP_5_4/

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/lib/timezonedb.h branches/PHP_5_4/ext/date/lib/timezonedb.h trunk/ext/date/lib/timezonedb.h

2011-10-10 Thread Derick Rethans
derick Mon, 10 Oct 2011 08:05:55 + Revision: http://svn.php.net/viewvc?view=revision&revision=317954 Log: - Updated to version 2011.12 (2011l) Changed paths: U php/php-src/branches/PHP_5_3/ext/date/lib/timezonedb.h U php/php-src/branches/PHP_5_4/

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_compile.c trunk/Zend/zend_compile.c

2011-09-13 Thread Derick Rethans
derick Tue, 13 Sep 2011 15:17:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=316654 Log: - Fixed compiler warnings (patch by Kalle Sommer Nielsen) Changed paths: U php/php-src/branches/PHP_5_4/Zend/zend_compile.c U php/php-src/tr

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ UPGRADING

2011-09-13 Thread Derick Rethans
derick Tue, 13 Sep 2011 14:57:58 + Revision: http://svn.php.net/viewvc?view=revision&revision=316646 Log: - Document changes in upgrading. Changed paths: U php/php-src/branches/PHP_5_4/UPGRADING Modified: php/php-src/branches/PHP_5_4/UPGRADING ===

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ UPGRADING

2011-09-13 Thread Derick Rethans
derick Tue, 13 Sep 2011 14:50:18 + Revision: http://svn.php.net/viewvc?view=revision&revision=316642 Log: And some formatting Changed paths: U php/php-src/branches/PHP_5_4/UPGRADING Modified: php/php-src/branches/PHP_5_4/UPGRADING

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ UPGRADING

2011-09-13 Thread Derick Rethans
derick Tue, 13 Sep 2011 14:49:44 + Revision: http://svn.php.net/viewvc?view=revision&revision=316641 Log: - tabs to spaces Changed paths: U php/php-src/branches/PHP_5_4/UPGRADING Modified: php/php-src/branches/PHP_5_4/UPGRADING ===

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/lib/timezonedb.h branches/PHP_5_4/ext/date/lib/timezonedb.h trunk/ext/date/lib/timezonedb.h

2011-09-12 Thread Derick Rethans
derick Mon, 12 Sep 2011 15:49:12 + Revision: http://svn.php.net/viewvc?view=revision&revision=316553 Log: - Updated to version 2011.10 (2011j) Changed paths: U php/php-src/branches/PHP_5_3/ext/date/lib/timezonedb.h U php/php-src/branches/PHP_5_4/

[PHP-CVS] svn: /php/php-src/trunk/ext/date/ TODO

2011-09-08 Thread Derick Rethans
derick Thu, 08 Sep 2011 16:57:41 + Revision: http://svn.php.net/viewvc?view=revision&revision=316423 Log: - Updated to-do. Changed paths: U php/php-src/trunk/ext/date/TODO Modified: php/php-src/trunk/ext/date/TODO =

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-08-30 Thread Derick Rethans
derick Tue, 30 Aug 2011 16:26:43 + Revision: http://svn.php.net/viewvc?view=revision&revision=315793 Log: - Give Mel dbus access. Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_operators.c branches/PHP_5_4/Zend/zend_operators.h trunk/Zend/zend_operators.c trunk/Zend/zend_operators.h

2011-08-29 Thread Derick Rethans
derick Mon, 29 Aug 2011 20:24:09 + Revision: http://svn.php.net/viewvc?view=revision&revision=315737 Log: - Zend engine part for bug #55158: Add SORT_NATURAL type to array_multisort (patch by Arpad Ray). Bug: https://bugs.php.net/55158 (Open) Add SORT_NATU

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-08-29 Thread Derick Rethans
derick Mon, 29 Aug 2011 19:08:07 + Revision: http://svn.php.net/viewvc?view=revision&revision=315728 Log: - Give Arpad php-src karma. Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/lib/timezonedb.h branches/PHP_5_4/ext/date/lib/timezonedb.h trunk/ext/date/lib/timezonedb.h

2011-08-29 Thread Derick Rethans
derick Mon, 29 Aug 2011 16:37:56 + Revision: http://svn.php.net/viewvc?view=revision&revision=315720 Log: - Updated to version 2011.9 (2011i) Changed paths: U php/php-src/branches/PHP_5_3/ext/date/lib/timezonedb.h U php/php-src/branches/PHP_5_4/e

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/tests/lang/bug35176.phpt trunk/tests/lang/bug35176.phpt

2011-08-16 Thread Derick Rethans
x27;t sound right. It needs to be set for docrefs to show up *only*: derick@whisky:~$ php -v PHP 5.4.0beta1-dev (cli) (built: Aug 8 2011 09:26:58) (DEBUG) Copyright (c) 1997-2011 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2011 Zend Technologies with Xdebug v2.2.0-dev, Copyrig

[PHP-CVS] utf-8?q?svn:_/php/php-src/_branches/PHP=5F5=5F4/ext/ereg/ereg.c_br anches/PHP=5F5=5F4/ext/ereg/regex/regerror.c_branches/PHP=5F5=5F4/ext/stan dard/var.c_branches/PHP=5F5=5F4/main/streams/cas

2011-08-14 Thread Derick Rethans
On Fri, 12 Aug 2011, Xinchen Hui wrote: > laruence Fri, 12 Aug 2011 07:47:03 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=314808 > > Log: > Omitted GCC warning "comparison is always false" I don't get this commit message, as you seem to ha

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ NEWS

2011-08-10 Thread Derick Rethans
derick Wed, 10 Aug 2011 16:34:39 + Revision: http://svn.php.net/viewvc?view=revision&revision=314762 Log: - Getting rid of the BOM. Changed paths: U php/php-src/branches/PHP_5_4/NEWS Modified: php/php-src/branches/PHP_5_4/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/main/main.c branches/PHP_5_4/php.ini-development branches/PHP_5_4/php.ini-production trunk/main/main.c trunk/php.ini-development trunk/php.ini-production

2011-08-10 Thread Derick Rethans
derick Wed, 10 Aug 2011 16:31:29 + Revision: http://svn.php.net/viewvc?view=revision&revision=314761 Log: - Turn on html_errors by default again in php.ini-production like it was in PHP 5.3, but only generate docref links when the docref_root INI setting is

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_API.c trunk/Zend/zend_API.c

2011-08-08 Thread Derick Rethans
On Mon, 8 Aug 2011, Johannes Schlüter wrote: > might be good to document in Zend/README.ZEND_MM or some similar > place? Indeed. And done. Derick -- http://derickrethans.nl | http://xdebug.org Like Xdebug? Consider a donation: http://xdebug.org/donate.php twitter: @derickr and @xdebug -- PHP

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/README.ZEND_MM trunk/Zend/README.ZEND_MM

2011-08-08 Thread Derick Rethans
derick Mon, 08 Aug 2011 07:42:58 + Revision: http://svn.php.net/viewvc?view=revision&revision=314469 Log: - Document the new ZEND_DONT_UNLOAD_MODULES environment variable. Changed paths: U php/php-src/branches/PHP_5_4/Zend/README.ZEND_MM U php/ph

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/Zend/tests/binary-32bit.phpt branches/PHP_5_4/Zend/tests/binary.phpt branches/PHP_5_4/Zend/zend_language_scanner.c branches/PHP_5_4/

2011-08-07 Thread Derick Rethans
derick Sun, 07 Aug 2011 17:36:31 + Revision: http://svn.php.net/viewvc?view=revision&revision=314443 Log: - Fixed bug #55378: binary number literal returns float number though its value is enough small Bug: https://bugs.php.net/55378 (Assigned) binary numb

Re: [PHP-CVS] svn: /php/php-src/tags/

2011-07-14 Thread Derick Rethans
On Thu, 14 Jul 2011, Stanislav Malyshev wrote: > stas Thu, 14 Jul 2011 05:41:08 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=313225 > > Log: > 5.4.0alpha2 > > Changed paths: > A + php/php-src/tags/php_5_4_0alpha2@/ > (from

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_API.c trunk/Zend/zend_API.c

2011-07-14 Thread Derick Rethans
derick Thu, 14 Jul 2011 12:21:15 + Revision: http://svn.php.net/viewvc?view=revision&revision=313243 Log: - Added a check for an enviroment variable (ZEND_DONT_UNLOAD_MODULES) that, if set, prevents PHP from dl_closing() modules on shutdown. - This makes it

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/lib/timezonedb.h branches/PHP_5_4/ext/date/lib/timezonedb.h trunk/ext/date/lib/timezonedb.h

2011-06-27 Thread Derick Rethans
derick Mon, 27 Jun 2011 11:47:43 + Revision: http://svn.php.net/viewvc?view=revision&revision=312526 Log: - Updated to version 2011.8 (2011h) Changed paths: U php/php-src/branches/PHP_5_3/ext/date/lib/timezonedb.h U php/php-src/branches/PHP_5_4/e

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/sapi/cli/php_cli.c trunk/sapi/cli/php_cli.c

2011-06-25 Thread Derick Rethans
derick Sat, 25 Jun 2011 10:16:46 + Revision: http://svn.php.net/viewvc?view=revision&revision=312453 Log: - Fixed layout. Tabs on the terminal don't align nicely in most cases. Changed paths: U php/php-src/branches/PHP_5_4/sapi/cli/php_cli.c U ph

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/main/main.c branches/PHP_5_4/main/php.h trunk/main/main.c trunk/main/php.h

2011-06-24 Thread Derick Rethans
derick Fri, 24 Jun 2011 11:19:34 + Revision: http://svn.php.net/viewvc?view=revision&revision=312431 Log: - Added a new PHPAPI function to return module_initialized: php_get_module_initialized(). Changed paths: U php/php-src/branches/PHP_5_4/main/mai

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/date/lib/interval.c branches/PHP_5_3/ext/date/tests/date_diff1.phpt branches/PHP_5_4/ext/date/lib/interval.c branches/PHP_5_4/ex

2011-06-17 Thread Derick Rethans
derick Fri, 17 Jun 2011 16:38:23 + Revision: http://svn.php.net/viewvc?view=revision&revision=312235 Log: - Fixed bug where the DateTime object got changed while using date_diff(). Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/date/lib/ parse_date.c parse_date.re

2011-03-28 Thread Derick Rethans
On Mon, 28 Mar 2011, Nuno Lopes wrote: > > On Mon, 28 Mar 2011, Nuno Lopes wrote: > > > > > nlopess Mon, 28 Mar 2011 09:10:23 + > > > > > > Revision: http://svn.php.net/viewvc?view=revision&revision=309775 > > > > > > Log: > > > fix last commit: > > > - fix

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/date/lib/ parse_date.c parse_date.re

2011-03-28 Thread Derick Rethans
On Mon, 28 Mar 2011, Nuno Lopes wrote: > nlopess Mon, 28 Mar 2011 09:11:28 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=309776 > > Log: > MFB (r309775): fix last commit It doesn't "fix" anything, it's just a MFB... and you changed the .c

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/date/lib/ parse_date.c parse_date.re

2011-03-28 Thread Derick Rethans
On Mon, 28 Mar 2011, Nuno Lopes wrote: > nlopess Mon, 28 Mar 2011 09:10:23 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=309775 > > Log: > fix last commit: > - fix code coverage build > - spread static love > > Changed paths: > U p

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/lib/timezonedb.h trunk/ext/date/lib/timezonedb.h

2011-03-14 Thread Derick Rethans
derick Mon, 14 Mar 2011 18:56:02 + Revision: http://svn.php.net/viewvc?view=revision&revision=309231 Log: - Updated to version 2011.4 (2011d) Changed paths: U php/php-src/branches/PHP_5_3/ext/date/lib/timezonedb.h U php/php-src/trunk/ext/date/lib

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-02-10 Thread Derick Rethans
derick Thu, 10 Feb 2011 22:49:04 + Revision: http://svn.php.net/viewvc?view=revision&revision=308235 Log: - Give Daniel tests access. Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/run-tests.php trunk/run-tests.php

2011-01-31 Thread Derick Rethans
derick Mon, 31 Jan 2011 23:11:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=307892 Log: - Don't lower case setting names; some of them actually have upper case characters. Changed paths: U php/php-src/branches/PHP_5_3/run-tests.php

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/php_date.c trunk/ext/date/php_date.c

2011-01-25 Thread Derick Rethans
derick Tue, 25 Jan 2011 15:08:19 + Revision: http://svn.php.net/viewvc?view=revision&revision=307735 Log: - Let's keep this consistent in the whole file. Changed paths: U php/php-src/branches/PHP_5_3/ext/date/php_date.c U php/php-src/trunk/ext/da

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/lib/timezonedb.h trunk/ext/date/lib/timezonedb.h

2011-01-24 Thread Derick Rethans
derick Mon, 24 Jan 2011 16:45:56 + Revision: http://svn.php.net/viewvc?view=revision&revision=307714 Log: - Updated to version 2011.1 (2011a) Changed paths: U php/php-src/branches/PHP_5_3/ext/date/lib/timezonedb.h U php/php-src/trunk/ext/date/lib

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/date/php_date.c trunk/ext/date/php_date.c

2011-01-12 Thread Derick Rethans
derick Wed, 12 Jan 2011 19:50:09 + Revision: http://svn.php.net/viewvc?view=revision&revision=307416 Log: - Fixed bug #53729 (DatePeriod fails to initialize recurrences on 64bit big-endian systems). (Patch by r...@basefarm.no) Bug: http://bugs.php.net/5372

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-01-12 Thread Derick Rethans
derick Wed, 12 Jan 2011 10:42:27 + Revision: http://svn.php.net/viewvc?view=revision&revision=307408 Log: - Give Boris ext/snmp karma Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/date/php_date.c branches/PHP_5_3/ext/date/tests/DateTime_modify_variation1.phpt branches/PHP_5_3/ext/date/tests/date-time-modify

2010-12-15 Thread Derick Rethans
derick Wed, 15 Dec 2010 21:45:25 + Revision: http://svn.php.net/viewvc?view=revision&revision=306392 Log: - Fixed a bug in DateTime->modify() where absolute date/time statements had no effect. Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

[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

[PHP-CVS] svn: /SVNROOT/ global_avail

2010-12-02 Thread Derick Rethans
derick Thu, 02 Dec 2010 15:34:59 + Revision: http://svn.php.net/viewvc?view=revision&revision=305909 Log: - Give salad php/web karma. Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2010-11-28 Thread Derick Rethans
derick Sun, 28 Nov 2010 16:33:07 + Revision: http://svn.php.net/viewvc?view=revision&revision=305800 Log: - Reorganize slightly as there was already a date and an intl extension header/section. Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modi

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/DateTime_modify_variation1.phpt branches/PHP_5_3/ext/date/tests/date_modify_variation2.phpt trunk/ext/date/tests/DateTime_modify_variation1

2010-11-28 Thread Derick Rethans
derick Sun, 28 Nov 2010 16:27:49 + Revision: http://svn.php.net/viewvc?view=revision&revision=305799 Log: - Fixed two more test cases. Changed paths: U php/php-src/branches/PHP_5_3/ext/date/tests/DateTime_modify_variation1.phpt U php/php-src/bra

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/010.phpt branches/PHP_5_3/ext/date/tests/bug33415-2.phpt branches/PHP_5_3/ext/date/tests/bug52342.phpt branches/PHP_5_3/ext/date/tests/time

2010-11-28 Thread Derick Rethans
derick Sun, 28 Nov 2010 13:41:06 + Revision: http://svn.php.net/viewvc?view=revision&revision=305797 Log: - Fixed a few test cases. Changed paths: U php/php-src/branches/PHP_5_3/ext/date/tests/010.phpt U php/php-src/branches/PHP_5_3/ext/date/test

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/date/ php_date.c

2010-11-18 Thread Derick Rethans
derick Thu, 18 Nov 2010 11:28:07 + Revision: http://svn.php.net/viewvc?view=revision&revision=305493 Log: - Fixed the call as well. Changed paths: U php/php-src/branches/PHP_5_3/ext/date/php_date.c Modified: php/php-src/branches/PHP_5_3/ext/date/php_d

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/date/ php_date.c php_date.h

2010-11-18 Thread Derick Rethans
On Thu, 18 Nov 2010, Johannes Schlüter wrote: > On Sat, 2010-11-13 at 16:31 +0000, Derick Rethans wrote: > > Changed paths: > > U php/php-src/branches/PHP_5_3/ext/date/php_date.c > > U php/php-src/branches/PHP_5_3/ext/date/php_date.h > > > -PHPAPI int ph

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/date/ php_date.c php_date.h

2010-11-18 Thread Derick Rethans
derick Thu, 18 Nov 2010 11:24:59 + Revision: http://svn.php.net/viewvc?view=revision&revision=305492 Log: - Revert the ABI changing commit. Changed paths: U php/php-src/branches/PHP_5_3/ext/date/php_date.c U php/php-src/branches/PHP_5_3/ext/date/

[PHP-CVS] svn: /SVNROOT/ global_avail

2010-11-16 Thread Derick Rethans
derick Tue, 16 Nov 2010 09:23:00 + Revision: http://svn.php.net/viewvc?view=revision&revision=305405 Log: - Give 'dzenovich' access to runkit and classkit per Tony's request. Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail ===

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/date/ php_date.c php_date.h

2010-11-13 Thread Derick Rethans
derick Sat, 13 Nov 2010 16:31:01 + Revision: http://svn.php.net/viewvc?view=revision&revision=305320 Log: - Sync from HEAD. Changed paths: U php/php-src/branches/PHP_5_3/ext/date/php_date.c U php/php-src/branches/PHP_5_3/ext/date/php_date.h Modi

[PHP-CVS] svn: /php/php-src/trunk/ext/date/tests/ bug48187.phpt bug50475.phpt bug51819.phpt bug51994.phpt

2010-11-13 Thread Derick Rethans
derick Sat, 13 Nov 2010 16:30:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=305319 Log: - Copied test cases (that all fail?!) from 5.3 to trunk. Changed paths: A php/php-src/trunk/ext/date/tests/bug48187.phpt A php/php-src/trunk

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/date/lib/parse_date.c branches/PHP_5_3/ext/date/lib/parse_date.re branches/PHP_5_3/ext/date/lib/parse_iso_intervals.c trunk/ext/

2010-11-13 Thread Derick Rethans
derick Sat, 13 Nov 2010 15:01:48 + Revision: http://svn.php.net/viewvc?view=revision&revision=305316 Log: - MFH: Added support for the ( and ) delimiters/separators to DateTime::createFromFormat(). - Regenerated the parsers for HEAD and PHP_5_3. Changed pa

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/lib/timelib.c trunk/ext/date/lib/timelib.c

2010-11-13 Thread Derick Rethans
derick Sat, 13 Nov 2010 14:57:47 + Revision: http://svn.php.net/viewvc?view=revision&revision=305315 Log: - Don't show timezone if it wasn't found while parsing. Changed paths: U php/php-src/branches/PHP_5_3/ext/date/lib/timelib.c U php/php-src/t

[PHP-CVS] svn: /php/php-src/trunk/ext/date/lib/ parse_date.re

2010-11-13 Thread Derick Rethans
derick Sat, 13 Nov 2010 12:56:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=305313 Log: - Added support for the ( and ) delimiters/separators to DateTime::createFromFormat(). #- There are a few more things to come, once ready, I'll regener

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/lib/timezonedb.h trunk/ext/date/lib/timezonedb.h

2010-11-01 Thread Derick Rethans
derick Mon, 01 Nov 2010 17:55:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=305012 Log: - Updated to version 2010.15 (2010o) Changed paths: U php/php-src/branches/PHP_5_3/ext/date/lib/timezonedb.h U php/php-src/trunk/ext/date/li

[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/ run-tests.php

2010-10-15 Thread Derick Rethans
derick Fri, 15 Oct 2010 12:56:45 + Revision: http://svn.php.net/viewvc?view=revision&revision=304415 Log: - Added the writing of .sh files so that we can run the tests (including all INI settings) in one go. Changed paths: U php/php-src/trunk/run-tes

[PHP-CVS] svn: /SVNROOT/ global_avail

2010-09-15 Thread Derick Rethans
derick Wed, 15 Sep 2010 15:40:38 + Revision: http://svn.php.net/viewvc?view=revision&revision=303399 Log: - Give Simon phpdoc karma so he can add the docbook sources instead of commiting generated docs ;-) Changed paths: U SVNROOT/global_avail Modif

[PHP-CVS] svn: /SVNROOT/ global_avail

2010-09-15 Thread Derick Rethans
derick Wed, 15 Sep 2010 09:53:18 + Revision: http://svn.php.net/viewvc?view=revision&revision=303389 Log: - Give Simon karma for pecl/ssdeep Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail =

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/Zend/zend_gc.c trunk/Zend/zend_gc.c

2010-09-05 Thread Derick Rethans
Hi! On Fri, 3 Sep 2010, Dmitry Stogov wrote: > dmitry Fri, 03 Sep 2010 09:27:47 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=303016 > > Log: > Fixed GC bug Do you perhaps have a test case or perhaps some information on what went wrong

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/Makefile.global trunk/Makefile.global

2010-09-05 Thread Derick Rethans
derick Sun, 05 Sep 2010 12:29:47 + Revision: http://svn.php.net/viewvc?view=revision&revision=303053 Log: - Clean up the generated tmp-php.ini after make test has run. Changed paths: U php/php-src/branches/PHP_5_3/Makefile.global U php/php-src/tr

[PHP-CVS] svn: /php/php-src/trunk/ext/mbstring/tests/ mb_decode_mimeheader_variation1.phpt

2010-09-05 Thread Derick Rethans
derick Sun, 05 Sep 2010 08:46:41 + Revision: http://svn.php.net/viewvc?view=revision&revision=303046 Log: - Turn test-description into on line. Changed paths: U php/php-src/trunk/ext/mbstring/tests/mb_decode_mimeheader_variation1.phpt Modified: php/

[PHP-CVS] svn: /php/php-src/trunk/ext/date/tests/ bug52290.phpt

2010-08-30 Thread Derick Rethans
derick Mon, 30 Aug 2010 16:50:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=302894 Log: - Keep 5.3 and trunk in sync. Changed paths: A + php/php-src/trunk/ext/date/tests/bug52290.phpt (from php/php-src/branches/PHP_5_3/ext/date/

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/bug52342.phpt trunk/ext/date/tests/bug52342.phpt

2010-08-30 Thread Derick Rethans
derick Mon, 30 Aug 2010 16:48:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=302893 Log: - Tests for bug #52342 (DateTime setIsoDate results in wrong timestamp). Bug: http://bugs.php.net/52342 (Assigned) DateTime setIsoDate results in wrong

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/date/tests/ bug52454.phpt

2010-08-30 Thread Derick Rethans
derick Mon, 30 Aug 2010 16:47:46 + Revision: http://svn.php.net/viewvc?view=revision&revision=302892 Log: - Added test file that I forgot to commit. Changed paths: A php/php-src/branches/PHP_5_3/ext/date/tests/bug52454.phpt Added: php/php-src/branches

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/date/lib/tm2unixtime.c trunk/ext/date/lib/tm2unixtime.c trunk/ext/date/tests/bug52454.phpt

2010-08-30 Thread Derick Rethans
derick Mon, 30 Aug 2010 16:25:52 + Revision: http://svn.php.net/viewvc?view=revision&revision=302890 Log: - Fixed bug #52454 (Relative dates and getTimestamp increments by one day) Bug: http://bugs.php.net/52454 (Assigned) Relative dates and getTimestamp in

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/bug52577.phpt trunk/ext/date/tests/bug52577.phpt

2010-08-30 Thread Derick Rethans
derick Mon, 30 Aug 2010 15:40:36 + Revision: http://svn.php.net/viewvc?view=revision&revision=302889 Log: - Test for (non-)bug #52577. Bug: http://bugs.php.net/52577 (Assigned) Incorrect date returning Changed paths: A php/php-src/branches/PHP_5

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/bug46874.phpt trunk/ext/date/tests/bug46874.phpt

2010-08-30 Thread Derick Rethans
derick Mon, 30 Aug 2010 15:35:41 + Revision: http://svn.php.net/viewvc?view=revision&revision=302888 Log: - Added test for bug #46874 (same as #52668). Bugs: http://bugs.php.net/46874 (Bogus) DatePeriod not resetting after foreach loop http://bugs.php

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/date/lib/timelib.c branches/PHP_5_3/ext/date/lib/timelib.h branches/PHP_5_3/ext/date/php_date.c branches/PHP_5_3/ext/date/php_da

2010-08-30 Thread Derick Rethans
derick Mon, 30 Aug 2010 15:32:09 + Revision: http://svn.php.net/viewvc?view=revision&revision=302887 Log: - Fixed bug #52668 (Iterating over a dateperiod twice is broken). Bug: http://bugs.php.net/52668 (Assigned) Iterating over a dateperiod twice is broken

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/lib/timezonedb.h trunk/ext/date/lib/timezonedb.h

2010-08-16 Thread Derick Rethans
derick Mon, 16 Aug 2010 12:48:53 + Revision: http://svn.php.net/viewvc?view=revision&revision=302342 Log: - Updated to version 2010.12 (2010l) Changed paths: U php/php-src/branches/PHP_5_3/ext/date/lib/timezonedb.h U php/php-src/trunk/ext/date/li

Re: [PHP-CVS] svn: /php/php-src/tags/ oci8-1.4.3/CREDITS oci8-1.4.3/README oci8-1.4.3/config.m4 oci8-1.4.3/config.w32 oci8-1.4.3/oci8.c oci8-1.4.3/oci8.dsp oci8-1.4.3/oci8_collection.c oci8-1.4.3/o

2010-08-09 Thread Derick Rethans
On Mon, 9 Aug 2010, Adam Harvey wrote: > On 7 August 2010 08:28, Christopher Jones wrote: > > sixd                                     Sat, 07 Aug 2010 00:28:09 + > > > > Revision: http://svn.php.net/viewvc?view=revision&revision=301961 > > > > Log: > > Tagging the 1.4.3 release > > > > Chang

Re: [PHP-CVS] svn: /php/php-src/branches/ LEMON/Zend/zend_language_scanner_defs.h LEMON/main/main.c LEMON/main/php_main.h

2010-07-06 Thread Derick Rethans
Hi, wasn't supposed to commit the change below *yet*, but will do that in trunk soon too. cheers, Derick On Tue, 6 Jul 2010, Derick Rethans wrote: > Modified: php/php-src/branches/LEMON/main/main.c > === > --- php

[PHP-CVS] svn: /php/php-src/branches/ LEMON/Zend/zend_language_scanner_defs.h LEMON/main/main.c LEMON/main/php_main.h

2010-07-06 Thread Derick Rethans
derick Tue, 06 Jul 2010 19:10:27 + Revision: http://svn.php.net/viewvc?view=revision&revision=301029 Log: - The Lemon branch. Changed paths: A + php/php-src/branches/LEMON/ (from php/php-src/trunk/:r301028) U php/php-src/branches/LEMON/Zend

[PHP-CVS] svn: /SVNROOT/ global_avail

2010-06-15 Thread Derick Rethans
derick Tue, 15 Jun 2010 09:27:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=300461 Log: - Give Ben tests access. Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail ===

[PHP-CVS] svn: /SVNROOT/ global_avail

2010-06-11 Thread Derick Rethans
derick Fri, 11 Jun 2010 13:51:43 + Revision: http://svn.php.net/viewvc?view=revision&revision=300383 Log: - Upgrade Patrick. Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail =

[PHP-CVS] svn: /SVNROOT/ global_avail

2010-05-25 Thread Derick Rethans
derick Tue, 25 May 2010 16:28:35 + Revision: http://svn.php.net/viewvc?view=revision&revision=299744 Log: - Give Mark GTK access by request of Elizabeth Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail =

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo/ pdo_dbh.c

2010-05-19 Thread Derick Rethans
derick Wed, 19 May 2010 20:20:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=299511 Log: - Fixed name. Changed paths: U php/php-src/trunk/ext/pdo/pdo_dbh.c Modified: php/php-src/trunk/ext/pdo/pdo_dbh.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/date/lib/interval.c branches/PHP_5_3/ext/date/lib/tm2unixtime.c branches/PHP_5_3/ext/date/tests/bug49081.phpt branches/PHP_5_3/e

2010-05-04 Thread Derick Rethans
derick Tue, 04 May 2010 15:11:41 + Revision: http://svn.php.net/viewvc?view=revision&revision=298973 Log: - Fixed bug #49081 (DateTime::diff() mistake if start in January and interval > 28 days). (Derick) Bug: http://bugs.php.net/49081 (Assigned) [PATCH] D

Re: [PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_compile.c zend_opcode.c

2010-05-02 Thread Derick Rethans
On Sun, 2 May 2010, Stefan Marr wrote: > On 02 May 2010, at 19:12, Derick Rethans wrote: > > Is there a reason why you named this to something with a _ at the start? > > AFAIK we've never done this, and instead prefer php_ (or in this case, > > zend_ ) > >

Re: [PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_compile.c zend_opcode.c

2010-05-02 Thread Derick Rethans
On Sun, 2 May 2010, Stefan Marr wrote: > gron Sun, 02 May 2010 16:32:25 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=298877 > > Log: > Refactored part of the Traits implementation. > # - renamed php_runkit_function_copy_ctor to _duplica

Re: [PHP-CVS] svn: /php/php-src/trunk/ ext/bz2/bz2.dsp ext/ctype/ctype.dsp ext/curl/curl.dsp ext/dba/dba.dsp ext/dom/dom.dsp ext/exif/exif.dsp ext/ext_skel_win32.php ext/gd/gd.dsp ext/gettext/gettext.

2010-04-29 Thread Derick Rethans
On Thu, 29 Apr 2010, Rob Richards wrote: > The discussion was a while ago (Steph was working on a way to autogenerate > them at the time). Unfortunately it failed miserably (buildconf error'd out) > when I tried to use it (tried it after the dsps had been removed). Until that > is working (or some

[PHP-CVS] svn: /SVNROOT/ global_avail

2010-04-26 Thread Derick Rethans
derick Mon, 26 Apr 2010 16:49:55 + Revision: http://svn.php.net/viewvc?view=revision&revision=298603 Log: - Fixed typo. Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail ==

[PHP-CVS] svn: /SVNROOT/ global_avail

2010-04-26 Thread Derick Rethans
derick Mon, 26 Apr 2010 08:09:39 + Revision: http://svn.php.net/viewvc?view=revision&revision=298581 Log: - Give David C php/web karma on request by Bjori. Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail ==

Re: [PHP-CVS] Re: utf-8?q?svn:_/php/php-src/trunk/sapi/fpm/_config.m4_fpm/fastcgi.c_ fpm/fpm=5Fchildren.c_fpm/fpm=5Fconf.c_fpm/fpm=5Fconf.h_fpm/fpm=5Fenv.c_fpm /fpm=5Fphp.c_fpm/fpm=5Fprocess=5Fctl.c

2010-04-23 Thread Derick Rethans
On Fri, 23 Apr 2010, Pierre Joye wrote: > We agreed to introduce this syntax to trunk while evaluating FPM > altogether. It then makes sense to discuss this evaluation on the list > instead of arguing about a commit. We didn't *agree* on anything. If you still think that, point me to that email

[PHP-CVS] Re: utf-8?q?svn:_/php/php-src/trunk/sapi/fpm/_config.m4_fpm/fastcgi.c_ fpm/fpm=5Fchildren.c_fpm/fpm=5Fconf.c_fpm/fpm=5Fconf.h_fpm/fpm=5Fenv.c_fpm /fpm=5Fphp.c_fpm/fpm=5Fprocess=5Fctl.c_fpm

2010-04-23 Thread Derick Rethans
On Fri, 23 Apr 2010, Jérôme Loyet wrote: > Le 23 avril 2010 11:31, Derick Rethans a écrit : > > On Wed, 21 Apr 2010, Jérôme Loyet wrote: > >> > >> Log: > >> switch the configuration syntax from xml to ini > >> It's been describe in the RFC: ht

[PHP-CVS] utf-8?q?svn:_/php/php-src/trunk/sapi/fpm/_config.m4_fpm/fastcgi.c_ fpm/fpm=5Fchildren.c_fpm/fpm=5Fconf.c_fpm/fpm=5Fconf.h_fpm/fpm=5Fenv.c_fpm /fpm=5Fphp.c_fpm/fpm=5Fprocess=5Fctl.c_fpm/fpm=5

2010-04-23 Thread Derick Rethans
On Wed, 21 Apr 2010, Jérôme Loyet wrote: > fat Wed, 21 Apr 2010 22:56:33 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=298281 > > Log: > switch the configuration syntax from xml to ini > It's been describe in the RFC: http://wiki.php.ne

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

[PHP-CVS] svn: /SVNROOT/ global_avail

2010-04-13 Thread Derick Rethans
derick Tue, 13 Apr 2010 09:56:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=297954 Log: - Fixed typo in karma file. Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /php/php-src/trunk/ext/date/ php_date.c php_date.h

2010-04-10 Thread Derick Rethans
derick Sat, 10 Apr 2010 20:33:41 + Revision: http://svn.php.net/viewvc?view=revision&revision=297814 Log: - Expose date-extension object creation externally. - Expose DateTime object initialisation externally. Changed paths: U php/php-src/trunk/ext/dat

[PHP-CVS] svn: /SVNROOT/ global_avail

2010-03-23 Thread Derick Rethans
derick Tue, 23 Mar 2010 22:08:17 + Revision: http://svn.php.net/viewvc?view=revision&revision=296690 Log: - Give Michael php-src karma. Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail ==

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

2010-03-23 Thread Derick Rethans
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 php/php-src/trunk/main/php_version.h Modified: php/php-src/trunk/NEWS ==

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

2010-03-23 Thread Derick Rethans
derick Tue, 23 Mar 2010 15:56:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=296679 Log: - Resurrect trunk for branches/PHP_5_3 Changed paths: A + php/php-src/trunk/ (from php/php-src/branches/PHP_5_3/:r296678) Property changes

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ NEWS

2010-03-21 Thread Derick Rethans
On Sun, 21 Mar 2010, Johannes Schlüter wrote: > On Thu, 2010-03-18 at 16:49 +0000, Derick Rethans wrote: > > On Mon, 15 Mar 2010, Ilia Alshanetsky wrote: > > > > > ?? ??? 2010, PHP 5.2.14 > > > -- Updated timezone database to version 2010.3. (Derick) >

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ NEWS

2010-03-18 Thread Derick Rethans
On Mon, 15 Mar 2010, Ilia Alshanetsky wrote: > ?? ??? 2010, PHP 5.2.14 > -- Updated timezone database to version 2010.3. (Derick) > +- Updated timezone database to version 2010.5. (Derick) I still haven't figured out to script this without messing something up :-) regards, Derick -- http://d

[PHP-CVS] svn: /SVNROOT/ global_avail

2010-03-17 Thread Derick Rethans
derick Wed, 17 Mar 2010 11:43:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=296316 Log: - Give kalle php-gtk karma on request by Elizabeth. Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /php/php-src/branches/FIRST_UNICODE_IMPLEMENTATION/ext/session/ session.c

2010-03-16 Thread Derick Rethans
derick Tue, 16 Mar 2010 16:20:27 + Revision: http://svn.php.net/viewvc?view=revision&revision=296285 Log: - Committing my session cookie patch; it's a bug fix and good to have in the history. Changed paths: U php/php-src/branches/FIRST_UNICODE_IMPLEM

<    1   2   3   4   5   6   7   8   9   10   >