[PHP-CVS] svn: /SVNROOT/ global_avail

2011-12-29 Thread David Soria Parra
dsp Thu, 29 Dec 2011 18:30:43 + Revision: http://svn.php.net/viewvc?view=revision&revision=321522 Log: Give systems people access to the git repository Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail ===

[PHP-CVS] svn: /SVNROOT/ global_avail pre-commit

2011-12-29 Thread David Soria Parra
dsp Thu, 29 Dec 2011 18:29:36 + Revision: http://svn.php.net/viewvc?view=revision&revision=321521 Log: Temporarily deactivate commits to systems during migration Changed paths: U SVNROOT/global_avail U SVNROOT/pre-commit Modified: SVNROOT/glo

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-12-28 Thread David Soria Parra
dsp Wed, 28 Dec 2011 18:09:26 + Revision: http://svn.php.net/viewvc?view=revision&revision=321483 Log: Test karma updates and hooks on y3.php.net Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail =

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/standard/tests/general_functions/bug55371.phpt trunk/ext/standard/tests/general_functions/bug55371.phpt

2011-11-15 Thread David Soria Parra
dsp Tue, 15 Nov 2011 13:36:45 + Revision: http://svn.php.net/viewvc?view=revision&revision=319250 Log: Forgot the bug specific test. Changed paths: A php/php-src/branches/PHP_5_4/ext/standard/tests/general_functions/bug55371.phpt A php/php-sr

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/standard/basic_functions.c branches/PHP_5_4/ext/standard/tests/general_functions/get_magic_quotes_gpc.phpt branches/PHP_5_4/ext/standard/tests/general

2011-11-15 Thread David Soria Parra
dsp Tue, 15 Nov 2011 13:22:52 + Revision: http://svn.php.net/viewvc?view=revision&revision=319249 Log: Fixed bug #55371 (get_magic_quotes_gpc() throws deprecation warning.) Patch by David Zuelke Bug: https://bugs.php.net/55371 (Assigned) get_magic_quote

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

2011-11-12 Thread David Soria Parra
dsp Sat, 12 Nov 2011 17:05:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=319102 Log: Fix #60218 (instantiating unknown class leads to memory leak in cli) Bug: https://bugs.php.net/60218 (error getting bug information) Changed path

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

2011-11-10 Thread David Soria Parra
dsp Thu, 10 Nov 2011 21:42:04 + Revision: http://svn.php.net/viewvc?view=revision&revision=319009 Log: It is not longer required to update php_version.php in php-bugs/ The bugtracker fetches the version list from the qa site, updating php_version.php is n

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

2011-07-27 Thread David Soria Parra
dsp Wed, 27 Jul 2011 14:17:45 + Revision: http://svn.php.net/viewvc?view=revision&revision=313781 Log: Check if given string is long enough in zend_*_strtod Changed paths: U php/php-src/branches/PHP_5_4/Zend/zend_strtod.c U php/php-src/trunk/Z

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/acinclude.m4 trunk/acinclude.m4

2011-07-26 Thread David Soria Parra
dsp Tue, 26 Jul 2011 23:49:37 + Revision: http://svn.php.net/viewvc?view=revision&revision=313752 Log: Fix #55269 (--enable-dtrace fail on FreeBSD) Bug: https://bugs.php.net/55269 (Assigned) --enable-dtrace fail on FreeBSD Changed paths: U p

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-07-19 Thread David Soria Parra
dsp Tue, 19 Jul 2011 18:08:09 + Revision: http://svn.php.net/viewvc?view=revision&revision=313443 Log: give fa php-src karma to commit cli-webserver patches Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail ==

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/standard/file.c trunk/ext/standard/file.c

2011-07-15 Thread David Soria Parra
dsp Fri, 15 Jul 2011 15:25:24 + Revision: http://svn.php.net/viewvc?view=revision&revision=313267 Log: Fix #55212. Only declare STREAM_PF_INET6 if PHP is compiled with IPv6 support Bug: https://bugs.php.net/55212 (Open) Detect whether IPv6 is enabled with

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

2011-07-14 Thread David Soria Parra
dsp Thu, 14 Jul 2011 17:58:16 + Revision: http://svn.php.net/viewvc?view=revision&revision=313250 Log: Remove wrong tag Changed paths: D php/php-src/tags/php_5_4_0alpha2@/ -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http:

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

2011-06-29 Thread David Soria Parra
dsp Wed, 29 Jun 2011 23:44:02 + Revision: http://svn.php.net/viewvc?view=revision&revision=312646 Log: correct error message for a missing document root in the cli webserver the document root is always a directory. Changed paths: U php/php-src/bran

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

