]>
granicus.if.org Git - php/log
Antony Dovgal [Tue, 19 Aug 2008 15:14:15 +0000 (15:14 +0000)]
shudown crypt correctly and fix memleak in ZTS mode
Dmitry Stogov [Tue, 19 Aug 2008 15:00:38 +0000 (15:00 +0000)]
Fixed support for short windows file names
Johannes Schlüter [Tue, 19 Aug 2008 10:42:00 +0000 (10:42 +0000)]
constify strings
Johannes Schlüter [Tue, 19 Aug 2008 10:15:56 +0000 (10:15 +0000)]
Fix empty error message when connecting to a bad server
Felipe Pena [Tue, 19 Aug 2008 02:51:28 +0000 (02:51 +0000)]
- MFB: New parameter parsing API
- Fixed tests
<changelog@php.net> [Tue, 19 Aug 2008 01:32:14 +0000 (01:32 +0000)]
ChangeLog update
Pierre Joye [Mon, 18 Aug 2008 21:26:30 +0000 (21:26 +0000)]
- MFB: don't use /tmp as tmpdir and avoid endless loop when fopen or tmpnam failed
Felipe Pena [Mon, 18 Aug 2008 19:42:39 +0000 (19:42 +0000)]
- MFB: New parameter parsing API
- Fixed tests
Pierre Joye [Mon, 18 Aug 2008 18:10:36 +0000 (18:10 +0000)]
- new parameter API error
Felipe Pena [Mon, 18 Aug 2008 17:45:19 +0000 (17:45 +0000)]
- New tests
Felipe Pena [Mon, 18 Aug 2008 17:40:14 +0000 (17:40 +0000)]
- Fixed bug #45743 (property_exists fails to find static protected member in child class)
In general, now property_exists() behave like method_exists() (ie. independs of context/visibibility)
Antony Dovgal [Mon, 18 Aug 2008 14:34:32 +0000 (14:34 +0000)]
these are not bits, but bytes..
Antony Dovgal [Mon, 18 Aug 2008 14:28:57 +0000 (14:28 +0000)]
fix bug #45028 (CRC32 output endianness is different between crc32() and hash())
Antony Dovgal [Mon, 18 Aug 2008 13:09:32 +0000 (13:09 +0000)]
add note on 64bit compatibility and mention check_parameters.php
Dmitry Stogov [Mon, 18 Aug 2008 10:48:49 +0000 (10:48 +0000)]
Fix for bug #45786 (FastCGI process exited unexpectedly)
Jani Taskinen [Mon, 18 Aug 2008 10:40:05 +0000 (10:40 +0000)]
- Fix include
Dmitry Stogov [Mon, 18 Aug 2008 10:28:00 +0000 (10:28 +0000)]
Fixed bug #45835 (include and symlinks)
Dmitry Stogov [Mon, 18 Aug 2008 09:32:02 +0000 (09:32 +0000)]
Fixed argumets order
Dmitry Stogov [Mon, 18 Aug 2008 09:20:56 +0000 (09:20 +0000)]
Reverted wrong "fix"
Pierre Joye [Mon, 18 Aug 2008 07:47:52 +0000 (07:47 +0000)]
- this change was not part of the env patch
Antony Dovgal [Mon, 18 Aug 2008 07:45:59 +0000 (07:45 +0000)]
reverted because it causes lots of test failures in ext/soap
Pierre Joye [Mon, 18 Aug 2008 07:20:56 +0000 (07:20 +0000)]
- MFB: unix is too young (<1970), make the test portable
Pierre Joye [Mon, 18 Aug 2008 07:09:20 +0000 (07:09 +0000)]
- [DOC] make putenv behaves like unix putenv on Windows:
. FOO=1234 => set FOO to 1234
. FOO= => set FOO to an empty string
. FOO= => unset FOO
. Use Set/GetEnvironmnent variable only
Arnaud Le Blanc [Mon, 18 Aug 2008 04:45:25 +0000 (04:45 +0000)]
Fix tests (closes #45841)
Arnaud Le Blanc [Mon, 18 Aug 2008 04:11:51 +0000 (04:11 +0000)]
ws
Arnaud Le Blanc [Mon, 18 Aug 2008 04:07:54 +0000 (04:07 +0000)]
Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit).
Arnaud Le Blanc [Mon, 18 Aug 2008 03:54:49 +0000 (03:54 +0000)]
update buffer size after having effectively realloc()ed it when appending
data to an output buffer
# may caused some problems if erealloc() failed here because of memory
# limit ("memory limit exhausted" error message then written to
# the buffer, etc)
Moriyoshi Koizumi [Mon, 18 Aug 2008 03:26:06 +0000 (03:26 +0000)]
- Beware of signedness
<changelog@php.net> [Mon, 18 Aug 2008 01:33:07 +0000 (01:33 +0000)]
ChangeLog update
Felipe Pena [Mon, 18 Aug 2008 00:36:03 +0000 (00:36 +0000)]
- New parameter parsing API
- Fixed tests
Felipe Pena [Sun, 17 Aug 2008 22:11:21 +0000 (22:11 +0000)]
- New parameter parsing API
Arnaud Le Blanc [Sun, 17 Aug 2008 21:54:27 +0000 (21:54 +0000)]
generated zend_ini_scanner.c
Arnaud Le Blanc [Sun, 17 Aug 2008 21:51:36 +0000 (21:51 +0000)]
Allow underscore at start of labels as underscore has no meaning here
(fixes #44842)
Arnaud Le Blanc [Sun, 17 Aug 2008 20:57:34 +0000 (20:57 +0000)]
Fixed #45384 (parse_ini_file will result in parse error with no trailing
newline)
Pierre Joye [Sun, 17 Aug 2008 16:43:36 +0000 (16:43 +0000)]
- add %a for Compiler/architecture
Pierre Joye [Sun, 17 Aug 2008 15:23:23 +0000 (15:23 +0000)]
- [DOC] improve fix for #43261 for % and "
Pierre Joye [Sun, 17 Aug 2008 13:07:06 +0000 (13:07 +0000)]
- fix test (portable), use . as basedir and create the tmp dir in the test directory
Jani Taskinen [Sun, 17 Aug 2008 12:28:41 +0000 (12:28 +0000)]
- Remove unnecessary file
Pierre Joye [Sun, 17 Aug 2008 11:10:52 +0000 (11:10 +0000)]
- MFB:
- fix or improve tests
- add dump of the array_diff for compare_stats
<changelog@php.net> [Sun, 17 Aug 2008 01:32:21 +0000 (01:32 +0000)]
ChangeLog update
Felipe Pena [Sat, 16 Aug 2008 21:16:25 +0000 (21:16 +0000)]
- New parameter parsing API
- Fixed tests
Pierre Joye [Sat, 16 Aug 2008 13:27:18 +0000 (13:27 +0000)]
- remove confusion for non windows/linux users
Hannes Magnusson [Sat, 16 Aug 2008 10:57:26 +0000 (10:57 +0000)]
Added stream_context_set_default() function. (Davey Shafik)
Pierre Joye [Sat, 16 Aug 2008 10:54:34 +0000 (10:54 +0000)]
- MFB: wrong file commited (and fix test, thx Tony for the head up)
<changelog@php.net> [Sat, 16 Aug 2008 01:32:32 +0000 (01:32 +0000)]
ChangeLog update
Felipe Pena [Fri, 15 Aug 2008 22:13:58 +0000 (22:13 +0000)]
- Fix build
Pierre Joye [Fri, 15 Aug 2008 21:03:32 +0000 (21:03 +0000)]
- MFB: fix unexpected EOF on line 391
Felipe Pena [Fri, 15 Aug 2008 19:57:24 +0000 (19:57 +0000)]
- Removed unused variables
Felipe Pena [Fri, 15 Aug 2008 19:45:25 +0000 (19:45 +0000)]
- Removed some TSRMLS_FETCH()s
Pierre Joye [Fri, 15 Aug 2008 19:33:43 +0000 (19:33 +0000)]
- make it portable without loosing pertinent data
Pierre Joye [Fri, 15 Aug 2008 19:25:56 +0000 (19:25 +0000)]
- make it portable without loosing pertinent data
Pierre Joye [Fri, 15 Aug 2008 19:01:09 +0000 (19:01 +0000)]
- fix test
- add debug build mode (crt outputs callback for invalid parameters)
Pierre Joye [Fri, 15 Aug 2008 16:50:55 +0000 (16:50 +0000)]
- New parameter parsing API > new warning
Jani Taskinen [Fri, 15 Aug 2008 16:37:22 +0000 (16:37 +0000)]
- Revert bad fix
Pierre Joye [Fri, 15 Aug 2008 15:38:55 +0000 (15:38 +0000)]
- no config.h in ext/
Dmitry Stogov [Fri, 15 Aug 2008 14:59:48 +0000 (14:59 +0000)]
- [DOC] make stat, touch, filemtime, filemsize and related functions more portable (almost 100% equivalent to linux now)
- [DOC] add support for touch($dir)
- fix windows server 2008/vista support (#45447) (Pierre)
Dmitry Stogov [Fri, 15 Aug 2008 13:31:41 +0000 (13:31 +0000)]
Fixed realpath cache bug
Dmitry Stogov [Fri, 15 Aug 2008 09:27:14 +0000 (09:27 +0000)]
Fixed possible infinity loop in tests
Dmitry Stogov [Fri, 15 Aug 2008 07:31:07 +0000 (07:31 +0000)]
Fixed double call to MSHUTDOWN in case of `php-cgi -m`
<changelog@php.net> [Fri, 15 Aug 2008 01:32:36 +0000 (01:32 +0000)]
ChangeLog update
Jani Taskinen [Thu, 14 Aug 2008 23:46:12 +0000 (23:46 +0000)]
fix skipif
Jani Taskinen [Thu, 14 Aug 2008 23:43:21 +0000 (23:43 +0000)]
- Fix tests
Jani Taskinen [Thu, 14 Aug 2008 23:29:59 +0000 (23:29 +0000)]
- No unnecessary errors please
Jani Taskinen [Thu, 14 Aug 2008 23:28:47 +0000 (23:28 +0000)]
fix test
Jani Taskinen [Thu, 14 Aug 2008 23:27:38 +0000 (23:27 +0000)]
- Skipif: as long as it is an extension, it can be disabled..
Jani Taskinen [Thu, 14 Aug 2008 23:25:27 +0000 (23:25 +0000)]
- Fix test: Do not leave your crap behind!
Kalle Sommer Nielsen [Thu, 14 Aug 2008 23:21:32 +0000 (23:21 +0000)]
* Last _WIN32_WINNT macro redef
* Include <config.w32.h> where _WIN32_WINNT was
Jani Taskinen [Thu, 14 Aug 2008 22:51:15 +0000 (22:51 +0000)]
add skipif (yes, reflection CAN be disabled still..)
Jani Taskinen [Thu, 14 Aug 2008 21:53:53 +0000 (21:53 +0000)]
- Fix test to use same path as test is as session.save_path to prevent
permission errors.
Etienne Kneuss [Thu, 14 Aug 2008 21:26:05 +0000 (21:26 +0000)]
Handlerify get_closure
Jani Taskinen [Thu, 14 Aug 2008 20:50:56 +0000 (20:50 +0000)]
- Fix test
Jani Taskinen [Thu, 14 Aug 2008 20:33:20 +0000 (20:33 +0000)]
fix test
Jani Taskinen [Thu, 14 Aug 2008 20:05:00 +0000 (20:05 +0000)]
- Fix tests
Felipe Pena [Thu, 14 Aug 2008 19:11:42 +0000 (19:11 +0000)]
- Fixed crash (reported by Lupus Michaelis)
Nuno Lopes [Thu, 14 Aug 2008 14:35:22 +0000 (14:35 +0000)]
sync with 5.3 branch. add test for bug #44925
Dmitry Stogov [Thu, 14 Aug 2008 13:02:13 +0000 (13:02 +0000)]
Fixed bug #45613 Segfault when using is_file() on Apache-2.2.8
Antony Dovgal [Thu, 14 Aug 2008 10:11:26 +0000 (10:11 +0000)]
[DOC] add quoted_printable_encode()
Antony Dovgal [Thu, 14 Aug 2008 10:10:56 +0000 (10:10 +0000)]
fix folding
Marcus Boerger [Thu, 14 Aug 2008 10:06:39 +0000 (10:06 +0000)]
- Improved exception linking
Antony Dovgal [Thu, 14 Aug 2008 09:46:12 +0000 (09:46 +0000)]
nuke unused var
Antony Dovgal [Thu, 14 Aug 2008 09:41:47 +0000 (09:41 +0000)]
fix build
Kalle Sommer Nielsen [Thu, 14 Aug 2008 09:26:54 +0000 (09:26 +0000)]
Fix arginfo for nl2br
Antony Dovgal [Thu, 14 Aug 2008 08:38:37 +0000 (08:38 +0000)]
fix ws, cs and folding
Kalle Sommer Nielsen [Thu, 14 Aug 2008 02:55:13 +0000 (02:55 +0000)]
Implemented feature request #34381 (nl2br() should have an option for XHTML/HTML compatible BR element)
Felipe Pena [Thu, 14 Aug 2008 01:35:24 +0000 (01:35 +0000)]
- MFB: New parameter parsing API
<changelog@php.net> [Thu, 14 Aug 2008 01:32:26 +0000 (01:32 +0000)]
ChangeLog update
Felipe Pena [Thu, 14 Aug 2008 01:13:18 +0000 (01:13 +0000)]
- Fix build on BSD (5_3 and 5_2 are OK)
Kalle Sommer Nielsen [Wed, 13 Aug 2008 22:39:33 +0000 (22:39 +0000)]
* Remove NTDDI_VERSION declaring and use the one in config.w32.h
* Remove another _WIN32_WINNT macro redef in win32/time.c
Pierre Joye [Wed, 13 Aug 2008 21:57:00 +0000 (21:57 +0000)]
- move declaration on top and fix build error
Pierre Joye [Wed, 13 Aug 2008 21:51:54 +0000 (21:51 +0000)]
- MFB: move declaration on top and fix build error
Felipe Pena [Wed, 13 Aug 2008 16:19:28 +0000 (16:19 +0000)]
- Fix build
Felipe Pena [Wed, 13 Aug 2008 14:05:55 +0000 (14:05 +0000)]
- New parameter parsing API
Felipe Pena [Wed, 13 Aug 2008 12:20:54 +0000 (12:20 +0000)]
- New parameter parsing API (for gmp_testbit)
Antony Dovgal [Wed, 13 Aug 2008 08:08:30 +0000 (08:08 +0000)]
fix compile warnings (patch by Phil Oleson)
Dmitry Stogov [Wed, 13 Aug 2008 07:33:19 +0000 (07:33 +0000)]
Regenerate scanner
Dmitry Stogov [Wed, 13 Aug 2008 07:22:40 +0000 (07:22 +0000)]
Fixed bug #45805 (Crach on throwing exception from error handler)
Dmitry Stogov [Wed, 13 Aug 2008 06:17:15 +0000 (06:17 +0000)]
Fixed bug #45779 (regression with shebang lines processing)
<changelog@php.net> [Wed, 13 Aug 2008 01:32:19 +0000 (01:32 +0000)]
ChangeLog update
Jani Taskinen [Wed, 13 Aug 2008 00:49:59 +0000 (00:49 +0000)]
[DOC]- Added methods to change/disable --with-config-file-scan-dir=PATH at
[DOC] startup:
[DOC]
[DOC] To disable: Override default php.ini by using both -c and -n with
[DOC] CGI/CLI or set "PHP_INI_SCAN_DIR" environment variable
[DOC] to an empty string.
[DOC]
[DOC] To change: Simply set "PHP_INI_SCAN_DIR" environment variable to point
[DOC] to another path.
- Fixed bug #42604 ("make test" fails with --with-config-file-scan-dir=/some/path)
- Implemented FR #45114 (Option to change --with-config-file-scan-dir)
Nuno Lopes [Tue, 12 Aug 2008 21:52:54 +0000 (21:52 +0000)]
MFB: move empty_fcall_info* to const table