Skip to content

Fixes by the end of the day #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from 2 commits
Commits
Show all changes
118 commits
Select commit Hold shift + click to select a range
8cb782b
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into…
cjbj Jun 27, 2013
2c73f61
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into…
cjbj Jun 27, 2013
8d9fcbb
Merge branch 'master' of https://git.php.net/repository/php-src
cjbj Jun 27, 2013
ef63334
Fixed bug #49175: mod_files.sh does not support hash bits
Jun 28, 2013
87dda66
Fixed bug #35703: when session_name("123") consist only digits, shoul…
Jun 28, 2013
46214a2
Update NEWS
Jun 29, 2013
06418ac
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into…
cjbj Jul 1, 2013
49a2cd9
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into…
cjbj Jul 1, 2013
7a33185
Merge branch 'master' of https://git.php.net/repository/php-src
cjbj Jul 1, 2013
bf8ed47
Add a few links
cjbj Jul 1, 2013
743c486
Fixed mysql tests parsing phpinfo()
weltling Jul 2, 2013
1968fac
Merge branch 'PHP-5.4' into PHP-5.5
weltling Jul 2, 2013
a1c2dbb
Merge branch 'PHP-5.5'
weltling Jul 2, 2013
c940aab
Fixed Bug #65143 Missing php-cgi man page
remicollet Jul 2, 2013
4bc11af
NEWS
remicollet Jul 2, 2013
f4ce5e7
Fixed Bug #65142 Missing phar man page
remicollet Jul 2, 2013
8f05675
Merge branch 'PHP-5.4' into PHP-5.5
remicollet Jul 2, 2013
4d5a2fb
NEWS
remicollet Jul 2, 2013
0ecf03f
Merge branch 'PHP-5.5'
remicollet Jul 2, 2013
67817a1
fix typo in php man page
remicollet Jul 2, 2013
1aeb251
Merge branch 'PHP-5.4' into PHP-5.5
remicollet Jul 2, 2013
c28e77c
Merge branch 'PHP-5.5'
remicollet Jul 2, 2013
a4538a4
intl: add intlcal_set_minimal_days_in_first_week()
cataphract Jul 3, 2013
9487f0b
intl: fix extra space in constant name
cataphract Jul 3, 2013
c1db6f8
Merge branch 'PHP-5.5'
cataphract Jul 3, 2013
b52fea6
NEWS for two lst intl changes
cataphract Jul 3, 2013
50ac53e
Add bison 2.6.4 to the list of supported versions
sebastianbergmann Jul 3, 2013
74d434c
Merge branch 'PHP-5.3' into PHP-5.4
sebastianbergmann Jul 3, 2013
9f5fc5c
Sync list of supported bison version with PHP-5.5
sebastianbergmann Jul 3, 2013
5324416
Fixed bug #65184 strftime() returns insufficient-length
weltling Jul 3, 2013
9365967
Merge branch 'PHP-5.5'
weltling Jul 3, 2013
0265c2d
Make sure result is initilized
johannes Jul 3, 2013
631bb27
Merge branch 'PHP-5.4' into PHP-5.5
johannes Jul 3, 2013
ebd94fa
Merge branch 'PHP-5.5'
johannes Jul 3, 2013
5bc7e59
Make sure return value is initialised in case transaction startup fails
johannes Jul 3, 2013
9aa7343
Merge branch 'PHP-5.4' into PHP-5.5
johannes Jul 3, 2013
d7a59d7
Merge branch 'PHP-5.5'
johannes Jul 3, 2013
7549beb
- Fixed build on FreeTDS 0.82
felipensp Jul 3, 2013
00293fe
Merge branch 'PHP-5.4' into PHP-5.5
felipensp Jul 3, 2013
0107b2a
Merge branch 'PHP-5.5'
felipensp Jul 3, 2013
332e46b
Extended the test for bug #65184
weltling Jul 3, 2013
675beb0
Merge branch 'PHP-5.5'
weltling Jul 3, 2013
97e9d01
fix assembly of safe_address() for x86 and x86_64
nunoplopes Jul 3, 2013
40cbcea
fix assembly of safe_address() for x86 and x86_64
nunoplopes Jul 3, 2013
c652cc9
fix assembly of safe_address() for x86 and x86_64
nunoplopes Jul 3, 2013
e964817
fix assembly of safe_address() for x86 and x86_64
nunoplopes Jul 3, 2013
47e21a2
Fix assembly of safe_address() for aarch64
Jul 4, 2013
e4192e4
Merge branch 'PHP-5.5'
Jul 4, 2013
7d163e8
truncate results at depth of 255 to prevent corruption
Jul 6, 2013
e4a28b7
Merge branch 'PHP-5.3' into PHP-5.4
Jul 6, 2013
eed492c
Merge branch 'PHP-5.4' into PHP-5.5
Jul 6, 2013
b955dbe
Merge branch 'PHP-5.5'
Jul 6, 2013
d1c261d
array_column: Changing integer in test output to use %d
ramsey Jul 6, 2013
11b757d
Merge branch 'PHP-5.5'
laruence Jul 8, 2013
2bc8271
Add warning to pg_unescape_bytea() when invalid parameter is passed
Jul 8, 2013
4fd1e24
Merge branch 'PHP-5.5'
Jul 8, 2013
bdfe70a
Update NEWS
Jul 8, 2013
bde0f13
Added warning for hex2bin() when input is invalid string
Jul 8, 2013
870d238
Merge branch 'PHP-5.5'
Jul 8, 2013
2041376
Update NEWS
Jul 8, 2013
9fc3818
Fixed segfault in mysqlnd when doing long prepare
faizshukri Jul 8, 2013
3dd5f4a
Merge branch 'PHP-5.4' into PHP-5.5
faizshukri Jul 8, 2013
a5d2854
Merge branch 'PHP-5.5'
faizshukri Jul 8, 2013
e78ca0b
Merge branch 'master' of ssh://git.php.net/php-src
faizshukri Jul 8, 2013
dd71f1f
Merge branch 'PHP-5.5' of ssh://git.php.net/php-src into PHP-5.5
faizshukri Jul 8, 2013
2c3f6dc
Merge branch 'PHP-5.4' of ssh://git.php.net/php-src into PHP-5.4
faizshukri Jul 8, 2013
79df8cf
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into…
cjbj Jul 8, 2013
ac26d0e
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into…
cjbj Jul 8, 2013
6ac7c9d
Bump PECL package info version check to allow PECL installs with PHP …
cjbj Jul 8, 2013
fbebe43
Merge branch 'PHP-5.5'
cjbj Jul 8, 2013
7045bd5
Merge branch 'bump_pecl_check' into PHP-5.5
cjbj Jul 8, 2013
0cf978c
Merge branch 'PHP-5.5'
cjbj Jul 8, 2013
24037fd
Fixed pgsql_stmt_get_column_meta() OID signedness
Jul 8, 2013
98e6473
Merge branch 'PHP-5.4' into PHP-5.5
Jul 8, 2013
84e6576
Merge branch 'PHP-5.5'
Jul 8, 2013
baac810
Improve pg_unescape_bytea() error message
Jul 9, 2013
c7ee677
- Updated to version 2013.4 (2013d)
derickr Jul 9, 2013
06cef32
Merge branch 'PHP-5.4' into PHP-5.5
derickr Jul 9, 2013
3cdd09a
Merge branch 'PHP-5.5'
derickr Jul 9, 2013
acd85d4
strig size_t fixes to zend_alloc.*
weltling Jul 9, 2013
cd7e56e
Cleanup temp file
cjbj Jul 9, 2013
73b54b4
Merge branch 'gd_clean' into PHP-5.5
cjbj Jul 9, 2013
3fd987f
Merge branch 'PHP-5.5'
cjbj Jul 9, 2013
03ed6fc
string sze_t fix for internal strings
weltling Jul 10, 2013
309d3b5
Merge branch 'string_size_refactor_take_2' of https://github.com/ircm…
weltling Jul 10, 2013
59d95c1
Merge branch 'master' of https://github.com/php/php-src into string_s…
weltling Jul 10, 2013
29ac511
fix possible resource leak and make sure there's something to qsort()
weltling Jul 10, 2013
f5b9d87
Merge branch 'PHP-5.4' into PHP-5.5
weltling Jul 10, 2013
638f1c3
Merge branch 'PHP-5.5'
weltling Jul 10, 2013
c7490a6
add usleep() to the header, already exported to dll
weltling Jul 10, 2013
710eee5
add test for bug #65236
johannes Jul 10, 2013
4204e2c
Merge branch 'PHP-5.3' into PHP-5.4
johannes Jul 10, 2013
26019d2
Merge branch 'PHP-5.4' into PHP-5.5
johannes Jul 10, 2013
9c0cd00
Merge branch 'PHP-5.5'
johannes Jul 10, 2013
9c4ef50
Merge PHP 5.3.27 NEWS
johannes Jul 10, 2013
4c6c048
Merge branch 'PHP-5.3' into PHP-5.4
johannes Jul 10, 2013
1891577
Merge branch 'PHP-5.4' into PHP-5.5
johannes Jul 10, 2013
479174c
Merge branch 'PHP-5.5'
johannes Jul 10, 2013
96f77f8
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into…
cjbj Jul 10, 2013
c0bfc57
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into…
cjbj Jul 10, 2013
3478ddc
Cleanup temp test file
cjbj Jul 10, 2013
2d77bbd
Merge branch 'spl_tempfile_clean' into PHP-5.5
cjbj Jul 10, 2013
56b2b74
Merge branch 'PHP-5.5'
cjbj Jul 10, 2013
2acc386
Fixed bug #65226 chroot() does not get enabled
weltling Jul 10, 2013
ecf057d
Merge branch 'PHP-5.4' into PHP-5.5
weltling Jul 10, 2013
4f4fa32
updated NEWS
weltling Jul 10, 2013
ecb55dd
Merge branch 'PHP-5.5'
weltling Jul 10, 2013
ed00dc8
Inprove pg_unescape_bytea() error message
Jul 11, 2013
c4f241e
Merge branch 'PHP-5.5'
Jul 11, 2013
8679bff
Fixed meta data retrieve when OID is larger than 2^31
Jul 11, 2013
0ed36d4
Merge branch 'PHP-5.4' into PHP-5.5
Jul 11, 2013
914f8fd
Merge branch 'PHP-5.5'
Jul 11, 2013
42c8f29
fix 's' vs 'S' for datetime
weltling Jul 11, 2013
7331e4c
Merge branch 'master' of https://github.com/php/php-src into string_s…
weltling Jul 11, 2013
a9b623a
huge fix to spl and more
weltling Jul 11, 2013
e17ef23
fixes to url processing stuff
weltling Jul 11, 2013
8f7abf4
fix base64 stuff
weltling Jul 11, 2013
5ae81ec
fix uuencode
weltling Jul 11, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion ext/date/tests/bug65184.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,18 @@ if (strtoupper(substr(PHP_OS, 0, 3)) != 'WIN') {
--FILE--
<?php
setlocale(LC_ALL, 'Japanese_Japan.932');
$s = strftime('%A');
/* timestamp has to be some wednesday */
$s = strftime('%A', 1372884126);

for ($i = 0; $i < strlen($s); $i++) {
printf("%x ", ord($s[$i]));
}
echo "\n";

echo strlen(strftime('%A')), "\n";
?>
===DONE===
--EXPECT--
90 85 97 6a 93 fa
6
===DONE===