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

2011-06-05 Thread Felipe Pena
felipe Sun, 05 Jun 2011 17:02:46 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311835 Log: - Fixed crash in fastcgi (related to zend signals changes) Changed paths: U php/php-src/trunk/sapi/cgi/cgi_main.c Modified:

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/Zend/ zend_vm_def.h zend_vm_execute.h

2011-06-05 Thread Felipe Pena
felipe Mon, 06 Jun 2011 02:34:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311855 Log: - Restore fix for #39863 (do not accept paths with NULL in them) # This was removed by regenerating the VM months ago Bug: http://bugs.php.net/39863

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/pdo/pdo_sql_parser.c branches/PHP_5_3/ext/pdo/pdo_sql_parser.re branches/PHP_5_3/ext/pdo_mysql/tests/bug54929.phpt branches/PHP_

2011-06-04 Thread Felipe Pena
felipe Sat, 04 Jun 2011 22:54:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311812 Log: - Fixed bug #54929 (Parse error with single quote in sql comment) Bug: http://bugs.php.net/54929 (Closed) Parse error with single quote in sql comment

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

2011-06-04 Thread Felipe Pena
felipe Sun, 05 Jun 2011 01:15:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311816 Log: - Fixed wrong sigaction() call passing signal number 65 (invalid) Changed paths: U php/php-src/trunk/Zend/zend_signal.c Modified:

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

2011-06-04 Thread Felipe Pena
felipe Sun, 05 Jun 2011 01:38:12 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311817 Log: - Possible fix for bug #54609 (Certain implementation(s) of SplFixedArray cause hard crash) Bug: http://bugs.php.net/54609 (Open) Certain

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

2011-06-02 Thread Felipe Pena
felipe Thu, 02 Jun 2011 22:54:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311742 Log: - Fix ZTS build Changed paths: U php/php-src/trunk/Zend/zend_hash.c Modified: php/php-src/trunk/Zend/zend_hash.c

[PHP-CVS] svn: /php/php-src/trunk/ext/pcntl/ php_signal.c

2011-06-02 Thread Felipe Pena
felipe Fri, 03 Jun 2011 00:35:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311744 Log: - Fix crash in pcntl Changed paths: U php/php-src/trunk/ext/pcntl/php_signal.c Modified: php/php-src/trunk/ext/pcntl/php_signal.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/spl/spl_fixedarray.c branches/PHP_5_3/ext/spl/tests/bug54970.phpt branches/PHP_5_4/ext/spl/spl_fixedarray.c branches/PHP_5_4/ext

2011-06-01 Thread Felipe Pena
felipe Thu, 02 Jun 2011 00:40:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311721 Log: - Fixed bug #54970 (SplFixedArray::setSize() isn't resizing) Bug: http://bugs.php.net/54970 (Open) SplFixedArray::setSize() isn't resizing

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/fileinfo/libmagic/apprentice.c branches/PHP_5_4/ext/fileinfo/libmagic/apprentice.c trunk/ext/fileinfo/libmagic/apprentice.c

2011-05-27 Thread Felipe Pena
felipe Fri, 27 May 2011 23:31:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311517 Log: - Fixed bug #54934 (Unresolved symbol strtoull in HP-UX 11.11) Bug: http://bugs.php.net/54934 (Open) Unresolved symbol strtoull Changed paths:

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

2011-05-25 Thread Felipe Pena
felipe Wed, 25 May 2011 22:23:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311423 Log: - Fixed ZTS build and removed unused vars Changed paths: U php/php-src/branches/PHP_5_4/ext/standard/filestat.c U

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

2011-05-24 Thread Felipe Pena
felipe Tue, 24 May 2011 12:23:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311387 Log: - Add CVE to bug entry Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2011-05-24 Thread Felipe Pena
felipe Tue, 24 May 2011 22:24:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311402 Log: - Fixed bug #54912 (filter/logical_filters.c:685:32: warning: use of logical || with constant op) Initial patch by: crrodriguez at opensuse dot org

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