2011-06-29 Thread David Soria Parra
dsp Wed, 29 Jun 2011 23:29:01 + Revision: http://svn.php.net/viewvc?view=revision&revision=312643 Log: fix #55072 in-built web server needs to check -t option is a directory Bug: http://bugs.php.net/55072 (unknown) Changed paths: U php/php-s

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-06-28 Thread David Soria Parra
dsp Tue, 28 Jun 2011 17:49:41 + Revision: http://svn.php.net/viewvc?view=revision&revision=312578 Log: give tyrael access to bugs as he works on it Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail ===

Re: [PHP-CVS] svn: /SVNROOT/ global_avail

2011-06-24 Thread David Soria Parra
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 it's just to update the dns servers if necessary. Am 24.06.11 15:23, schrieb Ferenc Kovacs: > > > On Fri, Jun 24, 2011 at 2:49 PM, David Soria Parra <mailto:d...@php.net>> wrote: > > dsp

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-06-24 Thread David Soria Parra
dsp Fri, 24 Jun 2011 12:49:05 + Revision: http://svn.php.net/viewvc?view=revision&revision=312434 Log: give felipe access to systems as he works on pecl2.php.net Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail =

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-06-10 Thread David Soria Parra
dsp Sat, 11 Jun 2011 00:28:14 + Revision: http://svn.php.net/viewvc?view=revision&revision=312041 Log: Add me to systems Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail ==

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-06-10 Thread David Soria Parra
dsp Sat, 11 Jun 2011 00:26:40 + Revision: http://svn.php.net/viewvc?view=revision&revision=312040 Log: Remove me from systems Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail =

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-06-10 Thread David Soria Parra
dsp Sat, 11 Jun 2011 00:16:37 + Revision: http://svn.php.net/viewvc?view=revision&revision=312038 Log: fixed? Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail === -

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-06-10 Thread David Soria Parra
dsp Sat, 11 Jun 2011 00:12:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=312037 Log: give tyrael karma to web/pecl Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail ==

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_compile.h

2010-11-30 Thread David Soria Parra
dsp Tue, 30 Nov 2010 12:51:57 + Revision: http://svn.php.net/viewvc?view=revision&revision=305849 Log: C comments instead of C++ comments Changed paths: U php/php-src/trunk/Zend/zend_compile.h Modified: php/php-src/trunk/Zend/zend_compile.h ===

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqlnd/mysqlnd.c branches/PHP_5_3/ext/mysqlnd/mysqlnd_structs.h trunk/ext/mysqlnd/mysqlnd.c trunk/ext/mysqlnd/mysqlnd_structs.h

2010-08-06 Thread David Soria Parra
dsp Fri, 06 Aug 2010 19:47:03 + Revision: http://svn.php.net/viewvc?view=revision&revision=301937 Log: make ssl_set return value in mysqlnd compatible with libmysqli return value Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c

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

2010-05-07 Thread David Soria Parra
dsp Fri, 07 May 2010 15:05:39 + Revision: http://svn.php.net/viewvc?view=revision&revision=299108 Log: Abort if DTrace is not installed on the system Changed paths: U php/php-src/trunk/configure.in Modified: php/php-src/trunk/configure.in =

[PHP-CVS] svn: /php/php-src/trunk/ acinclude.m4

2010-05-07 Thread David Soria Parra
dsp Fri, 07 May 2010 14:46:27 + Revision: http://svn.php.net/viewvc?view=revision&revision=299103 Log: Abort with an error message if we cannot create the DTrace header file. Changed paths: U php/php-src/trunk/acinclude.m4 Modified: php/php-src/tru

[PHP-CVS] svn: /php/php-src/trunk/ acinclude.m4

2010-04-29 Thread David Soria Parra
dsp Fri, 30 Apr 2010 00:07:39 + Revision: http://svn.php.net/viewvc?view=revision&revision=298789 Log: Make sure we search the source dir for the dtrace files Changed paths: U php/php-src/trunk/acinclude.m4 Modified: php/php-src/trunk/acinclude.m4

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

2010-04-25 Thread David Soria Parra
dsp Sun, 25 Apr 2010 18:34:36 + Revision: http://svn.php.net/viewvc?view=revision&revision=298548 Log: Remove unused variable Changed paths: U php/php-src/trunk/Zend/zend.c Modified: php/php-src/trunk/Zend/zend.c ===

[PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/zend.c Zend/zend_dtrace.c Zend/zend_dtrace.d Zend/zend_dtrace.h Zend/zend_exceptions.c Zend/zend_execute.c Zend/zend_vm_def.h Zend/zend_vm_execute.h acincl

2010-04-24 Thread David Soria Parra
(rev 298429) +++ php/php-src/trunk/NEWS 2010-04-24 13:32:30 UTC (rev 298430) @@ -17,6 +17,7 @@ - Added an optimization which saves memory and emalloc/efree calls for empty HashTables (Stas, Dmitry) +- Added DTrace support. (David Soria Parra) - Added Tokyo Cabinet abstract DB support to ext

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

2010-01-12 Thread David Soria Parra
dsp Tue, 12 Jan 2010 09:28:02 + Revision: http://svn.php.net/viewvc?view=revision&revision=293442 Log: Revert commit 29. It's not needed anymore to specify c99. Changed paths: U php/php-src/branches/PHP_5_3/configure.in U php/php-src/trunk

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

2010-01-11 Thread David Soria Parra
dsp Mon, 11 Jan 2010 16:22:12 + Revision: http://svn.php.net/viewvc?view=revision&revision=293409 Log: Fixes #50496. Drop stdbool.h dependency as it requires _STDC_C99 set on some systems. Bug: http://bugs.php.net/50496 (Open) Use of is valid only in a

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

2009-11-27 Thread David Soria Parra
dsp Fri, 27 Nov 2009 22:24:44 + Revision: http://svn.php.net/viewvc?view=revision&revision=291362 Log: Use extended base if we build again gmp 4.2.0 which is usually available. Changed paths: U php/php-src/branches/PHP_5_3/ext/gmp/gmp.c U php/

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/gmp/gmp.c branches/PHP_5_2/ext/gmp/tests/bug50283.phpt branches/PHP_5_3/ext/gmp/gmp.c branches/PHP_5_3/ext/gmp/tests/bug50283.phpt trunk/ext/gmp/gmp.c

2009-11-25 Thread David Soria Parra
dsp Wed, 25 Nov 2009 23:38:34 + Revision: http://svn.php.net/viewvc?view=revision&revision=291323 Log: Also allow base 62 for gmp_init as requested in (#50283) Bug: http://bugs.php.net/50283 (To be documented) allow base in gmp_strval to use full range:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/gmp/gmp.c branches/PHP_5_2/ext/gmp/tests/bug50283.phpt branches/PHP_5_3/ext/gmp/gmp.c branches/PHP_5_3/ext/gmp/tests/bug50283.phpt trunk/ext/gmp/gmp.c

2009-11-25 Thread David Soria Parra
dsp Wed, 25 Nov 2009 18:15:25 + Revision: http://svn.php.net/viewvc?view=revision&revision=291320 Log: Really use 62 as the upper boundary as requested and not 32. Changed paths: U php/php-src/branches/PHP_5_2/ext/gmp/gmp.c U php/php-src/branc

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/gmp/gmp.c branches/PHP_5_2/ext/gmp/tests/bug50283.phpt branches/PHP_5_3/ext/gmp/gmp.c branches/PHP_5_3/ext/gmp/tests/bug50

2009-11-24 Thread David Soria Parra
PHP_5_2 is a bug fix branch, was it approved by Ilia? yes -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/gmp/gmp.c branches/PHP_5_2/ext/gmp/tests/bug50283.phpt branches/PHP_5_3/ext/gmp/gmp.c branches/PHP_5_3/ext/gmp/tests/bug50283.ph

2009-11-24 Thread David Soria Parra
o 62, and -2 to -36). (David Soria Parra) - Fixed bug #50282 (xmlrpc_encode_request() changes object into array in calling function). (Felipe) - Fixed bug #50219 (soap call Segmentation fault on a redirected url). Modified: php/php-src/branches/PHP_5_2/ext/gmp/g

[PHP-CVS] svn: /php/php-src/trunk/ Zend/zend_API.c Zend/zend_dtrace.c Zend/zend_dtrace.d Zend/zend_dtrace.h Zend/zend_objects.c configure.in

2009-11-15 Thread David Soria Parra
dsp Mon, 16 Nov 2009 03:10:25 + Revision: http://svn.php.net/viewvc?view=revision&revision=290801 Log: Add object-create and object-destroy dtrace probe Changed paths: U php/php-src/trunk/Zend/zend_API.c U php/php-src/trunk/Zend/zend_dtrace.c

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_dtrace.c zend_dtrace.d zend_dtrace.h

2009-11-15 Thread David Soria Parra
ou a copy immediately. | - +--+ - | Authors: David Soria Parra | - +--+ -*/ - -/* $Id: $ */ - -#include "zend.h" -#inclu

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

2009-10-27 Thread David Soria Parra
from __tostring()). + (David Soria Parra) - Fixed bug #49990 (SNMP3 warning message about security level printed twice). (Jani) - Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted Modified: php/php-src/branches/PHP_5_3/Zend/ze

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/build/build.mk branches/PHP_5_3/build/build.mk trunk/build/build.mk

