]>
granicus.if.org Git - php/log
Sascha Schumann [Tue, 12 Mar 2002 16:53:20 +0000 (16:53 +0000)]
forgot to add _NEW_
Sascha Schumann [Tue, 12 Mar 2002 16:53:19 +0000 (16:53 +0000)]
php_new_extension
Sascha Schumann [Tue, 12 Mar 2002 16:52:17 +0000 (16:52 +0000)]
old makefiles
Sascha Schumann [Tue, 12 Mar 2002 16:50:43 +0000 (16:50 +0000)]
remove old makefiles
Sascha Schumann [Tue, 12 Mar 2002 16:44:50 +0000 (16:44 +0000)]
Remove old Makefile templates
Sascha Schumann [Tue, 12 Mar 2002 16:44:01 +0000 (16:44 +0000)]
add makefile fragment manually
Sascha Schumann [Tue, 12 Mar 2002 16:44:00 +0000 (16:44 +0000)]
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
Marcus Boerger [Tue, 12 Mar 2002 16:43:29 +0000 (16:43 +0000)]
-usability
-tests
Sascha Schumann [Tue, 12 Mar 2002 16:40:34 +0000 (16:40 +0000)]
php_new_extension
Sascha Schumann [Tue, 12 Mar 2002 15:56:27 +0000 (15:56 +0000)]
unused file
Stig Bakken [Tue, 12 Mar 2002 15:15:27 +0000 (15:15 +0000)]
* fix compile problem on platforms without iconv in libc
Marcus Boerger [Tue, 12 Mar 2002 13:49:40 +0000 (13:49 +0000)]
-return size of thumbnail even if it not read
Stefan Roehrich [Tue, 12 Mar 2002 13:23:58 +0000 (13:23 +0000)]
(PHP gzencode) Reimplementation of gzencode(). Now works as documented
(gzencode(string data [, int level [, int encoding_mode]])),
should fix #15930.
@- The second parameter of gzencode() now is the compression level like
@ in the documentation. The encoding mode is a third (optional) parameter.
# Rework of gzencode(), output should be closer to real gzip output.
# I think in the old version there could be some problems with
# this function and output compression, should be fixed, too.
Stefan Roehrich [Tue, 12 Mar 2002 13:06:40 +0000 (13:06 +0000)]
(PHP gzinflate) Workaround for bug #14939 (buffer error in gzinflate()).
Fixed prototype and added test for #14939.
# We have extra \0 if the input comes directly from gzdeflate()
# so give one extra byte as length to workaround behaviour of zlib.
# I want to avoid copying the input, but if there are problems,
# please tell (see my message <
20020310175611 .GA4472@stefan.roehri.ch> to
# php-dev).
Marcus Boerger [Tue, 12 Mar 2002 12:42:45 +0000 (12:42 +0000)]
-reflect changes
-find image from run-tests.php
Stanislav Malyshev [Tue, 12 Mar 2002 11:28:30 +0000 (11:28 +0000)]
Fix standard object creation
Christian Stocker [Tue, 12 Mar 2002 11:15:03 +0000 (11:15 +0000)]
forgot SEPARATE_ZVAL, produced segfaults.
segfaulted only in 4_2_0 (not in HEAD and 4_0_7, strange...)
Stanislav Malyshev [Tue, 12 Mar 2002 10:08:47 +0000 (10:08 +0000)]
- make class tables contain class_entry *, not class_entry
- fix isset($this)
Andreas Karajannis [Tue, 12 Mar 2002 09:54:46 +0000 (09:54 +0000)]
Removed sqlrte from SAP DB liblist as it is not needed.
Yasuo Ohgaki [Tue, 12 Mar 2002 09:20:04 +0000 (09:20 +0000)]
Catch up with recent test scripts changes
Markus Fischer [Tue, 12 Mar 2002 09:12:42 +0000 (09:12 +0000)]
- Remove *FETCH() statements.
- Clean up WS and parenthesis indentation.
Christian Stocker [Tue, 12 Mar 2002 08:24:50 +0000 (08:24 +0000)]
nicer (optional) formated output in dump_mem and dump_mem_file
Sebastian Bergmann [Tue, 12 Mar 2002 07:20:00 +0000 (07:20 +0000)]
Fix TSRMLS_CC.
Yasuo Ohgaki [Tue, 12 Mar 2002 07:05:40 +0000 (07:05 +0000)]
Change php_addslashes() a little.
Since most users do not use magic_quote_sybase, be nicer to
users not using magic_quote_sybase.
Yasuo Ohgaki [Tue, 12 Mar 2002 06:56:57 +0000 (06:56 +0000)]
Make use of TSRMLS_C/D
Yasuo Ohgaki [Tue, 12 Mar 2002 06:43:15 +0000 (06:43 +0000)]
Fix PHP version and sapi printed so that it does not print bogus
version and sapi name.
Marcus Boerger [Tue, 12 Mar 2002 06:16:37 +0000 (06:16 +0000)]
-reflect new state of ext/exif
Marcus Boerger [Tue, 12 Mar 2002 06:14:45 +0000 (06:14 +0000)]
-support for array tags
-better memory handling
-support for thumbnails in TIFF format
-new functions exif_imagetype
@-new function exif_imagetype
@-exif_thumbnail fupports thumbnails in TIFF format and can return size
@ of thumbnail
Marcus Boerger [Tue, 12 Mar 2002 06:08:48 +0000 (06:08 +0000)]
-fixed bug 15174
-support for some broken jpegs: bug 13213
-better memory handling
-initial jpeg2000 support (only jpc not jp2,jb2,jpx)
Yasuo Ohgaki [Tue, 12 Mar 2002 05:42:43 +0000 (05:42 +0000)]
Add missing skipif.inc
Yasuo Ohgaki [Tue, 12 Mar 2002 05:33:03 +0000 (05:33 +0000)]
Do not search php binary in search path, since we are not testing older builds.
Print SAPI used.
Yasuo Ohgaki [Tue, 12 Mar 2002 05:18:25 +0000 (05:18 +0000)]
Use CGI binary when CGI SAPI is there.
Make "php run-tests.php" work with cli SAPI.
# Anyone mind if I change spaces to tabs?
# Currently, it is using spaces and it's should use
# tabs just like C source.
foobar [Tue, 12 Mar 2002 02:27:03 +0000 (02:27 +0000)]
- Fix more possible bugs (bug #16008 related)
<changelog@php.net> [Tue, 12 Mar 2002 01:20:26 +0000 (01:20 +0000)]
NEWS update
<changelog@php.net> [Tue, 12 Mar 2002 01:19:48 +0000 (01:19 +0000)]
ChangeLog update
Derick Rethans [Mon, 11 Mar 2002 23:11:04 +0000 (23:11 +0000)]
- fix bug #16008
Christian Stocker [Mon, 11 Mar 2002 22:37:32 +0000 (22:37 +0000)]
@ implemented domxml_elem_get_elements_by_tagname
@ new function domxml_doc_get_elements_by_tagname
@ new function domxml_doc_get_element_by_id (chregu)
Markus Fischer [Mon, 11 Mar 2002 22:23:05 +0000 (22:23 +0000)]
- Slightly unify error/warning messages.
- Switch to zend_parse_parameters().
- Fix whitespaces.
Shane Caraveo [Mon, 11 Mar 2002 18:25:47 +0000 (18:25 +0000)]
fix on more build config
Sander Roobol [Mon, 11 Mar 2002 16:58:29 +0000 (16:58 +0000)]
Maintain headers
Marcus Boerger [Mon, 11 Mar 2002 16:25:32 +0000 (16:25 +0000)]
-passing arguments to CLI, see: php -h
Stig Bakken [Mon, 11 Mar 2002 15:16:11 +0000 (15:16 +0000)]
* make "make test TESTS=..." work again
Stig Bakken [Mon, 11 Mar 2002 15:13:19 +0000 (15:13 +0000)]
* added file locking
* added file name to package map
Yasuo Ohgaki [Mon, 11 Mar 2002 14:53:59 +0000 (14:53 +0000)]
Print function names in error messages
Ben Mansell [Mon, 11 Mar 2002 14:34:56 +0000 (14:34 +0000)]
Instructions for using FastCGI-PHP with Apache
Ben Mansell [Mon, 11 Mar 2002 14:03:48 +0000 (14:03 +0000)]
Improved documentation for FastCGI SAPI. Documents the environment
variable tunings and the new command line usage.
Ben Mansell [Mon, 11 Mar 2002 13:37:25 +0000 (13:37 +0000)]
Add command line option to FastCGI SAPI to make it bind & listen to a
socket. This makes setting up 'remote' fastcgi much easier.
Sascha Schumann [Mon, 11 Mar 2002 13:32:44 +0000 (13:32 +0000)]
Add global include path, so that other extensions can access
the expat header.
Sascha Schumann [Mon, 11 Mar 2002 13:17:44 +0000 (13:17 +0000)]
Invoke pear-related targets conditionally and
rename install-data-local target to install-pear.
Also remove PEAR_DIR, because it is unused.
Sascha Schumann [Mon, 11 Mar 2002 12:56:19 +0000 (12:56 +0000)]
Use standard PHP shell check syntax
Sascha Schumann [Mon, 11 Mar 2002 12:50:18 +0000 (12:50 +0000)]
You don't need a C++ compiler to build 100% of PHP (and the largest part of
the extensions), so I don't see a reason why PHP should not build on
a system without a C++ compiler.
If your extension uses C++ objects, put PHP_REQUIRE_CXX into your
config.m4.
This should also be removed from the 4.2.0 branch, because it will
cause portability problems otherwise.
Sascha Schumann [Mon, 11 Mar 2002 12:28:16 +0000 (12:28 +0000)]
Add a note regarding which version we support
Sebastian Bergmann [Mon, 11 Mar 2002 07:58:52 +0000 (07:58 +0000)]
Fix warning, hope this is okay.
Shane Caraveo [Mon, 11 Mar 2002 07:39:55 +0000 (07:39 +0000)]
fix include paths for fcgi headers
Yasuo Ohgaki [Mon, 11 Mar 2002 07:23:07 +0000 (07:23 +0000)]
WS and indent
Yasuo Ohgaki [Mon, 11 Mar 2002 07:19:57 +0000 (07:19 +0000)]
Add comments for constants. Remove unneeded constants included by mistake.
Yasuo Ohgaki [Mon, 11 Mar 2002 07:11:54 +0000 (07:11 +0000)]
Small memory leak fix that does not matter much.
Yasuo Ohgaki [Mon, 11 Mar 2002 07:09:12 +0000 (07:09 +0000)]
Fix possible build error under Windows.
# Recent libpq under windows supports PQcmdTuples, right?
Sebastian Bergmann [Mon, 11 Mar 2002 05:43:23 +0000 (05:43 +0000)]
Fix thread-safe build.
Jason Greene [Mon, 11 Mar 2002 01:24:42 +0000 (01:24 +0000)]
Fix WS
<changelog@php.net> [Mon, 11 Mar 2002 01:20:33 +0000 (01:20 +0000)]
ChangeLog update
jim winstead [Sun, 10 Mar 2002 23:46:43 +0000 (23:46 +0000)]
handle numeric strings. this means we're less picky about the argument
types, but the math functions aren't generally that picky.
Markus Fischer [Sun, 10 Mar 2002 23:45:02 +0000 (23:45 +0000)]
- Fix protos.
Shane Caraveo [Sun, 10 Mar 2002 22:11:22 +0000 (22:11 +0000)]
fix output directory
Shane Caraveo [Sun, 10 Mar 2002 22:08:09 +0000 (22:08 +0000)]
woohoo, take some credit!
Shane Caraveo [Sun, 10 Mar 2002 21:52:00 +0000 (21:52 +0000)]
children should be zero by default, enable by setting PHP_FCGI_CHILDREN env var.
Shane Caraveo [Sun, 10 Mar 2002 21:41:55 +0000 (21:41 +0000)]
Update makefile for compiling with fastcgi under windows
Shane Caraveo [Sun, 10 Mar 2002 21:39:28 +0000 (21:39 +0000)]
combine fastcgi capability with regular cgi binary
include fastcgi library for ease of windows builds
NOTE: included fastcgi library is modified for thread safety, but
fastcgi support in cgi_main.c is only written for single
threaded serving. This does not present any issue for using
fastcgi.
Andi Gutmans [Sun, 10 Mar 2002 21:02:00 +0000 (21:02 +0000)]
- Fix build in ZTS mode.
Stanislav Malyshev [Sun, 10 Mar 2002 13:42:37 +0000 (13:42 +0000)]
New stuff for objects API:
- Better assignment handling
- More flexible operations with zval-containing objects
Rui Hirokawa [Sun, 10 Mar 2002 13:17:59 +0000 (13:17 +0000)]
fixed wrong include file.
Rui Hirokawa [Sun, 10 Mar 2002 12:23:11 +0000 (12:23 +0000)]
fixed module name iconv->mbstring.
Stefan Esser [Sun, 10 Mar 2002 11:03:04 +0000 (11:03 +0000)]
Fix: Now returns correct Content-Type with Opera 6.01
Markus Fischer [Sun, 10 Mar 2002 09:22:31 +0000 (09:22 +0000)]
- Fix crash in iconv_set_encoding(). [Closes #15799]
foobar [Sun, 10 Mar 2002 02:38:06 +0000 (02:38 +0000)]
- Renamed aggregate.lib.php -> aggregate.lib (.php files are always deleted bycvsclean)
<changelog@php.net> [Sun, 10 Mar 2002 01:19:17 +0000 (01:19 +0000)]
ChangeLog update
foobar [Sat, 9 Mar 2002 21:30:12 +0000 (21:30 +0000)]
- Fixed bug: #15686
foobar [Sat, 9 Mar 2002 18:17:06 +0000 (18:17 +0000)]
- Fixed bug: #15190
Andi Gutmans [Sat, 9 Mar 2002 16:25:51 +0000 (16:25 +0000)]
- Add the original example script to the CVS so that it's always available.
Sander Roobol [Sat, 9 Mar 2002 11:23:48 +0000 (11:23 +0000)]
Oops... 1 digit is allowed too! Reverting my fix.
Jason Greene [Sat, 9 Mar 2002 06:41:19 +0000 (06:41 +0000)]
Fix build on win32
Jason Greene [Sat, 9 Mar 2002 04:37:54 +0000 (04:37 +0000)]
Fixed bug where NULL specified in sec was not waiting infinately as it should
Fixed bug where socket_select was not producing an error message on error
Fixed bug where -1 was getting returned instead of FALSE in socket_recv(),
socket_send(), socket_sendto(), and socket_select()
<changelog@php.net> [Sat, 9 Mar 2002 01:20:26 +0000 (01:20 +0000)]
NEWS update
<changelog@php.net> [Sat, 9 Mar 2002 01:19:56 +0000 (01:19 +0000)]
ChangeLog update
foobar [Sat, 9 Mar 2002 00:24:42 +0000 (00:24 +0000)]
whitespace..
foobar [Sat, 9 Mar 2002 00:24:02 +0000 (00:24 +0000)]
- Commented out the space escaping. Works now as it did before.
Christian Stocker [Fri, 8 Mar 2002 22:16:07 +0000 (22:16 +0000)]
@ implemented domxml_elem_get_attribute_node(attrname) (chregu)
Marcus Boerger [Fri, 8 Mar 2002 20:56:44 +0000 (20:56 +0000)]
-support for out of section data
Sander Roobol [Fri, 8 Mar 2002 19:16:19 +0000 (19:16 +0000)]
Fixed many tests, mostly incorrect paths.
Joseph Tate [Fri, 8 Mar 2002 18:56:00 +0000 (18:56 +0000)]
Added linking files to make build compatible with RH 7.2's updated libxslt
packages. Should not break when compiling with older versions. This may
fix bug #15942 as well.
Configure was giving a Warning message without these lines when --with-xslt was
specified.
Sander Roobol [Fri, 8 Mar 2002 17:25:43 +0000 (17:25 +0000)]
(php_date) Fixed 'r' modifier to always return two digits for the day
value (see RFC 822) (#15952).
Hartmut Holzgraefe [Fri, 8 Mar 2002 11:59:02 +0000 (11:59 +0000)]
reimplementation using macro instead of function pointer ( Bug #15951 )
Sebastian Bergmann [Fri, 8 Mar 2002 11:36:56 +0000 (11:36 +0000)]
Add 'import const' example.
Marcus Boerger [Fri, 8 Mar 2002 11:33:46 +0000 (11:33 +0000)]
-change IsColor from non zero to 1
-new test and example for documentation
Christian Stocker [Fri, 8 Mar 2002 11:05:13 +0000 (11:05 +0000)]
@ domxml_elem_remove_attribute(attibutename) is now implemented (chregu)
Andi Gutmans [Fri, 8 Mar 2002 10:58:24 +0000 (10:58 +0000)]
- Support importing constants. e.g.:
<?php
class MyOuterClass {
const Hello = "Hello, World\n";
}
import const Hello from MyOuterClass;
print Hello;
Edin Kadribasic [Fri, 8 Mar 2002 09:55:58 +0000 (09:55 +0000)]
Cleaned up previous commit.
#Oops, commited older patch the first time :)
Edin Kadribasic [Fri, 8 Mar 2002 09:47:52 +0000 (09:47 +0000)]
@- Added -r option to the CLI version of PHP which executes a piece of PHP
@ code directly from the commmand line. (Edin)
Christian Stocker [Fri, 8 Mar 2002 09:18:31 +0000 (09:18 +0000)]
@ added formatting option to domxml_dump_mem() (chregu)
<changelog@php.net> [Fri, 8 Mar 2002 01:20:50 +0000 (01:20 +0000)]
ChangeLog update