]> granicus.if.org Git - php/log
php
22 years agoCatch up with recent test scripts changes
Yasuo Ohgaki [Tue, 12 Mar 2002 09:20:04 +0000 (09:20 +0000)]
Catch up with recent test scripts changes

22 years ago- Remove *FETCH() statements.
Markus Fischer [Tue, 12 Mar 2002 09:12:42 +0000 (09:12 +0000)]
- Remove *FETCH() statements.
- Clean up WS and parenthesis indentation.

22 years agonicer (optional) formated output in dump_mem and dump_mem_file
Christian Stocker [Tue, 12 Mar 2002 08:24:50 +0000 (08:24 +0000)]
nicer (optional) formated output in dump_mem and dump_mem_file

22 years agoFix TSRMLS_CC.
Sebastian Bergmann [Tue, 12 Mar 2002 07:20:00 +0000 (07:20 +0000)]
Fix TSRMLS_CC.

22 years agoChange php_addslashes() a little.
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.

22 years agoMake use of TSRMLS_C/D
Yasuo Ohgaki [Tue, 12 Mar 2002 06:56:57 +0000 (06:56 +0000)]
Make use of TSRMLS_C/D

22 years agoFix PHP version and sapi printed so that it does not print bogus
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.

22 years ago-reflect new state of ext/exif
Marcus Boerger [Tue, 12 Mar 2002 06:16:37 +0000 (06:16 +0000)]
-reflect new state of ext/exif

22 years ago-support for array tags
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

22 years ago-fixed bug 15174
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)

22 years agoAdd missing skipif.inc
Yasuo Ohgaki [Tue, 12 Mar 2002 05:42:43 +0000 (05:42 +0000)]
Add missing skipif.inc

22 years agoDo not search php binary in search path, since we are not testing older builds.
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.

22 years agoUse CGI binary when CGI SAPI is there.
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.