2009-08-10 Thread David Soria Parra
dsp Tue, 11 Aug 2009 02:21:09 + Revision: http://svn.php.net/viewvc?view=revision&revision=287074 Log: Add actions for the gitclean target. Changed paths: U php/php-src/branches/PHP_5_2/build/build.mk U php/php-src/branches/PHP_5_3/build/build

[PHP-CVS] svn: php/php-src/trunk/ext/standard/ info.c

2009-07-22 Thread David Soria Parra
dsp Wed, 22 Jul 2009 13:57:34 + Revision: http://svn.php.net/viewvc?view=revision&revision=284606 Log: - Add information whether DTrace is enable to phpinfo Changed paths: U php/php-src/trunk/ext/standard/info.c Modified: php/php-src/trunk/ext/stan

[PHP-CVS] svn: php/php-src/trunk/ Zend/zend.c Zend/zend_dtrace.c Zend/zend_dtrace.h Zend/zend_exceptions.c Zend/zend_vm_def.h Zend/zend_vm_execute.h configure.in main/main.c

2009-07-20 Thread David Soria Parra
dsp Mon, 20 Jul 2009 10:12:34 + Revision: http://svn.php.net/viewvc?view=revision&revision=284424 Changed paths: U php/php-src/trunk/Zend/zend.c U php/php-src/trunk/Zend/zend_dtrace.c U php/php-src/trunk/Zend/zend_dtrace.h U php/php-src/trun

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

2009-07-20 Thread David Soria Parra
dsp Mon, 20 Jul 2009 10:12:12 + Revision: http://svn.php.net/viewvc?view=revision&revision=284423 Changed paths: U php/php-src/trunk/Zend/zend.c Log: - Fix overflow and use our internal vssprintf implementation Modified: php/php-src/trunk/Zend/zend.c ==

[PHP-CVS] svn: php/php-src/trunk/Zend/ zend_dtrace.d zend_dtrace.h

