[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ configure.in ext/standard/config.m4

2009-11-28 Thread Rasmus Lerdorf
rasmus Sat, 28 Nov 2009 17:56:03 + Revision: http://svn.php.net/viewvc?view=revision&revision=291392 Log: Ok, new attempt. Require autoconf-2.60 in this branch. This simplifies things quite a bit by entirely getting rid of the m4 diversions which were messin

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ configure.in ext/standard/config.m4

2009-11-28 Thread Hannes Magnusson
On Sat, Nov 28, 2009 at 18:56, Rasmus Lerdorf wrote: > rasmus                                   Sat, 28 Nov 2009 17:56:03 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=291392 > > Log: > Ok, new attempt.  Require autoconf-2.60 in this branch. Why not ditch it and merge the c

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ configure.in ext/standard/config.m4

2009-11-28 Thread Rasmus Lerdorf
Hannes Magnusson wrote: > On Sat, Nov 28, 2009 at 18:56, Rasmus Lerdorf wrote: >> rasmus Sat, 28 Nov 2009 17:56:03 + >> >> Revision: http://svn.php.net/viewvc?view=revision&revision=291392 >> >> Log: >> Ok, new attempt. Require autoconf-2.60 in this branch. >

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

2009-11-28 Thread Rasmus Lerdorf
rasmus Sat, 28 Nov 2009 18:56:20 + Revision: http://svn.php.net/viewvc?view=revision&revision=291395 Log: This macro needs to come after AC_INIT Changed paths: U php/php-src/branches/PHP_5_3/configure.in Modified: php/php-src/branches/PHP_5_3/configur

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

2009-11-28 Thread Gwynne Raskind
gwynne Sat, 28 Nov 2009 19:19:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=291396 Log: Remove the now-unnecessary (and wrong anyway) Darwin hack Changed paths: U php/php-src/branches/PHP_5_3/configure.in Modified: php/php-src/branch

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

2009-11-28 Thread Gwynne Raskind
gwynne Sat, 28 Nov 2009 19:48:38 + Revision: http://svn.php.net/viewvc?view=revision&revision=291398 Log: unsetting LIBS and LDFLAGS just makes it impossible to specify LDFLAGS from the environment. keeping them doesn't seem to cause any trouble Changed pat

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ configure.in ext/standard/config.m4

2009-11-28 Thread Jani Taskinen
Only thing wrong here is the branch. This is NOT the development branch, that would be HEAD (or trunk, whatever it is with svn).. But I guess you're maintaining all the build stuff from now on. --Jani Rasmus Lerdorf wrote: rasmus Sat, 28 Nov 2009 17:56:03 +0

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

2009-11-28 Thread Jani Taskinen
Gwynne Raskind wrote: gwynne Sat, 28 Nov 2009 19:48:38 + Revision: http://svn.php.net/viewvc?view=revision&revision=291398 Log: unsetting LIBS and LDFLAGS just makes it impossible to specify LDFLAGS from the environment. keeping them doesn't seem to cause

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

2009-11-28 Thread Jani Taskinen
Not that I care but since when is this not necessary..? And is it not necessary only in this branch? How about PHP_5_2 and HEAD? --Jani Gwynne Raskind wrote: gwynne Sat, 28 Nov 2009 19:19:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=2913

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ configure.in ext/standard/config.m4

2009-11-28 Thread Rasmus Lerdorf
Jani Taskinen wrote: > Only thing wrong here is the branch. This is NOT the development branch, > that would be HEAD (or trunk, whatever it is with svn).. > > But I guess you're maintaining all the build stuff from now on. Relax. I'm planning on restoring 2.13 support in 5.3, but we are not near

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysql/ config.m4

2009-11-28 Thread Gwynne Raskind
gwynne Sat, 28 Nov 2009 21:11:39 + Revision: http://svn.php.net/viewvc?view=revision&revision=291399 Log: socket location needs to be checked before mysqlnd in order for --with-mysql-sock to work with mysqlnd Changed paths: U php/php-src/branches/PHP_

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysql/ config.m4

2009-11-28 Thread Jani Taskinen
1. Why are you constantly not merging stuff to HEAD? 2. Isn't this related to bug #50231 and why are you not using the proper commit message then? Hint: - Fixed bug.. It's getting quite annoying that some people (Rasmus included) tend to ignore that we have a development branch (HEAD, trunk) a

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysql/ config.m4

2009-11-28 Thread Rasmus Lerdorf
Jani Taskinen wrote: > 1. Why are you constantly not merging stuff to HEAD? > 2. Isn't this related to bug #50231 and why are you not using the proper > commit message then? Hint: - Fixed bug.. > > It's getting quite annoying that some people (Rasmus included) tend to > ignore that we have a devel

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysql/ config.m4

2009-11-28 Thread Jani Taskinen
Rasmus Lerdorf wrote: Jani Taskinen wrote: 1. Why are you constantly not merging stuff to HEAD? 2. Isn't this related to bug #50231 and why are you not using the proper commit message then? Hint: - Fixed bug.. It's getting quite annoying that some people (Rasmus included) tend to ignore that we

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysql/ config.m4

2009-11-28 Thread Rasmus Lerdorf
Jani Taskinen wrote: > Rasmus Lerdorf wrote: >> Jani Taskinen wrote: >>> 1. Why are you constantly not merging stuff to HEAD? >>> 2. Isn't this related to bug #50231 and why are you not using the proper >>> commit message then? Hint: - Fixed bug.. >>> >>> It's getting quite annoying that some peopl

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ acinclude.m4 configure.in ext/standard/config.m4

2009-11-28 Thread Rasmus Lerdorf
rasmus Sat, 28 Nov 2009 23:06:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=291401 Log: More work on the autoconf 2.13->2.60+ transition code. 2.13 should be working again with one weird libtool issue left to solve. It doesn't seem directly

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ acinclude.m4 configure.in

2009-11-28 Thread Rasmus Lerdorf
rasmus Sun, 29 Nov 2009 03:32:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=291410 Log: Last attempt to get this stuff right before punting it and being stuck on 1996 autoconf for eternity Changed paths: U php/php-src/branches/PHP_5_3

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/standard/var.c branches/PHP_5_3/ext/standard/var.c trunk/ext/standard/var.c

2009-11-28 Thread Stanislav Malyshev
stas Sun, 29 Nov 2009 04:38:46 + Revision: http://svn.php.net/viewvc?view=revision&revision=291413 Log: fix interrupt problem in serialize() Changed paths: U php/php-src/branches/PHP_5_2/ext/standard/var.c U php/php-src/branches/PHP_5_3/ext/sta

[PHP-CVS] svn: / pecl/pdo_4d/trunk/config.m4 pecl/pdo_ibm/trunk/config.m4 pecl/pdo_user/trunk/config.m4 php/php-src/branches/PHP_5_2/acinclude.m4 php/php-src/branches/PHP_5_2/ext/pdo_dblib/config.m4 p

2009-11-28 Thread Rasmus Lerdorf
rasmus Sun, 29 Nov 2009 06:13:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=291414 Log: Revert attempt at supporting both autoconf 2.13 and modern versions in the same build chain. There are simply too many broken things in 2.13 to make it