]>
granicus.if.org Git - php/log
Antony Dovgal [Mon, 28 May 2007 10:07:50 +0000 (10:07 +0000)]
MFH
Dmitry Stogov [Mon, 28 May 2007 08:11:59 +0000 (08:11 +0000)]
Removed deprecated comment
Antony Dovgal [Sun, 27 May 2007 19:23:09 +0000 (19:23 +0000)]
MFH
Hannes Magnusson [Sun, 27 May 2007 19:00:47 +0000 (19:00 +0000)]
the binary is called php-cgi now
foobar [Sun, 27 May 2007 18:04:10 +0000 (18:04 +0000)]
MFH: add missing entries, these are in PHP_4_4 branch..
Ilia Alshanetsky [Sun, 27 May 2007 17:57:57 +0000 (17:57 +0000)]
Adjust tests to reflect the new expected output
Ilia Alshanetsky [Sun, 27 May 2007 17:53:04 +0000 (17:53 +0000)]
Fixed SQLite version
Ilia Alshanetsky [Sun, 27 May 2007 17:46:46 +0000 (17:46 +0000)]
Fixed bug #41477 (no arginfo about SoapClient::__soapCall()).
Ilia Alshanetsky [Sun, 27 May 2007 17:33:39 +0000 (17:33 +0000)]
Fixed bug #41492 (open_basedir/safe_mode bypass inside realpath()).
Ilia Alshanetsky [Sun, 27 May 2007 17:05:51 +0000 (17:05 +0000)]
Fixed bug #41236 (Regression in timeout handling of non-blocking SSL
connections during reads and writes).
Ilia Alshanetsky [Sun, 27 May 2007 16:31:35 +0000 (16:31 +0000)]
Fixed bug #41504 (json_decode() incorrectly decodes JSON arrays with empty
string keys).
Nuno Lopes [Sun, 27 May 2007 15:57:11 +0000 (15:57 +0000)]
fix handling of && by htmlentities 'no-double-encode'
expand the test cases
Nuno Lopes [Sun, 27 May 2007 15:45:18 +0000 (15:45 +0000)]
fix the new 'no-double-encoding' feature of htmlspecialchars() (the length for char search was wrong. this could lead to crashes..)
Nuno Lopes [Sun, 27 May 2007 15:29:38 +0000 (15:29 +0000)]
make make_digest() output a 16-byte string so that it wont break the internal PHP API (it was breaking the SOAP extension)
Antony Dovgal [Sun, 27 May 2007 15:12:33 +0000 (15:12 +0000)]
MFH: add missing skipif sections
foobar [Sun, 27 May 2007 15:11:31 +0000 (15:11 +0000)]
fix news
foobar [Sun, 27 May 2007 14:50:09 +0000 (14:50 +0000)]
- Fixed bug #41511 (Compile failure under IRIX 6.5.30 building md5.c)
Antony Dovgal [Sun, 27 May 2007 14:39:21 +0000 (14:39 +0000)]
check for required func
Antony Dovgal [Sun, 27 May 2007 14:30:06 +0000 (14:30 +0000)]
fix test
Rasmus Lerdorf [Fri, 25 May 2007 22:53:34 +0000 (22:53 +0000)]
Remove simple optimization here for now until we clean up this SAPI/TSRM
mess.
Hannes Magnusson [Fri, 25 May 2007 19:25:15 +0000 (19:25 +0000)]
MFH: Mention why short_open_tags is off (bug#37068)
Hannes Magnusson [Fri, 25 May 2007 14:09:02 +0000 (14:09 +0000)]
Allow skipping hint_charset (fixes ext/standard/tests/strings/htmlentities18.phpt)
Zoe Slattery [Fri, 25 May 2007 13:44:23 +0000 (13:44 +0000)]
New testcaes for file/strings/general_functions
Hannes Magnusson [Fri, 25 May 2007 13:24:50 +0000 (13:24 +0000)]
MFH: protos (patch by jeffg at activestate dot com)
Michael Wallner [Fri, 25 May 2007 12:47:55 +0000 (12:47 +0000)]
- fix typo
Hannes Magnusson [Fri, 25 May 2007 12:35:33 +0000 (12:35 +0000)]
Mention json nesting dept bump
Hannes Magnusson [Fri, 25 May 2007 12:31:03 +0000 (12:31 +0000)]
This test should only test failures
Hannes Magnusson [Fri, 25 May 2007 12:15:38 +0000 (12:15 +0000)]
Fix test after stack limit bump
Rasmus Lerdorf [Fri, 25 May 2007 09:20:01 +0000 (09:20 +0000)]
Slightly cleaner code
Rasmus Lerdorf [Fri, 25 May 2007 09:12:35 +0000 (09:12 +0000)]
Optimize sapi_get_request_time() slightly making it use the cached time
and also checking if there is a server_context before trying to call
the request_time sapi hook.
Ilia Alshanetsky [Fri, 25 May 2007 00:07:57 +0000 (00:07 +0000)]
Back to dev
Ilia Alshanetsky [Fri, 25 May 2007 00:05:30 +0000 (00:05 +0000)]
5.2.3RC1
foobar [Thu, 24 May 2007 23:29:59 +0000 (23:29 +0000)]
- Unify installation of SAPIs: CGI is no exception anymore.
Rasmus Lerdorf [Thu, 24 May 2007 22:40:02 +0000 (22:40 +0000)]
Make the code match the commit comment
Rasmus Lerdorf [Thu, 24 May 2007 22:37:59 +0000 (22:37 +0000)]
I don't see any reason to leave the stack limitation at 20. We have
reports of this limit being hit now and as far as I can tell bumping it
to 128 isn't going break anything in the parser code.
foobar [Thu, 24 May 2007 21:40:41 +0000 (21:40 +0000)]
- Allow build without flex/bison installed (fixes builddir != srcdir build
when using distributed sources which inlude pre-generated bison/flex
output. See bug #38762 for more..)
Rasmus Lerdorf [Thu, 24 May 2007 21:29:27 +0000 (21:29 +0000)]
Uh, only meant to remove the null check, not the assignment
Rasmus Lerdorf [Thu, 24 May 2007 20:53:05 +0000 (20:53 +0000)]
Avoid running off the end of a non-null terminated string. Not that we
should have any of those, but a mistake in an extension could hit this
and the check doesn't actually make any sense as far as I am concerned.
foobar [Thu, 24 May 2007 19:52:03 +0000 (19:52 +0000)]
- Fix previous fix. (just revert of Stefan's bad fix..)
foobar [Thu, 24 May 2007 19:35:46 +0000 (19:35 +0000)]
- Fix idiotic change in logic. (hint: flex is _REQUIRED_ for building PHP!
Dmitry Stogov [Thu, 24 May 2007 08:56:35 +0000 (08:56 +0000)]
Impoved error reporting on parser errors (Matt, Dmitry)
Ilia Alshanetsky [Wed, 23 May 2007 15:01:00 +0000 (15:01 +0000)]
Simplify code
Hannes Magnusson [Tue, 22 May 2007 19:31:07 +0000 (19:31 +0000)]
new curl constants
Antony Dovgal [Tue, 22 May 2007 16:58:33 +0000 (16:58 +0000)]
fix tests
Antony Dovgal [Tue, 22 May 2007 16:52:58 +0000 (16:52 +0000)]
fix test
Hannes Magnusson [Tue, 22 May 2007 16:38:50 +0000 (16:38 +0000)]
Add entry about --ini
Raghubansh Kumar [Tue, 22 May 2007 16:01:59 +0000 (16:01 +0000)]
New version of gettype_settype_variation1.phpt gettype_settype_variation6.phpt
gettype_settype_variation2.phpt gettype_settype_variation7.phpt gettype_settype_variation3.phpt gettype_settype_variation8.phpt
gettype_settype_basic.phpt gettype_settype_variation4.phpt
gettype_settype_error.phpt gettype_settype_variation5.phpt
Raghubansh Kumar [Tue, 22 May 2007 15:59:04 +0000 (15:59 +0000)]
New version of basename_basic.phpt, basename_error.phpt, basename_variation.phpt
Hannes Magnusson [Tue, 22 May 2007 15:44:11 +0000 (15:44 +0000)]
Ladies and gentelmens,
I bring you our new documentation editor....
Philip Olson!
Hannes Magnusson [Tue, 22 May 2007 15:38:27 +0000 (15:38 +0000)]
Update proto&arginfo for double_encode in htmlspecialchars()&htmlentities()
Pierre Joye [Tue, 22 May 2007 15:17:03 +0000 (15:17 +0000)]
- add cve ref
Antony Dovgal [Tue, 22 May 2007 14:34:23 +0000 (14:34 +0000)]
MFH: improve variable name checks
add more tests
Hannes Magnusson [Tue, 22 May 2007 13:27:16 +0000 (13:27 +0000)]
Add max_input_nesting_level
Ilia Alshanetsky [Tue, 22 May 2007 12:37:00 +0000 (12:37 +0000)]
[DOC] Added a 4th parameter flag to htmlspecialchars() and htmlentities()
that makes the function not encode existing html entities. The feature is
disabled by default and can be activated by passing FALSE as the 4th param
Timm Friebe [Tue, 22 May 2007 12:16:32 +0000 (12:16 +0000)]
- Changed hardcoded "tempdb" database name to a constant
Timm Friebe [Tue, 22 May 2007 11:38:57 +0000 (11:38 +0000)]
- Fixed expectancy in for SQL query <select convert(datetime, "notadate")>
This query should return bool(false) and not a resource() because
the above is a syntax error
# Exact message yielded by SQL server is the following:
# "Syntax error during explicit conversion of VARCHAR value `notadate`
# to a DATETIME field.
Timm Friebe [Tue, 22 May 2007 11:36:55 +0000 (11:36 +0000)]
- Added constant TEMPDB, defaulting to "tempdb"
# This constant is used by some of the tests and should point
# to a database where the user has create proc|table permissions
Timm Friebe [Tue, 22 May 2007 11:35:47 +0000 (11:35 +0000)]
- Changed hardcoded "tempdb" database name to a constant
# This constant is defined in test.inc and defaults to "tempdb"
# In certain setups, create procedure permissions may not be granted
# in tempdb
Timm Friebe [Tue, 22 May 2007 11:33:36 +0000 (11:33 +0000)]
- Fixed tests on Windows
# The tests expected %s/test.inc in warnings and notices, but of course,
# on Windows, the directory separator is a backslash.
# Made this work in both worlds by testing for %stest.inc
Antony Dovgal [Tue, 22 May 2007 10:22:49 +0000 (10:22 +0000)]
MFH: fix #41442 (imagegd2() under output control)
Sara Golemon [Tue, 22 May 2007 08:39:20 +0000 (08:39 +0000)]
MFH(r-1.112) Add CURLOPT_TIMEOUT_MS and CURLOPT_CONNECTTIMEOUT_MS option constants
Ilia Alshanetsky [Mon, 21 May 2007 16:50:03 +0000 (16:50 +0000)]
Fixed typos
Michael Wallner [Mon, 21 May 2007 13:32:35 +0000 (13:32 +0000)]
- first check the SSL lib string in libcurl and then the header
Dmitry Stogov [Mon, 21 May 2007 13:13:50 +0000 (13:13 +0000)]
Fixed bug #41337 WSDL parsing doesn't ignore non soap bindings
Antony Dovgal [Mon, 21 May 2007 11:38:53 +0000 (11:38 +0000)]
MFH: fix #41455 (ext/dba/config.m4 pollutes global $LIBS and $LDFLAGS)
Dmitry Stogov [Mon, 21 May 2007 09:08:13 +0000 (09:08 +0000)]
Fixed crash on "php -b 1234 -unknown-option"
Dmitry Stogov [Mon, 21 May 2007 08:47:51 +0000 (08:47 +0000)]
libfcgi cleanup (Andrei Nigmatulin)
Antony Dovgal [Mon, 21 May 2007 07:12:41 +0000 (07:12 +0000)]
MFH
Marcus Boerger [Sun, 20 May 2007 21:46:17 +0000 (21:46 +0000)]
- MFH Add print_htptr, print_htstr
Ilia Alshanetsky [Sun, 20 May 2007 15:56:10 +0000 (15:56 +0000)]
Fixed a possible crash when PATH_INFO is not provided but the path contains
path info information
Pierre Joye [Sat, 19 May 2007 22:25:11 +0000 (22:25 +0000)]
- use the same checks for zip_stat
Pierre Joye [Sat, 19 May 2007 22:05:08 +0000 (22:05 +0000)]
- #41423. PHP assumes wrongly that certain ciphers are enabled in OpenSSL
Ilia Alshanetsky [Sat, 19 May 2007 20:30:35 +0000 (20:30 +0000)]
Optimized digest generation in md5() and sha1() functions by using code
from ext/hash. This makes the functions 20-50% faster on short strings.
Michael Wallner [Sat, 19 May 2007 19:36:11 +0000 (19:36 +0000)]
- fix compile/linker agnostic runpath switch
Ilia Alshanetsky [Sat, 19 May 2007 19:29:37 +0000 (19:29 +0000)]
CS fixes
Fixed a possible crash in the event directory cannot be created, due to a
double free.
Ilia Alshanetsky [Sat, 19 May 2007 18:40:27 +0000 (18:40 +0000)]
Fixed typo in constant name
Ilia Alshanetsky [Sat, 19 May 2007 18:32:35 +0000 (18:32 +0000)]
Eliminate memory allocation in RINIT for spl
Ilia Alshanetsky [Sat, 19 May 2007 17:58:22 +0000 (17:58 +0000)]
Remove pointless RINIT
Ilia Alshanetsky [Sat, 19 May 2007 17:52:30 +0000 (17:52 +0000)]
Avoid strlen()
Ilia Alshanetsky [Sat, 19 May 2007 15:28:37 +0000 (15:28 +0000)]
Fixed test to work with postgresql
Antony Dovgal [Sat, 19 May 2007 12:53:06 +0000 (12:53 +0000)]
MFH
Stanislav Malyshev [Sat, 19 May 2007 08:10:52 +0000 (08:10 +0000)]
and now the right number
Stanislav Malyshev [Sat, 19 May 2007 08:08:03 +0000 (08:08 +0000)]
fix reference
Antony Dovgal [Fri, 18 May 2007 20:56:50 +0000 (20:56 +0000)]
reorder
Stanislav Malyshev [Fri, 18 May 2007 20:49:28 +0000 (20:49 +0000)]
news about #41401
Antony Dovgal [Fri, 18 May 2007 20:45:50 +0000 (20:45 +0000)]
fix test
add separate test for 64bit
Antony Dovgal [Fri, 18 May 2007 20:34:13 +0000 (20:34 +0000)]
fix leak and check for < 0 only of the 5th arg was passed
Stanislav Malyshev [Fri, 18 May 2007 20:13:28 +0000 (20:13 +0000)]
add test for 41401
Stanislav Malyshev [Fri, 18 May 2007 18:36:04 +0000 (18:36 +0000)]
fix #41401 - parser precedence on unary operators
# now 1/-2*5 is -2.5 as it should be
Dmitry Stogov [Fri, 18 May 2007 13:12:05 +0000 (13:12 +0000)]
Improved compilation of heredocs and interpolated strings. (Matt, Dmitry)
Antony Dovgal [Fri, 18 May 2007 12:06:44 +0000 (12:06 +0000)]
MFH: fix #41430 (Fatal error with negative values of maxlen parameter of file_get_contents())
Antony Dovgal [Fri, 18 May 2007 11:52:47 +0000 (11:52 +0000)]
BFN
Antony Dovgal [Fri, 18 May 2007 11:52:08 +0000 (11:52 +0000)]
MFH: fix #41421 (Uncaught exception from a stream wrapper segfaults)
Antony Dovgal [Fri, 18 May 2007 11:47:58 +0000 (11:47 +0000)]
fix tests
Rasmus Lerdorf [Fri, 18 May 2007 11:36:55 +0000 (11:36 +0000)]
Get rid of a stray time() syscall in tsrm and clean up lcg rinit
Antony Dovgal [Fri, 18 May 2007 11:29:55 +0000 (11:29 +0000)]
fix tests
Nuno Lopes [Thu, 17 May 2007 17:57:51 +0000 (17:57 +0000)]
fix gcov build.......
Antony Dovgal [Thu, 17 May 2007 15:13:51 +0000 (15:13 +0000)]
news entry
Antony Dovgal [Thu, 17 May 2007 15:12:23 +0000 (15:12 +0000)]
implement FR #41416 (getColumnMeta() should also return table name)
Hannes Magnusson [Thu, 17 May 2007 13:40:12 +0000 (13:40 +0000)]
Fix paths for ext/sqlite