22 years ago- Fix more possible bugs (bug #16008 related)
foobar [Tue, 12 Mar 2002 02:27:03 +0000 (02:27 +0000)]
- Fix more possible bugs (bug #16008 related)

22 years agoNEWS update
<changelog@php.net> [Tue, 12 Mar 2002 01:20:26 +0000 (01:20 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Tue, 12 Mar 2002 01:19:48 +0000 (01:19 +0000)]
ChangeLog update

22 years ago- fix bug #16008
Derick Rethans [Mon, 11 Mar 2002 23:11:04 +0000 (23:11 +0000)]
- fix bug #16008

22 years ago@ implemented domxml_elem_get_elements_by_tagname
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)

22 years ago- Slightly unify error/warning messages.
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.

22 years agofix on more build config
Shane Caraveo [Mon, 11 Mar 2002 18:25:47 +0000 (18:25 +0000)]
fix on more build config

22 years agoMaintain headers
Sander Roobol [Mon, 11 Mar 2002 16:58:29 +0000 (16:58 +0000)]
Maintain headers

22 years ago-passing arguments to CLI, see: php -h
Marcus Boerger [Mon, 11 Mar 2002 16:25:32 +0000 (16:25 +0000)]
-passing arguments to CLI, see: php -h

22 years ago* make "make test TESTS=..." work again
Stig Bakken [Mon, 11 Mar 2002 15:16:11 +0000 (15:16 +0000)]
* make "make test TESTS=..." work again

22 years ago* added file locking
Stig Bakken [Mon, 11 Mar 2002 15:13:19 +0000 (15:13 +0000)]
* added file locking
* added file name to package map

22 years agoPrint function names in error messages
Yasuo Ohgaki [Mon, 11 Mar 2002 14:53:59 +0000 (14:53 +0000)]
Print function names in error messages

22 years agoInstructions for using FastCGI-PHP with Apache
Ben Mansell [Mon, 11 Mar 2002 14:34:56 +0000 (14:34 +0000)]
Instructions for using FastCGI-PHP with Apache

22 years agoImproved documentation for FastCGI SAPI. Documents the environment
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.

22 years agoAdd command line option to FastCGI SAPI to make it bind & listen to a
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.

22 years agoAdd global include path, so that other extensions can access
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.

22 years agoInvoke pear-related targets conditionally and
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.

22 years agoUse standard PHP shell check syntax
Sascha Schumann [Mon, 11 Mar 2002 12:56:19 +0000 (12:56 +0000)]
Use standard PHP shell check syntax

22 years agoYou don't need a C++ compiler to build 100% of PHP (and the largest part of
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.

22 years agoAdd a note regarding which version we support
Sascha Schumann [Mon, 11 Mar 2002 12:28:16 +0000 (12:28 +0000)]
Add a note regarding which version we support

22 years agoFix warning, hope this is okay.
Sebastian Bergmann [Mon, 11 Mar 2002 07:58:52 +0000 (07:58 +0000)]
Fix warning, hope this is okay.

22 years agofix include paths for fcgi headers
Shane Caraveo [Mon, 11 Mar 2002 07:39:55 +0000 (07:39 +0000)]
fix include paths for fcgi headers

22 years agoWS and indent
Yasuo Ohgaki [Mon, 11 Mar 2002 07:23:07 +0000 (07:23 +0000)]
WS and indent

22 years agoAdd comments for constants. Remove unneeded constants included by mistake.
Yasuo Ohgaki [Mon, 11 Mar 2002 07:19:57 +0000 (07:19 +0000)]
Add comments for constants. Remove unneeded constants included by mistake.

22 years agoSmall memory leak fix that does not matter much.
Yasuo Ohgaki [Mon, 11 Mar 2002 07:11:54 +0000 (07:11 +0000)]
Small memory leak fix that does not matter much.

22 years agoFix possible build error under Windows.
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?

22 years agoFix thread-safe build.
Sebastian Bergmann [Mon, 11 Mar 2002 05:43:23 +0000 (05:43 +0000)]
Fix thread-safe build.

22 years agoFix WS
Jason Greene [Mon, 11 Mar 2002 01:24:42 +0000 (01:24 +0000)]
Fix WS

22 years agoChangeLog update
<changelog@php.net> [Mon, 11 Mar 2002 01:20:33 +0000 (01:20 +0000)]
ChangeLog update

22 years agohandle numeric strings. this means we're less picky about the argument
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.

22 years ago- Fix protos.
Markus Fischer [Sun, 10 Mar 2002 23:45:02 +0000 (23:45 +0000)]
- Fix protos.

22 years agofix output directory
Shane Caraveo [Sun, 10 Mar 2002 22:11:22 +0000 (22:11 +0000)]
fix output directory

22 years agowoohoo, take some credit!
Shane Caraveo [Sun, 10 Mar 2002 22:08:09 +0000 (22:08 +0000)]
woohoo, take some credit!

22 years agochildren should be zero by default, enable by setting PHP_FCGI_CHILDREN env var.
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.

22 years agoUpdate makefile for compiling with fastcgi under windows
Shane Caraveo [Sun, 10 Mar 2002 21:41:55 +0000 (21:41 +0000)]
Update makefile for compiling with fastcgi under windows

22 years agocombine fastcgi capability with regular cgi binary
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.

22 years ago- Fix build in ZTS mode.
Andi Gutmans [Sun, 10 Mar 2002 21:02:00 +0000 (21:02 +0000)]
- Fix build in ZTS mode.

22 years agoNew stuff for objects API:
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

22 years agofixed wrong include file.
Rui Hirokawa [Sun, 10 Mar 2002 13:17:59 +0000 (13:17 +0000)]
fixed wrong include file.

22 years agofixed module name iconv->mbstring.
Rui Hirokawa [Sun, 10 Mar 2002 12:23:11 +0000 (12:23 +0000)]
fixed module name iconv->mbstring.

22 years agoFix: Now returns correct Content-Type with Opera 6.01
Stefan Esser [Sun, 10 Mar 2002 11:03:04 +0000 (11:03 +0000)]
Fix: Now returns correct Content-Type with Opera 6.01

22 years ago- Fix crash in iconv_set_encoding(). [Closes #15799]
Markus Fischer [Sun, 10 Mar 2002 09:22:31 +0000 (09:22 +0000)]
- Fix crash in iconv_set_encoding(). [Closes #15799]

22 years ago- Renamed aggregate.lib.php -> aggregate.lib (.php files are always deleted bycvsclean)
foobar [Sun, 10 Mar 2002 02:38:06 +0000 (02:38 +0000)]
- Renamed aggregate.lib.php -> aggregate.lib (.php files are always deleted bycvsclean)

22 years agoChangeLog update
<changelog@php.net> [Sun, 10 Mar 2002 01:19:17 +0000 (01:19 +0000)]
ChangeLog update

22 years ago- Fixed bug: #15686
foobar [Sat, 9 Mar 2002 21:30:12 +0000 (21:30 +0000)]
- Fixed bug: #15686

22 years ago- Fixed bug: #15190
foobar [Sat, 9 Mar 2002 18:17:06 +0000 (18:17 +0000)]
- Fixed bug: #15190

22 years ago- Add the original example script to the CVS so that it's always available.
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.

22 years agoOops... 1 digit is allowed too! Reverting my fix.
Sander Roobol [Sat, 9 Mar 2002 11:23:48 +0000 (11:23 +0000)]
Oops... 1 digit is allowed too! Reverting my fix.

22 years agoFix build on win32
Jason Greene [Sat, 9 Mar 2002 06:41:19 +0000 (06:41 +0000)]
Fix build on win32

22 years agoFixed bug where NULL specified in sec was not waiting infinately as it should
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()

22 years agoNEWS update
<changelog@php.net> [Sat, 9 Mar 2002 01:20:26 +0000 (01:20 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Sat, 9 Mar 2002 01:19:56 +0000 (01:19 +0000)]
ChangeLog update

22 years agowhitespace..
foobar [Sat, 9 Mar 2002 00:24:42 +0000 (00:24 +0000)]
whitespace..

22 years ago- Commented out the space escaping. Works now as it did before.
foobar [Sat, 9 Mar 2002 00:24:02 +0000 (00:24 +0000)]
- Commented out the space escaping. Works now as it did before.

22 years ago@ implemented domxml_elem_get_attribute_node(attrname) (chregu)
Christian Stocker [Fri, 8 Mar 2002 22:16:07 +0000 (22:16 +0000)]
@ implemented domxml_elem_get_attribute_node(attrname) (chregu)

22 years ago-support for out of section data
Marcus Boerger [Fri, 8 Mar 2002 20:56:44 +0000 (20:56 +0000)]
-support for out of section data

22 years agoFixed many tests, mostly incorrect paths.
Sander Roobol [Fri, 8 Mar 2002 19:16:19 +0000 (19:16 +0000)]
Fixed many tests, mostly incorrect paths.

22 years agoAdded linking files to make build compatible with RH 7.2's updated libxslt
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.

22 years ago(php_date) Fixed 'r' modifier to always return two digits for the day
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).

22 years agoreimplementation using macro instead of function pointer ( Bug #15951 )
Hartmut Holzgraefe [Fri, 8 Mar 2002 11:59:02 +0000 (11:59 +0000)]
reimplementation using macro instead of function pointer ( Bug #15951 )

22 years agoAdd 'import const' example.
Sebastian Bergmann [Fri, 8 Mar 2002 11:36:56 +0000 (11:36 +0000)]
Add 'import const' example.

22 years ago-change IsColor from non zero to 1
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

22 years ago@ domxml_elem_remove_attribute(attibutename) is now implemented (chregu)
Christian Stocker [Fri, 8 Mar 2002 11:05:13 +0000 (11:05 +0000)]
@ domxml_elem_remove_attribute(attibutename) is now implemented (chregu)

22 years ago- Support importing constants. e.g.:
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;

22 years agoCleaned up previous commit.
Edin Kadribasic [Fri, 8 Mar 2002 09:55:58 +0000 (09:55 +0000)]
Cleaned up previous commit.
#Oops, commited older patch the first time :)

22 years ago@- Added -r option to the CLI version of PHP which executes a piece of PHP
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)

22 years ago@ added formatting option to domxml_dump_mem() (chregu)
Christian Stocker [Fri, 8 Mar 2002 09:18:31 +0000 (09:18 +0000)]
@ added formatting option to domxml_dump_mem() (chregu)

22 years agoChangeLog update
<changelog@php.net> [Fri, 8 Mar 2002 01:20:50 +0000 (01:20 +0000)]
ChangeLog update

22 years ago-Changes according to exif.c 1.55
Marcus Boerger [Fri, 8 Mar 2002 01:11:03 +0000 (01:11 +0000)]
-Changes according to exif.c 1.55

22 years ago-Support for IFD Arrays
Marcus Boerger [Fri, 8 Mar 2002 01:09:54 +0000 (01:09 +0000)]
-Support for IFD Arrays
#necessary for update/write operations

22 years agoTIFF support for 'non' digicam files
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

22 years agoTIFF support for 'non' digicam files
Marcus Boerger [Fri, 8 Mar 2002 00:57:08 +0000 (00:57 +0000)]
TIFF support for 'non' digicam files

22 years agoCommented out a few lines that were causing a segfault in the unlink code.
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).

22 years ago- Fixed the phpinfo() tables not to blow up when using very long
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.

22 years ago- Fixed some compile warnings and removed bogus comments.
foobar [Thu, 7 Mar 2002 21:41:51 +0000 (21:41 +0000)]
- Fixed some compile warnings and removed bogus comments.

22 years agoThese tests currently depend on register_globals=1
Sascha Schumann [Thu, 7 Mar 2002 20:51:27 +0000 (20:51 +0000)]
These tests currently depend on register_globals=1

22 years agoNews update
Jason Greene [Thu, 7 Mar 2002 20:48:10 +0000 (20:48 +0000)]
News update

22 years agoremove -module, it is added by configure.in
Sascha Schumann [Thu, 7 Mar 2002 20:45:20 +0000 (20:45 +0000)]
remove -module, it is added by configure.in

22 years agoUpdate test target from rules.mk
Sascha Schumann [Thu, 7 Mar 2002 20:42:20 +0000 (20:42 +0000)]
Update test target from rules.mk

22 years agoReadd ZEND_EXTRA_LIBS (as in Makefile.in rev 1.106).
Sascha Schumann [Thu, 7 Mar 2002 20:35:23 +0000 (20:35 +0000)]
Readd ZEND_EXTRA_LIBS (as in Makefile.in rev 1.106).

22 years agoCorrect the header file ordering. From 'man 3 inet' (FreeBSD 4.5):
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>

22 years agoRevert uppercase directory name to lower case.
Frank M. Kromann [Thu, 7 Mar 2002 20:00:08 +0000 (20:00 +0000)]
Revert uppercase directory name to lower case.

22 years agoze2 handling
Sascha Schumann [Thu, 7 Mar 2002 19:56:53 +0000 (19:56 +0000)]
ze2 handling

22 years agoEnabling crypt() on Win32
Frank M. Kromann [Thu, 7 Mar 2002 19:46:23 +0000 (19:46 +0000)]
Enabling crypt() on Win32

22 years agoBuild libphp4.la as a module which can be dlopened.
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.

22 years agoFix typo
Sascha Schumann [Thu, 7 Mar 2002 18:16:57 +0000 (18:16 +0000)]
Fix typo

22 years agoMaking mbstring compile under WIn32
Frank M. Kromann [Thu, 7 Mar 2002 17:28:50 +0000 (17:28 +0000)]
Making mbstring compile under WIn32