2009-07-19 Thread David Soria Parra
tely. | + +--+ + | Authors: David Soria Parra | + +--+ +*/ provider php { probe exception__caught(char *classname); probe exception__thrown(

[PHP-CVS] svn: php/php-src/trunk/ NEWS Zend/zend.c Zend/zend_dtrace.c Zend/zend_dtrace.d Zend/zend_dtrace.h Zend/zend_exceptions.c Zend/zend_execute.c Zend/zend_vm_def.h Zend/zend_vm_execute.h acinclu

2009-07-19 Thread David Soria Parra
runk/NEWS 2009-07-19 14:00:25 UTC (rev 284350) @@ -38,6 +38,7 @@ - Improved ext/dba: . Added support for Tokyo Cabinet. (Michael) +- Added DTrace support. (David Soria Parra) - Added runtime JIT auto-globals fetching and caching. (Dmitry, Sara) - Added E_STRICT to E_ALL. (Dmitry) - Added &quo

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

2009-07-14 Thread David Soria Parra
dsp Tue, 14 Jul 2009 09:57:09 + URL: http://svn.php.net/viewvc?view=revision&revision=284066 Changed paths: D php/php-src/branches/PHP_5_2/README.CVS-RULES A php/php-src/branches/PHP_5_2/README.SVN-RULES Log: MFH: cvs->svn Deleted: php/php-src/branches/PHP_5_2

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

2009-07-14 Thread David Soria Parra
dsp Tue, 14 Jul 2009 09:55:55 + URL: http://svn.php.net/viewvc?view=revision&revision=284065 Changed paths: D php/php-src/branches/PHP_5_3/README.CVS-RULES A php/php-src/branches/PHP_5_3/README.SVN-RULES Log: MFH: - cvs->svn Deleted: php/php-src/branches/PHP_5

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

2009-07-14 Thread David Soria Parra
dsp Tue, 14 Jul 2009 09:37:57 + URL: http://svn.php.net/viewvc?view=revision&revision=284063 Changed paths: D php/php-src/trunk/README.CVS-RULES A php/php-src/trunk/README.SVN-RULES Log: - cvs->svn Deleted: php/php-src/trunk/README.CVS-RULES =

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

2009-07-13 Thread David Soria Parra
dsp Mon, 13 Jul 2009 23:56:38 + URL: http://svn.php.net/viewvc?view=revision&revision=284034 Changed paths: U php/php-src/branches/PHP_5_3/Zend/bench.php Log: MFH: Fix date warning by setting the default timezone to UTC Modified: php/php-src/branches/PHP_5_3/Zend/bench

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

2009-07-13 Thread David Soria Parra
dsp Mon, 13 Jul 2009 23:55:34 + URL: http://svn.php.net/viewvc?view=revision&revision=284033 Changed paths: U php/php-src/trunk/Zend/bench.php Log: Fix date warning by setting the default timezone to UTC Modified: php/php-src/trunk/Zend/bench.php ==

[PHP-CVS] svn: php/php-src/branches/PHP_5_2/win32/build/

2009-07-12 Thread David Soria Parra
dsp Mon, 13 Jul 2009 06:42:59 + ViewVC URL: http://svn.php.net/viewvc?view=revision&revision=283996 Changed paths: U php/php-src/branches/PHP_5_2/win32/build/buildconf.js Log: MFB: remove ZendEngine* detection, we always have Zend now (svn) Modified: php/php-src/branch

[PHP-CVS] svn: php/php-src/trunk/win32/build/

2009-07-12 Thread David Soria Parra
dsp Mon, 13 Jul 2009 06:41:57 + ViewVC URL: http://svn.php.net/viewvc?view=revision&revision=283994 Changed paths: U php/php-src/trunk/win32/build/buildconf.js Log: MFB: remove ZendEngine* detection, we always have Zend now (svn) Modified: php/php-src/trunk/win32/build

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

2009-07-10 Thread David Soria Parra
dsp Sat, 11 Jul 2009 02:47:38 + ViewVC URL: http://svn.php.net/viewvc?view=revision&revision=283786 Changed paths: U php/php-src/branches/PHP_5_2/buildconf Log: MFH: Get rid of PHP 4 related buildconf and moving around directories. As we switched to svn ZE2 is in Zend b

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

2009-07-10 Thread David Soria Parra
dsp Sat, 11 Jul 2009 01:55:41 + ViewVC URL: http://svn.php.net/viewvc?view=revision&revision=283785 Changed paths: U php/php-src/branches/PHP_5_3/buildconf Log: MFH: Get rid of PHP 4 related buildconf and moving around directories. As we switched to svn ZE2 is in Zend b

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

2009-07-10 Thread David Soria Parra
dsp Sat, 11 Jul 2009 01:54:08 + ViewVC URL: http://svn.php.net/viewvc?view=revision&revision=283784 Changed paths: U php/php-src/trunk/buildconf Log: Get rid of PHP 4 related buildconf and moving around directories. As we switched to svn ZE2 is in Zend by default. Mo

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2009-07-07 Thread David Soria Parra
dsp Tue Jul 7 23:05:33 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFH: Reset TZ environment variable. Some tests assume that it's not set. http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.65&r2=1.226.2.37.

[PHP-CVS] cvs: php-src(PHP_5_3) / run-tests.php

2009-07-07 Thread David Soria Parra
dsp Tue Jul 7 23:05:18 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcrun-tests.php Log: MFH: Reset TZ environment variable. Some tests assume that it's not set. http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.35.2.67&r2=1.226.

[PHP-CVS] cvs: php-src / run-tests.php

2009-07-07 Thread David Soria Parra
dsp Tue Jul 7 23:04:45 2009 UTC Modified files: /php-srcrun-tests.php Log: Reset TZ environment variable. Some tests assume that it's not set. http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.398&r2=1.399&diff_format=u Index: php-src/run-test

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqlnd mysqlnd_result.c

2009-06-23 Thread David Soria Parra
dsp Tue Jun 23 14:15:28 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlndmysqlnd_result.c Log: MFH: Fix bug #48644 mysqlnd does not compile with '--enable-mysqlnd-threading' http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd_re

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd_result.c

2009-06-23 Thread David Soria Parra
dsp Tue Jun 23 14:14:32 2009 UTC Modified files: /php-src/ext/mysqlndmysqlnd_result.c Log: Fix bug #48644 mysqlnd does not compile with '--enable-mysqlnd-threading' http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd_result.c?r1=1.35&r2=1.36

[PHP-CVS] cvs: php-src /sapi/cgi cgi_main.c

2009-06-09 Thread David Soria Parra
dsp Tue Jun 9 13:32:12 2009 UTC Modified files: /php-src/sapi/cgi cgi_main.c Log: Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME for non apache). The fix was provided by Sriram Natarajan. http://cvs.php.net/viewvc.cgi/php-src/s

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cgi cgi_main.c

2009-06-09 Thread David Soria Parra
dsp Tue Jun 9 13:31:39 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/cgi cgi_main.c Log: MFH: Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME for non apache). The fix was provided by Sriram Natarajan. http://cvs.php.ne

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /sapi/cgi cgi_main.c

2009-06-09 Thread David Soria Parra
kat Raman Don) +- Fixed bug #47042 (cgi sapi is incorrectly removing SCRIPT_FILENAME). + (Sriram Natarajan, David Soria Parra) 27 May 2009, PHP 5.2.10RC1 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] Re: cvs: php-src / run-tests.php

2009-03-03 Thread David Soria Parra
Hi Zoe, it seems that the indention is wrong. The patch contains spaces instead of tabs. David Zoe Slattery schrieb: zoe Tue Mar 3 10:52:56 2009 UTC Modified files: /php-src run-tests.php Log: Added %r section http://cvs.php.net/viewvc.cgi/php-src/r

