]> granicus.if.org Git - php/log
php
23 years agoLet's not crash when no error str has been set
Rasmus Lerdorf [Fri, 7 Dec 2001 17:29:53 +0000 (17:29 +0000)]
Let's not crash when no error str has been set

23 years agoFix for bug #13628.
Dan Kalowsky [Fri, 7 Dec 2001 17:21:49 +0000 (17:21 +0000)]
Fix for bug #13628.
# basically handles a SQL_ERROR case for all odbc_execute()'s

23 years agofix #13801 (imap_rfc822_parse_adrlist changes arg1)
Thies C. Arntzen [Fri, 7 Dec 2001 16:48:36 +0000 (16:48 +0000)]
fix #13801 (imap_rfc822_parse_adrlist changes arg1)

23 years agoMake sure refcount is 1 on stack zval.
Andrei Zmievski [Fri, 7 Dec 2001 14:30:55 +0000 (14:30 +0000)]
Make sure refcount is 1 on stack zval.

23 years agoold stuff removed
Hartmut Holzgraefe [Fri, 7 Dec 2001 14:25:10 +0000 (14:25 +0000)]
old stuff removed

23 years agoFix long2ip's handling of unsigned longs, by accepting a string argument and
Sterling Hughes [Fri, 7 Dec 2001 13:20:18 +0000 (13:20 +0000)]
Fix long2ip's handling of unsigned longs, by accepting a string argument and
then manually converting the string to an unsigned long using strtoul()

23 years agoproto fixes
Hartmut Holzgraefe [Fri, 7 Dec 2001 10:17:20 +0000 (10:17 +0000)]
proto fixes

23 years agoproto fix
Hartmut Holzgraefe [Fri, 7 Dec 2001 10:10:47 +0000 (10:10 +0000)]
proto fix

23 years ago- proto descriptions
Hartmut Holzgraefe [Fri, 7 Dec 2001 09:49:26 +0000 (09:49 +0000)]
- proto descriptions
- changed to new parameter parser api
- changed to K&R style
- various cleanups

23 years agoFixed one proto.
Egon Schmid [Fri, 7 Dec 2001 09:47:35 +0000 (09:47 +0000)]
Fixed one proto.

23 years agoFixed some protos.
Egon Schmid [Fri, 7 Dec 2001 09:34:50 +0000 (09:34 +0000)]
Fixed some protos.

23 years ago* configure help indent fix
Stig Bakken [Fri, 7 Dec 2001 09:08:02 +0000 (09:08 +0000)]
* configure help indent fix

23 years agoproto fix
Hartmut Holzgraefe [Fri, 7 Dec 2001 07:27:00 +0000 (07:27 +0000)]
proto fix

23 years agoprotos prepared
Hartmut Holzgraefe [Fri, 7 Dec 2001 07:21:05 +0000 (07:21 +0000)]
protos prepared

23 years agoAll right, let people RTFM.
Andrei Zmievski [Fri, 7 Dec 2001 06:19:20 +0000 (06:19 +0000)]
All right, let people RTFM.

23 years agoAdd fold markers in strategic places and improve MINIT function a bit.
Andrei Zmievski [Fri, 7 Dec 2001 06:15:02 +0000 (06:15 +0000)]
Add fold markers in strategic places and improve MINIT function a bit.

23 years agoIf the method exists in object's function table, call it directly without
Andrei Zmievski [Fri, 7 Dec 2001 06:08:15 +0000 (06:08 +0000)]
If the method exists in object's function table, call it directly without
using __call() handler.

23 years agoSupport overloaded method calls via __call().
Andrei Zmievski [Fri, 7 Dec 2001 05:46:02 +0000 (05:46 +0000)]
Support overloaded method calls via __call().

23 years agoapr_table_elts are now const
Doug MacEachern [Fri, 7 Dec 2001 05:34:44 +0000 (05:34 +0000)]
apr_table_elts are now const

23 years agorename functions to match those supported in the apache 1.3 module:
Doug MacEachern [Fri, 7 Dec 2001 05:31:07 +0000 (05:31 +0000)]
rename functions to match those supported in the apache 1.3 module:
 apache_sub_request -> virtual
 get_all_headers    -> getallheaders

