]> granicus.if.org Git - php/log
php
22 years agoAvoid having output_buffering cause this test to improperly fail.
Sara Golemon [Wed, 2 Apr 2003 01:51:34 +0000 (01:51 +0000)]
Avoid having output_buffering cause this test to improperly fail.

22 years agoChangeLog update
<changelog@php.net> [Wed, 2 Apr 2003 01:30:47 +0000 (01:30 +0000)]
ChangeLog update

22 years agoNew test for userfilters rewrite
Sara Golemon [Wed, 2 Apr 2003 00:41:09 +0000 (00:41 +0000)]
New test for userfilters rewrite

22 years agoFixed possible integer overflow in str_repeat().
Ilia Alshanetsky [Wed, 2 Apr 2003 00:25:45 +0000 (00:25 +0000)]
Fixed possible integer overflow in str_repeat().

22 years agoFix 'timestamp without timezone', too.
Jay Smith [Tue, 1 Apr 2003 23:56:16 +0000 (23:56 +0000)]
Fix 'timestamp without timezone', too.

22 years agoFix 'time with timezone', too
Marcus Boerger [Tue, 1 Apr 2003 23:34:11 +0000 (23:34 +0000)]
Fix 'time with timezone', too

22 years agoFixed bug #23009 (pg_select with timestamp)
Jay Smith [Tue, 1 Apr 2003 23:26:10 +0000 (23:26 +0000)]
Fixed bug #23009 (pg_select with timestamp)

22 years agoMFB
Rasmus Lerdorf [Tue, 1 Apr 2003 21:47:21 +0000 (21:47 +0000)]
MFB

22 years agoStas's patch on zend_execute.c (1.448 -> 1.449) resulted in a bug where
Andrei Zmievski [Tue, 1 Apr 2003 21:02:02 +0000 (21:02 +0000)]
Stas's patch on zend_execute.c (1.448 -> 1.449) resulted in a bug where
the namespaced member accesses didn't work. This should hopefully
correct it.

22 years agoFixed bogus test
Moriyoshi Koizumi [Tue, 1 Apr 2003 19:47:33 +0000 (19:47 +0000)]
Fixed bogus test

22 years agoSplit ZEND_NAMESPACE into user and internal namespaces. Hope this is
Andrei Zmievski [Tue, 1 Apr 2003 19:37:04 +0000 (19:37 +0000)]
Split ZEND_NAMESPACE into user and internal namespaces. Hope this is
okay with engine folks.

22 years agoFix an uninitialized read, default to FAILURE
Sascha Schumann [Tue, 1 Apr 2003 19:14:47 +0000 (19:14 +0000)]
Fix an uninitialized read, default to FAILURE

22 years agoMFB
Rasmus Lerdorf [Tue, 1 Apr 2003 19:12:32 +0000 (19:12 +0000)]
MFB

22 years agoAdded a test case for bug #22538
Moriyoshi Koizumi [Tue, 1 Apr 2003 19:10:04 +0000 (19:10 +0000)]
Added a test case for bug #22538

22 years agooops
Moriyoshi Koizumi [Tue, 1 Apr 2003 18:56:59 +0000 (18:56 +0000)]
oops

22 years agoReverted the last patch; the problem is elsewhere..
Moriyoshi Koizumi [Tue, 1 Apr 2003 18:56:26 +0000 (18:56 +0000)]
Reverted the last patch; the problem is elsewhere..

22 years agoMFB
Rasmus Lerdorf [Tue, 1 Apr 2003 18:50:31 +0000 (18:50 +0000)]
MFB

22 years agoFixed crash that occurs due to an abused persistent hashtable.
Moriyoshi Koizumi [Tue, 1 Apr 2003 18:44:00 +0000 (18:44 +0000)]
Fixed crash that occurs due to an abused persistent hashtable.
# thanks Sascha again.

22 years agocrap removal
foobar [Tue, 1 Apr 2003 16:02:31 +0000 (16:02 +0000)]
crap removal

22 years agoFixed bug #22987 (missing perror() check in configure)
foobar [Tue, 1 Apr 2003 15:35:57 +0000 (15:35 +0000)]
Fixed bug #22987 (missing perror() check in configure)