[PHP-CVS] cvs: php-src / configure.in /win32/build config.w32

2009-02-22 Thread David Soria Parra
dsp Mon Feb 23 03:35:18 2009 UTC Modified files: /php-srcconfigure.in /php-src/win32/buildconfig.w32 Log: Remove zend_dynamic_array and it's build targets as it is not longer needed http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.

[PHP-CVS] cvs: php-src(PHP_5_2) / configure.in

2009-02-01 Thread David Soria Parra
dsp Sun Feb 1 21:52:32 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcconfigure.in Log: MFH: Fix a typo http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.120&r2=1.579.2.52.2.121&diff_format=u Index: php-src/configure.in diff -u ph

[PHP-CVS] cvs: php-src(PHP_5_3) / configure.in

2009-02-01 Thread David Soria Parra
dsp Sun Feb 1 21:52:07 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcconfigure.in Log: MFH: Fix a typo http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.77.2.42&r2=1.579.2.52.2.77.2.43&diff_format=u Index: php-src/configure.in di

[PHP-CVS] cvs: php-src / configure.in

2009-02-01 Thread David Soria Parra
dsp Sun Feb 1 21:51:44 2009 UTC Modified files: /php-srcconfigure.in Log: Fix a typo http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.671&r2=1.672&diff_format=u Index: php-src/configure.in diff -u php-src/configure.in:1.671 php-src/configure.i

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/cgi cgi_main.c

2009-01-19 Thread David Soria Parra
dsp Mon Jan 19 18:18:00 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/cgi cgi_main.c Log: MFH: Fix #47149. Remove check for script_filename = path_translated, as this the actual value that we get from apache. http://cvs.php.net/viewvc.cgi/php

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cgi cgi_main.c

2009-01-19 Thread David Soria Parra
dsp Mon Jan 19 18:17:32 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/cgi cgi_main.c Log: MFH: Fix #47149. Remove check for script_filename = path_translated, as this the actual value that we get from apache. http://cvs.php.net/viewvc.cgi/php

[PHP-CVS] cvs: php-src /sapi/cgi cgi_main.c

2009-01-19 Thread David Soria Parra
dsp Mon Jan 19 18:16:53 2009 UTC Modified files: /php-src/sapi/cgi cgi_main.c Log: Fix #47149. Remove check for script_filename = path_translated, as this the actual value that we get from apache. http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main

[PHP-CVS] Re: cvs: php-src /sapi/cgi cgi_main.c

2009-01-09 Thread David Soria Parra
Forgot to mention: Patch was provided by Sriram Natarajan David Soria Parra schrieb: dsp Fri Jan 9 22:13:40 2009 UTC Modified files: /php-src/sapi/cgi cgi_main.c Log: Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache). http

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /sapi/cgi cgi_main.c

2009-01-09 Thread David Soria Parra
dsp Fri Jan 9 22:14:20 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/sapi/cgi cgi_main.c Log: MFH: Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache). http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cgi cgi_main.c

2009-01-09 Thread David Soria Parra
dsp Fri Jan 9 22:13:55 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/cgi cgi_main.c Log: MFH: Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache). http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.267.2.15

[PHP-CVS] cvs: php-src /sapi/cgi cgi_main.c

2009-01-09 Thread David Soria Parra
dsp Fri Jan 9 22:13:40 2009 UTC Modified files: /php-src/sapi/cgi cgi_main.c Log: Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache). http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.373&r2=1.374&diff_format=u Inde

[PHP-CVS] cvs: php-src /scripts phpize.m4

2008-12-03 Thread David Soria Parra
dsp Thu Dec 4 00:41:55 2008 UTC Modified files: /php-src/scriptsphpize.m4 Log: MFB: Fix cc detection in phpize according to changes in configure.in http://cvs.php.net/viewvc.cgi/php-src/scripts/phpize.m4?r1=1.30&r2=1.31&diff_format=u Index: php-src/s

[PHP-CVS] cvs: php-src / acinclude.m4 configure.in

2008-12-03 Thread David Soria Parra
dsp Thu Dec 4 00:41:17 2008 UTC Modified files: /php-srcacinclude.m4 configure.in Log: MFB: Fix test for auto_cflags and explictly set GCC="no" if we detect suncc http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.391&r2=1.392&diff_format=u Inde

[PHP-CVS] cvs: php-src(PHP_5_3) / acinclude.m4 configure.in

2008-12-03 Thread David Soria Parra
dsp Wed Dec 3 19:53:45 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcconfigure.in acinclude.m4 Log: Fix test for auto_cflags and explictly set GCC="no" if we detect suncc http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.77.2.

