]> granicus.if.org Git - php/log
php
22 years agoAdd get_class_name handler so that the current var_dump implementation does not segfault.
Wez Furlong [Sun, 9 Feb 2003 21:37:41 +0000 (21:37 +0000)]
Add get_class_name handler so that the current var_dump implementation does not segfault.
Add a generic rpc_object_from_data() function for generating rpc objects from C code (as discussed with Harald).

22 years agoFix some warnings
Wez Furlong [Sun, 9 Feb 2003 21:35:31 +0000 (21:35 +0000)]
Fix some warnings

22 years agouse SUCCESS/FAILURE instead of 0/-1
Sascha Schumann [Sun, 9 Feb 2003 21:15:55 +0000 (21:15 +0000)]
use SUCCESS/FAILURE instead of 0/-1

22 years agoNew features.
Ilia Alshanetsky [Sun, 9 Feb 2003 20:47:32 +0000 (20:47 +0000)]
New features.

22 years agoAdded feature request #9173 (added stream_get_line(), this function will
Ilia Alshanetsky [Sun, 9 Feb 2003 20:43:05 +0000 (20:43 +0000)]
Added feature request #9173 (added stream_get_line(), this function will
read either the specified number of bytes or until the ending string is
found).

22 years agoAdded feature request #17983 (optional parameter to mkdir() that makes
Ilia Alshanetsky [Sun, 9 Feb 2003 20:35:54 +0000 (20:35 +0000)]
Added feature request #17983 (optional parameter to mkdir() that makes
directory creation recursive).
Fixed prototype for file() function.

22 years agoorder, style..
foobar [Sun, 9 Feb 2003 20:07:22 +0000 (20:07 +0000)]
order, style..

22 years agoAdded feature request #14097 (option allowing file() command not to include
Ilia Alshanetsky [Sun, 9 Feb 2003 20:05:13 +0000 (20:05 +0000)]
Added feature request #14097 (option allowing file() command not to include
line endings in it's output. As well as another option, which allows blank
lines to be excluded from the output).

22 years agobreak: First one not needed, second missing.
foobar [Sun, 9 Feb 2003 19:57:50 +0000 (19:57 +0000)]
break: First one not needed, second missing.

22 years agonews entry for previous commit
Shane Caraveo [Sun, 9 Feb 2003 19:52:43 +0000 (19:52 +0000)]
news entry for previous commit

22 years agoFixed compile failures when ZLIB / PCRE are compiled as shared
foobar [Sun, 9 Feb 2003 19:09:52 +0000 (19:09 +0000)]
Fixed compile failures when ZLIB / PCRE are compiled as shared
extensions in same build.

22 years agoLet this compile even if PCRE is compiled as shared in same build.
foobar [Sun, 9 Feb 2003 18:47:21 +0000 (18:47 +0000)]
Let this compile even if PCRE is compiled as shared in same build.

22 years agoFix the array() problem (and probably some other problems too)
Zeev Suraski [Sun, 9 Feb 2003 17:30:50 +0000 (17:30 +0000)]
Fix the array() problem (and probably some other problems too)

22 years agoFixed bug #22131, enable use of shared lib with pcre.
foobar [Sun, 9 Feb 2003 14:59:07 +0000 (14:59 +0000)]
Fixed bug #22131, enable use of shared lib with pcre.

22 years agoKill some warnings
Marcus Boerger [Sun, 9 Feb 2003 14:17:05 +0000 (14:17 +0000)]
Kill some warnings
# the remainig is not easy to solve: float_var = float_cast(extpression)
# This cannot be fixed by simply casting again to float because some
# compilers may ignore the double casting.

22 years agoXBM for win
Marcus Boerger [Sun, 9 Feb 2003 14:05:23 +0000 (14:05 +0000)]
XBM for win

22 years agoshane added is_executable() for windows last night
Kai Schroeder [Sun, 9 Feb 2003 13:54:01 +0000 (13:54 +0000)]
shane added is_executable() for windows last night

