]>
granicus.if.org Git - php/log
Stanislav Malyshev [Tue, 5 Nov 2002 17:21:23 +0000 (17:21 +0000)]
avoid using 'class' in exported functions - it annoys c++
Ilia Alshanetsky [Tue, 5 Nov 2002 16:19:19 +0000 (16:19 +0000)]
Fixed a memory leak in array_fill().
The refcount hack is now done for ZE1 only and is slightly faster then the
original.
After this patch array_fill() can consistently create arrays with >65k elements.
Marcus Boerger [Tue, 5 Nov 2002 15:15:51 +0000 (15:15 +0000)]
call php_module_startup after zts has been initialised. This way we could
have called zend_ini_deactivate(TSRMLS_C). But it seems unnecessary.
#tested with ZTS and non ZTS build and many manual fail points.
#now it even compiles without any warning, at least for me
Marcus Boerger [Tue, 5 Nov 2002 15:01:20 +0000 (15:01 +0000)]
-use of emalloc functions
-info was not initialised fulle due to memset parameters
now that the whole structure is initialised we can stop putting 0 in it.
Edin Kadribasic [Tue, 5 Nov 2002 14:55:08 +0000 (14:55 +0000)]
Ignore all temporary target directories created by the windows build.
Ilia Alshanetsky [Tue, 5 Nov 2002 14:50:17 +0000 (14:50 +0000)]
Added 4th argument to virtual_file_ex() that specifies whether or not
realpath() should be used during path resolving. In a number of functions
we do not want to use realpath(), since realpath() will resolve symlinks.
Marcus Boerger [Tue, 5 Nov 2002 14:46:36 +0000 (14:46 +0000)]
Why did open fail?
Ilia Alshanetsky [Tue, 5 Nov 2002 14:28:32 +0000 (14:28 +0000)]
Fix compile warning.
Edin Kadribasic [Tue, 5 Nov 2002 14:19:22 +0000 (14:19 +0000)]
Added two new targets to the ldap win32 build which enable ldap
extension to be linked with ssl version of openldap libs.
Edin Kadribasic [Tue, 5 Nov 2002 14:18:20 +0000 (14:18 +0000)]
Fixed win32 build by including missing stddef.h
Moriyoshi Koizumi [Tue, 5 Nov 2002 13:52:11 +0000 (13:52 +0000)]
style fix
Edin Kadribasic [Tue, 5 Nov 2002 13:12:27 +0000 (13:12 +0000)]
Moving php/embed windows build files to sapi/embed folder.
Andrey Hristov [Tue, 5 Nov 2002 12:32:11 +0000 (12:32 +0000)]
correcting typos.
Marcus Boerger [Tue, 5 Nov 2002 12:03:01 +0000 (12:03 +0000)]
added missing compiler define
Marcus Boerger [Tue, 5 Nov 2002 11:22:48 +0000 (11:22 +0000)]
no memory no members
Marcus Boerger [Tue, 5 Nov 2002 11:17:45 +0000 (11:17 +0000)]
silence
#when i get this code right tmp_line is not initialised, too.
#Therefore php_stream_wrapper_log_error() will be called with
#undefined value, will it?
Edin Kadribasic [Tue, 5 Nov 2002 11:13:35 +0000 (11:13 +0000)]
Made php -v output look nicer on standard 80 column display.
Marcus Boerger [Tue, 5 Nov 2002 11:10:06 +0000 (11:10 +0000)]
correct define: silences compiler warning in http_fopen_wrapper.c
Marcus Boerger [Tue, 5 Nov 2002 09:52:30 +0000 (09:52 +0000)]
Use EXPECT again
Marcus Boerger [Tue, 5 Nov 2002 09:51:09 +0000 (09:51 +0000)]
Comment out part 3 for now
Added Part 4
Adam Dickmeiss [Tue, 5 Nov 2002 09:19:24 +0000 (09:19 +0000)]
Fix handling of zero-length records
Timm Friebe [Tue, 5 Nov 2002 08:30:57 +0000 (08:30 +0000)]
#- Added myself here
Timm Friebe [Tue, 5 Nov 2002 08:29:57 +0000 (08:29 +0000)]
@- Implemented features/changes requested in Bug #16960 (Timm):
@ . Added a new function sybase_unbuffered_query()
@ . Added a new function sybase_fetch_assoc()
@ . Added sybase_set_message_handler() which enables users to handle
@ server messages in a callback function
@ . Added an ini entry for deadlock retries - retrying deadlocks
@ can cause transaction state to break (sybct.deadlock_retry_count,
@ defaults to -1 "forever").
@ . Fixed sybase_fetch_object() not to return objects with numeric
@ members
@ . Fixed issues with identical fieldnames
@ . Made sybase_fetch_*() functions return correct datatypes
@ . Made phpinfo() section more verbose
@ . Made sybase_query() error messages more verbose
Stig Bakken [Tue, 5 Nov 2002 06:10:05 +0000 (06:10 +0000)]
Fixed some special cases that were crashing for the exception default
handler.
Stig Bakken [Tue, 5 Nov 2002 06:05:48 +0000 (06:05 +0000)]
Added separate functions for setting include_path, for environments
where ini_set has been disabled. New functions: get_include_path(),
set_include_path(), restore_include_path()
Ilia Alshanetsky [Mon, 4 Nov 2002 23:24:15 +0000 (23:24 +0000)]
Revert virtual_link() patch.
David Reid [Mon, 4 Nov 2002 21:20:52 +0000 (21:20 +0000)]
Work around a daft mistake in the beos headers...
Andi Gutmans [Mon, 4 Nov 2002 20:45:28 +0000 (20:45 +0000)]
- Clean up mess made by netware guys. There's no reason not to abstract
- the macro a tiny bit more allowing the code to look cleaner. The more
- #ifdef's code has the more unreadable it becomes.
David Reid [Mon, 4 Nov 2002 20:08:09 +0000 (20:08 +0000)]
Not all systems have sys/ipc.h so let's check and only include it if we
have it.
Marcus Boerger [Mon, 4 Nov 2002 18:11:43 +0000 (18:11 +0000)]
collect and append dba changes
Marcus Boerger [Mon, 4 Nov 2002 17:53:04 +0000 (17:53 +0000)]
incorporate cdb-0.75 as suggested by D. J. Bernstein
#dba now supports cdb_make
Ilia Alshanetsky [Mon, 4 Nov 2002 17:38:30 +0000 (17:38 +0000)]
Silence compiler warning.
Ilia Alshanetsky [Mon, 4 Nov 2002 17:35:41 +0000 (17:35 +0000)]
Silence compiler warnings.
Ilia Alshanetsky [Mon, 4 Nov 2002 17:26:44 +0000 (17:26 +0000)]
If ordered is not set a random compiler assigned value of *p2 would be used,
this patch fixes the problem by initializing *p2 to NULL.
Marcus Boerger [Mon, 4 Nov 2002 17:12:21 +0000 (17:12 +0000)]
2nd wow returns different results with ZE1/ZE2
Ilia Alshanetsky [Mon, 4 Nov 2002 17:05:11 +0000 (17:05 +0000)]
Silence compile warning, ctype.h is needed for tolower() function.
Ilia Alshanetsky [Mon, 4 Nov 2002 16:46:28 +0000 (16:46 +0000)]
Removed \r, which caused the test to fail.
Marcus Boerger [Mon, 4 Nov 2002 13:39:17 +0000 (13:39 +0000)]
use ecmalloc/efree functions instead of (c|m)alloc/free
Sascha Schumann [Mon, 4 Nov 2002 13:22:23 +0000 (13:22 +0000)]
Fix debugging description
Moriyoshi Koizumi [Mon, 4 Nov 2002 12:53:24 +0000 (12:53 +0000)]
Fixed bug #20243
Marcus Boerger [Mon, 4 Nov 2002 12:27:13 +0000 (12:27 +0000)]
passing around TSRM
#going to add CDB_MAKE support
Marcus Boerger [Mon, 4 Nov 2002 10:51:08 +0000 (10:51 +0000)]
See http://bugs.php.net/20175
Marcus Boerger [Mon, 4 Nov 2002 10:45:41 +0000 (10:45 +0000)]
move the run-test tests to the top
#if one of these fails there is no need for further testing
Marcus Boerger [Mon, 4 Nov 2002 10:43:22 +0000 (10:43 +0000)]
-testing the tests
-moved tests/dirname.phpt to tests/run-test/test007.phpt because many
tests use this to find their additional files.
-no more tests in tests directly only in subdirectories
Marcus Boerger [Mon, 4 Nov 2002 10:09:42 +0000 (10:09 +0000)]
sort them
Ilia Alshanetsky [Mon, 4 Nov 2002 05:19:05 +0000 (05:19 +0000)]
Fix bug #20235.
Melvyn Sopacua [Mon, 4 Nov 2002 02:44:09 +0000 (02:44 +0000)]
Add test for both sysvsem and sysvshm
<changelog@php.net> [Mon, 4 Nov 2002 01:34:14 +0000 (01:34 +0000)]
ChangeLog update
Ilia Alshanetsky [Sun, 3 Nov 2002 21:21:13 +0000 (21:21 +0000)]
Fix win32 build.
Moriyoshi Koizumi [Sun, 3 Nov 2002 20:35:46 +0000 (20:35 +0000)]
Added a new test
Moriyoshi Koizumi [Sun, 3 Nov 2002 20:31:00 +0000 (20:31 +0000)]
Fixed OnUpdate_zlib_output_compression() behaviour
Marcus Boerger [Sun, 3 Nov 2002 20:28:35 +0000 (20:28 +0000)]
better use 'Off' here
#thx to Moriyoshi
Marcus Boerger [Sun, 3 Nov 2002 20:17:00 +0000 (20:17 +0000)]
missing
Melvyn Sopacua [Sun, 3 Nov 2002 17:46:38 +0000 (17:46 +0000)]
ws
Marcus Boerger [Sun, 3 Nov 2002 17:43:24 +0000 (17:43 +0000)]
without these nearly all tests fail if for example php.ini contains
output_handler=mb_string
mbstring.http_output=UCS-2LE
Marcus Boerger [Sun, 3 Nov 2002 17:40:34 +0000 (17:40 +0000)]
force showing progress of test
Marcus Boerger [Sun, 3 Nov 2002 17:37:58 +0000 (17:37 +0000)]
info about added functionality in dba
Jon Parise [Sun, 3 Nov 2002 17:30:05 +0000 (17:30 +0000)]
The cybercash extension no longer exists in ext/.
Marcus Boerger [Sun, 3 Nov 2002 16:50:08 +0000 (16:50 +0000)]
no c++ comments
Marcus Boerger [Sun, 3 Nov 2002 16:43:07 +0000 (16:43 +0000)]
cdb now allows multiple key-value pairs with same key
Ilia Alshanetsky [Sun, 3 Nov 2002 15:42:59 +0000 (15:42 +0000)]
Fixed ini argument parsing. We now support ini options with = in the argument,
such as the one being used in session test #21, which is once again working
properly.
Marcus Boerger [Sun, 3 Nov 2002 15:22:32 +0000 (15:22 +0000)]
cdb interface is currently readonly
Marcus Boerger [Sun, 3 Nov 2002 15:11:42 +0000 (15:11 +0000)]
cdb interface is currently readonly
Marcus Boerger [Sun, 3 Nov 2002 15:09:49 +0000 (15:09 +0000)]
-fixed
-use *e*malloc
Marcus Boerger [Sun, 3 Nov 2002 13:52:45 +0000 (13:52 +0000)]
add tests for functions in image.c (not requiring gd,zlib or exif)
Wez Furlong [Sun, 3 Nov 2002 13:22:49 +0000 (13:22 +0000)]
Fix leak when read call fails (see comment in #16635).
Marcus Boerger [Sun, 3 Nov 2002 10:52:19 +0000 (10:52 +0000)]
pass params used for info call to skipif also
#try php.ini with
#output_handler=mb_string
#mbstring.http_output=UCS-2LE
Moriyoshi Koizumi [Sun, 3 Nov 2002 08:50:43 +0000 (08:50 +0000)]
style keisatsu
Moriyoshi Koizumi [Sun, 3 Nov 2002 08:37:59 +0000 (08:37 +0000)]
Disabled output_handler in INI section
Ilia Alshanetsky [Sat, 2 Nov 2002 23:08:20 +0000 (23:08 +0000)]
Fixed bug #20217. When php_flag & php_value are used, the PHP_INI_PERDIR
flag should be used when setting the ini value. Otherwise, the user cannot
modify per-directory ini settings specified via .htaccess.
Marcus Boerger [Sat, 2 Nov 2002 22:06:03 +0000 (22:06 +0000)]
copy paste error
#all these different versions here....
Marcus Boerger [Sat, 2 Nov 2002 21:48:05 +0000 (21:48 +0000)]
-allow parameters to be directories
-"${dir}" -> $dir
Dan Kalowsky [Sat, 2 Nov 2002 20:18:10 +0000 (20:18 +0000)]
Bug #20148 suggested work around for now.
Ilia Alshanetsky [Sat, 2 Nov 2002 18:54:31 +0000 (18:54 +0000)]
Revert previous dirname() patch.
Melvyn Sopacua [Sat, 2 Nov 2002 17:24:57 +0000 (17:24 +0000)]
Skip when Sablotron version is too old
Ilia Alshanetsky [Sat, 2 Nov 2002 16:52:59 +0000 (16:52 +0000)]
MFZE1
James Cox [Sat, 2 Nov 2002 16:04:27 +0000 (16:04 +0000)]
adding id tags
Melvyn Sopacua [Sat, 2 Nov 2002 15:01:43 +0000 (15:01 +0000)]
- Use spprintf to avoid two calls to zend_get_executed_filename, suggested
by Marcus Börger
Sascha Schumann [Sat, 2 Nov 2002 13:47:27 +0000 (13:47 +0000)]
syntax highlighting has been added
Moriyoshi Koizumi [Sat, 2 Nov 2002 13:38:32 +0000 (13:38 +0000)]
Reduced compiler warnings
Moriyoshi Koizumi [Sat, 2 Nov 2002 12:58:12 +0000 (12:58 +0000)]
Wrong patch. Fixing...
Moriyoshi Koizumi [Sat, 2 Nov 2002 12:56:03 +0000 (12:56 +0000)]
Added iconv entry
Marcus Boerger [Sat, 2 Nov 2002 12:55:06 +0000 (12:55 +0000)]
older versions do not have this functions
Marcus Boerger [Sat, 2 Nov 2002 12:44:36 +0000 (12:44 +0000)]
ws
Marcus Boerger [Sat, 2 Nov 2002 12:33:24 +0000 (12:33 +0000)]
this would break tests by modifying EXPECT sections
#it took a LONG time to realize that tests were ok but failed due to this ini
Marcus Boerger [Sat, 2 Nov 2002 10:58:02 +0000 (10:58 +0000)]
fix TSRM build
Marcus Boerger [Sat, 2 Nov 2002 10:34:51 +0000 (10:34 +0000)]
fix a warning
Derick Rethans [Sat, 2 Nov 2002 09:06:23 +0000 (09:06 +0000)]
- Fix segfault when __CLASS__ was used outside a class definition
Derick Rethans [Sat, 2 Nov 2002 09:05:18 +0000 (09:05 +0000)]
- MFZE1
Ilia Alshanetsky [Sat, 2 Nov 2002 05:44:10 +0000 (05:44 +0000)]
MFZE1 (20214).
Sascha Schumann [Sat, 2 Nov 2002 04:53:31 +0000 (04:53 +0000)]
add missing }}} closure
Sascha Schumann [Sat, 2 Nov 2002 04:35:25 +0000 (04:35 +0000)]
fix obvious copy&paste error
Melvyn Sopacua [Sat, 2 Nov 2002 01:44:35 +0000 (01:44 +0000)]
Fix typo
# Sorry Lenar
<changelog@php.net> [Sat, 2 Nov 2002 01:35:44 +0000 (01:35 +0000)]
ChangeLog update
Melvyn Sopacua [Sat, 2 Nov 2002 01:34:56 +0000 (01:34 +0000)]
test rename
Melvyn Sopacua [Sat, 2 Nov 2002 01:32:09 +0000 (01:32 +0000)]
- Fix issues with 'arg' scheme and external files, bug #20177
- Add authors
# Need to rename test, grrr
Melvyn Sopacua [Sat, 2 Nov 2002 01:13:22 +0000 (01:13 +0000)]
Test for files in 'args' provided handles
Colin Viebrock [Fri, 1 Nov 2002 23:00:32 +0000 (23:00 +0000)]
ahem
foobar [Fri, 1 Nov 2002 16:45:59 +0000 (16:45 +0000)]
- Added searching for Kerberos libs in default locations if no path is
given for --with-kerberos.
# Marcus, please try this. :)
Martin Jansen [Fri, 1 Nov 2002 14:48:16 +0000 (14:48 +0000)]
* Fix bug #20207.