Christopher Jones
fe5785d92b
Add initialization tests for SQLT_INT binds
...
Added tests for SQLT_INT binds particularly to check for uninitialized
variables.
2012-03-21 16:12:28 -07:00
Gustavo André dos Santos Lopes
c0e9767131
Merge branch '5.3' into 5.4 (just to sync, no code changes)
2012-03-21 21:31:58 +00:00
Gustavo André dos Santos Lopes
cdc5d4a801
Merge branch 'PHP-5.3' of git.php.net:/php-src into 5.3
2012-03-21 21:13:35 +00:00
Gustavo André dos Santos Lopes
2d2995f343
Fixed bug #61043 : Regression in magic_quotes_gpc fix (CVE-2012-0831)
...
Merge commit 'refs/pull/12/head' of git://github.com/php/php-src into 5.3
Signed-off-by: Gustavo André dos Santos Lopes <cataphract@php.net>
2012-03-21 21:12:31 +00:00
David Soria Parra
4f81b4c649
Merge branch 'PHP-5.3' into PHP-5.4
...
* PHP-5.3:
Use the NEWS merge driver if available
2012-03-21 18:12:16 +01:00
David Soria Parra
ca797ca31e
Use the NEWS merge driver if available
...
As described in https://wiki.php.net/vcs/gitworkflow#the_news_file it
is possible to setup a custom merge driver for NEWS so git doesnt try
to merge it. This commit sets the default merge driver for the NEWS
file to the merge driver called NEWS.
2012-03-21 18:11:41 +01:00
Rasmus Lerdorf
cff89ceda0
NEWS entry for readline fix
2012-03-21 09:16:15 -07:00
Rasmus Lerdorf
24a57ae9a5
NEWS entry for readline fix
2012-03-21 09:15:35 -07:00
Rasmus Lerdorf
2208fb3256
Merge branch 'PHP-5.3' into PHP-5.4
...
* PHP-5.3:
Add open_basedir checks to readline_write_history and readline_read_history
2012-03-21 09:13:42 -07:00
Rasmus Lerdorf
8b01a28bad
Add open_basedir checks to readline_write_history and readline_read_history
2012-03-21 09:13:06 -07:00
Gustavo André dos Santos Lopes
54f0d50d3e
Made some SplFileObject::fputcsv not pollute the working dir.
2012-03-21 13:13:17 +00:00
Dmitry Stogov
09e367dbaf
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
2012-03-21 16:51:24 +04:00
Gustavo André dos Santos Lopes
0f001703a8
Fixed bug #61453 .
...
The "hash" function used strncpy on data that would have NUL bytes, ending the
copy prematurely and causing collisions between objects.
2012-03-21 12:42:09 +00:00
Dmitry Stogov
a8cc0b05b4
Merge branch 'PHP-5.3' into PHP-5.4
...
* PHP-5.3:
Fixed bug #49853 (Soap Client stream context header option ignored)
Conflicts:
NEWS
ext/soap/php_sdl.c
2012-03-21 16:42:08 +04:00
Dmitry Stogov
657547f8c4
Fixed bug #49853 (Soap Client stream context header option ignored)
2012-03-21 16:32:49 +04:00
David Soria Parra
1e18f11c9a
Merge branch 'PHP-5.3' into PHP-5.4
...
* PHP-5.3:
Always keep the NEWS file from the branch when merging
2012-03-21 12:41:40 +01:00
David Soria Parra
944e622821
Always keep the NEWS file from the branch when merging
...
We usually don't want to touch the NEWS files when we merge and have the
news items not merged by git. Therefore we tell git to use the 'ours' strategy
for the NEWS file.
2012-03-21 12:38:43 +01:00
David Soria Parra
f3f0ced4bb
Merge branch 'PHP-5.3' into PHP-5.4
...
* PHP-5.3:
- update NEWS
- add test for bug #55000 and #54374
- merge fix bug #54374 , bug #55500 - filter file names better, no dangling [s, svn revision 321664
Conflicts:
NEWS
2012-03-21 12:14:35 +01:00
Ondřej Surý
d1fd5432e1
Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831)
2012-03-21 08:44:59 +01:00
Pierre Joye
fda25d97ff
- update NEWS
2012-03-21 07:06:07 +01:00
Pierre Joye
baeaafd395
- add test for bug #55000 and #54374
2012-03-21 07:00:22 +01:00
Pierre Joye
95dcd799fb
- merge fix bug #54374 , bug #55500 - filter file names better, no dangling [s, svn revision 321664
2012-03-21 06:58:55 +01:00
Ilia Alshanetsky
9dcfb8c73f
Fixed bug #61461 (missing checks around malloc() calls).
2012-03-20 21:07:08 -04:00
Stanislav Malyshev
f3f76e5e8a
Merge branch 'PHP-5.3' into PHP-5.4
...
* PHP-5.3:
adapt makedist to git
2012-03-20 10:02:22 -07:00
Stanislav Malyshev
cb4e82a1cc
adapt makedist to git
2012-03-20 10:02:00 -07:00
David Soria Parra
c918ca57a7
Merge branch 'PHP-5.3' into PHP-5.4
...
* PHP-5.3:
Replace $Revision$ with $Id$ in keyword expansion enable files
Enable $Id$ expansion for files with the $Revision$ keyword
Conflicts:
ext/mysqlnd/mysqlnd.h
2012-03-20 17:58:58 +01:00
David Soria Parra
f7b10abae9
Replace $Revision$ with $Id$ in keyword expansion enable files
2012-03-20 17:53:47 +01:00
David Soria Parra
eb8812e58b
Enable $Id$ expansion for files with the $Revision$ keyword
...
Git supports a limited $Id$ keyword expansion. This $Id$ tag is similar to
$Revision$ in SVN. We enable the $Id$ expansion only for files that use
$Revision$.
2012-03-20 17:49:42 +01:00
David Soria Parra
71d894cd42
Merge branch 'PHP-5.3' into PHP-5.4
...
* PHP-5.3:
Adding Braces in json.c to conform with coding standards
2012-03-20 17:29:20 +01:00
Matt Nowack
76ef76d2f8
Adding Braces in json.c to conform with coding standards
2012-03-20 17:29:04 +01:00
Xinchen Hui
14ccdd1b55
Merge branch 'PHP-5.3' into PHP-5.4
...
* PHP-5.3:
Ignore the temporay files in sapi/*/tests/
2012-03-20 17:21:35 +08:00
Xinchen Hui
7aa2b75db2
Ignore the temporay files in sapi/*/tests/
2012-03-20 17:20:15 +08:00
Xinchen Hui
868dbe127a
Ignore the temporay files in sapi/*/tests/
2012-03-20 15:59:17 +08:00
Xinchen Hui
e1931dd1ad
Minor change, test using php mail address as account
2012-03-20 15:41:43 +08:00
Xinchen Hui
30bd2494a2
Use newdoc instead of escape char
2012-03-20 15:26:58 +08:00
Stanislav Malyshev
44d948996f
adapt makedist to git
2012-03-19 22:28:16 -07:00
Christopher Jones
08f586984f
Merge branch 'PHP-5.3' into PHP-5.4
...
* PHP-5.3:
Minor text changes (to try new git repo)
2012-03-19 15:18:06 -07:00
Christopher Jones
4a6d9b348f
Minor text changes (to try new git repo)
2012-03-19 15:16:33 -07:00
David Soria Parra
74eb9d4730
Merge branch 'pull-request/5' into PHP-5.4
...
* pull-request/5:
Issue-60742: Added FilesystemIterator::OTHER_MODE_MASK
2012-03-19 22:11:02 +01:00
Joshua Thijssen
91f2d3809e
Issue-60742: Added FilesystemIterator::OTHER_MODE_MASK
2012-03-19 21:48:55 +01:00
Ilia Alshanetsky
69a016b504
Merge branch 'PHP-5.4' of http://git.php.net/repository/php-src into 54
...
* 'PHP-5.4' of http://git.php.net/repository/php-src :
fix tests failing due to corrected hash tiger
2012-03-19 13:49:23 -04:00
Michael Wallner
260e77709d
fix tests failing due to corrected hash tiger
...
mhash_00{1,3}.phpt were failing because of the corrected hash tiger byte
output order
fixes bug #60922 :
tests fail for mhash() and mhash_keygen_s2k() functions and MHASH_TIGER
2012-03-19 21:49:47 +01:00
Michael Wallner
867d980574
add note about corrected tiger hash output
2012-03-19 20:15:54 +01:00
Gustavo André dos Santos Lopes
f5f5ca5d77
Merge branch 'PHP-5.4' of git.php.net:/php-src into 5.4
2012-03-19 17:50:13 +00:00
Sebastian Bergmann
5bfd8920a2
Merge branch 'PHP-5.3' into PHP-5.4
2012-03-19 18:25:49 +01:00
Sebastian Bergmann
bcd19cf649
Add missing files.
2012-03-19 18:25:37 +01:00
Ilia Alshanetsky
5709f7dd5b
Merge branch '53' into 54
...
* 53:
Fixed bug #61430 (Transposed memset() params in sapi/fpm/fpm/fpm_shm.c).
2012-03-19 13:10:53 -04:00
Ilia Alshanetsky
edb57810a7
Fixed bug #61430 (Transposed memset() params in sapi/fpm/fpm/fpm_shm.c).
2012-03-19 13:10:23 -04:00
Gustavo André dos Santos Lopes
cfdd6c5788
MFH: 7dcada1
for 5.4
...
- Fixed possible unsigned int wrap around in html.c. Note that 5.3 has the same
(potential) problem; even though the code is substantially different, the
variable name and the fashion it was incremented was kept.
2012-03-19 16:36:21 +00:00
Gustavo André dos Santos Lopes
9a460497da
MFH: 45a6f8d
for 5.4.
...
- Further fix for bug #60455 (stream_get_line misbehaves if EOF is not detected
together with the last read).
- Fixed bug #60817 (stream_get_line() reads from stream even when there is
already sufficient data buffered). stream_get_line() now behaves more like
fgets(), as is documented.
2012-03-19 16:34:31 +00:00