22 years agoreverting to version 1.5; shane added is_executable() for windows last night
Kai Schroeder [Sun, 9 Feb 2003 13:52:46 +0000 (13:52 +0000)]
reverting to version 1.5; shane added is_executable() for windows last night

22 years agonewlines changed
Kai Schroeder [Sun, 9 Feb 2003 13:25:23 +0000 (13:25 +0000)]
newlines changed

22 years agogetopt() is currently not available on Windows
Kai Schroeder [Sun, 9 Feb 2003 13:23:50 +0000 (13:23 +0000)]
getopt() is currently not available on Windows

22 years agothere are no symlinks on Windows
Kai Schroeder [Sun, 9 Feb 2003 13:20:17 +0000 (13:20 +0000)]
there are no symlinks on Windows

22 years agois_executable() does not exist on Windows
Kai Schroeder [Sun, 9 Feb 2003 13:19:23 +0000 (13:19 +0000)]
is_executable() does not exist on Windows

22 years agodie() to skip second message
Kai Schroeder [Sun, 9 Feb 2003 12:34:55 +0000 (12:34 +0000)]
die() to skip second message

22 years agoMSVC's mktime() does not examine the existence of a daylight-saving-time zone
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

22 years agoWindows doesn't know timezone CET
Kai Schroeder [Sun, 9 Feb 2003 12:22:18 +0000 (12:22 +0000)]
Windows doesn't know timezone CET

22 years agoskip for Windows (does not support dates prior to midnight, January 1, 1970)
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)

22 years agoWindows 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

22 years agotest for mktime()
Kai Schroeder [Sun, 9 Feb 2003 12:19:02 +0000 (12:19 +0000)]
test for mktime()

22 years ago- Whitespace fixes
Derick Rethans [Sun, 9 Feb 2003 12:15:05 +0000 (12:15 +0000)]
- Whitespace fixes

22 years agocleanup variable initializations
Frank M. Kromann [Sun, 9 Feb 2003 09:39:53 +0000 (09:39 +0000)]
cleanup variable initializations

22 years agoFixing coredump when no php.ini file is used
Frank M. Kromann [Sun, 9 Feb 2003 08:33:40 +0000 (08:33 +0000)]
Fixing coredump when no php.ini file is used

22 years agoMFB
Frank M. Kromann [Sun, 9 Feb 2003 07:50:56 +0000 (07:50 +0000)]
MFB

22 years agoFixed one more improper row offset handling.
Yasuo Ohgaki [Sun, 9 Feb 2003 07:50:16 +0000 (07:50 +0000)]
Fixed one more improper row offset handling.

22 years agoFixed improper result 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)

22 years agoBug #21707 problem with real
Frank M. Kromann [Sun, 9 Feb 2003 07:18:02 +0000 (07:18 +0000)]
Bug #21707 problem with real

22 years agoSyncronize with branch
Frank M. Kromann [Sun, 9 Feb 2003 06:27:38 +0000 (06:27 +0000)]
Syncronize with branch

22 years agois_executable() now available on win32
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()

22 years agoChangeLog update
<changelog@php.net> [Sun, 9 Feb 2003 01:31:33 +0000 (01:31 +0000)]
ChangeLog update

22 years agowhitespace changes
Shane Caraveo [Sun, 9 Feb 2003 00:30:49 +0000 (00:30 +0000)]
whitespace changes

22 years agofixed zend_parse_method_param
Georg Richter [Sat, 8 Feb 2003 20:54:02 +0000 (20:54 +0000)]
fixed zend_parse_method_param

22 years agoadding a note.
Andrey Hristov [Sat, 8 Feb 2003 19:13:04 +0000 (19:13 +0000)]
adding a note.

22 years agomaking it compilable under ZE2 (PHP5).
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().

22 years agoFix segfault in bindtextdomain when first parameter was empty.
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

22 years agoStyle corrections
Marcus Boerger [Sat, 8 Feb 2003 15:29:35 +0000 (15:29 +0000)]
Style corrections
See also: Stig's intro
Version info

22 years agostyle & ws fixes
foobar [Sat, 8 Feb 2003 15:26:17 +0000 (15:26 +0000)]
style & ws fixes

