]>
granicus.if.org Git - php/log
Gustavo Lopes [Tue, 15 Jan 2013 20:45:22 +0000 (21:45 +0100)]
Merge remote-tracking branch 'remotes/cataphract/strtr_wu94_55' into PHP-5.5
* remotes/cataphract/strtr_wu94_55:
Fixed inconsequential bug in strtr()
UPGRADING.INTERNALS: document zend_qsort_r
Add zend_qsort_r & use it in strtr
NEWS for bug #63893
Remove _GNU_SOURCE, add local heap sort
The compiler can figure this out
Remove unused block
strtr() with 2nd param array - optimization
Refactoring, bugs & leaks
Optimize strtr w/ 2nd arg array
Gustavo Lopes [Tue, 15 Jan 2013 16:26:24 +0000 (17:26 +0100)]
Merge branch 'strtr_wu94_54' into strtr_wu94_55
Gustavo Lopes [Tue, 15 Jan 2013 16:25:59 +0000 (17:25 +0100)]
Fixed inconsequential bug in strtr()
Andrey Hristov [Tue, 15 Jan 2013 11:20:58 +0000 (12:20 +0100)]
revert change. now it doesn't compile again...someone should fix ext/date...
Andrey Hristov [Tue, 15 Jan 2013 11:19:52 +0000 (12:19 +0100)]
Use two dtors thus allow allocation based on the alloc model of the
connection.
Andrey Hristov [Tue, 15 Jan 2013 10:32:44 +0000 (11:32 +0100)]
plug a leak - forgot ot use the dtor already written
Andrey Hristov [Tue, 15 Jan 2013 10:07:32 +0000 (11:07 +0100)]
Merge branch 'PHP-5.5' of ssh://git.php.net/php-src into PHP-5.5
Andrey Hristov [Tue, 15 Jan 2013 10:06:59 +0000 (11:06 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
Conflicts:
NEWS
Adam Harvey [Tue, 15 Jan 2013 09:37:21 +0000 (17:37 +0800)]
Revert "Apply the fputcsv test fix to SplFileObject_fputcsv.phpt. Mea culpa."
This reverts commit
0510701474e8d99b5b30139b5599e44f9b555a5a .
Adam Harvey [Tue, 15 Jan 2013 09:33:54 +0000 (17:33 +0800)]
Revert "Update fputcsv() to escape all characters equally."
On second thoughts, while the behaviour _is_ broken, this isn't the right fix.
This reverts commit
9b5cb0e8059b1e8bec096067491ed8d75f878938 .
Adam Harvey [Tue, 15 Jan 2013 09:37:21 +0000 (17:37 +0800)]
Revert "Apply the fputcsv test fix to SplFileObject_fputcsv.phpt. Mea culpa."
This reverts commit
0510701474e8d99b5b30139b5599e44f9b555a5a .
Adam Harvey [Tue, 15 Jan 2013 09:35:34 +0000 (17:35 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Revert "Update fputcsv() to escape all characters equally."
Adam Harvey [Tue, 15 Jan 2013 09:33:54 +0000 (17:33 +0800)]
Revert "Update fputcsv() to escape all characters equally."
On second thoughts, while the behaviour _is_ broken, this isn't the right fix.
This reverts commit
9b5cb0e8059b1e8bec096067491ed8d75f878938 .
Andrey Hristov [Tue, 15 Jan 2013 09:05:54 +0000 (10:05 +0100)]
Merge branch 'PHP-5.5' of ssh://git.php.net/php-src into PHP-5.5
Andrey Hristov [Tue, 15 Jan 2013 09:04:59 +0000 (10:04 +0100)]
Add support for connect attributes, as of MySQL 5.6
Lars Strojny [Tue, 15 Jan 2013 08:30:44 +0000 (09:30 +0100)]
Bug #62489: dba_insert not working as expected
Stanislav Malyshev [Tue, 15 Jan 2013 08:08:29 +0000 (00:08 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fix NEWS
Stanislav Malyshev [Tue, 15 Jan 2013 08:06:35 +0000 (00:06 -0800)]
fix NEWS
Stanislav Malyshev [Tue, 15 Jan 2013 08:07:07 +0000 (00:07 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fix NEWS
Stanislav Malyshev [Tue, 15 Jan 2013 08:06:35 +0000 (00:06 -0800)]
fix NEWS
Adam Harvey [Tue, 15 Jan 2013 07:50:57 +0000 (15:50 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Apply the fputcsv test fix to SplFileObject_fputcsv.phpt. Mea culpa.
Adam Harvey [Tue, 15 Jan 2013 07:49:13 +0000 (15:49 +0800)]
Apply the fputcsv test fix to SplFileObject_fputcsv.phpt. Mea culpa.
Xinchen Hui [Tue, 15 Jan 2013 07:33:26 +0000 (15:33 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Tue, 15 Jan 2013 07:32:42 +0000 (15:32 +0800)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Xinchen Hui [Tue, 15 Jan 2013 07:31:49 +0000 (15:31 +0800)]
Fixed bug #57702 (Multi-row BLOB fetches)
Adam Harvey [Tue, 15 Jan 2013 07:26:25 +0000 (15:26 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Update fputcsv() to escape all characters equally.
Adam Harvey [Tue, 15 Jan 2013 07:24:21 +0000 (15:24 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Update fputcsv() to escape all characters equally.
Adam Harvey [Tue, 15 Jan 2013 07:17:45 +0000 (15:17 +0800)]
Update fputcsv() to escape all characters equally.
At present, backslashes have special case handling within fputcsv(): when one
is encountered within a field that's being escaped, escaping stops until the
next instance of the enclosure character is hit. This can result in malformed
CSV.
Fixes bug #43225 (fputcsv incorrectly handles cells ending in \ followed by ").
Adam Harvey [Tue, 15 Jan 2013 02:08:26 +0000 (10:08 +0800)]
Fix compile failure introduced by the fix for bug #46408.
Lars Strojny [Mon, 14 Jan 2013 20:41:24 +0000 (21:41 +0100)]
Merge branch 'PHP-5.5' of git://github.com/php/php-src into PHP-5.5
Derick Rethans [Mon, 14 Jan 2013 20:36:48 +0000 (20:36 +0000)]
Added NEWS item for DateTimeImmutable
Lars Strojny [Mon, 14 Jan 2013 20:36:28 +0000 (21:36 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
Lars Strojny [Mon, 14 Jan 2013 20:35:48 +0000 (21:35 +0100)]
Bug #52958: Segfault in PDO_OCI on cleanup after running a long testsuite.
Derick Rethans [Thu, 20 Dec 2012 13:22:18 +0000 (13:22 +0000)]
Make DatePeriod support DateTimeImmutable as well.
If the start element is a DateTimeImmutable object, then all returned objects
are also DateTimeImmutable objects. If the start element is a DateTime object,
then all returned objects are DateTime objects.
Derick Rethans [Wed, 19 Dec 2012 17:40:14 +0000 (17:40 +0000)]
Fixed crash bug when the non-OO interface was used.
Derick Rethans [Wed, 19 Dec 2012 16:24:38 +0000 (16:24 +0000)]
Rename DateTimePoint to DateTimeImmutable.
Derick Rethans [Mon, 17 Dec 2012 16:49:25 +0000 (16:49 +0000)]
Added another test to test the unmodified inherited methods.
Derick Rethans [Mon, 17 Dec 2012 16:49:00 +0000 (16:49 +0000)]
Added a few missing TSRMLS_DC/TSRMLS_CC.
Derick Rethans [Mon, 17 Dec 2012 16:35:52 +0000 (16:35 +0000)]
Added a test case for DateTimePoint.
Derick Rethans [Mon, 17 Dec 2012 15:31:23 +0000 (15:31 +0000)]
Implemented immutable DateTime objects as the DateTimePoint class.
Lars Strojny [Mon, 14 Jan 2013 20:23:52 +0000 (21:23 +0100)]
Bug #46408: Fix double formatting for PostgreSQL bound parameters
Lars Strojny [Mon, 14 Jan 2013 19:43:14 +0000 (20:43 +0100)]
PR #260: Update css for 404 pages to feel more up to date and have a consistent layout across browsers
Lars Strojny [Mon, 14 Jan 2013 17:53:40 +0000 (18:53 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
Lars Strojny [Mon, 14 Jan 2013 17:52:38 +0000 (18:52 +0100)]
Support BITMAPV5HEADER in getimagesize(): https://en.wikipedia.org/wiki/BMP_file_format#DIB_header_.28bitmap_information_header.29
Lars Strojny [Mon, 14 Jan 2013 17:00:00 +0000 (18:00 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
Lars Strojny [Mon, 14 Jan 2013 16:59:11 +0000 (17:59 +0100)]
Fix bug #63916: PDO::PARAM_INT casts to 32bit int internally even on 64bit builds in pdo_sqlite
Lars Strojny [Mon, 14 Jan 2013 16:36:07 +0000 (17:36 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
Lars Strojny [Mon, 14 Jan 2013 16:35:07 +0000 (17:35 +0100)]
Fixed bug #63921: sqlite3::bindvalue and relative PHP functions aren't using sqlite3_*_int64 API
Gustavo Lopes [Mon, 14 Jan 2013 16:27:20 +0000 (17:27 +0100)]
UPGRADING.INTERNALS: document zend_qsort_r
Gustavo Lopes [Mon, 14 Jan 2013 16:24:16 +0000 (17:24 +0100)]
Add zend_qsort_r & use it in strtr
Gustavo Lopes [Mon, 14 Jan 2013 16:19:23 +0000 (17:19 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
Conflicts:
NEWS
Gustavo Lopes [Mon, 14 Jan 2013 16:17:58 +0000 (17:17 +0100)]
NEWS for bug #63893
Gustavo Lopes [Thu, 10 Jan 2013 12:09:14 +0000 (13:09 +0100)]
Remove _GNU_SOURCE, add local heap sort
Gustavo Lopes [Wed, 9 Jan 2013 22:20:32 +0000 (23:20 +0100)]
The compiler can figure this out
Gustavo Lopes [Wed, 9 Jan 2013 22:20:11 +0000 (23:20 +0100)]
Remove unused block
Gustavo Lopes [Wed, 9 Jan 2013 21:29:28 +0000 (22:29 +0100)]
strtr() with 2nd param array - optimization
About a 1.25x speedup in my test script by writing the result string
only when a match is found and at the end instead of on each iteration.
Gustavo Lopes [Tue, 8 Jan 2013 23:33:14 +0000 (00:33 +0100)]
Refactoring, bugs & leaks
Gustavo Lopes [Mon, 7 Jan 2013 02:13:11 +0000 (03:13 +0100)]
Optimize strtr w/ 2nd arg array
Fixes bug #63893: poor efficiency of strtr() using array with keys of
very different length.
The implementation is basically all new, which carries some risk with
it.
The algorithm is described in "A Fast Algorithm For Multi-Pattern
Searching" (1994) by Sun Wu and Udi Manber.
Xinchen Hui [Mon, 14 Jan 2013 09:08:21 +0000 (17:08 +0800)]
Use zend_unmangle_property_name_ex to save strlen
Xinchen Hui [Mon, 14 Jan 2013 08:23:22 +0000 (16:23 +0800)]
Fixed bug #63980 (object members get trimmed by zero bytes)
Adam Harvey [Mon, 14 Jan 2013 05:54:43 +0000 (13:54 +0800)]
Tinker with UPGRADING's wording for the format string changes for clarity.
Stanislav Malyshev [Mon, 14 Jan 2013 01:27:05 +0000 (17:27 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fix bug #63982: isset() inconsistently produces a fatal error on protected property
different OSes have different messages, and that's not what the test is about anyway
Stanislav Malyshev [Mon, 14 Jan 2013 01:08:52 +0000 (17:08 -0800)]
fix bug #63982: isset() inconsistently produces a fatal error on protected property
Stanislav Malyshev [Mon, 14 Jan 2013 00:34:35 +0000 (16:34 -0800)]
different OSes have different messages, and that's not what the test is about anyway
Arnaud Le Blanc [Sun, 13 Jan 2013 14:47:12 +0000 (15:47 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
Arnaud Le Blanc [Sun, 13 Jan 2013 14:45:15 +0000 (15:45 +0100)]
fixed alternate form for 'x' and 'X' formats
same fix exists in original code:
https://svn.apache.org/viewvc?view=revision&revision=
1152309
Dmitry Stogov [Thu, 10 Jan 2013 14:54:37 +0000 (18:54 +0400)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed uninitialized zval.type (Yoram)
Dmitry Stogov [Thu, 10 Jan 2013 14:54:19 +0000 (18:54 +0400)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed uninitialized zval.type (Yoram)
Dmitry Stogov [Thu, 10 Jan 2013 14:53:10 +0000 (18:53 +0400)]
Fixed uninitialized zval.type (Yoram)
ULF WENDEL [Thu, 10 Jan 2013 13:53:46 +0000 (14:53 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
MySQL 5.6 EXPIRE PASSWORD flag tests
ULF WENDEL [Thu, 10 Jan 2013 13:51:14 +0000 (14:51 +0100)]
MySQL 5.6 EXPIRE PASSWORD flag tests
Remi Collet [Thu, 10 Jan 2013 10:18:25 +0000 (11:18 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fix test after fix for bug #63943 (Bad warning text from strpos() on empty needle) See commit
c05ee74e7ff28b49018bf3e8f452bfd5386d1b68
Remi Collet [Thu, 10 Jan 2013 10:17:53 +0000 (11:17 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fix test after fix for bug #63943 (Bad warning text from strpos() on empty needle) See commit
c05ee74e7ff28b49018bf3e8f452bfd5386d1b68
Remi Collet [Thu, 10 Jan 2013 10:14:38 +0000 (11:14 +0100)]
Fix test after fix for bug #63943 (Bad warning text from strpos() on empty needle)
See commit
c05ee74e7ff28b49018bf3e8f452bfd5386d1b68
Andrey Hristov [Wed, 9 Jan 2013 18:15:29 +0000 (19:15 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
Andrey Hristov [Wed, 9 Jan 2013 18:14:48 +0000 (19:14 +0100)]
Add mysqli support - constants and checking in mysqli_options() for the
new constant for password expriration
Andrey Hristov [Wed, 9 Jan 2013 18:03:56 +0000 (19:03 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
Conflicts:
ext/mysqlnd/mysqlnd_enum_n_def.h
Andrey Hristov [Wed, 9 Jan 2013 17:58:29 +0000 (18:58 +0100)]
backport handling of expired passwords in mysqlnd to 5.4
Andrey Hristov [Wed, 9 Jan 2013 17:40:57 +0000 (18:40 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
Conflicts:
ext/mysqlnd/mysqlnd.c
Andrey Hristov [Wed, 9 Jan 2013 17:39:59 +0000 (18:39 +0100)]
fix compilation error after merge
Andrey Hristov [Wed, 9 Jan 2013 17:30:56 +0000 (18:30 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
Conflicts:
ext/mysqlnd/mysqlnd.c
Andrey Hristov [Wed, 9 Jan 2013 17:27:50 +0000 (18:27 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
Andrey Hristov [Wed, 9 Jan 2013 17:27:06 +0000 (18:27 +0100)]
Use during connect the flags set with set_client_option()
Andrey Hristov [Wed, 9 Jan 2013 14:33:07 +0000 (15:33 +0100)]
support for password expiration in mysqlnd, through a flag
Andrey Hristov [Wed, 9 Jan 2013 14:07:26 +0000 (15:07 +0100)]
Merge branch 'PHP-5.5' of ssh://git.php.net/php-src into PHP-5.5
Dmitry Stogov [Wed, 9 Jan 2013 13:52:48 +0000 (17:52 +0400)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed compilator bug that might cause jump depended on unitialized value
Andrey Hristov [Wed, 9 Jan 2013 13:50:43 +0000 (14:50 +0100)]
Add new constants
Dmitry Stogov [Wed, 9 Jan 2013 13:36:44 +0000 (17:36 +0400)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed compilator bug that might cause jump depended on unitialized value
Dmitry Stogov [Wed, 9 Jan 2013 13:16:47 +0000 (17:16 +0400)]
Fixed compilator bug that might cause jump depended on unitialized value
Dmitry Stogov [Wed, 9 Jan 2013 07:32:40 +0000 (11:32 +0400)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed bug #63882 (zend_std_compare_objects crash on recursion)
Conflicts:
NEWS
Dmitry Stogov [Wed, 9 Jan 2013 07:30:50 +0000 (11:30 +0400)]
Fixed bug #63882 (zend_std_compare_objects crash on recursion)
Xinchen Hui [Wed, 9 Jan 2013 02:57:47 +0000 (10:57 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Wed, 9 Jan 2013 02:55:50 +0000 (10:55 +0800)]
update NEWS
Xinchen Hui [Wed, 9 Jan 2013 02:54:23 +0000 (10:54 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Wed, 9 Jan 2013 02:53:20 +0000 (10:53 +0800)]
Fixed bug #63943 (Bad warning text from strpos() on empty needle)
Adam Harvey [Tue, 8 Jan 2013 03:45:26 +0000 (11:45 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Add NEWS for the previously cherry picked commit.
sapi/litespeed/lsapi_main.c: Fix bug #63228
Conflicts:
sapi/litespeed/lsapi_main.c
Adam Harvey [Tue, 8 Jan 2013 03:40:51 +0000 (11:40 +0800)]
Add NEWS for the previously cherry picked commit.
George Wang [Fri, 12 Oct 2012 17:04:22 +0000 (13:04 -0400)]
sapi/litespeed/lsapi_main.c: Fix bug #63228
Fix compiling error at line 606 (error: format not a string
literal and no format arguments [-Werror=format-security]
Andrey Hristov [Mon, 7 Jan 2013 15:36:21 +0000 (16:36 +0100)]
fix different values of mysqli_stmt_affected_rows between libmysql
and mysqlnd (in favor of libmysql) before execute and after prepare()
Pierre Joye [Mon, 7 Jan 2013 12:04:29 +0000 (13:04 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
- fix the fix for bug #50524