23 years agoChangeLog update
<changelog@php.net> [Fri, 7 Dec 2001 01:10:36 +0000 (01:10 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Fri, 7 Dec 2001 01:10:33 +0000 (01:10 +0000)]
NEWS update

23 years agoadded protos (but without description yet)
Hartmut Holzgraefe [Thu, 6 Dec 2001 22:27:49 +0000 (22:27 +0000)]
added protos (but without description yet)

23 years agosome cleanup of ext_skel stuff
Hartmut Holzgraefe [Thu, 6 Dec 2001 21:55:34 +0000 (21:55 +0000)]
some cleanup of ext_skel stuff

23 years agowhitespace/indent
Hartmut Holzgraefe [Thu, 6 Dec 2001 21:51:52 +0000 (21:51 +0000)]
whitespace/indent

23 years agorenamed rot13 to str_rot13()
Hartmut Holzgraefe [Thu, 6 Dec 2001 21:39:01 +0000 (21:39 +0000)]
renamed rot13 to str_rot13()

23 years agoproto fix
Hartmut Holzgraefe [Thu, 6 Dec 2001 19:18:41 +0000 (19:18 +0000)]
proto fix

23 years agoneed to call ap_destroy_sub_req() before RETURN_TRUE in apache_sub_req()
Doug MacEachern [Thu, 6 Dec 2001 19:03:29 +0000 (19:03 +0000)]
need to call ap_destroy_sub_req() before RETURN_TRUE in apache_sub_req()
(Jon Parise <jon@php.net>)

23 years agoported rot13() from php3
Hartmut Holzgraefe [Thu, 6 Dec 2001 19:02:27 +0000 (19:02 +0000)]
ported rot13() from php3

23 years agoFix shared extension linking when compiling with e.g. CGI sapi.
foobar [Thu, 6 Dec 2001 19:01:43 +0000 (19:01 +0000)]
Fix shared extension linking when compiling with e.g. CGI sapi.

23 years agoproto fixes
Hartmut Holzgraefe [Thu, 6 Dec 2001 18:59:22 +0000 (18:59 +0000)]
proto fixes

23 years agoproto fixes
Hartmut Holzgraefe [Thu, 6 Dec 2001 18:37:05 +0000 (18:37 +0000)]
proto fixes

23 years ago- Support constants. The following works now:
Andi Gutmans [Thu, 6 Dec 2001 18:05:18 +0000 (18:05 +0000)]
- Support constants. The following works now:
<?
class foo {
const GC = "foo constant\n";
}

define("GC", "Global constant\n");

namespace;
print GC;
namespace foo;
print GC;
namespace;
print foo::GC;

?>

23 years agoproto fixes
Hartmut Holzgraefe [Thu, 6 Dec 2001 17:51:48 +0000 (17:51 +0000)]
proto fixes

23 years ago- Initial work on changing namespace scope. Only methods & variables
Andi Gutmans [Thu, 6 Dec 2001 17:47:04 +0000 (17:47 +0000)]
- Initial work on changing namespace scope. Only methods & variables
- right now.
<?
$hey = "Global hey\n";

class foo {
static $hey = "Namespace hey\n";
function bar()
{
print "in foo::bar()\n";
}
}
function bar()
{
print "in bar()\n";
}

bar();
namespace foo;
bar();
namespace;
bar();
namespace foo;
$bar_indirect = "bar";
$bar_indirect();

namespace;
print $hey;
namespace foo;
print $hey;
$hey = "Namespace hey #2\n";
namespace;
print $hey;
$hey = "Global hey #2\n";
namespace foo;
print $hey;
?>

23 years ago- Nuke the namespace work I did. It'll be redone differently.
Andi Gutmans [Thu, 6 Dec 2001 17:23:08 +0000 (17:23 +0000)]
- Nuke the namespace work I did. It'll be redone differently.

23 years agofixing the proto fixes
Hartmut Holzgraefe [Thu, 6 Dec 2001 17:18:10 +0000 (17:18 +0000)]
fixing the proto fixes

23 years agoproto fix
Hartmut Holzgraefe [Thu, 6 Dec 2001 17:15:59 +0000 (17:15 +0000)]
proto fix

23 years agoproto fix (sort of)
Hartmut Holzgraefe [Thu, 6 Dec 2001 17:11:42 +0000 (17:11 +0000)]
proto fix (sort of)

23 years agoproto fixes
Hartmut Holzgraefe [Thu, 6 Dec 2001 17:09:09 +0000 (17:09 +0000)]
proto fixes

23 years agoWork around a quirk in the MySQL client library to fix unbuffered queries
Zeev Suraski [Thu, 6 Dec 2001 15:04:23 +0000 (15:04 +0000)]
Work around a quirk in the MySQL client library to fix unbuffered queries

23 years agoFix session_unregister()
Zeev Suraski [Thu, 6 Dec 2001 14:20:20 +0000 (14:20 +0000)]
Fix session_unregister()

23 years agoRemove PS_DEL_VAR macro, always use PS_DEL_VARL()
Zeev Suraski [Thu, 6 Dec 2001 13:33:10 +0000 (13:33 +0000)]
Remove PS_DEL_VAR macro, always use PS_DEL_VARL()

23 years agouse PHP_INFO_ALL and PHP_CREDITS_ALL instead of hardcoding them
Sterling Hughes [Thu, 6 Dec 2001 13:31:34 +0000 (13:31 +0000)]
use PHP_INFO_ALL and PHP_CREDITS_ALL instead of hardcoding them

23 years ago2 arguments, not 3
Sterling Hughes [Thu, 6 Dec 2001 11:44:38 +0000 (11:44 +0000)]
2 arguments, not 3

23 years ago- Prototype new parameter which forces the creation of new links.
Markus Fischer [Thu, 6 Dec 2001 09:56:24 +0000 (09:56 +0000)]
- Prototype new parameter which forces the creation of new links.

23 years agoIgnore .reg files created by pear_registry test.
foobar [Thu, 6 Dec 2001 05:42:28 +0000 (05:42 +0000)]
Ignore .reg files created by pear_registry test.

23 years agoFix broken format string in socket_recv -> zend_parse_parameters
Jason Greene [Thu, 6 Dec 2001 04:44:23 +0000 (04:44 +0000)]
Fix broken format string in socket_recv -> zend_parse_parameters
Rewrote socket_setopt and socket_getopt to be cleaner
@Added support for SO_RCVTIMEO and SO_SNDTIMEO to ext/sockets (Jason)

23 years agoFix test when allow_call_time_pass_reference = Off
foobar [Thu, 6 Dec 2001 04:43:58 +0000 (04:43 +0000)]
Fix test when allow_call_time_pass_reference = Off

23 years agodestroy subrequests returned from ap_sub_req_lookup_uri
Doug MacEachern [Thu, 6 Dec 2001 01:25:48 +0000 (01:25 +0000)]
destroy subrequests returned from ap_sub_req_lookup_uri

23 years agoChangeLog update
<changelog@php.net> [Thu, 6 Dec 2001 01:10:43 +0000 (01:10 +0000)]
ChangeLog update

23 years agocall to ap_sub_req_lookup_uri() needs to pass ctx->f->next rather than
Doug MacEachern [Thu, 6 Dec 2001 00:53:58 +0000 (00:53 +0000)]
call to ap_sub_req_lookup_uri() needs to pass ctx->f->next rather than
NULL for next_filter argument in order for ap_run_sub_req() output to
end up where expected.  ("William A. Rowe, Jr." <wrowe@rowe-clan.net>)

23 years agoproto fix
Hartmut Holzgraefe [Wed, 5 Dec 2001 23:07:13 +0000 (23:07 +0000)]
proto fix

23 years agoproto fixes
Hartmut Holzgraefe [Wed, 5 Dec 2001 23:01:21 +0000 (23:01 +0000)]
proto fixes

23 years agoproto fix
Hartmut Holzgraefe [Wed, 5 Dec 2001 22:43:21 +0000 (22:43 +0000)]
proto fix

23 years agoproto fixes
Hartmut Holzgraefe [Wed, 5 Dec 2001 22:38:49 +0000 (22:38 +0000)]
proto fixes

23 years agoincrease timestamp, because make tries to regenerate this file without any reason
Sascha Schumann [Wed, 5 Dec 2001 21:45:33 +0000 (21:45 +0000)]
increase timestamp, because make tries to regenerate this file without any reason

23 years agoRemove redundant include
Zeev Suraski [Wed, 5 Dec 2001 13:46:36 +0000 (13:46 +0000)]
Remove redundant include

23 years agoDocument recent changes.
Sebastian Bergmann [Wed, 5 Dec 2001 07:04:16 +0000 (07:04 +0000)]
Document recent changes.

23 years agoChangeLog update
<changelog@php.net> [Wed, 5 Dec 2001 01:10:23 +0000 (01:10 +0000)]
ChangeLog update

23 years agoStore the read bytes so that some sapi modules know how much to read.
foobar [Wed, 5 Dec 2001 00:44:17 +0000 (00:44 +0000)]
Store the read bytes so that some sapi modules know how much to read.

23 years agoMake it more clear what session.referer_check is about.
foobar [Wed, 5 Dec 2001 00:32:23 +0000 (00:32 +0000)]
Make it more clear what session.referer_check is about.

23 years agoRemove check for "To:" in headers. If "Reply-To:" exists the the To: entry was not...
Frank M. Kromann [Tue, 4 Dec 2001 23:33:52 +0000 (23:33 +0000)]
Remove check for "To:" in headers. If "Reply-To:" exists the the To: entry was not created.
This is WIn32 only.

23 years agoproto fix
Hartmut Holzgraefe [Tue, 4 Dec 2001 22:57:16 +0000 (22:57 +0000)]
proto fix

23 years agoproto fix
Hartmut Holzgraefe [Tue, 4 Dec 2001 22:49:53 +0000 (22:49 +0000)]
proto fix

23 years agoproto fixes
Hartmut Holzgraefe [Tue, 4 Dec 2001 22:46:06 +0000 (22:46 +0000)]
proto fixes

23 years agoproto fix
Hartmut Holzgraefe [Tue, 4 Dec 2001 22:14:28 +0000 (22:14 +0000)]
proto fix

23 years agoproto fixes
Hartmut Holzgraefe [Tue, 4 Dec 2001 21:18:26 +0000 (21:18 +0000)]
proto fixes

23 years agoMake the length parameter to fgets optional (defaults to 1024)
Sterling Hughes [Tue, 4 Dec 2001 19:40:48 +0000 (19:40 +0000)]
Make the length parameter to fgets optional (defaults to 1024)

23 years agoEnable imap_mail() on win32
Frank M. Kromann [Tue, 4 Dec 2001 18:47:32 +0000 (18:47 +0000)]
Enable imap_mail() on win32

23 years agomodified to enable imap_mail() on win32
Frank M. Kromann [Tue, 4 Dec 2001 18:47:07 +0000 (18:47 +0000)]
modified to enable imap_mail() on win32

23 years agoAdding files to enable imap_mail() on win32
Frank M. Kromann [Tue, 4 Dec 2001 18:46:49 +0000 (18:46 +0000)]
Adding files to enable imap_mail() on win32

23 years ago- Damn Zeev :)
Andi Gutmans [Tue, 4 Dec 2001 17:58:32 +0000 (17:58 +0000)]
- Damn Zeev :)