2011-05-24 Thread Felipe Pena
felipe Tue, 24 May 2011 22:34:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311403 Log: - Fix logic, it must check for both flags (as says the comment in the code) (bug #54912) Bug: http://bugs.php.net/54912 (Closed)

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/filters.c branches/PHP_5_3/ext/standard/tests/filters/bug50363.phpt branches/PHP_5_4/ext/standard/filters.c branches/PH

2011-05-24 Thread Felipe Pena
felipe Tue, 24 May 2011 23:49:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311407 Log: - Fixed bug #50363 (Invalid parsing in convert.quoted-printable-decode filter) Patch by: slusarz at curecanti dot org Bug: http://bugs.php.net/50363

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

2011-05-23 Thread Felipe Pena
felipe Tue, 24 May 2011 00:05:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311369 Log: - Fixed stack buffer overflow in socket_connect(). Found by: Mateusz Kocielski, Marek Kroemeke and Filip Palian Changed paths: U

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

2011-05-23 Thread Felipe Pena
felipe Tue, 24 May 2011 00:10:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311370 Log: - Fix the fix # Arghh, copy and paste error :( Changed paths: U php/php-src/branches/PHP_5_3/ext/sockets/sockets.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/interbase/php_ibase_includes.h branches/PHP_5_4/ext/interbase/php_ibase_includes.h trunk/ext/interbase/php_ibase_includes.h

2011-05-22 Thread Felipe Pena
felipe Sun, 22 May 2011 19:06:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311341 Log: - Fixed bug #54269 (Short exception message buffer causes crash) Bug: http://bugs.php.net/54269 (Closed) Short exception message buffer causes crash

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

2011-05-22 Thread Felipe Pena
felipe Mon, 23 May 2011 01:47:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311342 Log: - Fixed bug #54529 (SAPI crashes on apache_config.c:197) patch by: hebergement at riastudio dot fr Bug: http://bugs.php.net/54529 (Open) SAPI crashes

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

2011-05-20 Thread Felipe Pena
felipe Fri, 20 May 2011 21:24:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311300 Log: - Fixed bug #54895 (Fix compiling with older gcc version without need for membar_producer macro) patch by: mhei at heimpold dot de Bug:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug54804.inc branches/PHP_5_3/Zend/tests/bug54804.phpt branches/PHP_5_3/Zend/zend_compile.c branches/PHP_5_4/Zend/tests/b

2011-05-19 Thread Felipe Pena
felipe Thu, 19 May 2011 23:20:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311276 Log: - Fixed bug #54804 (__halt_compiler and imported namespaces) (Pierrick) Bug: http://bugs.php.net/54804 (Assigned) __halt_compiler and imported

[PHP-CVS] svn: /php/php-src/trunk/ext/reflection/tests/ ReflectionClass_isCloneable_001.phpt

2011-05-13 Thread Felipe Pena
felipe Sat, 14 May 2011 01:00:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311006 Log: - Fix test Changed paths: U php/php-src/trunk/ext/reflection/tests/ReflectionClass_isCloneable_001.phpt Modified:

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

2011-05-06 Thread Felipe Pena
felipe Sat, 07 May 2011 01:58:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310814 Log: - Fixed bug #54681 (addGlob() crashes on invalid flags) Bug: http://bugs.php.net/54681 (Assigned) addGlob() crashes on invalid flags Changed

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

2011-05-06 Thread Felipe Pena
felipe Sat, 07 May 2011 01:59:12 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310815 Log: - BFN #54681 Bug: http://bugs.php.net/54681 (Closed) addGlob() crashes on invalid flags Changed paths: U php/php-src/branches/PHP_5_3/NEWS

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

2011-05-01 Thread Felipe Pena
felipe Sun, 01 May 2011 19:22:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310692 Log: - Fixed ZTS build Changed paths: U php/php-src/trunk/ext/standard/browscap.c Modified: php/php-src/trunk/ext/standard/browscap.c

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

2011-04-17 Thread Felipe Pena
felipe Sun, 17 Apr 2011 22:06:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310295 Log: - Fixed ZTS build Changed paths: U php/php-src/trunk/Zend/zend_gc.c Modified: php/php-src/trunk/Zend/zend_gc.c

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

2011-04-13 Thread Felipe Pena
felipe Wed, 13 Apr 2011 13:38:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310209 Log: - Remove undesired line (reported by Gökhan Özbulak) Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/string.c U

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

2011-04-01 Thread Felipe Pena
felipe Sat, 02 Apr 2011 01:24:53 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309892 Log: - Improved message and version checking Changed paths: U php/php-src/branches/PHP_5_3/ext/pdo_oci/config.m4 U

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

2011-03-29 Thread Felipe Pena
felipe Tue, 29 Mar 2011 18:40:20 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309818 Log: - Fixed bug #44989 (64bit Oracle RPMs still not supported by pdo-oci) patch by: jbnance at tresgeek dot net Bug: http://bugs.php.net/44989 (Assigned)

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

2011-03-29 Thread Felipe Pena
felipe Tue, 29 Mar 2011 18:44:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309819 Log: - BFN Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/trunk/ext/intl/spoofchecker/ spoofchecker_main.c

2011-03-27 Thread Felipe Pena
felipe Sun, 27 Mar 2011 18:14:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309748 Log: - Fixed compiler warnings Changed paths: U php/php-src/trunk/ext/intl/spoofchecker/spoofchecker_main.c Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/phar/phar_object.c branches/PHP_5_3/ext/phar/tests/bug54395.phpt trunk/ext/phar/phar_object.c trunk/ext/phar/tests/bug54395.phpt

2011-03-26 Thread Felipe Pena
felipe Sat, 26 Mar 2011 17:02:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309716 Log: - Fixed bug #54395 (Phar::mount() crashes when calling with wrong parameters) Bug: http://bugs.php.net/54395 (error getting bug information)

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/spl/spl_directory.c branches/PHP_5_3/ext/spl/tests/bug54292.phpt trunk/ext/spl/spl_directory.c trunk/ext/spl/tests/bug54292.phpt

2011-03-23 Thread Felipe Pena
felipe Wed, 23 Mar 2011 22:46:04 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309611 Log: - Fixed bug #54292 (Wrong parameter causes crash in SplFileObject::__construct()) Bug: http://bugs.php.net/54292 (error getting bug information)

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/spl/spl_iterators.c branches/PHP_5_3/ext/spl/tests/bug54281.phpt trunk/ext/spl/spl_iterators.c trunk/ext/spl/tests/bug54281.phpt

2011-03-22 Thread Felipe Pena
felipe Tue, 22 Mar 2011 22:41:16 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309577 Log: - Fixed bug #54281 (Crash in non-initialized RecursiveIteratorIterator) Bug: http://bugs.php.net/54281 (error getting bug information) Changed

[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/bug54283.phpt trunk/ext/date/php_date.c trunk/ext/date/tests/bug54283.phpt

2011-03-22 Thread Felipe Pena
felipe Wed, 23 Mar 2011 01:22:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309580 Log: - Fixed bug #54283 (new DatePeriod(NULL) causes crash) Bug: http://bugs.php.net/54283 (error getting bug information) Changed paths: U

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

2011-03-19 Thread Felipe Pena
felipe Sat, 19 Mar 2011 17:36:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309433 Log: - Fixed bug #54312 (soap_version logic bug) Patch by: tom at samplonius dot org Bug: http://bugs.php.net/54312 (Open) soap_version logic bug

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

2011-03-19 Thread Felipe Pena
felipe Sat, 19 Mar 2011 17:47:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309434 Log: - BFN Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/dba/ dba_flatfile.c dba_inifile.c

2011-03-17 Thread Felipe Pena
felipe Thu, 17 Mar 2011 11:43:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309341 Log: - Fix infile return on duplicated key (related to bug #54242) Bug: http://bugs.php.net/54242 (Closed) dba_insert returns true if key already exists

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/pdo_dblib/ dblib_stmt.c

2011-03-17 Thread Felipe Pena
felipe Thu, 17 Mar 2011 11:59:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309343 Log: - Fixed bug #54167 (PDO_DBLIB returns null on SQLUNIQUE field) patch by: mjh at hodginsmedia dot com Bug: http://bugs.php.net/54167 (Feedback)

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

2011-03-17 Thread Felipe Pena
felipe Thu, 17 Mar 2011 12:03:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309344 Log: - BFN Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2011-03-14 Thread Felipe Pena
felipe Mon, 14 Mar 2011 14:12:42 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309222 Log: - Missing fixes for bug #54247 Bug: http://bugs.php.net/54247 (error getting bug information) Changed paths: U

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

2011-03-14 Thread Felipe Pena
felipe Mon, 14 Mar 2011 22:27:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309237 Log: - BFN Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2011-03-14 Thread Felipe Pena
felipe Mon, 14 Mar 2011 13:54:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309221 Log: - Fixed bug #54247 (format-string vulnerability on Phar) Bug: http://bugs.php.net/54247 (error getting bug information) Changed paths: U

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

2011-03-13 Thread Felipe Pena
felipe Sun, 13 Mar 2011 14:19:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309171 Log: - Fixed ZTS build Changed paths: U php/php-src/trunk/ext/pspell/pspell.c Modified: php/php-src/trunk/ext/pspell/pspell.c

[PHP-CVS] svn: /php/php-src/trunk/ext/dba/ dba_flatfile.c

2011-03-13 Thread Felipe Pena
felipe Sun, 13 Mar 2011 14:21:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309172 Log: - Fixed bug #54242 (dba_insert returns true if key already exists) Bug: http://bugs.php.net/54242 (Open) dba_insert returns true if key already exists

[PHP-CVS] svn: /php/php-src/trunk/ext/dba/ dba_inifile.c

2011-03-13 Thread Felipe Pena
felipe Sun, 13 Mar 2011 14:57:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309174 Log: - Fix infile return on duplicated key (related to bug #54242) Bug: http://bugs.php.net/54242 (Closed) dba_insert returns true if key already exists

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

2011-03-08 Thread Felipe Pena
felipe Tue, 08 Mar 2011 13:11:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309018 Log: - Fixed bug #54193 (Integer overflow in shmop_read()) Bug: http://bugs.php.net/54193 (error getting bug information) Changed paths: U

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

2011-03-08 Thread Felipe Pena
felipe Tue, 08 Mar 2011 13:12:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309019 Log: - Missing reported by info Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2011-03-08 Thread Felipe Pena
felipe Tue, 08 Mar 2011 14:07:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309021 Log: - assign CVE Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2011-03-08 Thread Felipe Pena
felipe Tue, 08 Mar 2011 18:24:04 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309032 Log: - Version++ Changed paths: U php/php-src/branches/PHP_5_3/ext/shmop/shmop.c U php/php-src/trunk/ext/shmop/shmop.c Modified:

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

2011-03-08 Thread Felipe Pena
felipe Tue, 08 Mar 2011 19:56:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309035 Log: - Fixed bug #49608 (Using CachingIterator on DirectoryIterator instance segfaults) Bug: http://bugs.php.net/49608 (Assigned) Using CachingIterator on

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS ext/pdo_dblib/dblib_stmt.c

2011-03-06 Thread Felipe Pena
felipe Sun, 06 Mar 2011 13:36:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308972 Log: - Reverted fix for bug #54167 (to be committed in soon) Bug: http://bugs.php.net/54167 (Feedback) PDO_DBLIB returns null on SQLUNIQUE field

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

2011-03-05 Thread Felipe Pena
felipe Sat, 05 Mar 2011 23:07:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308948 Log: - Fixed bug #54167 (PDO_DBLIB returns null on SQLUNIQUE field) # initial patch by: mjh at hodginsmedia dot com (5.3) # trunk version by me Bug:

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

2011-02-27 Thread Felipe Pena
felipe Sun, 27 Feb 2011 17:55:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308726 Log: - Possible fix for Bug #54108 (valgrind can not be found if located outside of system's default PATH) Bug: http://bugs.php.net/54108 (Open) valgrind

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

2011-02-23 Thread Felipe Pena
felipe Thu, 24 Feb 2011 02:42:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308618 Log: - Fixed possible off-by-one overflow in ibase_gen_id() Changed paths: U php/php-src/branches/PHP_5_3/ext/interbase/interbase.c U

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

2011-02-20 Thread Felipe Pena
felipe Sun, 20 Feb 2011 16:09:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308503 Log: - Fixed bug #54040 (Logical where probably needed in spl_iterators) Bug: http://bugs.php.net/54040 (Open) Logical where probably needed in

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

2011-02-20 Thread Felipe Pena
felipe Sun, 20 Feb 2011 16:33:53 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308504 Log: - Fixed memory leak in DirectoryIterator::getExtension() and SplFileInfo::getExtension() Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

[PHP-CVS] svn: /php/php-src/trunk/ ext/readline/readline_cli.c sapi/cli/php_cli.c

2011-02-19 Thread Felipe Pena
felipe Sat, 19 Feb 2011 16:32:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308485 Log: - Fixed build Changed paths: U php/php-src/trunk/ext/readline/readline_cli.c U php/php-src/trunk/sapi/cli/php_cli.c Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug54013.phpt branches/PHP_5_3/Zend/zend_compile.c trunk/Zend/tests/bug54013.phpt

2011-02-17 Thread Felipe Pena
felipe Thu, 17 Feb 2011 23:24:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308443 Log: - Fixed bug #43512 (same parameter name can be used multiple times in method/function definition) Bug: http://bugs.php.net/43512 (Open) same parameter

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

2011-02-14 Thread Felipe Pena
felipe Mon, 14 Feb 2011 23:43:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308344 Log: - Fixed memory leak Changed paths: U php/php-src/trunk/ext/snmp/snmp.c Modified: php/php-src/trunk/ext/snmp/snmp.c

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

2011-02-14 Thread Felipe Pena
felipe Mon, 14 Feb 2011 23:58:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308345 Log: - Fixed memory leak on serialize(new SNMP) Changed paths: U php/php-src/trunk/ext/snmp/snmp.c Modified: php/php-src/trunk/ext/snmp/snmp.c

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

2011-02-14 Thread Felipe Pena
felipe Tue, 15 Feb 2011 00:07:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308346 Log: - Fixed crash on unserialize(serialize(new SNMP)) Changed paths: U php/php-src/trunk/ext/snmp/snmp.c Modified: php/php-src/trunk/ext/snmp/snmp.c

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

2011-02-11 Thread Felipe Pena
felipe Fri, 11 Feb 2011 21:10:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308262 Log: - Fixed bug #53991 (SimpleXMLElement::__construct shows no params via ReflectionMethod) Bug: http://bugs.php.net/53991 (Open)

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

2011-01-31 Thread Felipe Pena
felipe Tue, 01 Feb 2011 01:02:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307894 Log: - Fixed build Changed paths: U php/php-src/trunk/ext/snmp/snmp.c Modified: php/php-src/trunk/ext/snmp/snmp.c

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

2011-01-28 Thread Felipe Pena
felipe Fri, 28 Jan 2011 20:41:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307829 Log: - Fixed bug #53867 (Test failure) patch by: rquadling at php.net Bug: http://bugs.php.net/53867 (Open) Test failure. Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/Zend/ tests/bug53748.phpt zend_compile.c

2011-01-28 Thread Felipe Pena
felipe Fri, 28 Jan 2011 21:19:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307832 Log: - Fixed bug #53748 (Using traits lead to a segmentation fault) Bug: http://bugs.php.net/53748 (Open) Using traits lead to a segmentation fault

[PHP-CVS] svn: /php/php-src/trunk/sapi/cli/ Makefile.frag

2011-01-23 Thread Felipe Pena
felipe Sun, 23 Jan 2011 22:40:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307687 Log: - Fix missing mkdir for bindir (patch by David Tajchreber) Changed paths: U php/php-src/trunk/sapi/cli/Makefile.frag Modified:

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

2011-01-20 Thread Felipe Pena
felipe Thu, 20 Jan 2011 12:32:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307625 Log: - Removed accidental changes Changed paths: U php/php-src/trunk/main/main.c Modified: php/php-src/trunk/main/main.c

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

2011-01-12 Thread Felipe Pena
felipe Wed, 12 Jan 2011 22:17:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307424 Log: - Fixed bug #53717 (checking the number of arguments is wrong in zend_parse_method_parameters_ex()) patch by: klaus at triendl dot eu Bug:

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ NEWS ext/zip/lib/zip_dirent.c

2011-01-11 Thread Felipe Pena
felipe Tue, 11 Jan 2011 20:55:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307385 Log: - Fixed bug #53568 (swapped memset arguments in struct initialization) [backported] Bug: http://bugs.php.net/53568 (Closed) swapped memset arguments in

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/intl/locale/locale_methods.c trunk/ext/intl/locale/locale_methods.c trunk/ext/intl/transliterator/transliterator_methods.c

2011-01-11 Thread Felipe Pena
felipe Wed, 12 Jan 2011 00:29:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307392 Log: - Fixed compiler warnings Changed paths: U php/php-src/branches/PHP_5_3/ext/intl/locale/locale_methods.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/sqlite3/sqlite3.c branches/PHP_5_3/ext/sqlite3/tests/sqlite3_prepare_001.phpt trunk/ext/sqlite3/sqlite3.c trunk/ext/sqlite3/test

2011-01-06 Thread Felipe Pena
felipe Fri, 07 Jan 2011 01:11:16 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307203 Log: - Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a reference. Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

[PHP-CVS] svn: /php/php-src/trunk/Zend/tests/ declare_001.phpt ns_086.phpt

2011-01-04 Thread Felipe Pena
felipe Tue, 04 Jan 2011 22:01:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307094 Log: - Fixed tests Changed paths: U php/php-src/trunk/Zend/tests/declare_001.phpt U php/php-src/trunk/Zend/tests/ns_086.phpt Modified:

[PHP-CVS] svn: /php/php-src/trunk/ TSRM/TSRM.c TSRM/TSRM.h TSRM/tsrm_nw.c TSRM/tsrm_nw.h TSRM/tsrm_virtual_cwd.c TSRM/tsrm_virtual_cwd.h TSRM/tsrm_win32.c TSRM/tsrm_win32.h Zend/acconfig.h Zend/zend.c

2010-12-31 Thread Felipe Pena
felipe Sat, 01 Jan 2011 02:17:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306938 Log: - Year++ Changed paths: U php/php-src/trunk/TSRM/TSRM.c U php/php-src/trunk/TSRM/TSRM.h U php/php-src/trunk/TSRM/tsrm_nw.c U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ TSRM/TSRM.c TSRM/TSRM.h TSRM/tsrm_nw.c TSRM/tsrm_nw.h TSRM/tsrm_virtual_cwd.c TSRM/tsrm_virtual_cwd.h TSRM/tsrm_win32.c TSRM/tsrm_win32.h Zend/acconfig.h

2010-12-31 Thread Felipe Pena
felipe Sat, 01 Jan 2011 02:19:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306939 Log: - Year++ Changed paths: U php/php-src/branches/PHP_5_3/TSRM/TSRM.c U php/php-src/branches/PHP_5_3/TSRM/TSRM.h U

[PHP-CVS] svn: /php/php-src/trunk/ext/phar/ dirstream.c dirstream.h func_interceptors.c func_interceptors.h phar.c phar_internal.h phar_object.c phar_path_check.c pharzip.h php_phar.h stream.c stream.

2010-12-31 Thread Felipe Pena
felipe Sat, 01 Jan 2011 02:46:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306940 Log: - Year++ Changed paths: U php/php-src/trunk/ext/phar/dirstream.c U php/php-src/trunk/ext/phar/dirstream.h U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/phar/ dirstream.c dirstream.h func_interceptors.c func_interceptors.h phar.c phar_internal.h phar_object.c phar_path_check.c pharzip.h php_phar.h strea

2010-12-31 Thread Felipe Pena
felipe Sat, 01 Jan 2011 02:48:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306941 Log: - Year++ Changed paths: U php/php-src/branches/PHP_5_3/ext/phar/dirstream.c U php/php-src/branches/PHP_5_3/ext/phar/dirstream.h U

[PHP-CVS] svn: /php/php-src/trunk/ext/fileinfo/ fileinfo.c php_fileinfo.h

2010-12-31 Thread Felipe Pena
felipe Sat, 01 Jan 2011 02:51:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306942 Log: - Year++ Changed paths: U php/php-src/trunk/ext/fileinfo/fileinfo.c U php/php-src/trunk/ext/fileinfo/php_fileinfo.h Modified:

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

2010-12-31 Thread Felipe Pena
felipe Sat, 01 Jan 2011 02:51:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306943 Log: - Year++ Changed paths: U php/php-src/branches/PHP_5_3/ext/fileinfo/fileinfo.c U php/php-src/branches/PHP_5_3/ext/fileinfo/php_fileinfo.h

[PHP-CVS] svn: /php/php-src/trunk/Zend/tests/multibyte/ multibyte_encoding_001.phpt multibyte_encoding_002.phpt multibyte_encoding_003.phpt multibyte_encoding_004.phpt multibyte_encoding_005.phpt mult

2010-12-24 Thread Felipe Pena
felipe Sat, 25 Dec 2010 01:42:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306629 Log: - Fixed INI test section Changed paths: U php/php-src/trunk/Zend/tests/multibyte/multibyte_encoding_001.phpt U

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

2010-12-19 Thread Felipe Pena
felipe Mon, 20 Dec 2010 01:42:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306479 Log: - Fix build Changed paths: U php/php-src/trunk/Zend/zend_compile.c Modified: php/php-src/trunk/Zend/zend_compile.c

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

2010-12-12 Thread Felipe Pena
felipe Sun, 12 Dec 2010 21:11:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306291 Log: - Cosmetics Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2010-12-10 Thread Felipe Pena
felipe Fri, 10 Dec 2010 11:26:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306179 Log: - Cosmetics Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2010-12-10 Thread Felipe Pena
felipe Fri, 10 Dec 2010 11:33:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306181 Log: - Fixed ZTS build Changed paths: U php/php-src/branches/PHP_5_3/Zend/zend_compile.c Modified: php/php-src/branches/PHP_5_3/Zend/zend_compile.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/pdo_pgsql/pgsql_statement.c branches/PHP_5_3/NEWS branches/PHP_5_3/ext/pdo_pgsql/pgsql_statement.c trunk/ext/pdo_pgsql/pgsql_sta

2010-12-10 Thread Felipe Pena
felipe Fri, 10 Dec 2010 17:50:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306192 Log: - Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down) patch by: gyp at balabit dot hu Bug: http://bugs.php.net/53517 (Closed)

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/spl/spl_array.c branches/PHP_5_3/ext/spl/tests/bug53515.phpt trunk/ext/spl/spl_array.c trunk/ext/spl/tests/bug53515.phpt

2010-12-10 Thread Felipe Pena
felipe Fri, 10 Dec 2010 23:58:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306213 Log: - Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0 values) Bug: http://bugs.php.net/53515 (Open) property_exists incorrect on

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/pdo_oci/oci_statement.c branches/PHP_5_3/ext/pdo_oci/tests/pdo_oci_fread_1.phpt branches/PHP_5_3/ext/pdo_oci/tests/pdo_oci_strea

2010-12-09 Thread Felipe Pena
felipe Fri, 10 Dec 2010 00:33:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306149 Log: - Fixed bug #39199 (Cannot load Lob data with more than 4000 bytes on ORACLE 10) patch by: spatar at mail dot nnov dot ru Bug:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/intl/formatter/formatter_attr.c trunk/ext/intl/formatter/formatter_attr.c

2010-12-09 Thread Felipe Pena
felipe Fri, 10 Dec 2010 00:47:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306154 Log: - Fixed bug #53512 (NumberFormatter::setSymbol crash on bogus $attr values) Bug: http://bugs.php.net/53512 (Open) NumberFormatter::setSymbol crash on

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

2010-12-09 Thread Felipe Pena
felipe Fri, 10 Dec 2010 00:59:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306157 Log: - Added test for bug #53512 Bug: http://bugs.php.net/53512 (Closed) NumberFormatter::setSymbol crash on bogus $attr values Changed paths: A

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/pdo/tests/bug_38253.phpt branches/PHP_5_3/ext/pdo/tests/pdo_018.phpt trunk/ext/pdo/tests/bug_38253.phpt trunk/ext/pdo/tests/pdo_018.phpt

2010-12-04 Thread Felipe Pena
felipe Sat, 04 Dec 2010 12:28:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305961 Log: - Fixed tests Changed paths: U php/php-src/branches/PHP_5_3/ext/pdo/tests/bug_38253.phpt U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ext/pdo/tests/ bug_38253.phpt bug_43139.phpt pdo_018.phpt pdo_021.phpt

2010-12-04 Thread Felipe Pena
felipe Sat, 04 Dec 2010 12:40:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305962 Log: - Fixed tests Changed paths: U php/php-src/branches/PHP_5_2/ext/pdo/tests/bug_38253.phpt U

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

2010-12-04 Thread Felipe Pena
felipe Sat, 04 Dec 2010 15:48:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305963 Log: - Fixed test Changed paths: U php/php-src/branches/PHP_5_3/ext/pdo_oci/tests/pdo_oci_attr_client.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/standard/tests/streams/bug46024.phpt branches/PHP_5_3/ext/standard/tests/streams/bug46024.phpt trunk/ext/standard/tests/streams/bug46024.phpt

2010-12-04 Thread Felipe Pena
felipe Sat, 04 Dec 2010 15:57:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305964 Log: - Fixed test (Eyal Teutsch) Changed paths: U php/php-src/branches/PHP_5_2/ext/standard/tests/streams/bug46024.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/sqlite3/sqlite3.c branches/PHP_5_3/ext/sqlite3/tests/bug53463.phpt trunk/ext/sqlite3/sqlite3.c trunk/ext/sqlite3/tests/bug53463.

2010-12-03 Thread Felipe Pena
felipe Fri, 03 Dec 2010 21:05:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305954 Log: - Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number) Bug: http://bugs.php.net/53463 (Open) sqlite3 columnName() segfaults on bad

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

2010-12-03 Thread Felipe Pena
felipe Fri, 03 Dec 2010 21:09:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305955 Log: - Order Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2010-12-03 Thread Felipe Pena
felipe Fri, 03 Dec 2010 22:58:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305958 Log: - Fixed test Changed paths: U php/php-src/branches/PHP_5_3/ext/pdo/tests/bug_43139.phpt U php/php-src/trunk/ext/pdo/tests/bug_43139.phpt

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

2010-12-03 Thread Felipe Pena
felipe Fri, 03 Dec 2010 23:25:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305959 Log: - Fixed test Changed paths: U php/php-src/branches/PHP_5_3/ext/pdo/tests/pdo_021.phpt U php/php-src/trunk/ext/pdo/tests/pdo_021.phpt

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

2010-12-02 Thread Felipe Pena
felipe Thu, 02 Dec 2010 23:01:04 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305921 Log: - Cosmetics Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2010-11-24 Thread Felipe Pena
felipe Wed, 24 Nov 2010 20:50:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305725 Log: - Removed unused variable Changed paths: U php/php-src/trunk/Zend/zend_execute.c Modified: php/php-src/trunk/Zend/zend_execute.c

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

2010-11-24 Thread Felipe Pena
felipe Thu, 25 Nov 2010 00:05:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305734 Log: - Ordering Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/Zend/tests/declare_001.phpt branches/PHP_5_3/Zend/tests/declare_001.phpt trunk/Zend/tests/declare_001.phpt

2010-11-23 Thread Felipe Pena
felipe Tue, 23 Nov 2010 21:45:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305696 Log: - Fixed test Changed paths: U php/php-src/branches/PHP_5_2/Zend/tests/declare_001.phpt U

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