[PHP-CVS] cvs: php-src(PHP_5_3) /scripts phpize.m4

2008-12-03 Thread David Soria Parra
dsp Wed Dec 3 19:52:59 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/scriptsphpize.m4 Log: Fix cc detection in phpize according to changes in configure.in http://cvs.php.net/viewvc.cgi/php-src/scripts/phpize.m4?r1=1.17.2.3.2.5.2.5&r2=1.17.2.3.2.

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main/streams streams.c xp_socket.c

2008-11-24 Thread David Soria Parra
0 2008 +++ php-src/NEWSMon Nov 24 15:37:33 2008 @@ -269,7 +269,6 @@ overlapping needles). (Moriyoshi) - Fixed Bug #43958 (class name added into the error message). (Dmitry) - Fixed bug #43941 (json_encode silently cuts non-UTF8 strings). (Stas) -- Fixed bug #43782 (feof() does n

[PHP-CVS] cvs: php-src(PHP_5_3) /main/streams streams.c xp_socket.c

2008-11-24 Thread David Soria Parra
dsp Mon Nov 24 15:36:47 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main/streams streams.c xp_socket.c Log: MFH: Revert fix for 43782, as it caused problems. http://cvs.php.net/viewvc.cgi/php-src/main/streams/streams.c?r1=1.82.2.6.2.18.2.19&r

[PHP-CVS] cvs: php-src /main/streams streams.c xp_socket.c

2008-11-24 Thread David Soria Parra
dsp Mon Nov 24 15:35:03 2008 UTC Modified files: /php-src/main/streams streams.c xp_socket.c Log: Revert fix for 43782, as it caused problems. [DOC] We better document the issue at it is. http://cvs.php.net/viewvc.cgi/php-src/main/streams/streams.

[PHP-CVS] cvs: php-src / configure.in

2008-11-17 Thread David Soria Parra
dsp Mon Nov 17 15:12:33 2008 UTC Modified files: /php-srcconfigure.in Log: Feature request #46595. Use cc as default compiler and fallback to gcc. [DOC] http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.665&r2=1.666&diff_format=u Index: php-src/

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS configure.in

2008-11-17 Thread David Soria Parra
- Added concatenation option to bz2.decompress stream filter. (Keisial at gmail dot com, Greg) - Added support for using compressed connections with PDO_mysql. (Johannes) +- Implemented FR #46595 (Use cc as the default compiler). (David Soria Parra) - Implemented FR #46513 (Missing compiler flags f

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2008-11-06 Thread David Soria Parra
dot com, Greg) - Added support for using compressed connections with PDO_mysql. (Johannes) -- Added missing suncc compiler flags as requested by feature request #46513. +- Implemented FR #46513 (Missing compiler flags for suncc). (David Soria Parra) - Deprecated define_syslog_variables()

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2008-11-06 Thread David Soria Parra
ption to bz2.decompress stream filter. (Keisial at gmail dot com, Greg) - Added support for using compressed connections with PDO_mysql. (Johannes) -- Added default flags for suncc compiler. (David Soria Parra) +- Added missing suncc compiler flags as requested by feature request #46513. + (Dav

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS acinclude.m4 configure.in

2008-11-06 Thread David Soria Parra
Hannes Magnusson wrote: On Thu, Nov 6, 2008 at 21:42, David Soria Parra <[EMAIL PROTECTED]> wrote: dsp Thu Nov 6 20:42:12 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcacinclude.m4 configure.in NEWS Log: MFH: Detect Sun C compiler and set default

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS acinclude.m4 configure.in

2008-11-06 Thread David Soria Parra
.2.965.2.367 --- php-src/NEWS:1.2027.2.547.2.965.2.366 Thu Nov 6 01:38:56 2008 +++ php-src/NEWSThu Nov 6 20:42:11 2008 @@ -17,6 +17,7 @@ - Added concatenation option to bz2.decompress stream filter. (Keisial at gmail dot com, Greg) - Added support for using compressed co

[PHP-CVS] cvs: php-src / acinclude.m4 configure.in

2008-11-06 Thread David Soria Parra
dsp Thu Nov 6 20:38:02 2008 UTC Modified files: /php-srcacinclude.m4 configure.in Log: Detect Sun C compiler and set default flags if it is used http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.390&r2=1.391&diff_format=u Index: php-src/acinclu

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2008-08-27 Thread David Soria Parra
ies with parent directory unaccessible). (Dmitry) -- Fixed bug #43782 (feof() does not detect timeout on socket). (David Soria Parra) - Fixed bug #43008 (php://filter uris ignore url encoded filternames and can't handle slashes). (Arnaud) - Fixed bug #35980 (touch() works on fil

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main/streams streams.c xp_socket.c