22 years agoAdd gdImageEllipse
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)

22 years agozend_config.h (and its Win32 version) is already included by zend.h
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

22 years agoChangeLog update
<changelog@php.net> [Sat, 8 Feb 2003 01:33:01 +0000 (01:33 +0000)]
ChangeLog update

22 years agoThe string.h is already avaliable through zend.h, so the manual inclusion
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.

22 years agochunk_size should always be reduced to 1 while scanning response headers to avoid...
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.

22 years agoAdded missing definitions.
Ilia Alshanetsky [Fri, 7 Feb 2003 22:49:21 +0000 (22:49 +0000)]
Added missing definitions.

22 years agoAdding some text and some backslashes which are needed sometimes
Marcus Boerger [Fri, 7 Feb 2003 22:12:02 +0000 (22:12 +0000)]
Adding some text and some backslashes which are needed sometimes
somewhere...

22 years agoDefine STDIN/OUT/ERR for -B -R -F -E (works as expected).
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.

22 years agoNew function news.
Ilia Alshanetsky [Fri, 7 Feb 2003 21:45:02 +0000 (21:45 +0000)]
New function news.

22 years agoAdded str_split() function. This function can be used to break down a
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.

22 years agoAdded get_browser() function. This function can be used to fetch the headers
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.

22 years agoNo more maximum line size for -R and -F
Marcus Boerger [Fri, 7 Feb 2003 20:53:05 +0000 (20:53 +0000)]
No more maximum line size for -R and -F

22 years agoAdded a check to ensure that string.h is avaliable before trying to use it.
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.

22 years ago(NSAPI SAPI) Fixed _SERVER[] variables (all headers included) to be now similar to...
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).

22 years agoAdded missing header.
Ilia Alshanetsky [Fri, 7 Feb 2003 15:39:02 +0000 (15:39 +0000)]
Added missing header.

22 years agoImprove PPP handling of properties
Zeev Suraski [Fri, 7 Feb 2003 10:05:36 +0000 (10:05 +0000)]
Improve PPP handling of properties

22 years agoFixlet
Zeev Suraski [Fri, 7 Feb 2003 09:39:39 +0000 (09:39 +0000)]
Fixlet

22 years agoBetter fix
Zeev Suraski [Fri, 7 Feb 2003 09:39:29 +0000 (09:39 +0000)]
Better fix

22 years agoFix Windows build
Zeev Suraski [Fri, 7 Feb 2003 09:32:19 +0000 (09:32 +0000)]
Fix Windows build

22 years agoFixed bug #15734 (Added an optional parameter to get_defined_constants(),
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).

22 years agoMFB
Dan Kalowsky [Fri, 7 Feb 2003 02:59:16 +0000 (02:59 +0000)]
MFB

22 years agoChangeLog update
<changelog@php.net> [Fri, 7 Feb 2003 01:31:42 +0000 (01:31 +0000)]
ChangeLog update

22 years agoadding news about moved ext
James Cox [Thu, 6 Feb 2003 22:38:09 +0000 (22:38 +0000)]
adding news about moved ext

22 years agoMoving fribidi to PECL
Tal Peer [Thu, 6 Feb 2003 22:23:21 +0000 (22:23 +0000)]
Moving fribidi to PECL

22 years agobc_raise() can return a scale lower than that passed into it. While most other bcmat...
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.

22 years agoFixed bug #19506 (get_extension_funcs() can now retrieve a list of built-in
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.

22 years agoRewrite/add some stuff
Marcus Boerger [Thu, 6 Feb 2003 20:10:52 +0000 (20:10 +0000)]
Rewrite/add some stuff

22 years ago- Fixed bug #22088 (array_shift() leaves next index to be +1 too much)
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)

22 years agofix the test
foobar [Thu, 6 Feb 2003 15:22:41 +0000 (15:22 +0000)]
fix the test

22 years agoAdded testcase for bug #22088
foobar [Thu, 6 Feb 2003 15:04:53 +0000 (15:04 +0000)]
Added testcase for bug #22088