22 years agooops
Moshe Doron [Tue, 1 Apr 2003 12:54:35 +0000 (12:54 +0000)]
oops

22 years agorevert due the last string.c revert
Moshe Doron [Tue, 1 Apr 2003 12:53:44 +0000 (12:53 +0000)]
revert due the last string.c revert

22 years agorevert last commit for now
Moshe Doron [Tue, 1 Apr 2003 12:46:01 +0000 (12:46 +0000)]
revert last commit for now

22 years agoFixed crash in mb_convert_encoding() that occurs when a void array is
Moriyoshi Koizumi [Tue, 1 Apr 2003 11:49:30 +0000 (11:49 +0000)]
Fixed crash in mb_convert_encoding() that occurs when a void array is
passed as the third parameter

22 years ago*** empty log message ***
Thies C. Arntzen [Tue, 1 Apr 2003 11:04:38 +0000 (11:04 +0000)]
*** empty log message ***

22 years agofix VPATH builds
Sascha Schumann [Tue, 1 Apr 2003 10:16:12 +0000 (10:16 +0000)]
fix VPATH builds

22 years agoFix segfault in register_shutdown_function
Sascha Schumann [Tue, 1 Apr 2003 10:02:29 +0000 (10:02 +0000)]
Fix segfault in register_shutdown_function

22 years agoimprove namespace name hanfling
Stanislav Malyshev [Tue, 1 Apr 2003 09:43:30 +0000 (09:43 +0000)]
improve namespace name hanfling

22 years agofix get_declared_classes()
Stanislav Malyshev [Tue, 1 Apr 2003 09:27:05 +0000 (09:27 +0000)]
fix get_declared_classes()

22 years agoAdd __NAMESPACE__ auto-constant.
Stanislav Malyshev [Tue, 1 Apr 2003 09:22:41 +0000 (09:22 +0000)]
Add __NAMESPACE__ auto-constant.