2008-08-27 Thread David Soria Parra
ixed bug #43993 (mb_substr_count() behaves differently to substr_count() with overlapping needles). (Moriyoshi) - Fixed bug #43941 (json_encode silently cuts non-UTF8 strings). (Stas) +- Fixed bug #43782 (feof() does not detect timeout on socket). (David Soria Parra) - Fixed bug #42737 (preg_sp

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /main/streams streams.c xp_socket.c

2008-08-26 Thread David Soria Parra
:36 2008 @@ -50,6 +50,7 @@ duplicate keys). (Dmitry) - Fixed bug #43817 (opendir() fails on Windows directories with parent directory unaccessible). (Dmitry) +- Fixed bug #43782 (feof() does not detect timeout on socket). (David Soria Parra) - Fixed bug #43008 (php://filter uris ignore url

[PHP-CVS] cvs: php-src /main/streams streams.c xp_socket.c

2008-08-26 Thread David Soria Parra
dsp Tue Aug 26 16:06:23 2008 UTC Modified files: /php-src/main/streams streams.c xp_socket.c Log: Fixed bug #43782 (feof() does not detect timeout on socket) # Poll returns 0 if it times out. # We check for 0 and use the user set timeout in set_option

[PHP-CVS] cvs: php-src /scripts phpize.m4

2008-07-27 Thread David Soria Parra
dsp Sun Jul 27 20:48:26 2008 UTC Modified files: /php-src/scriptsphpize.m4 Log: MFB: - Fixed the fix for not requiring C++ always http://cvs.php.net/viewvc.cgi/php-src/scripts/phpize.m4?r1=1.27&r2=1.28&diff_format=u Index: php-src/scripts/phpize.m4 di

[PHP-CVS] cvs: php-src(PHP_5_3) /scripts phpize.m4

2008-07-27 Thread David Soria Parra
dsp Sun Jul 27 20:43:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/scriptsphpize.m4 Log: MFB: - Fixed the fix for not requiring C++ always http://cvs.php.net/viewvc.cgi/php-src/scripts/phpize.m4?r1=1.17.2.3.2.5.2.1&r2=1.17.2.3.2.5.2.2&diff_for

[PHP-CVS] cvs: php-src(PHP_5_2) /scripts phpize.m4

2008-07-27 Thread David Soria Parra
dsp Sun Jul 27 20:42:56 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/scriptsphpize.m4 Log: - Fixed the fix for not requiring C++ always http://cvs.php.net/viewvc.cgi/php-src/scripts/phpize.m4?r1=1.17.2.3.2.6&r2=1.17.2.3.2.7&diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/strings strnatcasecmp_basic.phpt strnatcasecmp_variation1.phpt

2008-07-10 Thread David Soria Parra
dsp Thu Jul 10 23:46:49 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/strings strnatcasecmp_basic.phpt strnatcasecmp_variation1.phpt Log: PHP Testfest. Tests done by Felix De Vliegher http:

[PHP-CVS] cvs: php-src /ext/standard/tests/strings strnatcasecmp_basic.phpt strnatcasecmp_variation1.phpt

2008-07-10 Thread David Soria Parra
dsp Thu Jul 10 23:36:15 2008 UTC Added files: /php-src/ext/standard/tests/strings strnatcasecmp_basic.phpt strnatcasecmp_variation1.phpt Log: PHP Testfest. Tests done by Felix De Vliegher http://cvs.php.net/vie

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/curl/tests curl_001.phpt curl_002.phpt curl_003.phpt curl_004.phpt curl_005.phpt /ext/curl/tests/responder get.php

2008-06-21 Thread David Soria Parra
dsp Sun Jun 22 05:34:06 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/curl/tests curl_001.phpt curl_002.phpt curl_003.phpt curl_004.phpt curl_005.phpt /php-src/ext/curl/tests/responder get.php Log: Testfest t

[PHP-CVS] cvs: php-src /ext/curl/tests curl_001.phpt curl_002.phpt curl_003.phpt curl_004.phpt curl_005.phpt /ext/curl/tests/responder get.php

2008-06-21 Thread David Soria Parra
dsp Sun Jun 22 05:09:43 2008 UTC Added files: /php-src/ext/curl/tests curl_001.phpt curl_002.phpt curl_003.phpt curl_004.phpt curl_005.phpt /php-src/ext/curl/tests/responder get.php Log: Testfest task 93. Written b

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/soap soap.c

2008-05-20 Thread David Soria Parra
dsp Tue May 20 13:28:57 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/soap soap.c Log: Coding style http://cvs.php.net/viewvc.cgi/php-src/ext/soap/soap.c?r1=1.156.2.28.2.30.2.15&r2=1.156.2.28.2.30.2.16&diff_format=u Index: php-src/ext/soap/soap

<    1   2   3   4   5   >