22 years agoNEWS update
<changelog@php.net> [Thu, 6 Feb 2003 01:33:12 +0000 (01:33 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Thu, 6 Feb 2003 01:32:53 +0000 (01:32 +0000)]
ChangeLog update

22 years agoFix the 2nd buglet in the error message :)
Zeev Suraski [Thu, 6 Feb 2003 00:39:58 +0000 (00:39 +0000)]
Fix the 2nd buglet in the error message :)

22 years agoFix check
Zeev Suraski [Thu, 6 Feb 2003 00:15:02 +0000 (00:15 +0000)]
Fix check

22 years agoFix prototype (may have caused stack corruption)
Zeev Suraski [Thu, 6 Feb 2003 00:14:49 +0000 (00:14 +0000)]
Fix prototype (may have caused stack corruption)

22 years agoAdd PPP method tests
Marcus Boerger [Wed, 5 Feb 2003 23:07:24 +0000 (23:07 +0000)]
Add PPP method tests

22 years agoNew function news.
Ilia Alshanetsky [Wed, 5 Feb 2003 17:57:31 +0000 (17:57 +0000)]
New function news.

22 years agoAdded array_walk_recursive() function that can apply array_walk recursively
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.

22 years ago- read_property cleanup
Zeev Suraski [Wed, 5 Feb 2003 14:27:30 +0000 (14:27 +0000)]
- read_property cleanup
- Implement unset/isset/empty for PPP

22 years agoRework static class properties - now supports access restrictions
Zeev Suraski [Wed, 5 Feb 2003 13:35:52 +0000 (13:35 +0000)]
Rework static class properties - now supports access restrictions

22 years agoAdd quick_exists()
Zeev Suraski [Wed, 5 Feb 2003 13:19:59 +0000 (13:19 +0000)]
Add quick_exists()

22 years agoAdd PPP support for arrays
Zeev Suraski [Wed, 5 Feb 2003 09:41:31 +0000 (09:41 +0000)]
Add PPP support for arrays

22 years agoCredits for iconv
Wez Furlong [Wed, 5 Feb 2003 08:15:07 +0000 (08:15 +0000)]
Credits for iconv

22 years agoMark activescript sapi as experimental, so that the installer can
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.

22 years agoFix buglet in error message
Zeev Suraski [Wed, 5 Feb 2003 07:46:13 +0000 (07:46 +0000)]
Fix buglet in error message

22 years agoCheck in the prototype PHP installer for win32.
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

22 years agoChangeLog update
<changelog@php.net> [Wed, 5 Feb 2003 01:33:13 +0000 (01:33 +0000)]
ChangeLog update

22 years agoBuild Fix.
Ilia Alshanetsky [Wed, 5 Feb 2003 00:41:40 +0000 (00:41 +0000)]
Build Fix.

22 years ago# RTFM .. and then it goes better :-)
Marcus Boerger [Wed, 5 Feb 2003 00:35:20 +0000 (00:35 +0000)]
# RTFM .. and then it goes better :-)

22 years agoFirst step - abrief version.
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.

22 years ago* replace @bin_dir@ in pear.bat
Stig Bakken [Tue, 4 Feb 2003 22:46:40 +0000 (22:46 +0000)]
* replace @bin_dir@ in pear.bat

22 years ago- Please follow coding standards (this isn't java :)
Andi Gutmans [Tue, 4 Feb 2003 21:07:40 +0000 (21:07 +0000)]
- Please follow coding standards (this isn't java :)

22 years agofix ZTS build
Marcus Boerger [Tue, 4 Feb 2003 21:01:54 +0000 (21:01 +0000)]
fix ZTS build

22 years agoFixed compilation of Apache & Apache Hooks SAPIs.
Ilia Alshanetsky [Tue, 4 Feb 2003 20:54:17 +0000 (20:54 +0000)]
Fixed compilation of Apache & Apache Hooks SAPIs.

22 years agoremove it then....this forces to put work in man page ...
Marcus Boerger [Tue, 4 Feb 2003 20:52:13 +0000 (20:52 +0000)]
remove it then....this forces to put work in man page ...