]>
granicus.if.org Git - php/log
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
Marcus Boerger [Fri, 8 Mar 2002 01:11:03 +0000 (01:11 +0000)]
-Changes according to exif.c 1.55
Marcus Boerger [Fri, 8 Mar 2002 01:09:54 +0000 (01:09 +0000)]
-Support for IFD Arrays
#necessary for update/write operations
Marcus Boerger [Fri, 8 Mar 2002 01:06:59 +0000 (01:06 +0000)]
TIFF support for 'non' digicam files
# same as in standard/image.c but here it's more complex
Marcus Boerger [Fri, 8 Mar 2002 00:57:08 +0000 (00:57 +0000)]
TIFF support for 'non' digicam files
Joseph Tate [Thu, 7 Mar 2002 23:52:57 +0000 (23:52 +0000)]
Commented out a few lines that were causing a segfault in the unlink code.
This fixes bug #14522. I've tested that it does not cause a segfault under
RH 7.2, and retains all functionality. I recommend that this patch be
considered for the PHP_4_2_0 tree as well, as having a function that core
dumps every time is a bad thing(TM).
foobar [Thu, 7 Mar 2002 22:18:09 +0000 (22:18 +0000)]
- Fixed the phpinfo() tables not to blow up when using very long
configure line.
foobar [Thu, 7 Mar 2002 21:41:51 +0000 (21:41 +0000)]
- Fixed some compile warnings and removed bogus comments.
Sascha Schumann [Thu, 7 Mar 2002 20:51:27 +0000 (20:51 +0000)]
These tests currently depend on register_globals=1
Jason Greene [Thu, 7 Mar 2002 20:48:10 +0000 (20:48 +0000)]
News update
Sascha Schumann [Thu, 7 Mar 2002 20:45:20 +0000 (20:45 +0000)]
remove -module, it is added by configure.in
Sascha Schumann [Thu, 7 Mar 2002 20:42:20 +0000 (20:42 +0000)]
Update test target from rules.mk
Sascha Schumann [Thu, 7 Mar 2002 20:35:23 +0000 (20:35 +0000)]
Readd ZEND_EXTRA_LIBS (as in Makefile.in rev 1.106).
Jon Parise [Thu, 7 Mar 2002 20:27:37 +0000 (20:27 +0000)]
Correct the header file ordering. From 'man 3 inet' (FreeBSD 4.5):
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
Frank M. Kromann [Thu, 7 Mar 2002 20:00:08 +0000 (20:00 +0000)]
Revert uppercase directory name to lower case.
Sascha Schumann [Thu, 7 Mar 2002 19:56:53 +0000 (19:56 +0000)]
ze2 handling
Frank M. Kromann [Thu, 7 Mar 2002 19:46:23 +0000 (19:46 +0000)]
Enabling crypt() on Win32
Sascha Schumann [Thu, 7 Mar 2002 19:21:02 +0000 (19:21 +0000)]
Build libphp4.la as a module which can be dlopened.
This should not make a difference on common platforms,
but maybe esoteric ones.
Sascha Schumann [Thu, 7 Mar 2002 18:16:57 +0000 (18:16 +0000)]
Fix typo
Frank M. Kromann [Thu, 7 Mar 2002 17:28:50 +0000 (17:28 +0000)]
Making mbstring compile under WIn32