22 years agomake get_declared_classes() work with namespaces (based on Tal Peer's patch)
Stanislav Malyshev [Tue, 1 Apr 2003 08:26:14 +0000 (08:26 +0000)]
make get_declared_classes() work with namespaces (based on Tal Peer's patch)

22 years agoDon't need shtool
Sascha Schumann [Tue, 1 Apr 2003 08:05:01 +0000 (08:05 +0000)]
Don't need shtool

22 years agoBug #22962
Sara Golemon [Tue, 1 Apr 2003 06:21:54 +0000 (06:21 +0000)]
Bug #22962

22 years agoSorry Sterling, but this broke the ZTS build and I'd rather not 'ZTS fix' an April...
Sebastian Bergmann [Tue, 1 Apr 2003 05:30:32 +0000 (05:30 +0000)]
Sorry Sterling, but this broke the ZTS build and I'd rather not 'ZTS fix' an April's Fool joke.

22 years agoAdd the landonize() and landonize_url() functions which provide a secure
Sterling Hughes [Tue, 1 Apr 2003 05:01:50 +0000 (05:01 +0000)]
Add the landonize() and landonize_url() functions which provide a secure
alternative to the sha1() and sha1_file() functions.

22 years agoNEWS update
<changelog@php.net> [Tue, 1 Apr 2003 01:30:50 +0000 (01:30 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Tue, 1 Apr 2003 01:30:46 +0000 (01:30 +0000)]
ChangeLog update

22 years agooops
Moriyoshi Koizumi [Mon, 31 Mar 2003 23:49:53 +0000 (23:49 +0000)]
oops

22 years agoHouseholding..
foobar [Mon, 31 Mar 2003 23:26:12 +0000 (23:26 +0000)]
Householding..

22 years agoFixed bug #22538 (stream filter problem)
Moriyoshi Koizumi [Mon, 31 Mar 2003 23:22:10 +0000 (23:22 +0000)]
Fixed bug #22538 (stream filter problem)

22 years agoFixed bug #22989 (sendmail not found by configure)
foobar [Mon, 31 Mar 2003 23:21:41 +0000 (23:21 +0000)]
Fixed bug #22989 (sendmail not found by configure)

22 years agoFixed test; in ZE2, all the properties used in any methods are populated
Moriyoshi Koizumi [Mon, 31 Mar 2003 22:54:18 +0000 (22:54 +0000)]
Fixed test; in ZE2, all the properties used in any methods are populated
at compile time.

22 years agoWS
Ilia Alshanetsky [Mon, 31 Mar 2003 22:13:01 +0000 (22:13 +0000)]
WS

22 years agoMulti-purpose patch:
Andrei Zmievski [Mon, 31 Mar 2003 20:42:01 +0000 (20:42 +0000)]
Multi-purpose patch:
 - The fields of zend_namespace were not completely initialized which
   led to a variety of problems.
 - The occurrence of class/interface/namespace definition is now
   captured.
 - Functions/classes/interfaces/namespaces can be preceded by doc
   comments which are stored for use by extensions.

22 years agoFixed proto to sync with the documentation
Moriyoshi Koizumi [Mon, 31 Mar 2003 20:36:46 +0000 (20:36 +0000)]
Fixed proto to sync with the documentation

22 years agoRearranged search order for the magic file to avoid further confusions
Moriyoshi Koizumi [Mon, 31 Mar 2003 19:48:53 +0000 (19:48 +0000)]
Rearranged search order for the magic file to avoid further confusions

22 years agouse the correct macro - noticed by Andrei
Marcus Boerger [Mon, 31 Mar 2003 19:14:18 +0000 (19:14 +0000)]
use the correct macro - noticed by Andrei

22 years ago# make derik happy
Moshe Doron [Mon, 31 Mar 2003 19:01:43 +0000 (19:01 +0000)]
# make derik happy

22 years agofix for 22904
Moshe Doron [Mon, 31 Mar 2003 18:56:41 +0000 (18:56 +0000)]
fix for 22904
@ now addslashes() do it also on cybase magic mode(moshe).

22 years agoFix const warning
Wez Furlong [Mon, 31 Mar 2003 17:58:29 +0000 (17:58 +0000)]
Fix const warning

22 years ago# unnecessary condition here.
Moshe Doron [Mon, 31 Mar 2003 12:08:31 +0000 (12:08 +0000)]
# unnecessary condition here.

22 years agocleanup
foobar [Mon, 31 Mar 2003 08:49:19 +0000 (08:49 +0000)]
cleanup

22 years agoUse strncpy instead of sprintf
Stanislav Malyshev [Mon, 31 Mar 2003 07:34:05 +0000 (07:34 +0000)]
Use strncpy instead of sprintf

22 years agoTS issue, noticed by Sebastian Bergmann
Sascha Schumann [Mon, 31 Mar 2003 05:39:25 +0000 (05:39 +0000)]
TS issue, noticed by Sebastian Bergmann

22 years agoEnsure that the seed function has been called, even if we are used by
Sascha Schumann [Mon, 31 Mar 2003 03:24:18 +0000 (03:24 +0000)]
Ensure that the seed function has been called, even if we are used by
another module's request init function.

Noticed by: marcus.boerger@t-online.de

22 years agoNEWS update
<changelog@php.net> [Mon, 31 Mar 2003 01:30:48 +0000 (01:30 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Mon, 31 Mar 2003 01:30:45 +0000 (01:30 +0000)]
ChangeLog update

22 years ago- Typo and some whitespace
Derick Rethans [Sun, 30 Mar 2003 22:29:22 +0000 (22:29 +0000)]
- Typo and some whitespace

22 years ago- Added optional parameter to openssl_sign() to specify the hashing
Derick Rethans [Sun, 30 Mar 2003 22:25:23 +0000 (22:25 +0000)]
- Added optional parameter to openssl_sign() to specify the hashing
  algorithm to use. (Patch by Scott <scott@planetscott.ca>)
@- Added optional parameter to openssl_sign() to specify the hashing
@  algorithm to use. (scott@planetscott.ca, Derick)

22 years agoFixed bug #22965 (Crash in gd lib's ImageFillToBorder()).
Ilia Alshanetsky [Sun, 30 Mar 2003 20:48:05 +0000 (20:48 +0000)]
Fixed bug #22965 (Crash in gd lib's ImageFillToBorder()).

22 years agoSince zend_do_begin_class_member_function_call assumes the previous
Andrei Zmievski [Sun, 30 Mar 2003 18:51:04 +0000 (18:51 +0000)]
Since zend_do_begin_class_member_function_call assumes the previous
opcode is FETCH_CONSTANT, swap the calls around.

22 years agoMerge proper -I parameter for APXS builds
Sascha Schumann [Sun, 30 Mar 2003 18:36:04 +0000 (18:36 +0000)]
Merge proper -I parameter for APXS builds

22 years agoAdded various gdb macros to examine zval, znode, and HashTable
Moriyoshi Koizumi [Sun, 30 Mar 2003 17:45:33 +0000 (17:45 +0000)]
Added various gdb macros to examine zval, znode, and HashTable

22 years agochanged constant name
Georg Richter [Sun, 30 Mar 2003 15:28:21 +0000 (15:28 +0000)]
changed constant name

22 years agoif TEST_PHP_EXECUTABLE=auto then use ./sapi/cli/php
Marcus Boerger [Sun, 30 Mar 2003 14:38:48 +0000 (14:38 +0000)]
if TEST_PHP_EXECUTABLE=auto then use ./sapi/cli/php

22 years agoupdate
Marcus Boerger [Sun, 30 Mar 2003 14:30:46 +0000 (14:30 +0000)]
update

22 years agomore ini defaults for error message handling
Marcus Boerger [Sun, 30 Mar 2003 14:00:09 +0000 (14:00 +0000)]
more ini defaults for error message handling

22 years agocleanup
Marcus Boerger [Sun, 30 Mar 2003 13:59:05 +0000 (13:59 +0000)]
cleanup

22 years agochanged macro
Georg Richter [Sun, 30 Mar 2003 13:51:06 +0000 (13:51 +0000)]
changed macro

22 years agoZTS fix.
Sebastian Bergmann [Sun, 30 Mar 2003 13:40:40 +0000 (13:40 +0000)]
ZTS fix.

22 years agoTry to report class name of the exception
Stanislav Malyshev [Sun, 30 Mar 2003 13:19:00 +0000 (13:19 +0000)]
Try to report class name of the exception

22 years agobugfix #22961 by cynic@php.net
Marcus Boerger [Sun, 30 Mar 2003 12:47:05 +0000 (12:47 +0000)]
bugfix #22961 by cynic@php.net

22 years agoFix namespace switch
Stanislav Malyshev [Sun, 30 Mar 2003 12:39:49 +0000 (12:39 +0000)]
Fix namespace switch

22 years agosimplify and fix
Marcus Boerger [Sun, 30 Mar 2003 11:07:36 +0000 (11:07 +0000)]
simplify and fix

22 years agodone
Marcus Boerger [Sun, 30 Mar 2003 10:56:34 +0000 (10:56 +0000)]
done

22 years ago--+_
Sebastian Bergmann [Sun, 30 Mar 2003 09:24:40 +0000 (09:24 +0000)]
--+_

22 years agouncomment removal of temp file
Shane Caraveo [Sun, 30 Mar 2003 05:00:03 +0000 (05:00 +0000)]
uncomment removal of temp file
update changes from run-tests

22 years agoclean up url handling with path_info
Shane Caraveo [Sun, 30 Mar 2003 04:17:24 +0000 (04:17 +0000)]
clean up url handling with path_info
handle sending a 404 if the requested file does not exist

22 years agoChangeLog update
<changelog@php.net> [Sun, 30 Mar 2003 01:30:49 +0000 (01:30 +0000)]
ChangeLog update

22 years ago_SERVER also should not be quoted by magic_quotes_GPC
Shane Caraveo [Sun, 30 Mar 2003 01:06:54 +0000 (01:06 +0000)]
_SERVER also should not be quoted by magic_quotes_GPC
also remove an empty if statement

22 years agoImproved var_dump() and debug_zval_dump() so they also show the
Moriyoshi Koizumi [Sat, 29 Mar 2003 21:29:22 +0000 (21:29 +0000)]
Improved var_dump() and debug_zval_dump() so they also show the
namespace of the given object.

22 years agofix phpinfo() & php -i
Marcus Boerger [Sat, 29 Mar 2003 21:25:03 +0000 (21:25 +0000)]
fix phpinfo() & php -i

22 years agouse sizeof() as suggested by Andrei
Marcus Boerger [Sat, 29 Mar 2003 21:23:53 +0000 (21:23 +0000)]
use sizeof() as suggested by Andrei

22 years ago- html errors should default to off (0) in CLI
Derick Rethans [Sat, 29 Mar 2003 20:57:31 +0000 (20:57 +0000)]
- html errors should default to off (0) in CLI

22 years agoAdd missing initialization
Zeev Suraski [Sat, 29 Mar 2003 19:20:35 +0000 (19:20 +0000)]
Add missing initialization

22 years agoFixed too optimized part
Moriyoshi Koizumi [Sat, 29 Mar 2003 16:18:04 +0000 (16:18 +0000)]
Fixed too optimized part

22 years agoCS & WS fixes
Moriyoshi Koizumi [Sat, 29 Mar 2003 16:13:51 +0000 (16:13 +0000)]
CS & WS fixes

22 years agoImproved bison check; now configure accepts 1.28, 1.35, and 1.75 only.
Moriyoshi Koizumi [Sat, 29 Mar 2003 15:54:19 +0000 (15:54 +0000)]
Improved bison check; now configure accepts 1.28, 1.35, and 1.75 only.

22 years agoFix crash
Zeev Suraski [Sat, 29 Mar 2003 11:27:17 +0000 (11:27 +0000)]
Fix crash

22 years agoInitial support for enforcing prototype of abstract/interface method implementations
Zeev Suraski [Sat, 29 Mar 2003 11:19:38 +0000 (11:19 +0000)]
Initial support for enforcing prototype of abstract/interface method implementations

22 years agoFixed test cases so they wouldn't be failed in case register_globals=on
Moriyoshi Koizumi [Sat, 29 Mar 2003 07:13:47 +0000 (07:13 +0000)]
Fixed test cases so they wouldn't be failed in case register_globals=on

22 years agoremove unused variable
Sterling Hughes [Sat, 29 Mar 2003 05:19:27 +0000 (05:19 +0000)]
remove unused variable

22 years agoupdate php module name to php5, not php4.
Sterling Hughes [Sat, 29 Mar 2003 04:52:46 +0000 (04:52 +0000)]
update php module name to php5, not php4.
apache, apache2* and cli/cgi work.
sapi module maintainers should fix up their sapis, as I don't run
any servers with php outside of apache.

22 years agoChangeLog update
<changelog@php.net> [Sat, 29 Mar 2003 01:30:51 +0000 (01:30 +0000)]
ChangeLog update

22 years ago- Add the exponent to the float modifier
Derick Rethans [Fri, 28 Mar 2003 21:04:45 +0000 (21:04 +0000)]
- Add the exponent to the float modifier

22 years agofix these tests
Marcus Boerger [Fri, 28 Mar 2003 18:58:18 +0000 (18:58 +0000)]
fix these tests

22 years agoDo the right fix..
Moriyoshi Koizumi [Fri, 28 Mar 2003 18:24:02 +0000 (18:24 +0000)]
Do the right fix..

22 years agoFixed bug #22773
Moriyoshi Koizumi [Fri, 28 Mar 2003 17:53:36 +0000 (17:53 +0000)]
Fixed bug #22773

22 years agoOn 64bit platforms, pointers are 64bit long..
Moriyoshi Koizumi [Fri, 28 Mar 2003 17:09:04 +0000 (17:09 +0000)]
On 64bit platforms, pointers are 64bit long..

22 years agoCS
Ilia Alshanetsky [Fri, 28 Mar 2003 14:31:31 +0000 (14:31 +0000)]
CS