]> granicus.if.org Git - php/log
php
24 years agoFixed some protos.
Egon Schmid [Sun, 6 Aug 2000 18:56:14 +0000 (18:56 +0000)]
Fixed some protos.

24 years agoIncluding utime.h once is enough.
Sascha Schumann [Sun, 6 Aug 2000 18:14:46 +0000 (18:14 +0000)]
Including utime.h once is enough.

24 years agoDescription from the ChangeLog. Thies, is it correct?
Egon Schmid [Sun, 6 Aug 2000 17:56:56 +0000 (17:56 +0000)]
Description from the ChangeLog. Thies, is it correct?

24 years agoAdd utime include
Stanislav Malyshev [Sun, 6 Aug 2000 17:53:04 +0000 (17:53 +0000)]
Add utime include

24 years agoAdd Joey Smith's sendmail_port patch
Stanislav Malyshev [Sun, 6 Aug 2000 17:49:41 +0000 (17:49 +0000)]
Add Joey Smith's sendmail_port patch

24 years agoInclude <utime.h> in php_virtual_cwd.h.
Sascha Schumann [Sun, 6 Aug 2000 17:42:54 +0000 (17:42 +0000)]
Include <utime.h> in php_virtual_cwd.h.

24 years agoReplace min() - not everyone has it
Stanislav Malyshev [Sun, 6 Aug 2000 16:34:37 +0000 (16:34 +0000)]
Replace min() - not everyone has it

24 years agofix stupid bug
Stanislav Malyshev [Sun, 6 Aug 2000 16:32:22 +0000 (16:32 +0000)]
fix stupid bug

24 years agoVirtualize realpath, chmod, chown and utime
Andi Gutmans [Sun, 6 Aug 2000 16:22:07 +0000 (16:22 +0000)]
Virtualize realpath, chmod, chown and utime
This should fix #5935 and #5904
@- Virtualize realpath, chmod, chown and utime (Stas)

24 years agoChanged some protos.
Egon Schmid [Sun, 6 Aug 2000 14:36:10 +0000 (14:36 +0000)]
Changed some protos.

24 years agoremoved a BAD IDEA (tm) that filtered out backslashes
Hartmut Holzgraefe [Sun, 6 Aug 2000 11:32:32 +0000 (11:32 +0000)]
removed a BAD IDEA (tm) that filtered out backslashes

24 years agoSupport content-encoding headers in file upload mime parts
Rasmus Lerdorf [Sun, 6 Aug 2000 06:40:28 +0000 (06:40 +0000)]
Support content-encoding headers in file upload mime parts
@- Support content-encoding headers in file upload MIME parts
@  (Ragnar Kjørstad)

24 years agodecouple this check just in case we hit a weird system that has one
Rasmus Lerdorf [Sun, 6 Aug 2000 04:55:17 +0000 (04:55 +0000)]
decouple this check just in case we hit a weird system that has one
and not the other.  And we specifically check for this, so we should
use the information.

24 years agoRemove mysql dll
Rasmus Lerdorf [Sun, 6 Aug 2000 02:06:43 +0000 (02:06 +0000)]
Remove mysql dll

24 years agoChangeLog update
<changelog@php.net> [Sun, 6 Aug 2000 01:09:09 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Sun, 6 Aug 2000 01:09:06 +0000 (01:09 +0000)]
NEWS update

24 years ago- Use some more SEPARATE_ZVAL macros instead of replicated code.
Andi Gutmans [Sat, 5 Aug 2000 13:54:07 +0000 (13:54 +0000)]
- Use some more SEPARATE_ZVAL macros instead of replicated code.

24 years ago- Fix INT8 returning garbage because ifx_int8toasc does not null_terminate
Danny Heijl [Sat, 5 Aug 2000 13:14:44 +0000 (13:14 +0000)]
- Fix INT8 returning garbage because ifx_int8toasc does not null_terminate
  the returned string. (danny)

24 years agoFix crash on broken setups (#5979)
Stanislav Malyshev [Sat, 5 Aug 2000 11:28:32 +0000 (11:28 +0000)]
Fix crash on broken setups (#5979)

24 years agoFix memory leak
Stanislav Malyshev [Sat, 5 Aug 2000 11:06:00 +0000 (11:06 +0000)]
Fix memory leak

24 years ago@- Fixed warning when shutting down OCINLogon() connections. (Thies)
Thies C. Arntzen [Sat, 5 Aug 2000 10:45:55 +0000 (10:45 +0000)]
@- Fixed warning when shutting down OCINLogon() connections. (Thies)

24 years agoOpen session files in binary mode (fix #5953)
Stanislav Malyshev [Sat, 5 Aug 2000 10:25:00 +0000 (10:25 +0000)]
Open session files in binary mode (fix #5953)
@- Fixed \n in session variables bug on Win32 (Stas)

24 years ago@- OCIError() would sometimes not report failed connections. (Thies)
Thies C. Arntzen [Sat, 5 Aug 2000 10:07:39 +0000 (10:07 +0000)]
@- OCIError() would sometimes not report failed connections. (Thies)

24 years agoFix for a bug with persistent connections.
Hénot David [Sat, 5 Aug 2000 03:22:16 +0000 (03:22 +0000)]
Fix for a bug with persistent connections.

24 years agoChangeLog update
<changelog@php.net> [Sat, 5 Aug 2000 01:09:13 +0000 (01:09 +0000)]
ChangeLog update

24 years agochanged default sendmail flags from '-t' to '-t -i' (bugid#5374)
Hartmut Holzgraefe [Fri, 4 Aug 2000 22:42:11 +0000 (22:42 +0000)]
changed default sendmail flags from '-t' to '-t -i' (bugid#5374)

24 years agoFix for bug 5911 - ANSI C violation: lvalues are not assignable
Sam Ruby [Fri, 4 Aug 2000 18:55:49 +0000 (18:55 +0000)]
Fix for bug 5911 - ANSI C violation: lvalues are not assignable

24 years agoRestore the ability to clean compile in non-multithreaded environments
Sam Ruby [Fri, 4 Aug 2000 18:39:47 +0000 (18:39 +0000)]
Restore the ability to clean compile in non-multithreaded environments

24 years agofixed ZTS compile
Thies C. Arntzen [Fri, 4 Aug 2000 18:14:38 +0000 (18:14 +0000)]
fixed ZTS compile

24 years ago- This should fix bug #5964
foobar [Fri, 4 Aug 2000 17:18:54 +0000 (17:18 +0000)]
- This should fix bug #5964
# Could someone please check this out..it works as intented for me at least.
# But I don't have any Windoze machines available to test this there.

24 years agoFix typo
Rasmus Lerdorf [Fri, 4 Aug 2000 16:48:42 +0000 (16:48 +0000)]
Fix typo

24 years ago#ooops
Hartmut Holzgraefe [Fri, 4 Aug 2000 15:23:19 +0000 (15:23 +0000)]
#ooops

24 years agoSorry only the *_replaceparameters are wrong.
Egon Schmid [Fri, 4 Aug 2000 11:57:21 +0000 (11:57 +0000)]
Sorry only the *_replaceparameters are wrong.

24 years agoWrong parameters found by Martin Buchholz @ six.de.
Egon Schmid [Fri, 4 Aug 2000 11:50:16 +0000 (11:50 +0000)]
Wrong parameters found by Martin Buchholz @ six.de.

24 years agoooops - theese new parameters are optional
Hartmut Holzgraefe [Fri, 4 Aug 2000 09:24:36 +0000 (09:24 +0000)]
ooops - theese new parameters are optional

24 years agoadded new second parameter to osrt functions in the protos
Hartmut Holzgraefe [Fri, 4 Aug 2000 09:19:38 +0000 (09:19 +0000)]
added new second parameter to osrt functions in the protos

24 years agono longer needed
Hartmut Holzgraefe [Fri, 4 Aug 2000 09:03:54 +0000 (09:03 +0000)]
no longer needed

24 years agodo not rewrite absolute urls
Hartmut Holzgraefe [Fri, 4 Aug 2000 09:03:20 +0000 (09:03 +0000)]
do not rewrite absolute urls
(should be more clever and identify itself though)

24 years ago- Beautify code. Try and use more macros for splitting instead of
Andi Gutmans [Fri, 4 Aug 2000 08:11:54 +0000 (08:11 +0000)]
- Beautify code. Try and use more macros for splitting instead of
- replicating the code everywhere.

24 years agoGeez, you'd think English wasn' tmy native tongue.
Joey Smith [Fri, 4 Aug 2000 04:49:45 +0000 (04:49 +0000)]
Geez, you'd think English wasn' tmy native tongue.

24 years agoOutdated URL, link to the master site instead.
Joey Smith [Fri, 4 Aug 2000 04:49:13 +0000 (04:49 +0000)]
Outdated URL, link to the master site instead.

24 years agoSmall portability fix
Rasmus Lerdorf [Fri, 4 Aug 2000 02:23:28 +0000 (02:23 +0000)]
Small portability fix

24 years agoChangeLog update
<changelog@php.net> [Fri, 4 Aug 2000 01:09:12 +0000 (01:09 +0000)]
ChangeLog update

24 years agoevaluate sendmail exit status, fixes unix side of bug #5630
Hartmut Holzgraefe [Thu, 3 Aug 2000 19:26:19 +0000 (19:26 +0000)]
evaluate sendmail exit status, fixes unix side of bug #5630

24 years agoFix fclose prototype (#5930)
Stanislav Malyshev [Thu, 3 Aug 2000 16:37:35 +0000 (16:37 +0000)]
Fix fclose prototype (#5930)

24 years agoIf we can't find a protocol in URL wrapper, try it as a filename (fix #5931)
Stanislav Malyshev [Thu, 3 Aug 2000 15:09:27 +0000 (15:09 +0000)]
If we can't find a protocol in URL wrapper, try it as a filename (fix #5931)

24 years agowill now work again on 1-character urls, spaces before and after '='
Hartmut Holzgraefe [Thu, 3 Aug 2000 11:42:39 +0000 (11:42 +0000)]
will now work again on 1-character urls, spaces before and after '='
and urls containing '#' scrolling info
# argh, this file's not even a week old and already needs
# a heavy cleanup rewrite, but at least it gets all my test cases right

24 years agoChangeLog update
<changelog@php.net> [Thu, 3 Aug 2000 01:09:18 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Thu, 3 Aug 2000 01:09:15 +0000 (01:09 +0000)]
NEWS update

24 years agoLeave this initialization in
Rasmus Lerdorf [Wed, 2 Aug 2000 22:53:55 +0000 (22:53 +0000)]
Leave this initialization in

24 years agoHeads up! I have moved the headers_only and response_code checks out of
Rasmus Lerdorf [Wed, 2 Aug 2000 22:48:45 +0000 (22:48 +0000)]
Heads up!  I have moved the headers_only and response_code checks out of
SAPI and down into the individual SAPI modules.  I have made the
appropriate changes in all the SAPI modules, but please verify these.
The reason for this change is that Apache sometimes will feed PHP
a request_method of GET but have r->header_only set to true.  This happens
in an ErrorDocument redirect.  In this same scenario we want to preserve
the status code as well instead of just overwriting it with a 200 and
losing this information.  For now the other sapi modules act exactly as
before since they probably do not make this distinction, and they may
not even have a valid response code this early in the request.
@ Fix HEAD request bug on an Apache ErrorDocument redirect and preserve
@ the status code across the redirect as well.  (Rasmus)

24 years agoFix library ordering here so static builds will work
Rasmus Lerdorf [Wed, 2 Aug 2000 19:49:04 +0000 (19:49 +0000)]
Fix library ordering here so static builds will work

24 years ago- Remove commented code
Andi Gutmans [Wed, 2 Aug 2000 17:51:42 +0000 (17:51 +0000)]
- Remove commented code

24 years ago- Added two new functions: ldap_t61_to_8859() and ldap_8859_to_t61().
foobar [Wed, 2 Aug 2000 13:11:46 +0000 (13:11 +0000)]
- Added two new functions: ldap_t61_to_8859() and ldap_8859_to_t61().
  These functions are available only when using openldap which is compiled
  with STR_TRANSLATION and LDAP_CHARSET_8859 defined in ldap_cdefs.h (Jani)

24 years agoChangeLog update
<changelog@php.net> [Wed, 2 Aug 2000 01:09:19 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Wed, 2 Aug 2000 01:09:16 +0000 (01:09 +0000)]
NEWS update

24 years agoAdd Olympus-specific tags to read_exif_data()
Rasmus Lerdorf [Tue, 1 Aug 2000 22:05:15 +0000 (22:05 +0000)]
Add Olympus-specific tags to read_exif_data()
@ Add Olympus-specific tags to read_exif_data() (Rasmus)

24 years agotypo fix
Hartmut Holzgraefe [Tue, 1 Aug 2000 20:21:35 +0000 (20:21 +0000)]
typo fix

24 years agoEnable building PHP against kerberized IMAP libraries
Sascha Schumann [Tue, 1 Aug 2000 15:24:56 +0000 (15:24 +0000)]
Enable building PHP against kerberized IMAP libraries

24 years agoprotect datetime() against all zero inputs ...
Hartmut Holzgraefe [Tue, 1 Aug 2000 11:16:20 +0000 (11:16 +0000)]
protect datetime() against all zero inputs ...

24 years ago@- Fixed bug in imap_fetchheader() where using FT_PREFETCHTEXT didn't return
foobar [Tue, 1 Aug 2000 09:11:46 +0000 (09:11 +0000)]
@- Fixed bug in imap_fetchheader() where using FT_PREFETCHTEXT didn't return
@  the body. Bug #4447. (Jani)

24 years ago"undefined function" error message will now suggest similar named
Hartmut Holzgraefe [Tue, 1 Aug 2000 07:57:19 +0000 (07:57 +0000)]
"undefined function" error message will now suggest similar named
functions as jikes compiler for java does (typo protection)

24 years agotrans-sid rewrite, is now state-aware (fix for bug #3411 and friends)
Hartmut Holzgraefe [Tue, 1 Aug 2000 07:45:14 +0000 (07:45 +0000)]
trans-sid rewrite, is now state-aware (fix for bug #3411 and friends)

24 years agoWhen output is empty, exec should return "", not "\0" (#5775)
Stanislav Malyshev [Tue, 1 Aug 2000 07:22:59 +0000 (07:22 +0000)]
When output is empty, exec should return "", not "\0" (#5775)
@- Fixed exec() returning "\0" when output is empty

24 years agoChangeLog update
<changelog@php.net> [Tue, 1 Aug 2000 01:09:15 +0000 (01:09 +0000)]
ChangeLog update

24 years ago- Get rid of whitespace.
Zeev Suraski [Tue, 1 Aug 2000 00:41:35 +0000 (00:41 +0000)]
- Get rid of whitespace.

24 years agoMissed a symbol
Rasmus Lerdorf [Mon, 31 Jul 2000 15:07:58 +0000 (15:07 +0000)]
Missed a symbol

24 years agoAdd note about software requirements
Sascha Schumann [Mon, 31 Jul 2000 13:44:06 +0000 (13:44 +0000)]
Add note about software requirements

24 years agoChangeLog update
<changelog@php.net> [Mon, 31 Jul 2000 01:09:08 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Mon, 31 Jul 2000 01:09:05 +0000 (01:09 +0000)]
NEWS update

24 years agofix for bug #5672
Hartmut Holzgraefe [Sun, 30 Jul 2000 21:55:27 +0000 (21:55 +0000)]
fix for bug #5672

24 years ago@Added XML_Parser class in PEAR (Stig)
Stig Bakken [Sun, 30 Jul 2000 17:41:31 +0000 (17:41 +0000)]
@Added XML_Parser class in PEAR (Stig)
@Added "make test" target in pear/ and added some regression tests (Stig)
Also fixed a bug in the PEAR class that was discovered when testing :-)

24 years ago#Damn. It still crashes in some situations. So this was bogus. =(
foobar [Sun, 30 Jul 2000 15:48:09 +0000 (15:48 +0000)]
#Damn. It still crashes in some situations. So this was bogus. =(

24 years agoFix file upload types array handling (#5836)
Stanislav Malyshev [Sun, 30 Jul 2000 11:22:18 +0000 (11:22 +0000)]
Fix file upload types array handling (#5836)

24 years agoFix bug in strip_tags function as per bug #5857
Rasmus Lerdorf [Sun, 30 Jul 2000 05:04:06 +0000 (05:04 +0000)]
Fix bug in strip_tags function as per bug #5857
@ Fix bug in strip_tags function as per bug #5857 (Rasmus)

24 years agoRefactor in support of subclassing
Sam Ruby [Sun, 30 Jul 2000 04:50:31 +0000 (04:50 +0000)]
Refactor in support of subclassing

24 years agoChangeLog update
<changelog@php.net> [Sun, 30 Jul 2000 01:09:10 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Sun, 30 Jul 2000 01:09:07 +0000 (01:09 +0000)]
NEWS update

24 years agoThis url symbol was a bit too generic. Change it to php_url instead.
Rasmus Lerdorf [Sat, 29 Jul 2000 22:32:21 +0000 (22:32 +0000)]
This url symbol was a bit too generic.  Change it to php_url instead.
It was clashing with a similar typedef in the UdmSearch integration I am
working on.

24 years ago@- Fixed bug in imap_compose_mail() which caused crashes. (Jani)
foobar [Sat, 29 Jul 2000 18:45:06 +0000 (18:45 +0000)]
@- Fixed bug in imap_compose_mail() which caused crashes. (Jani)
# This one was only partly ported from php3. As some user pointed it out,
# it was working in 3.0.x. But this needs further hacking. Some error
# handlers, at least. Fixes bugs #3337 and #5084.

24 years ago@- Fix reading of IPTC via GetImageInfo() for certain JPEG files. (Thies)
Thies C. Arntzen [Sat, 29 Jul 2000 15:29:35 +0000 (15:29 +0000)]
@- Fix reading of IPTC via GetImageInfo() for certain JPEG files. (Thies)

24 years agoAdd a couple of notes to the INSTALL file to hopefully cut down on a
Rasmus Lerdorf [Sat, 29 Jul 2000 15:02:23 +0000 (15:02 +0000)]
Add a couple of notes to the INSTALL file to hopefully cut down on a
couple of frequently asked questions.

24 years agoMade ob_start() and friends reentrant. It's now possible to implement this
Zeev Suraski [Sat, 29 Jul 2000 14:46:09 +0000 (14:46 +0000)]
Made ob_start() and friends reentrant.  It's now possible to implement this
long-requested functionality, now that output buffering is re-entrant:

function eval_ret($code)
{
ob_start();
eval($code);
$retval = ob_get_contents();
ob_end_clean();
return $retval;
}

24 years ago- Update .dsp's
Zeev Suraski [Sat, 29 Jul 2000 10:48:57 +0000 (10:48 +0000)]
- Update .dsp's
- Make non ZTS Win32 build again

24 years agoFix filename issues
Zeev Suraski [Sat, 29 Jul 2000 10:44:13 +0000 (10:44 +0000)]
Fix filename issues

24 years agoFix #5817 and really, really check what gets passed further...
Jouni Ahto [Sat, 29 Jul 2000 06:07:26 +0000 (06:07 +0000)]
Fix #5817 and really, really check what gets passed further...

24 years agoRemoved an extra tab, it caused problems for Digital Unix' poor native make...
Jouni Ahto [Sat, 29 Jul 2000 04:45:38 +0000 (04:45 +0000)]
Removed an extra tab, it caused problems for Digital Unix' poor native make...

24 years agoThis should fix #5826.
Jouni Ahto [Sat, 29 Jul 2000 04:24:11 +0000 (04:24 +0000)]
This should fix #5826.

24 years agoJust cleaning up.
foobar [Sat, 29 Jul 2000 03:59:05 +0000 (03:59 +0000)]
Just cleaning up.

24 years agoChangeLog update
<changelog@php.net> [Sat, 29 Jul 2000 01:09:15 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Sat, 29 Jul 2000 01:09:07 +0000 (01:09 +0000)]
NEWS update

24 years agoFixes bug which caused crash, if result_entry wasn't valid.
foobar [Fri, 28 Jul 2000 22:39:22 +0000 (22:39 +0000)]
Fixes bug which caused crash, if result_entry wasn't valid.

24 years ago# Oops..where did those creep in? =(
foobar [Fri, 28 Jul 2000 21:48:16 +0000 (21:48 +0000)]
# Oops..where did those creep in? =(

24 years ago@- Made ldap_add(), ldap_modify(), ldap_mod_add(), ldap_mod_replace()
foobar [Fri, 28 Jul 2000 21:31:02 +0000 (21:31 +0000)]
@- Made ldap_add(), ldap_modify(), ldap_mod_add(), ldap_mod_replace()
@  binary-safe. Original patch: Terrence Miao <terrence_miao@email.com> (Jani)
#Thanks go to Terrence for making a patch correcting this bug in php3.0.12...
#A patch, which somehow wasn't included at all in it?-) I wonder why..?

24 years ago* PEAR now stands for "PHP Extension and Application Repository"
Stig Bakken [Fri, 28 Jul 2000 21:05:00 +0000 (21:05 +0000)]
* PEAR now stands for "PHP Extension and Application Repository"

24 years agoMoving the Socket class to Net/Socket.php, and basing it on code that Stig
Chuck Hagenbuch [Fri, 28 Jul 2000 15:27:18 +0000 (15:27 +0000)]
Moving the Socket class to Net/Socket.php, and basing it on code that Stig
wrote, with a few extra utility functions from my old class.

Stig, I mucked with the constructor a bit since it didn't quite make sense
exactly as it was - does it still do what was intended?

Also, are the emacs folding things (// {{{ functionname() ...) a PEAR
standard? How do they fit with the javadoc?

24 years agoadded '-l' option to command line / CGI version for 'syntax check only'
Hartmut Holzgraefe [Fri, 28 Jul 2000 15:21:20 +0000 (15:21 +0000)]
added '-l' option to command line / CGI version for 'syntax check only'
plus a little cleanup and rearranging in command line option parsing

@ CGI aka. command line version has now an option '-l' for syntax check
@   without execution (Hartmut)

24 years agoshould fix bug #5729
Hartmut Holzgraefe [Fri, 28 Jul 2000 12:21:44 +0000 (12:21 +0000)]
should fix bug #5729

# I'm unable to test, as I still haven't got working Windows
# Please check that it compiles.

24 years agoMake define return false and issue E_NOTICE when trying to redefine constant
Stanislav Malyshev [Fri, 28 Jul 2000 09:44:46 +0000 (09:44 +0000)]
Make define return false and issue E_NOTICE when trying to redefine constant
@- Make define return false and issue E_NOTICE when trying to redefine constant (Stas)

24 years agoChangeLog update
<changelog@php.net> [Fri, 28 Jul 2000 01:09:11 +0000 (01:09 +0000)]
ChangeLog update