]>
granicus.if.org Git - php/log
Kai Schroeder [Sun, 9 Feb 2003 13:19:23 +0000 (13:19 +0000)]
is_executable() does not exist on Windows
Kai Schroeder [Sun, 9 Feb 2003 12:34:55 +0000 (12:34 +0000)]
die() to skip second message
Kai Schroeder [Sun, 9 Feb 2003 12:28:01 +0000 (12:28 +0000)]
MSVC's mktime() does not examine the existence of a daylight-saving-time zone
Kai Schroeder [Sun, 9 Feb 2003 12:22:18 +0000 (12:22 +0000)]
Windows doesn't know timezone CET
Kai Schroeder [Sun, 9 Feb 2003 12:21:47 +0000 (12:21 +0000)]
skip for Windows (does not support dates prior to midnight, January 1, 1970)
Kai Schroeder [Sun, 9 Feb 2003 12:20:54 +0000 (12:20 +0000)]
Windows does not support dates prior to midnight, January 1, 1970
Kai Schroeder [Sun, 9 Feb 2003 12:19:02 +0000 (12:19 +0000)]
test for mktime()
Derick Rethans [Sun, 9 Feb 2003 12:15:05 +0000 (12:15 +0000)]
- Whitespace fixes
Frank M. Kromann [Sun, 9 Feb 2003 09:39:53 +0000 (09:39 +0000)]
cleanup variable initializations
Frank M. Kromann [Sun, 9 Feb 2003 08:33:40 +0000 (08:33 +0000)]
Fixing coredump when no php.ini file is used
Frank M. Kromann [Sun, 9 Feb 2003 07:50:56 +0000 (07:50 +0000)]
MFB
Yasuo Ohgaki [Sun, 9 Feb 2003 07:50:16 +0000 (07:50 +0000)]
Fixed one more improper row offset handling.
Yasuo Ohgaki [Sun, 9 Feb 2003 07:24:18 +0000 (07:24 +0000)]
Fixed improper result offset handling.
Prevent error when connection is broken. (optional)
Frank M. Kromann [Sun, 9 Feb 2003 07:18:02 +0000 (07:18 +0000)]
Bug #21707 problem with real
Frank M. Kromann [Sun, 9 Feb 2003 06:27:38 +0000 (06:27 +0000)]
Syncronize with branch
Shane Caraveo [Sun, 9 Feb 2003 03:49:43 +0000 (03:49 +0000)]
is_executable() now available on win32
stats can now get information provided by access()
<changelog@php.net> [Sun, 9 Feb 2003 01:31:33 +0000 (01:31 +0000)]
ChangeLog update
Shane Caraveo [Sun, 9 Feb 2003 00:30:49 +0000 (00:30 +0000)]
whitespace changes
Georg Richter [Sat, 8 Feb 2003 20:54:02 +0000 (20:54 +0000)]
fixed zend_parse_method_param
Andrey Hristov [Sat, 8 Feb 2003 19:13:04 +0000 (19:13 +0000)]
adding a note.
Andrey Hristov [Sat, 8 Feb 2003 19:11:04 +0000 (19:11 +0000)]
making it compilable under ZE2 (PHP5).
NOTE : Even it is compilable there is an compilation warning because of that
handle_function_call is deprecated in ZE2 (#if 0). Look like there will is
a problem with __call().
Sascha Schumann [Sat, 8 Feb 2003 18:58:34 +0000 (18:58 +0000)]
Fix segfault in bindtextdomain when first parameter was empty.
The Linux man page states: domainname must be a non-empty string.
Noticed by: Nils Meyer
Marcus Boerger [Sat, 8 Feb 2003 15:29:35 +0000 (15:29 +0000)]
Style corrections
See also: Stig's intro
Version info
foobar [Sat, 8 Feb 2003 15:26:17 +0000 (15:26 +0000)]
style & ws fixes
Pierre Joye [Sat, 8 Feb 2003 08:41:43 +0000 (08:41 +0000)]
Add gdImageEllipse
Replace gdImageFilledEllipse by a new function (backported from
the new phpgd)
the new gdImageFilledEllipse fix bug bug #22103 (ellipse part)
Sebastian Bergmann [Sat, 8 Feb 2003 08:11:21 +0000 (08:11 +0000)]
zend_config.h (and its Win32 version) is already included by zend.h
<changelog@php.net> [Sat, 8 Feb 2003 01:33:01 +0000 (01:33 +0000)]
ChangeLog update
Ilia Alshanetsky [Sat, 8 Feb 2003 01:32:09 +0000 (01:32 +0000)]
The string.h is already avaliable through zend.h, so the manual inclusion
is not necessary.
Sara Golemon [Fri, 7 Feb 2003 23:44:58 +0000 (23:44 +0000)]
chunk_size should always be reduced to 1 while scanning response headers to avoid buffering the actual stream prior to any read calls.
Ilia Alshanetsky [Fri, 7 Feb 2003 22:49:21 +0000 (22:49 +0000)]
Added missing definitions.
Marcus Boerger [Fri, 7 Feb 2003 22:12:02 +0000 (22:12 +0000)]
Adding some text and some backslashes which are needed sometimes
somewhere...
Marcus Boerger [Fri, 7 Feb 2003 21:55:51 +0000 (21:55 +0000)]
Define STDIN/OUT/ERR for -B -R -F -E (works as expected).
Enable exit in same switches.
Ilia Alshanetsky [Fri, 7 Feb 2003 21:45:02 +0000 (21:45 +0000)]
New function news.
Ilia Alshanetsky [Fri, 7 Feb 2003 21:36:18 +0000 (21:36 +0000)]
Added str_split() function. This function can be used to break down a
string into an array.
Ilia Alshanetsky [Fri, 7 Feb 2003 21:33:35 +0000 (21:33 +0000)]
Added get_browser() function. This function can be used to fetch the headers
sent by the server when a request is made for a given URL.
Marcus Boerger [Fri, 7 Feb 2003 20:53:05 +0000 (20:53 +0000)]
No more maximum line size for -R and -F
Ilia Alshanetsky [Fri, 7 Feb 2003 19:26:49 +0000 (19:26 +0000)]
Added a check to ensure that string.h is avaliable before trying to use it.
Thanks Andi.
Uwe Schindler [Fri, 7 Feb 2003 18:57:40 +0000 (18:57 +0000)]
(NSAPI SAPI) Fixed _SERVER[] variables (all headers included) to be now similar to apache SAPI; with this new file the memory leaks (webserver eats up memory during a few days running) are also disappeared (all by NSAPI allocated strings are freed).
Ilia Alshanetsky [Fri, 7 Feb 2003 15:39:02 +0000 (15:39 +0000)]
Added missing header.
Zeev Suraski [Fri, 7 Feb 2003 10:05:36 +0000 (10:05 +0000)]
Improve PPP handling of properties
Zeev Suraski [Fri, 7 Feb 2003 09:39:39 +0000 (09:39 +0000)]
Fixlet
Zeev Suraski [Fri, 7 Feb 2003 09:39:29 +0000 (09:39 +0000)]
Better fix
Zeev Suraski [Fri, 7 Feb 2003 09:32:19 +0000 (09:32 +0000)]
Fix Windows build
Ilia Alshanetsky [Fri, 7 Feb 2003 03:04:26 +0000 (03:04 +0000)]
Fixed bug #15734 (Added an optional parameter to get_defined_constants(),
which if passed, will include information regarding who created the constant).
Dan Kalowsky [Fri, 7 Feb 2003 02:59:16 +0000 (02:59 +0000)]
MFB
<changelog@php.net> [Fri, 7 Feb 2003 01:31:42 +0000 (01:31 +0000)]
ChangeLog update
James Cox [Thu, 6 Feb 2003 22:38:09 +0000 (22:38 +0000)]
adding news about moved ext
Tal Peer [Thu, 6 Feb 2003 22:23:21 +0000 (22:23 +0000)]
Moving fribidi to PECL
Sara Golemon [Thu, 6 Feb 2003 22:18:41 +0000 (22:18 +0000)]
bc_raise() can return a scale lower than that passed into it. While most other bcmath calls won't, it's safest to do a quick check that we're only
reducing n_scale, not increasing it.
Ilia Alshanetsky [Thu, 6 Feb 2003 20:21:02 +0000 (20:21 +0000)]
Fixed bug #19506 (get_extension_funcs() can now retrieve a list of built-in
Zend Engine functions, if "zend" is specified as the module name).
Made get_extension_funcs() on failure.
Marcus Boerger [Thu, 6 Feb 2003 20:10:52 +0000 (20:10 +0000)]
Rewrite/add some stuff
foobar [Thu, 6 Feb 2003 15:27:53 +0000 (15:27 +0000)]
- Fixed bug #22088 (array_shift() leaves next index to be +1 too much)
foobar [Thu, 6 Feb 2003 15:22:41 +0000 (15:22 +0000)]
fix the test
foobar [Thu, 6 Feb 2003 15:04:53 +0000 (15:04 +0000)]
Added testcase for bug #22088
<changelog@php.net> [Thu, 6 Feb 2003 01:33:12 +0000 (01:33 +0000)]
NEWS update
<changelog@php.net> [Thu, 6 Feb 2003 01:32:53 +0000 (01:32 +0000)]
ChangeLog update
Zeev Suraski [Thu, 6 Feb 2003 00:39:58 +0000 (00:39 +0000)]
Fix the 2nd buglet in the error message :)
Zeev Suraski [Thu, 6 Feb 2003 00:15:02 +0000 (00:15 +0000)]
Fix check
Zeev Suraski [Thu, 6 Feb 2003 00:14:49 +0000 (00:14 +0000)]
Fix prototype (may have caused stack corruption)
Marcus Boerger [Wed, 5 Feb 2003 23:07:24 +0000 (23:07 +0000)]
Add PPP method tests
Ilia Alshanetsky [Wed, 5 Feb 2003 17:57:31 +0000 (17:57 +0000)]
New function news.
Ilia Alshanetsky [Wed, 5 Feb 2003 17:56:08 +0000 (17:56 +0000)]
Added array_walk_recursive() function that can apply array_walk recursively
to an array.
Zeev Suraski [Wed, 5 Feb 2003 14:27:30 +0000 (14:27 +0000)]
- read_property cleanup
- Implement unset/isset/empty for PPP
Zeev Suraski [Wed, 5 Feb 2003 13:35:52 +0000 (13:35 +0000)]
Rework static class properties - now supports access restrictions
Zeev Suraski [Wed, 5 Feb 2003 13:19:59 +0000 (13:19 +0000)]
Add quick_exists()
Zeev Suraski [Wed, 5 Feb 2003 09:41:31 +0000 (09:41 +0000)]
Add PPP support for arrays
Wez Furlong [Wed, 5 Feb 2003 08:15:07 +0000 (08:15 +0000)]
Credits for iconv
Wez Furlong [Wed, 5 Feb 2003 08:12:58 +0000 (08:12 +0000)]
Mark activescript sapi as experimental, so that the installer can
categorize it appropriately.
Zeev Suraski [Wed, 5 Feb 2003 07:46:13 +0000 (07:46 +0000)]
Fix buglet in error message
Wez Furlong [Wed, 5 Feb 2003 07:32:22 +0000 (07:32 +0000)]
Check in the prototype PHP installer for win32.
# Besides looking nice and pretty, the installer is actually smaller
# than the .zip distro:
# PHP 4.3.0 .zip distro: 5,950,222 bytes
# PHP 4.3.0 installer: 5,426,242 bytes
<changelog@php.net> [Wed, 5 Feb 2003 01:33:13 +0000 (01:33 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 5 Feb 2003 00:41:40 +0000 (00:41 +0000)]
Build Fix.
Marcus Boerger [Wed, 5 Feb 2003 00:35:20 +0000 (00:35 +0000)]
# RTFM .. and then it goes better :-)
Marcus Boerger [Wed, 5 Feb 2003 00:12:46 +0000 (00:12 +0000)]
First step - abrief version.
@Added man page for CLI version of PHP. (marcus)
# I was also thinking about an author section with
# The PHP Group, Edin Kadribasic, Marcus Boerger, Rasmus Lerdorf,
# Stig Bakken and Zeev Suraski beeing mentioned. Group of corse and
# the rest is listed in php_cli.c.
Stig Bakken [Tue, 4 Feb 2003 22:46:40 +0000 (22:46 +0000)]
* replace @bin_dir@ in pear.bat
Andi Gutmans [Tue, 4 Feb 2003 21:07:40 +0000 (21:07 +0000)]
- Please follow coding standards (this isn't java :)
Marcus Boerger [Tue, 4 Feb 2003 21:01:54 +0000 (21:01 +0000)]
fix ZTS build
Ilia Alshanetsky [Tue, 4 Feb 2003 20:54:17 +0000 (20:54 +0000)]
Fixed compilation of Apache & Apache Hooks SAPIs.
Marcus Boerger [Tue, 4 Feb 2003 20:52:13 +0000 (20:52 +0000)]
remove it then....this forces to put work in man page ...
Sara Golemon [Tue, 4 Feb 2003 19:03:30 +0000 (19:03 +0000)]
Bug#13551 bcmath functions should not apply scale to arguments, only to result
Ilia Alshanetsky [Tue, 4 Feb 2003 18:34:00 +0000 (18:34 +0000)]
Made the row parameter in pg_result_seek() non-optional, the current
implementation would result in random behavior if the 2nd argument is not
passed.
Fixed bug #22042 (pg_result_seek() would never seek to the 1st row in the
result due to always seeking to row next to the one requested).
Removed dead code from pg_result_seek().
Zeev Suraski [Tue, 4 Feb 2003 14:12:59 +0000 (14:12 +0000)]
Missing update
Zeev Suraski [Tue, 4 Feb 2003 13:12:48 +0000 (13:12 +0000)]
Updates reflecting infrastructure changes
Zeev Suraski [Tue, 4 Feb 2003 12:12:34 +0000 (12:12 +0000)]
Reimplement PPP properties
Uwe Steinmann [Tue, 4 Feb 2003 10:57:35 +0000 (10:57 +0000)]
- fixed some prototypes and folding
Uwe Steinmann [Tue, 4 Feb 2003 10:23:12 +0000 (10:23 +0000)]
- fixed prototype of pdf_get_buffer()
foobar [Tue, 4 Feb 2003 10:08:41 +0000 (10:08 +0000)]
NEWS ordering..
<changelog@php.net> [Tue, 4 Feb 2003 01:32:24 +0000 (01:32 +0000)]
NEWS update
<changelog@php.net> [Tue, 4 Feb 2003 01:32:15 +0000 (01:32 +0000)]
ChangeLog update
Hartmut Holzgraefe [Mon, 3 Feb 2003 23:36:19 +0000 (23:36 +0000)]
proto-fix
Ilia Alshanetsky [Mon, 3 Feb 2003 22:48:26 +0000 (22:48 +0000)]
Fixed bug #22017 (non descriptive error to appear when timestamp passed to
date() has value < 0. Win32 does not support timestamps prior to midnight
(00:00:00), January 1, 1970).
Ilia Alshanetsky [Mon, 3 Feb 2003 21:48:36 +0000 (21:48 +0000)]
Make putenv() return a proper error rather then NULL when invalid argument
is passed.
Ilia Alshanetsky [Mon, 3 Feb 2003 21:24:32 +0000 (21:24 +0000)]
Fixed bug #22022 (Crash in imap_mail_compose() if the body is an empty array).
Ilia Alshanetsky [Mon, 3 Feb 2003 20:56:23 +0000 (20:56 +0000)]
Fixed bug #22031 (Made curl_write() & curl_write_header() binary safe).
Moriyoshi Koizumi [Mon, 3 Feb 2003 20:29:07 +0000 (20:29 +0000)]
Trivial test adjustment
Moriyoshi Koizumi [Mon, 3 Feb 2003 20:25:25 +0000 (20:25 +0000)]
zend_get_parameters_* => zend_parse_parameters
foobar [Mon, 3 Feb 2003 17:35:10 +0000 (17:35 +0000)]
Fix bug: #22035 (EXTRA_LDFLAGS for AIX not correct)
foobar [Mon, 3 Feb 2003 16:57:02 +0000 (16:57 +0000)]
- Fixed bug: #21998 (array_pop() did not reset the current array position)
# This behaves now same as in PHP 4.2.3
foobar [Mon, 3 Feb 2003 16:52:04 +0000 (16:52 +0000)]
Correct description of the problem
Moriyoshi Koizumi [Mon, 3 Feb 2003 16:46:45 +0000 (16:46 +0000)]
Really fixed proto.
# sorry for messing