]> granicus.if.org Git - php/log
php
25 years agoone can now use callbacks for custom completion functions (still work-in-progress)
Thies C. Arntzen [Sat, 23 Oct 1999 17:36:45 +0000 (17:36 +0000)]
one can now use callbacks for custom completion functions (still work-in-progress)

25 years agoChangeLog update
<changelog@php.net> [Sat, 23 Oct 1999 01:09:32 +0000 (01:09 +0000)]
ChangeLog update

25 years ago- Fix isset() with string offsets.
Andi Gutmans [Fri, 22 Oct 1999 22:35:16 +0000 (22:35 +0000)]
- Fix isset() with string offsets.

25 years agoAdd session.use_cookies option
Sascha Schumann [Fri, 22 Oct 1999 08:10:08 +0000 (08:10 +0000)]
Add session.use_cookies option

25 years agounserialize no longer complaints about unserializing empty-strings (started that...
Thies C. Arntzen [Fri, 22 Oct 1999 06:59:05 +0000 (06:59 +0000)]
unserialize no longer complaints about unserializing empty-strings (started that just a few days ago)

25 years agoChangeLog update
<changelog@php.net> [Fri, 22 Oct 1999 01:09:30 +0000 (01:09 +0000)]
ChangeLog update

25 years agoAdd <AREA HREF=...
Sascha Schumann [Thu, 21 Oct 1999 20:22:12 +0000 (20:22 +0000)]
Add <AREA HREF=...

25 years ago(_ps_files_valid_key): small logic fix
Sascha Schumann [Thu, 21 Oct 1999 18:51:57 +0000 (18:51 +0000)]
(_ps_files_valid_key): small logic fix

25 years agoAdded hw_mapid(), read comment in hg_comm.c
Uwe Steinmann [Thu, 21 Oct 1999 15:15:27 +0000 (15:15 +0000)]
Added hw_mapid(), read comment in hg_comm.c

25 years ago(_ps_files_open): evaluate key (session id) before path creation
Sascha Schumann [Thu, 21 Oct 1999 12:28:36 +0000 (12:28 +0000)]
(_ps_files_open): evaluate key (session id) before path creation

25 years agoChangeLog update
<changelog@php.net> [Thu, 21 Oct 1999 01:09:59 +0000 (01:09 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Thu, 21 Oct 1999 01:09:52 +0000 (01:09 +0000)]
NEWS update

25 years ago(php_ns_hash_environment): provide more CGI/1.1 variables to scripts.
Sascha Schumann [Wed, 20 Oct 1999 19:30:37 +0000 (19:30 +0000)]
(php_ns_hash_environment): provide more CGI/1.1 variables to scripts.

Added REQUEST_METHOD, QUERY_STRING, REMOTE_ADDR

25 years ago- Make COM compile again
Andi Gutmans [Wed, 20 Oct 1999 19:16:17 +0000 (19:16 +0000)]
- Make COM compile again

25 years ago- Make CVS compile on Win32.
Andi Gutmans [Wed, 20 Oct 1999 18:09:44 +0000 (18:09 +0000)]
- Make CVS compile on Win32.
- Rename php3_COM.h -> php_COM.h

25 years ago(PHP getcwd()) added, needs to porting to Win32
Thies C. Arntzen [Wed, 20 Oct 1999 16:17:30 +0000 (16:17 +0000)]
(PHP getcwd()) added, needs to porting to Win32
@- added getcwd() function. (Thies)
# as we do have chdir() now we have getcwd() - i think we *should* restore the
# working directory in RSHUTDOWN!

25 years ago(_display_module_info): Add anchor for module names
Sascha Schumann [Wed, 20 Oct 1999 16:16:58 +0000 (16:16 +0000)]
(_display_module_info): Add anchor for module names

25 years ago(php_info_aolserver): add more information from the server context
Sascha Schumann [Wed, 20 Oct 1999 15:53:23 +0000 (15:53 +0000)]
(php_info_aolserver): add more information from the server context

25 years ago(PHP xml_parse_into_struct) sometimes the value was truncated
Thies C. Arntzen [Wed, 20 Oct 1999 14:58:03 +0000 (14:58 +0000)]
(PHP xml_parse_into_struct) sometimes the value was truncated
@- XML_Parse_Into_Struct no longer eats data. (Thies)

25 years ago(PHP var_dump, serialize) fixed mem_leak.
Thies C. Arntzen [Wed, 20 Oct 1999 14:34:16 +0000 (14:34 +0000)]
(PHP var_dump, serialize) fixed mem_leak.

25 years agoIgnore shared modules directory.
Andrei Zmievski [Wed, 20 Oct 1999 14:23:19 +0000 (14:23 +0000)]
Ignore shared modules directory.

25 years agoIgnore generated libs.
Andrei Zmievski [Wed, 20 Oct 1999 14:11:59 +0000 (14:11 +0000)]
Ignore generated libs.

25 years ago(PHP xml_parse_into_struct): fixed mem-leak when encountering invalid XML.
Thies C. Arntzen [Wed, 20 Oct 1999 14:02:32 +0000 (14:02 +0000)]
(PHP xml_parse_into_struct): fixed mem-leak when encountering invalid XML.

25 years ago(php_ns_hash_environment) add SERVER_SOFTWARE, SERVER_BOOTTIME, SERVER_BUILDDATE...
Sascha Schumann [Wed, 20 Oct 1999 13:49:19 +0000 (13:49 +0000)]
(php_ns_hash_environment) add SERVER_SOFTWARE, SERVER_BOOTTIME, SERVER_BUILDDATE, SERVER_PROTOCOL

25 years agoChangeLog update
<changelog@php.net> [Wed, 20 Oct 1999 01:09:25 +0000 (01:09 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Wed, 20 Oct 1999 01:09:19 +0000 (01:09 +0000)]
NEWS update

25 years agoRevert my patches to error functions.
Andrei Zmievski [Tue, 19 Oct 1999 19:11:02 +0000 (19:11 +0000)]
Revert my patches to error functions.

25 years agoadded === operator support (type *and* value match) . samples:
Thies C. Arntzen [Tue, 19 Oct 1999 16:00:57 +0000 (16:00 +0000)]
added === operator support (type *and* value match) . samples:
(1 == "1") is true
(1 === "1") is false (integer != string)
(0 == false) is true
(0 === false) is false (integer != boolean)

25 years agofixed is_identicat_function()
Thies C. Arntzen [Tue, 19 Oct 1999 15:48:25 +0000 (15:48 +0000)]
fixed is_identicat_function()

25 years ago(PHP extract): Fixed bug that would mess up global and referenced
Andrei Zmievski [Tue, 19 Oct 1999 14:43:48 +0000 (14:43 +0000)]
(PHP extract): Fixed bug that would mess up global and referenced
               variables in certain cases.

25 years ago(PHP ldap_get_entries): Fix string function name.
Andrei Zmievski [Tue, 19 Oct 1999 14:42:54 +0000 (14:42 +0000)]
(PHP ldap_get_entries): Fix string function name.

25 years ago- Move IS_IDENTICAL next to IS_EQUAL
Andi Gutmans [Tue, 19 Oct 1999 14:19:42 +0000 (14:19 +0000)]
- Move IS_IDENTICAL next to IS_EQUAL

25 years ago- Fix is_identical function
Andi Gutmans [Tue, 19 Oct 1999 14:11:39 +0000 (14:11 +0000)]
- Fix is_identical function

25 years ago- some tiny changes to possible improve link extraction/insertion of HTML-docs
Uwe Steinmann [Tue, 19 Oct 1999 13:54:45 +0000 (13:54 +0000)]
- some tiny changes to possible improve link extraction/insertion of HTML-docs

25 years ago- Preliminary submit of Thie's patch. Will fix the rest on Windows
Andi Gutmans [Tue, 19 Oct 1999 13:33:17 +0000 (13:33 +0000)]
- Preliminary submit of Thie's patch. Will fix the rest on Windows
  as this was added on UNIX with patch. Changed IS_SAME -> IS_IDENTICAL

25 years ago(parse_url) fix for #2569: parse_url('-') crashes
Thies C. Arntzen [Tue, 19 Oct 1999 11:02:05 +0000 (11:02 +0000)]
(parse_url) fix for #2569: parse_url('-') crashes
@- Fixed parse_url('-') crash. (Thies)

25 years agoChangeLog update
<changelog@php.net> [Tue, 19 Oct 1999 01:09:32 +0000 (01:09 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Tue, 19 Oct 1999 01:09:26 +0000 (01:09 +0000)]
NEWS update

25 years agoMore forgotten prototypes.
Egon Schmid [Mon, 18 Oct 1999 20:00:42 +0000 (20:00 +0000)]
More forgotten prototypes.

25 years agoAdded zlib module to list of maintained extensions. (Stefan).
Stefan Roehrich [Mon, 18 Oct 1999 19:27:56 +0000 (19:27 +0000)]
Added zlib module to list of maintained extensions. (Stefan).

25 years ago@- unserialize() now gives a notice when passed invalid data. (Thies)
Thies C. Arntzen [Mon, 18 Oct 1999 17:46:33 +0000 (17:46 +0000)]
@- unserialize() now gives a notice when passed invalid data. (Thies)

25 years ago(PHP unserialize) - fixed mem-leak.
Thies C. Arntzen [Mon, 18 Oct 1999 15:03:29 +0000 (15:03 +0000)]
(PHP unserialize) - fixed mem-leak.

25 years agoBe safe, use ().
Andrei Zmievski [Mon, 18 Oct 1999 14:17:36 +0000 (14:17 +0000)]
Be safe, use ().

25 years agoChangeLog update
<changelog@php.net> [Mon, 18 Oct 1999 13:42:43 +0000 (13:42 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Mon, 18 Oct 1999 13:42:35 +0000 (13:42 +0000)]
NEWS update

25 years agoAdd PNG support. Tested with gd 1.7.3.
Sascha Schumann [Sun, 17 Oct 1999 14:57:49 +0000 (14:57 +0000)]
Add PNG support. Tested with gd 1.7.3.

25 years agoLooks better, but isn't wrong
Egon Schmid [Sun, 17 Oct 1999 08:07:50 +0000 (08:07 +0000)]
Looks better, but isn't wrong

25 years agoOne typo corrected.
Egon Schmid [Sun, 17 Oct 1999 07:38:35 +0000 (07:38 +0000)]
One typo corrected.

25 years agoFix bug #2548.
Andrei Zmievski [Sun, 17 Oct 1999 00:20:17 +0000 (00:20 +0000)]
Fix bug #2548.

25 years ago_php3/_php3i -> php rename
Andrei Zmievski [Sat, 16 Oct 1999 16:35:20 +0000 (16:35 +0000)]
_php3/_php3i -> php rename

25 years ago- It's OK if we link dynamically.
Andi Gutmans [Sat, 16 Oct 1999 11:57:52 +0000 (11:57 +0000)]
- It's OK if we link dynamically.

25 years ago- Get windows version to compile again. No biggy if array_map is not #if 0'd
Andi Gutmans [Sat, 16 Oct 1999 10:14:47 +0000 (10:14 +0000)]
- Get windows version to compile again. No biggy if array_map is not #if 0'd
  out even if it doesn't work.

25 years ago*** empty log message ***
Andrei Zmievski [Fri, 15 Oct 1999 22:04:59 +0000 (22:04 +0000)]
*** empty log message ***

25 years ago(PHP array_map) Temporarily #if 0 this.
Andrei Zmievski [Fri, 15 Oct 1999 21:24:15 +0000 (21:24 +0000)]
(PHP array_map) Temporarily #if 0 this.

25 years agoUpdate mergesort() proto.
Andrei Zmievski [Fri, 15 Oct 1999 21:23:37 +0000 (21:23 +0000)]
Update mergesort() proto.

25 years agounstatic'fy is_numeric_string()
Andrei Zmievski [Fri, 15 Oct 1999 20:42:26 +0000 (20:42 +0000)]
unstatic'fy is_numeric_string()

25 years ago*** empty log message ***
Andrei Zmievski [Fri, 15 Oct 1999 20:37:53 +0000 (20:37 +0000)]
*** empty log message ***

25 years agoMake string copying a little more efficient.
Andrei Zmievski [Fri, 15 Oct 1999 20:36:10 +0000 (20:36 +0000)]
Make string copying a little more efficient.

25 years agoSmall tweak in the error format.
Andrei Zmievski [Fri, 15 Oct 1999 20:32:47 +0000 (20:32 +0000)]
Small tweak in the error format.

25 years ago(php3_log_err): Don't output error message to stderr when
Andrei Zmievski [Fri, 15 Oct 1999 20:27:38 +0000 (20:27 +0000)]
(php3_log_err): Don't output error message to stderr when
running as CGI binary.

25 years agoRenamed a couple of functions to have proper php_ prefix.
Andrei Zmievski [Fri, 15 Oct 1999 20:04:31 +0000 (20:04 +0000)]
Renamed a couple of functions to have proper php_ prefix.

25 years ago(php_error): finally get rid of those annoying html tags
Andrei Zmievski [Fri, 15 Oct 1999 19:55:18 +0000 (19:55 +0000)]
(php_error): finally get rid of those annoying html tags
             when running as CGI binary

25 years agoMassive change of zend_error() to php_error().
Andrei Zmievski [Fri, 15 Oct 1999 19:37:44 +0000 (19:37 +0000)]
Massive change of zend_error() to php_error().

25 years ago@- Fixed shuffle() so that it no longer breaks on Solaris. (Andrei)
Andrei Zmievski [Fri, 15 Oct 1999 19:25:27 +0000 (19:25 +0000)]
@- Fixed shuffle() so that it no longer breaks on Solaris. (Andrei)

25 years agoAdd mergesort.c to compilation list.
Andrei Zmievski [Fri, 15 Oct 1999 19:25:04 +0000 (19:25 +0000)]
Add mergesort.c to compilation list.

25 years agoAdded mergesort.c from FreeBSD.
Andrei Zmievski [Fri, 15 Oct 1999 19:23:04 +0000 (19:23 +0000)]
Added mergesort.c from FreeBSD.

25 years ago(is_resource, is_bool) new functions
Thies C. Arntzen [Fri, 15 Oct 1999 18:15:02 +0000 (18:15 +0000)]
(is_resource, is_bool) new functions
@- Added is_resource(), is_bool() functions. (Thies)

25 years ago(_php_replace_in_subject)
Andrei Zmievski [Fri, 15 Oct 1999 16:57:54 +0000 (16:57 +0000)]
(_php_replace_in_subject)
(PHP preg_replace):
Fixed a bug that happened when regex was an array and replacement was a
single non-string value. Also changed conversions to use
convert_to_string_ex().

(PHP preg_grep): use convert_to_string_ex() for proper conversion

25 years agofiles are now resources, file.c is thread-safe, the le_ vars are no longer shared,
Thies C. Arntzen [Fri, 15 Oct 1999 15:22:25 +0000 (15:22 +0000)]
files are now resources, file.c is thread-safe, the le_ vars are no longer shared,
but they are accessible thru "php_file_le_socket(), php_file_le_uploads()..."
i also updated the ftp, pdf and file-upload stuff to match the new requirements.
@- Cleaned up File-Module (Thies)

25 years ago(PHP implode): Properly separate zval for another case.
Andrei Zmievski [Fri, 15 Oct 1999 14:53:56 +0000 (14:53 +0000)]
(PHP implode): Properly separate zval for another case.

25 years agoThat should do the trick - fix implode() not to modify its arguments
Zeev Suraski [Fri, 15 Oct 1999 14:45:54 +0000 (14:45 +0000)]
That should do the trick - fix implode() not to modify its arguments

25 years ago*** empty log message ***
Andrei Zmievski [Fri, 15 Oct 1999 13:45:28 +0000 (13:45 +0000)]
*** empty log message ***

25 years agoMake ODBC work under Win32
Zeev Suraski [Fri, 15 Oct 1999 12:28:20 +0000 (12:28 +0000)]
Make ODBC work under Win32

25 years ago- Converted math.c to use new convert_to_number_ex() macro.
Andi Gutmans [Fri, 15 Oct 1999 06:31:40 +0000 (06:31 +0000)]
- Converted math.c to use new convert_to_number_ex() macro.

25 years ago- Add convert_to_number_ex()
Andi Gutmans [Fri, 15 Oct 1999 06:25:42 +0000 (06:25 +0000)]
- Add convert_to_number_ex()

25 years agoAdd "--disable-inline" for low-memory machines (be it limited
Sascha Schumann [Thu, 14 Oct 1999 22:17:22 +0000 (22:17 +0000)]
Add "--disable-inline" for low-memory machines (be it limited
RAM or virtual memory). It's also useful for Digital C where
the C++ compiler thinks "inline" is an invalid specifier.

25 years agoUse sources from $(srcdir)
Sascha Schumann [Thu, 14 Oct 1999 17:20:25 +0000 (17:20 +0000)]
Use sources from $(srcdir)

25 years agoconfigure works for me (RH 6.1)
Thies C. Arntzen [Thu, 14 Oct 1999 16:53:51 +0000 (16:53 +0000)]
configure works for me (RH 6.1)
@- Added readline support. Works *only* in standalone mode! (Thies)

25 years agoforgot
Thies C. Arntzen [Thu, 14 Oct 1999 15:20:56 +0000 (15:20 +0000)]
forgot

25 years agointerface to GNU-Readline! (not yet active, autoconf needs to be done)
Thies C. Arntzen [Thu, 14 Oct 1999 15:20:40 +0000 (15:20 +0000)]
interface to GNU-Readline! (not yet active, autoconf needs to be done)
very neat - but only usable in standalone (command-promt) mode!

25 years agoAdd dba and mcrypt extensions to list.
Sascha Schumann [Wed, 13 Oct 1999 21:01:37 +0000 (21:01 +0000)]
Add dba and mcrypt extensions to list.

25 years agonew api fo dl() - renamed php3_dl to php_dl (added compat header)
Thies C. Arntzen [Wed, 13 Oct 1999 19:55:25 +0000 (19:55 +0000)]
new api fo dl() - renamed php3_dl to php_dl (added compat header)

25 years ago(PHP: htmlspecialchars, htmlentities): new zend-api for html-function (not worth...
Thies C. Arntzen [Wed, 13 Oct 1999 19:51:11 +0000 (19:51 +0000)]
(PHP: htmlspecialchars, htmlentities): new zend-api for html-function (not worth mentioning in NEWS)

25 years ago@- Upgraded math-funtions to use new Zend function API (Thies)
Thies C. Arntzen [Wed, 13 Oct 1999 19:43:36 +0000 (19:43 +0000)]
@- Upgraded math-funtions to use new Zend function API (Thies)

25 years agoAdd mhash module.
Andrei Zmievski [Wed, 13 Oct 1999 18:03:38 +0000 (18:03 +0000)]
Add mhash module.

25 years agoDo not use $< for anything but implicit rules.
Sascha Schumann [Wed, 13 Oct 1999 16:16:09 +0000 (16:16 +0000)]
Do not use $< for anything but implicit rules.

25 years ago(shell_exec) use pclose for FILE* that has been opened via popen!
Thies C. Arntzen [Wed, 13 Oct 1999 14:01:47 +0000 (14:01 +0000)]
(shell_exec) use pclose for FILE* that has been opened via popen!
@- Fixed zombie problem in shell_exec() and $a = `some_command`
@  constructs. (Thies)

25 years ago(zend_fetch_resource) added warinig if resource is of wrong type
Thies C. Arntzen [Wed, 13 Oct 1999 12:59:48 +0000 (12:59 +0000)]
(zend_fetch_resource) added warinig if resource is of wrong type

25 years agoChangeLog update
<changelog@php.net> [Wed, 13 Oct 1999 01:07:57 +0000 (01:07 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Wed, 13 Oct 1999 01:07:54 +0000 (01:07 +0000)]
NEWS update

25 years agoDisable ZEND_EXTENSIONS_SUPPORT, if RTLD_NOW is not defined.
Sascha Schumann [Wed, 13 Oct 1999 00:17:01 +0000 (00:17 +0000)]
Disable ZEND_EXTENSIONS_SUPPORT, if RTLD_NOW is not defined.

Note that this part could be made platform independent by using
libltdl (for Solaris, Linux, *BSD, HP-UX, Win16/32, BeOS).

25 years agostarting to clean-up/new API'ize and resourcify the file-stuff - nothing happened...
Thies C. Arntzen [Tue, 12 Oct 1999 18:50:05 +0000 (18:50 +0000)]
starting to clean-up/new API'ize and resourcify the file-stuff - nothing happened yet - just renaming things around.

25 years ago(Informix driver) Thies introduced ZEND_FETCH_RESOURCE2 (Danny).
Danny Heijl [Tue, 12 Oct 1999 17:38:19 +0000 (17:38 +0000)]
(Informix driver) Thies introduced ZEND_FETCH_RESOURCE2 (Danny).
@- Thies introduced ZEND_FETCH_RESOURCE2 (Danny).

25 years agomade nice
Thies C. Arntzen [Tue, 12 Oct 1999 15:32:40 +0000 (15:32 +0000)]
made nice

25 years agoadd myself
Thies C. Arntzen [Tue, 12 Oct 1999 15:30:38 +0000 (15:30 +0000)]
add myself

25 years ago(wddx_add_vars) adjusted to new resource-API
Thies C. Arntzen [Tue, 12 Oct 1999 15:23:59 +0000 (15:23 +0000)]
(wddx_add_vars) adjusted to new resource-API

25 years ago(php sybase_close) fixed obvious bug.
Thies C. Arntzen [Tue, 12 Oct 1999 15:00:10 +0000 (15:00 +0000)]
(php sybase_close) fixed obvious bug.

25 years agonew improved resource-API (i hope everything still compiles)
Thies C. Arntzen [Tue, 12 Oct 1999 14:53:15 +0000 (14:53 +0000)]
new improved resource-API (i hope everything still compiles)

25 years agonew improved resource-API
Thies C. Arntzen [Tue, 12 Oct 1999 14:51:17 +0000 (14:51 +0000)]
new improved resource-API

25 years agoUse DL_LAZY for OpenBSD. This seems to be a compatibility flag which
Sascha Schumann [Tue, 12 Oct 1999 14:48:32 +0000 (14:48 +0000)]
Use DL_LAZY for OpenBSD. This seems to be a compatibility flag which
should be used for the 2nd parameter to dlopen.

http://www.openbsd.org/cgi-bin/cvsweb/src/share/man/man3/dlfcn.3?rev=1.8