23 years agoMark sapi/servlet as what it is: experimental.
Sebastian Bergmann [Tue, 4 Dec 2001 13:20:26 +0000 (13:20 +0000)]
Mark sapi/servlet as what it is: experimental.

23 years agoMark ext/java as what it is: experimental.
Sebastian Bergmann [Tue, 4 Dec 2001 13:19:42 +0000 (13:19 +0000)]
Mark ext/java as what it is: experimental.

23 years agoAdd Win32 specific files to .cvsignore.
Sebastian Bergmann [Tue, 4 Dec 2001 13:19:04 +0000 (13:19 +0000)]
Add Win32 specific files to .cvsignore.

23 years agoAdd XMLRPC extension.
Sebastian Bergmann [Tue, 4 Dec 2001 05:32:07 +0000 (05:32 +0000)]
Add XMLRPC extension.

23 years agoChangeLog update
<changelog@php.net> [Tue, 4 Dec 2001 01:10:53 +0000 (01:10 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Tue, 4 Dec 2001 01:10:50 +0000 (01:10 +0000)]
NEWS update

23 years agotypo fix
foobar [Tue, 4 Dec 2001 00:28:36 +0000 (00:28 +0000)]
typo fix

23 years ago- Let's not default to any set of extra libraries. This way any kind of
foobar [Mon, 3 Dec 2001 23:54:10 +0000 (23:54 +0000)]
- Let's not default to any set of extra libraries. This way any kind of
  builds of pdflib work. And this configure stays simple.

23 years agoMake xmlrpc module compilable on windows. compiles, but untested.
Shane Caraveo [Mon, 3 Dec 2001 22:33:32 +0000 (22:33 +0000)]
Make xmlrpc module compilable on windows.  compiles, but untested.

23 years ago- Missed one
Andi Gutmans [Mon, 3 Dec 2001 20:55:59 +0000 (20:55 +0000)]
- Missed one

23 years ago- Nuke REGISTER_MAIN_*. Extension maintainers please make sure I didn't
Andi Gutmans [Mon, 3 Dec 2001 20:54:23 +0000 (20:54 +0000)]
- Nuke REGISTER_MAIN_*. Extension maintainers please make sure I didn't
- change something I wasn't supposed to. It should be fine IMO.

23 years agoFix declarations of static variables. Builds on AIX now.
Sascha Schumann [Mon, 3 Dec 2001 15:32:12 +0000 (15:32 +0000)]
Fix declarations of static variables.  Builds on AIX now.

23 years agoAdd a content length field to perhaps eliminate null truncation
Sterling Hughes [Mon, 3 Dec 2001 12:24:03 +0000 (12:24 +0000)]
Add a content length field to perhaps eliminate null truncation

23 years agoRe-add support for HTTP file uploads
Sterling Hughes [Mon, 3 Dec 2001 09:19:14 +0000 (09:19 +0000)]
Re-add support for HTTP file uploads

23 years agoMFB
Sterling Hughes [Mon, 3 Dec 2001 08:28:12 +0000 (08:28 +0000)]
MFB

23 years ago- Added ob_get_level, which returns the nesting level of the output buffering
Derick Rethans [Mon, 3 Dec 2001 07:43:53 +0000 (07:43 +0000)]
- Added ob_get_level, which returns the nesting level of the output buffering
  mechanism. (patch by Yasuo Ohgaki <yasuo_ohgaki@yahoo.com>)
@- Added ob_get_level, which returns the nesting level of the output buffering
@  mechanism. (Yasuo, Derick)

23 years agoMake php_reg_replace available from shared extensions
Frank M. Kromann [Mon, 3 Dec 2001 05:15:29 +0000 (05:15 +0000)]
Make php_reg_replace available from shared extensions

23 years agoMake php_MD5* functions available from shared extensions
Frank M. Kromann [Mon, 3 Dec 2001 05:14:28 +0000 (05:14 +0000)]
Make php_MD5* functions available from shared extensions

23 years agoMake _php_math_number_format available from shared extensions
Frank M. Kromann [Mon, 3 Dec 2001 05:12:48 +0000 (05:12 +0000)]
Make _php_math_number_format available from shared extensions

23 years agoMake php_startpage and php_getlastmod available from shared extensions
Frank M. Kromann [Mon, 3 Dec 2001 05:11:29 +0000 (05:11 +0000)]
Make php_startpage and php_getlastmod available from shared extensions

23 years agoMake php_setcookie available from shared extensions
Frank M. Kromann [Mon, 3 Dec 2001 05:10:10 +0000 (05:10 +0000)]
Make php_setcookie available from shared extensions

23 years agoChangeLog update
<changelog@php.net> [Mon, 3 Dec 2001 01:10:54 +0000 (01:10 +0000)]
ChangeLog update

23 years agoadded mssql_fetch_assoc() to be more mysql conform
Harald Radi [Sun, 2 Dec 2001 21:10:15 +0000 (21:10 +0000)]
added mssql_fetch_assoc() to be more mysql conform
changed mssql_fetch_array() back to its default behaviour (MSSQL_BOTH)

23 years ago- switch to new paramter parser
Hartmut Holzgraefe [Sun, 2 Dec 2001 17:57:17 +0000 (17:57 +0000)]
- switch to new paramter parser
- make sure To: and Subject: do not end with a newline character

23 years agoPlease Egon.
Markus Fischer [Sun, 2 Dec 2001 17:40:38 +0000 (17:40 +0000)]
Please Egon.

23 years agoAllow unserializer_callback_func to be turned off.
Bernd Roemer [Sun, 2 Dec 2001 17:31:11 +0000 (17:31 +0000)]
Allow unserializer_callback_func to be turned off.

23 years agoRename Dependencie.php to Dependency.php
Tomas V.V.Cox [Sun, 2 Dec 2001 16:29:37 +0000 (16:29 +0000)]
Rename Dependencie.php to Dependency.php