[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ configure.in main/php_version.h

2010-12-08 Thread Ilia Alshanetsky
iliaaWed, 08 Dec 2010 22:30:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306098 Log: 5.2.15 Changed paths: U php/php-src/branches/PHP_5_2/configure.in U php/php-src/branches/PHP_5_2/main/php_version.h Modified:

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/configure.in PHP_5_2/ext/standard/file.c PHP_5_2/main/SAPI.c PHP_5_2/main/SAPI.h PHP_5_2/main/rfc1867.c PHP_5_3/configure.in PHP_5_3/ext/standard/file.c P

2010-03-18 Thread Andrei Zmievski
andrei Thu, 18 Mar 2010 21:07:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=296358 Log: Fix a few problems with large (2G-4G) file uploads. Added --enable-large-uploads-fix switch because one change was in SAPI.h structure. Changed paths:

Re: [PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/configure.in PHP_5_2/ext/standard/file.c PHP_5_2/main/SAPI.c PHP_5_2/main/SAPI.h PHP_5_2/main/rfc1867.c PHP_5_3/configure.in PHP_5_3/ext/standard/fi

2010-03-18 Thread Hannes Magnusson
On Thu, Mar 18, 2010 at 22:07, Andrei Zmievski and...@php.net wrote: andrei                                   Thu, 18 Mar 2010 21:07:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=296358 Log: Fix a few problems with large (2G-4G) file uploads. Added

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/configure.in PHP_5_2/ext/standard/file.c PHP_5_2/main/SAPI.c PHP_5_2/main/SAPI.h PHP_5_2/main/rfc1867.c PHP_5_3/configure.in PHP_5_3/ext/standard/file.c P

2010-03-18 Thread Andrei Zmievski
andrei Thu, 18 Mar 2010 22:37:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=296362 Log: I am sorry I tried fixing PHP without extensive discussion on the mailing list. I am sorry I tried fixing PHP without extensive discussion on the mailing

Re: [PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/configure.in PHP_5_2/ext/standard/file.c PHP_5_2/main/SAPI.c PHP_5_2/main/SAPI.h PHP_5_2/main/rfc1867.c PHP_5_3/configure.in PHP_5_3/ext/standard/file

2010-03-18 Thread Jani Taskinen
Dude, you need to write a RFC first, then mail the RMs and wait for a reply which you quite likely will never get, then try same on the list and see nobody is interested. Fun, isn't it? :D --Jani 19.3.2010 0:37, Andrei Zmievski wrote: andrei Thu, 18 Mar

Re: [PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/configure.in PHP_5_2/ext/standard/file.c PHP_5_2/main/SAPI.c PHP_5_2/main/SAPI.h PHP_5_2/main/rfc1867.c PHP_5_3/configure.in PHP_5_3/ext/standard/fi

2010-03-18 Thread Pierre Joye
On Thu, Mar 18, 2010 at 11:37 PM, Andrei Zmievski and...@php.net wrote: andrei                                   Thu, 18 Mar 2010 22:37:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=296362 Log: I am sorry I tried fixing PHP without extensive discussion on the mailing

Re: [PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/configure.in PHP_5_2/ext/standard/file.c PHP_5_2/main/SAPI.c PHP_5_2/main/SAPI.h PHP_5_2/main/rfc1867.c PHP_5_3/configure.in PHP_5_3/ext/standard/file

2010-03-18 Thread Stanislav Malyshev
Hi! Dude, you need to write a RFC first, then mail the RMs and wait for a reply which you quite likely will never get, then try same on the list and see nobody is interested. Fun, isn't it? :D It's much more fun when you upgrade your php 5.2.X to 5.2.X+1 and suddenly get extensions crashing

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ configure.in main/php_version.h

2010-02-11 Thread Ilia Alshanetsky
iliaaThu, 11 Feb 2010 12:33:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294883 Log: 5.2.13RC2 Changed paths: U php/php-src/branches/PHP_5_2/configure.in U php/php-src/branches/PHP_5_2/main/php_version.h Modified:

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ configure.in main/php_version.h

2010-01-28 Thread Ilia Alshanetsky
iliaaThu, 28 Jan 2010 12:44:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=294149 Log: 5.2.13RC1 Changed paths: U php/php-src/branches/PHP_5_2/configure.in U php/php-src/branches/PHP_5_2/main/php_version.h Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/configure.in branches/PHP_5_3/configure.in trunk/configure.in

2009-12-22 Thread Jani Taskinen
jani Tue, 22 Dec 2009 09:57:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=292470 Log: - Fixed bug #50517 (EXTRA_LDFLAGS polluted by wrong entries) # Until someone shows me use case for LDFLAGS, this is gone. # This was wrong place to

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/configure.in branches/PHP_5_3/configure.in trunk/configure.in

2009-12-15 Thread Jani Taskinen
jani Tue, 15 Dec 2009 10:55:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=292153 Log: - Allow using $sbindir as well Changed paths: U php/php-src/branches/PHP_5_2/configure.in U php/php-src/branches/PHP_5_3/configure.in U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/configure.in branches/PHP_5_2/main/build-defs.h.in branches/PHP_5_3/configure.in branches/PHP_5_3/main/build-defs.h.in trunk/configure.in trunk/main/build

2009-12-15 Thread Jani Taskinen
jani Tue, 15 Dec 2009 11:17:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=292156 Log: - Make $sbindir be usable in C code as well (like $bindir and co.) Changed paths: U php/php-src/branches/PHP_5_2/configure.in U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ configure.in

2009-11-30 Thread Jani Taskinen
jani Mon, 30 Nov 2009 14:10:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=291495 Log: MF53: sync Changed paths: U php/php-src/branches/PHP_5_2/configure.in Modified: php/php-src/branches/PHP_5_2/configure.in

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/configure.in branches/PHP_5_3/configure.in trunk/configure.in

2009-11-30 Thread Gwynne Raskind
gwynne Mon, 30 Nov 2009 21:38:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=291523 Log: The old Darwin hack is BROKEN and INCORRECT. It works only for Darwin 9, not 10, and uses an ugly CFLAGS hack that messes with the entire build. This

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ configure.in

2009-09-25 Thread Antony Dovgal
tony2001 Fri, 25 Sep 2009 07:10:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288722 Log: MFH: save LDFLAGS in EXTRA_LDFLAGS before unsetting this patch makes sure that LDFLAGS are taken into account when configuring the build Changed paths:

[PHP-CVS] svn: php/php-src/ branches/PHP_5_2/configure.in branches/PHP_5_3/configure.in trunk/configure.in

2009-07-20 Thread Johannes Schlüter
johannesMon, 20 Jul 2009 14:34:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=284438 Changed paths: U php/php-src/branches/PHP_5_2/configure.in U php/php-src/branches/PHP_5_3/configure.in U php/php-src/trunk/configure.in Log:

[PHP-CVS] svn: php/php-src/branches/PHP_5_2/ configure.in

2009-07-19 Thread Christopher Jones
sixdSun, 19 Jul 2009 16:28:15 + URL: http://svn.php.net/viewvc?view=revisionrevision=284378 http://bugs.php.net/48722 Changed paths: U php/php-src/branches/PHP_5_2/configure.in Log: MFH: Bug #48722 (Update OCI8 --enable-sigchild warning) Modified: