]> granicus.if.org Git - php/log
php
25 years agoIt looks like a number of "standard" extensions are now truly builtin...
Sam Ruby [Tue, 7 Mar 2000 01:50:02 +0000 (01:50 +0000)]
It looks like a number of "standard" extensions are now truly builtin...

25 years agoChange default UNIX sock to /tmp/mysql.sock
Sascha Schumann [Mon, 6 Mar 2000 23:12:56 +0000 (23:12 +0000)]
Change default UNIX sock to /tmp/mysql.sock

25 years agoBuild fixes - MySQL now actually works
Sascha Schumann [Mon, 6 Mar 2000 22:38:49 +0000 (22:38 +0000)]
Build fixes - MySQL now actually works

25 years ago@Cleaned up extension namespace (Stig)
Stig Bakken [Mon, 6 Mar 2000 20:37:11 +0000 (20:37 +0000)]
@Cleaned up extension namespace (Stig)
Cleaned up extension namespace, and changed ext/standard into one single
extension.

25 years agoupdate
Sascha Schumann [Mon, 6 Mar 2000 20:14:18 +0000 (20:14 +0000)]
update

25 years agoadded GINIT_FUNC_ARGS and GINIT_FUNC_ARGS_PASSTHRU
Stig S. Bakken [Mon, 6 Mar 2000 20:13:04 +0000 (20:13 +0000)]
added GINIT_FUNC_ARGS and GINIT_FUNC_ARGS_PASSTHRU

25 years agoFinish config.m4 changes
Sascha Schumann [Mon, 6 Mar 2000 20:12:12 +0000 (20:12 +0000)]
Finish config.m4 changes

25 years agoBuild always against embedded library
Sascha Schumann [Mon, 6 Mar 2000 20:06:55 +0000 (20:06 +0000)]
Build always against embedded library

25 years agoModularize mysql autoconf stuff
Sascha Schumann [Mon, 6 Mar 2000 20:06:23 +0000 (20:06 +0000)]
Modularize mysql autoconf stuff

25 years agoUse php_module_shutdown_wrapper as the shutdown function
David Hedbor [Mon, 6 Mar 2000 19:27:59 +0000 (19:27 +0000)]
Use php_module_shutdown_wrapper as the shutdown function

25 years agoUse
David Hedbor [Mon, 6 Mar 2000 19:26:39 +0000 (19:26 +0000)]
Use

25 years ago- Bump up Zend's API version
Zeev Suraski [Mon, 6 Mar 2000 19:25:08 +0000 (19:25 +0000)]
- Bump up Zend's API version

25 years agoAdded ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU.
Stig S. Bakken [Mon, 6 Mar 2000 18:46:10 +0000 (18:46 +0000)]
Added ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU.

25 years agoChange extension names in all extensions' zend_module_entry to their
Stig Bakken [Mon, 6 Mar 2000 18:44:01 +0000 (18:44 +0000)]
Change extension names in all extensions' zend_module_entry to their
directory name.

25 years ago- Fix memory leak
Andi Gutmans [Mon, 6 Mar 2000 17:13:38 +0000 (17:13 +0000)]
- Fix memory leak

25 years ago"User interface" for removing all files which are ignored by cvs
Sascha Schumann [Mon, 6 Mar 2000 16:02:01 +0000 (16:02 +0000)]
"User interface" for removing all files which are ignored by cvs
(i.e. object files, Makefiles)

25 years agoHartmut don't touch protos. Only two lines are allowed.
Egon Schmid [Mon, 6 Mar 2000 16:01:54 +0000 (16:01 +0000)]
Hartmut don't touch protos. Only two lines are allowed.

25 years ago- Missed one
Andi Gutmans [Mon, 6 Mar 2000 15:58:50 +0000 (15:58 +0000)]
- Missed one

25 years agooff-by-one error (bug id #3741) fixed
Hartmut Holzgraefe [Mon, 6 Mar 2000 15:32:05 +0000 (15:32 +0000)]
off-by-one error (bug id #3741) fixed

25 years agoNeed to pass PLS_DC.
Andrei Zmievski [Mon, 6 Mar 2000 14:37:48 +0000 (14:37 +0000)]
Need to pass PLS_DC.

25 years ago(php_get_session_var)
Andrei Zmievski [Mon, 6 Mar 2000 14:36:11 +0000 (14:36 +0000)]
(php_get_session_var)
The variables are now serialized either from globals or from
$HTTP_STATE_VARS[] array, depending on register_globals and track_vars
settings.

25 years agoCleanup
Sam Ruby [Mon, 6 Mar 2000 13:19:58 +0000 (13:19 +0000)]
Cleanup

25 years ago- root property in Dom Doc class is now reference to array element in
Uwe Steinmann [Mon, 6 Mar 2000 13:11:21 +0000 (13:11 +0000)]
- root property in Dom Doc class is now reference to array element in
  children property

25 years agoUnresolved externs
Sam Ruby [Mon, 6 Mar 2000 10:46:40 +0000 (10:46 +0000)]
Unresolved externs

25 years ago@- OCINLogon() sessions are now closed again. (Thies)
Thies C. Arntzen [Mon, 6 Mar 2000 08:02:15 +0000 (08:02 +0000)]
@- OCINLogon() sessions are now closed again. (Thies)
# happy hacking in hongkong!

25 years agoIt's official now...
Zeev Suraski [Mon, 6 Mar 2000 05:26:39 +0000 (05:26 +0000)]
It's official now...

25 years agoChangeLog update
<changelog@php.net> [Mon, 6 Mar 2000 02:09:09 +0000 (02:09 +0000)]
ChangeLog update

25 years agoEliminate "wrong number of parameters" warning
Sam Ruby [Sun, 5 Mar 2000 23:59:56 +0000 (23:59 +0000)]
Eliminate "wrong number of parameters" warning

25 years ago- Make some fixes although there is a problem with getpid() being defined
Andi Gutmans [Sun, 5 Mar 2000 21:40:40 +0000 (21:40 +0000)]
- Make some fixes although there is a problem with getpid() being defined
in process.h as getpid(void) and thus having an arugment. We might need to
define a php_getpid() function to wrap getpid().

25 years agoFix traps due to sapi_global not being initialized when ZTS is set
Sam Ruby [Sun, 5 Mar 2000 21:37:47 +0000 (21:37 +0000)]
Fix traps due to sapi_global not being initialized when ZTS is set
Don't trap if php.ini can't be read

25 years agoAdd support for PHP syntax highlighting
Sam Ruby [Sun, 5 Mar 2000 21:35:24 +0000 (21:35 +0000)]
Add support for PHP syntax highlighting
Remove debug output
Fix trap when string to be output is not null terminated
Add a MS workspace for project level dependencies
Match case of contentType header

25 years agoWrap some commonly unused callbacks
Zeev Suraski [Sun, 5 Mar 2000 19:50:10 +0000 (19:50 +0000)]
Wrap some commonly unused callbacks

25 years agoSuSE 6.3 imap.rpm puts the library into /usr/lib and the include files into /usr...
Hartmut Holzgraefe [Sun, 5 Mar 2000 19:48:23 +0000 (19:48 +0000)]
SuSE 6.3 imap.rpm puts the library into /usr/lib and the include files into /usr/include/imap

25 years agoAvoid the side-effect of defining function names, so that the PHP functions
Sascha Schumann [Sun, 5 Mar 2000 17:39:41 +0000 (17:39 +0000)]
Avoid the side-effect of defining function names, so that the PHP functions
are not renamed to their prefixed variants.

PR: #3535

25 years agoProtos fixed.
Egon Schmid [Sun, 5 Mar 2000 07:00:16 +0000 (07:00 +0000)]
Protos fixed.

25 years agoAttribute list support ported from php3.
Chuck Hagenbuch [Sun, 5 Mar 2000 05:36:34 +0000 (05:36 +0000)]
Attribute list support ported from php3.

25 years agoRemove warning.
Andrei Zmievski [Sun, 5 Mar 2000 04:25:12 +0000 (04:25 +0000)]
Remove warning.

25 years ago*** empty log message ***
Andrei Zmievski [Sun, 5 Mar 2000 02:18:52 +0000 (02:18 +0000)]
*** empty log message ***

25 years agoChangeLog update
<changelog@php.net> [Sun, 5 Mar 2000 02:09:09 +0000 (02:09 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Sun, 5 Mar 2000 02:09:06 +0000 (02:09 +0000)]
NEWS update

25 years ago- Fix Win32 build
Andi Gutmans [Sat, 4 Mar 2000 19:58:59 +0000 (19:58 +0000)]
- Fix Win32 build

25 years agoDon't need this check.
Andrei Zmievski [Sat, 4 Mar 2000 19:26:27 +0000 (19:26 +0000)]
Don't need this check.

25 years ago@Added ip2long() and long2ip() courtesy of Faisal Nasim <faisal@nasim.org>
Andrei Zmievski [Sat, 4 Mar 2000 17:28:16 +0000 (17:28 +0000)]
@Added ip2long() and long2ip() courtesy of Faisal Nasim <faisal@nasim.org>

25 years ago@Added ftruncate() and fstat(), courtesy of Faisal Nasim <faisal@nasim.org>
Andrei Zmievski [Sat, 4 Mar 2000 17:23:03 +0000 (17:23 +0000)]
@Added ftruncate() and fstat(), courtesy of Faisal Nasim <faisal@nasim.org>

25 years agoPrefix some symbols with php_
Sascha Schumann [Sat, 4 Mar 2000 14:44:01 +0000 (14:44 +0000)]
Prefix some symbols with php_
^(pcre|Xml|XML).*

25 years agoDon't export Lookahead
Sascha Schumann [Sat, 4 Mar 2000 14:22:15 +0000 (14:22 +0000)]
Don't export Lookahead

25 years agoRemove outdated PHP 3.1 stuff
Sascha Schumann [Sat, 4 Mar 2000 14:21:22 +0000 (14:21 +0000)]
Remove outdated PHP 3.1 stuff

25 years agoThe default return value from include() and eval() changed from 1 to 0
Zeev Suraski [Sat, 4 Mar 2000 03:12:17 +0000 (03:12 +0000)]
The default return value from include() and eval() changed from 1 to 0
unintentionally after the old return-reference patches - fixed

25 years ago@- Added parse_ini_file(). Currently implemented in non thread safe version
Zeev Suraski [Sat, 4 Mar 2000 02:59:14 +0000 (02:59 +0000)]
@- Added parse_ini_file().  Currently implemented in non thread safe version
@  of PHP, and currently lacks section support (Zeev)
- Bring the non thread safe .dsp's uptodate

25 years agoChangeLog update
<changelog@php.net> [Sat, 4 Mar 2000 02:09:13 +0000 (02:09 +0000)]
ChangeLog update

25 years agoadding the fix for bug #3685 to php4 as well.
Chuck Hagenbuch [Fri, 3 Mar 2000 21:57:26 +0000 (21:57 +0000)]
adding the fix for bug #3685 to php4 as well.

25 years agocrazy idea brought on by someone at FAST
Stig Bakken [Fri, 3 Mar 2000 17:08:18 +0000 (17:08 +0000)]
crazy idea brought on by someone at FAST

25 years agoSupport HP-UX 10.x non-standard time-related reentrant functions
Sascha Schumann [Fri, 3 Mar 2000 16:10:38 +0000 (16:10 +0000)]
Support HP-UX 10.x non-standard time-related reentrant functions

25 years ago(imagearc) - Fix #3706.
Jouni Ahto [Fri, 3 Mar 2000 14:15:05 +0000 (14:15 +0000)]
(imagearc) - Fix #3706.

25 years ago- tiny changes to testscript and domxml
Uwe Steinmann [Fri, 3 Mar 2000 12:38:20 +0000 (12:38 +0000)]
- tiny changes to testscript and domxml

25 years ago- more changes to use zend_llist
Uwe Steinmann [Fri, 3 Mar 2000 12:37:10 +0000 (12:37 +0000)]
- more changes to use zend_llist

25 years agomake it work
Sascha Schumann [Fri, 3 Mar 2000 12:12:01 +0000 (12:12 +0000)]
make it work

25 years agoBetter lib check
Sascha Schumann [Fri, 3 Mar 2000 11:54:07 +0000 (11:54 +0000)]
Better lib check

25 years agoAlso consider $i/include while searching for rfc822.h
Sascha Schumann [Fri, 3 Mar 2000 11:47:13 +0000 (11:47 +0000)]
Also consider $i/include while searching for rfc822.h

25 years ago- xmltree() now returns an 'Dom Document' object with prop root and
Uwe Steinmann [Fri, 3 Mar 2000 08:44:25 +0000 (08:44 +0000)]
- xmltree() now returns an 'Dom Document' object with prop root and
  children. root contains just the root element, children is an array
  with all nodes on root level, e.g. comment, pi, element

25 years ago- added property type to obejct xml doc
Uwe Steinmann [Fri, 3 Mar 2000 08:02:22 +0000 (08:02 +0000)]
- added property type to obejct xml doc

25 years agoChangeLog update
<changelog@php.net> [Fri, 3 Mar 2000 02:09:44 +0000 (02:09 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Fri, 3 Mar 2000 02:09:28 +0000 (02:09 +0000)]
NEWS update

25 years agoFix spelling
Zeev Suraski [Fri, 3 Mar 2000 01:58:15 +0000 (01:58 +0000)]
Fix spelling

25 years agoAdded functions to retrieve scale, precision and raw oracle data type for
Joe Martin [Fri, 3 Mar 2000 01:28:27 +0000 (01:28 +0000)]
Added functions to retrieve scale, precision and raw oracle data type for
columns.

25 years agoNow recommend --enable-roxen-zts...
David Hedbor [Thu, 2 Mar 2000 22:13:24 +0000 (22:13 +0000)]
Now recommend --enable-roxen-zts...

25 years ago- using zend llist instead of dlist (not tested)
Uwe Steinmann [Thu, 2 Mar 2000 19:56:50 +0000 (19:56 +0000)]
- using zend llist instead of dlist (not tested)

25 years agoadjust comment II
Sascha Schumann [Thu, 2 Mar 2000 19:39:05 +0000 (19:39 +0000)]
adjust comment II

25 years agoadjust comment
Sascha Schumann [Thu, 2 Mar 2000 19:38:27 +0000 (19:38 +0000)]
adjust comment

25 years agoEnable by default
Sascha Schumann [Thu, 2 Mar 2000 19:35:41 +0000 (19:35 +0000)]
Enable by default

25 years ago- some minor changes, cleanups
Uwe Steinmann [Thu, 2 Mar 2000 18:56:06 +0000 (18:56 +0000)]
- some minor changes, cleanups

25 years ago- dom class now distinguishes between $dom->root() and $dom->children()
Uwe Steinmann [Thu, 2 Mar 2000 16:58:07 +0000 (16:58 +0000)]
- dom class now distinguishes between $dom->root() and $dom->children()
  $dom->root() returns just the element, $dom->children() all nodes e.g.
  comments

25 years ago- The root node of a xml doc is now an array since it is possible
Uwe Steinmann [Thu, 2 Mar 2000 16:39:50 +0000 (16:39 +0000)]
- The root node of a xml doc is now an array since it is possible
  to have a comment or pi and an element on root level.

25 years ago@"none" is now equivalent with "" in Apache config directives (Stig)
Stig Bakken [Thu, 2 Mar 2000 14:32:24 +0000 (14:32 +0000)]
@"none" is now equivalent with "" in Apache config directives (Stig)
"none" is now equivalent with "" in Apache config directives.

25 years agoEliminate 62 warnings
Sam Ruby [Thu, 2 Mar 2000 02:55:01 +0000 (02:55 +0000)]
Eliminate 62 warnings

25 years agoFix Win32 build breakage
Sam Ruby [Thu, 2 Mar 2000 02:39:21 +0000 (02:39 +0000)]
Fix Win32 build breakage

25 years agoChangeLog update
<changelog@php.net> [Thu, 2 Mar 2000 02:09:12 +0000 (02:09 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Thu, 2 Mar 2000 02:09:09 +0000 (02:09 +0000)]
NEWS update

25 years agoAdd appropriate check for mckcrypto lib
Evan Klinger [Thu, 2 Mar 2000 02:05:39 +0000 (02:05 +0000)]
Add appropriate check for mckcrypto lib

25 years ago- started to implement overload class for xml node
Uwe Steinmann [Wed, 1 Mar 2000 21:16:24 +0000 (21:16 +0000)]
- started to implement overload class for xml node

25 years agoRemoval of printf-debug, changed sp/fp to Pike_sp / Pike_fp instead of
David Hedbor [Wed, 1 Mar 2000 20:43:12 +0000 (20:43 +0000)]
Removal of printf-debug, changed sp/fp to Pike_sp / Pike_fp instead of
using a define.

25 years agoOnly two lines are allowed here.
Egon Schmid [Wed, 1 Mar 2000 19:56:46 +0000 (19:56 +0000)]
Only two lines are allowed here.

25 years agoround(-0.1) will now return 0 instead of -0
Hartmut Holzgraefe [Wed, 1 Mar 2000 19:36:37 +0000 (19:36 +0000)]
round(-0.1) will now return 0 instead of -0

25 years ago- Upgrade to year 2000
Andi Gutmans [Wed, 1 Mar 2000 17:24:43 +0000 (17:24 +0000)]
- Upgrade to year 2000

25 years ago- Fix typos
Andi Gutmans [Wed, 1 Mar 2000 17:10:45 +0000 (17:10 +0000)]
- Fix typos

25 years ago.
Thies C. Arntzen [Wed, 1 Mar 2000 14:09:26 +0000 (14:09 +0000)]
.

25 years ago now
Thies C. Arntzen [Wed, 1 Mar 2000 13:59:51 +0000 (13:59 +0000)]
now

25 years ago@- OCINLogon no longer crashes. (Thies)
Thies C. Arntzen [Wed, 1 Mar 2000 08:17:33 +0000 (08:17 +0000)]
@- OCINLogon no longer crashes. (Thies)

25 years agoget rid of warning when $url["port"] isn't set
Evan Klinger [Wed, 1 Mar 2000 07:03:33 +0000 (07:03 +0000)]
get rid of warning when $url["port"] isn't set

25 years agoChangeLog update
<changelog@php.net> [Wed, 1 Mar 2000 02:09:07 +0000 (02:09 +0000)]
ChangeLog update

25 years agoFix compile warnings.
Chuck Hagenbuch [Wed, 1 Mar 2000 01:43:26 +0000 (01:43 +0000)]
Fix compile warnings.

25 years agoAdd _php_imap_parse_address(), which replaces a lot of duplicated,
Chuck Hagenbuch [Wed, 1 Mar 2000 01:35:15 +0000 (01:35 +0000)]
Add _php_imap_parse_address(), which replaces a lot of duplicated,
hard-to-follow code in imap_headerinfo(). This code also happened to be
broken, causing the $h->to, $h->from, etc arrays to contain only the first
address, not every address. This is fixed now.

25 years agoShow the minor MCAL version if we have it.
Chuck Hagenbuch [Wed, 1 Mar 2000 01:34:05 +0000 (01:34 +0000)]
Show the minor MCAL version if we have it.

25 years agoFix Bug #3632 - sanity check to not access a message that doesn't exist.
Chuck Hagenbuch [Tue, 29 Feb 2000 19:58:31 +0000 (19:58 +0000)]
Fix Bug #3632 - sanity check to not access a message that doesn't exist.

25 years ago(image(createfrom?)png) Fix a typo & remove unused variable.
Jouni Ahto [Tue, 29 Feb 2000 18:45:47 +0000 (18:45 +0000)]
(image(createfrom?)png) Fix a typo & remove unused variable.

25 years agoAutomatically try to symlink c-client.a to libc-client.a, so people
Sascha Schumann [Tue, 29 Feb 2000 13:21:51 +0000 (13:21 +0000)]
Automatically try to symlink c-client.a to libc-client.a, so people
can avoid changing things.

25 years agoRewrite IMAP checks. This should solve the problems people had with
Sascha Schumann [Tue, 29 Feb 2000 13:12:48 +0000 (13:12 +0000)]
Rewrite IMAP checks. This should solve the problems people had with
shared imap libs

25 years agoAD_ADD_LIBRARY_DEFER allows people to add libraries in a deferred way
Sascha Schumann [Tue, 29 Feb 2000 13:02:29 +0000 (13:02 +0000)]
AD_ADD_LIBRARY_DEFER allows people to add libraries in a deferred way
(needed for imap and recode)

25 years agoMade php_escape_html_entities() as a separate function for export.
Andrei Zmievski [Tue, 29 Feb 2000 04:38:14 +0000 (04:38 +0000)]
Made php_escape_html_entities() as a separate function for export.

25 years agoChangeLog update
<changelog@php.net> [Tue, 29 Feb 2000 02:09:11 +0000 (02:09 +0000)]
ChangeLog update