]>
granicus.if.org Git - php/log
foobar [Tue, 23 Oct 2001 11:14:51 +0000 (11:14 +0000)]
Check that realpath is available. Bug: #9469
# TSRM still uses it without checking. I can't fix that.
foobar [Tue, 23 Oct 2001 11:11:29 +0000 (11:11 +0000)]
Fix these to give correct results even if register_globals=off or
register_argc_argv=off.
foobar [Tue, 23 Oct 2001 10:31:56 +0000 (10:31 +0000)]
Fixed bug: #13782
foobar [Tue, 23 Oct 2001 09:19:11 +0000 (09:19 +0000)]
Support also --with-gd (without path). Please test this!
foobar [Tue, 23 Oct 2001 08:52:14 +0000 (08:52 +0000)]
This patch should reduce the amount of 'bogus' bug reports when people
have two or more different versions of GD library installed.
Zeev Suraski [Tue, 23 Oct 2001 01:23:36 +0000 (01:23 +0000)]
MFZE1
Zeev Suraski [Tue, 23 Oct 2001 01:18:54 +0000 (01:18 +0000)]
Prolong the death of dl() for a little while longer.
<changelog@php.net> [Tue, 23 Oct 2001 00:10:31 +0000 (00:10 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 23 Oct 2001 00:10:28 +0000 (00:10 +0000)]
NEWS update
Rasmus Lerdorf [Mon, 22 Oct 2001 20:49:27 +0000 (20:49 +0000)]
Use references instead of making a copy each time in array_init(). About
twice as fast for a high number of elements. 2.80 seconds for the copy
of 1,000,000 elements and 1.39s for the reference version. Need to chunk
it every 62k or so because refcount is a short.
Andrei Zmievski [Mon, 22 Oct 2001 20:37:11 +0000 (20:37 +0000)]
Fix-up.
Andrei Zmievski [Mon, 22 Oct 2001 20:28:57 +0000 (20:28 +0000)]
Adding some docs for new parameter parsing API. They really should be more
fleshed out.
Andrei Zmievski [Mon, 22 Oct 2001 19:46:48 +0000 (19:46 +0000)]
Remove redundant conversion.
Hartmut Holzgraefe [Mon, 22 Oct 2001 19:36:46 +0000 (19:36 +0000)]
new-style parameter parsing
Andrei Zmievski [Mon, 22 Oct 2001 16:25:43 +0000 (16:25 +0000)]
Fix build.
Andrei Zmievski [Mon, 22 Oct 2001 16:07:34 +0000 (16:07 +0000)]
Fix ZTS build.
Andrei Zmievski [Mon, 22 Oct 2001 15:18:06 +0000 (15:18 +0000)]
@- Added session_cache_expire() function. (patch from anuradha@gnu.org)
Jeroen van Wolffelaar [Mon, 22 Oct 2001 09:48:44 +0000 (09:48 +0000)]
.cvsignore now everywhere in ext/standard
Jeroen van Wolffelaar [Mon, 22 Oct 2001 09:44:27 +0000 (09:44 +0000)]
Make math tests pass, round & co don't work this way, and there was an error
in expected output
foobar [Mon, 22 Oct 2001 05:18:33 +0000 (05:18 +0000)]
Yet another missing .cvsignore file
foobar [Mon, 22 Oct 2001 02:53:39 +0000 (02:53 +0000)]
Missing .cvsignore files added.
foobar [Mon, 22 Oct 2001 02:53:08 +0000 (02:53 +0000)]
Use of deprecated stuff and having error_reporting(E_ALL) made the tests fail.
foobar [Mon, 22 Oct 2001 02:49:34 +0000 (02:49 +0000)]
Deprecated style used
foobar [Mon, 22 Oct 2001 02:38:19 +0000 (02:38 +0000)]
Added missing entry.
foobar [Mon, 22 Oct 2001 02:35:10 +0000 (02:35 +0000)]
Fixed bug: #12617
foobar [Mon, 22 Oct 2001 02:28:00 +0000 (02:28 +0000)]
Fixed bug: #12443
foobar [Mon, 22 Oct 2001 02:18:33 +0000 (02:18 +0000)]
Missing .cvsignore file
<changelog@php.net> [Mon, 22 Oct 2001 00:11:40 +0000 (00:11 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 22 Oct 2001 00:11:36 +0000 (00:11 +0000)]
NEWS update
Rasmus Lerdorf [Sun, 21 Oct 2001 17:41:15 +0000 (17:41 +0000)]
Check if PCRE support is compiled in and only use the pcre functions if
it is. Otherwise just set the realm to the safe mode user id if it isn't.
Sterling Hughes [Sun, 21 Oct 2001 17:23:39 +0000 (17:23 +0000)]
MFB
Rasmus Lerdorf [Sun, 21 Oct 2001 07:45:32 +0000 (07:45 +0000)]
Oops, leftover crud
Rasmus Lerdorf [Sun, 21 Oct 2001 07:42:35 +0000 (07:42 +0000)]
Motivated by bug #13607 I wrote up a simple array_init() function that
lets you quickly create an array and initialize each element to a certain
value.
@ Add array_init() function (Rasmus)
foobar [Sun, 21 Oct 2001 03:02:40 +0000 (03:02 +0000)]
missing entry
foobar [Sun, 21 Oct 2001 03:01:17 +0000 (03:01 +0000)]
Fixed bugs: #13251, #9827, #11363
<changelog@php.net> [Sun, 21 Oct 2001 00:12:45 +0000 (00:12 +0000)]
ChangeLog update
<changelog@php.net> [Sun, 21 Oct 2001 00:12:40 +0000 (00:12 +0000)]
NEWS update
Rasmus Lerdorf [Sun, 21 Oct 2001 00:03:55 +0000 (00:03 +0000)]
This made no sense before. Hide Authorization in getallheaders() but
display it from phpinfo()? Ouch!
@ Hide Authorization header from phpinfo() output in safe_mode (Rasmus)
Rasmus Lerdorf [Sat, 20 Oct 2001 22:01:56 +0000 (22:01 +0000)]
# Butt-ugly looking code here, but I need regular expressions to do this.
Re-instated safe-mode realm mangling as it was in php 2 and 3 albeit
in a somewhat more robust way.
@ Re-instated safe-mode realm mangling (Rasmus)
Andrei Zmievski [Sat, 20 Oct 2001 13:55:47 +0000 (13:55 +0000)]
MFHZ1
Andrei Zmievski [Sat, 20 Oct 2001 13:45:29 +0000 (13:45 +0000)]
Fix warning,
Derick Rethans [Sat, 20 Oct 2001 10:58:33 +0000 (10:58 +0000)]
- Fix for bug #13413
<changelog@php.net> [Sat, 20 Oct 2001 00:10:16 +0000 (00:10 +0000)]
ChangeLog update
Andrei Zmievski [Fri, 19 Oct 2001 19:48:35 +0000 (19:48 +0000)]
convert to use new parameter parsing API.
Andrei Zmievski [Fri, 19 Oct 2001 19:21:58 +0000 (19:21 +0000)]
Converting to use new parameter parsing API.
Egon Schmid [Fri, 19 Oct 2001 19:21:28 +0000 (19:21 +0000)]
Fixed other protos.
Jason Greene [Fri, 19 Oct 2001 18:45:33 +0000 (18:45 +0000)]
Fix news entry
Egon Schmid [Fri, 19 Oct 2001 18:42:25 +0000 (18:42 +0000)]
Fixed another proto.
Andrei Zmievski [Fri, 19 Oct 2001 18:26:30 +0000 (18:26 +0000)]
Conver to use new parameter parsing API.
Edin Kadribasic [Fri, 19 Oct 2001 18:06:37 +0000 (18:06 +0000)]
Fixed last argument in strlcat() call.
Andrei Zmievski [Fri, 19 Oct 2001 17:16:12 +0000 (17:16 +0000)]
Convert to use new parameter parsing API.
Edin Kadribasic [Fri, 19 Oct 2001 15:54:05 +0000 (15:54 +0000)]
Changed strncpy=>strlcpy; strncat=>strlcat
<changelog@php.net> [Fri, 19 Oct 2001 00:09:58 +0000 (00:09 +0000)]
ChangeLog update
Frank M. Kromann [Thu, 18 Oct 2001 19:24:51 +0000 (19:24 +0000)]
Reverting the last fix for ZTS and adding TSRMLS_FETCH() to make it work.
Frank M. Kromann [Thu, 18 Oct 2001 17:47:35 +0000 (17:47 +0000)]
Adding include path for having curl header and libraries in php_build\curl
Frank M. Kromann [Thu, 18 Oct 2001 17:46:57 +0000 (17:46 +0000)]
Fixing ZTS build on win32
Sterling Hughes [Thu, 18 Oct 2001 09:12:39 +0000 (09:12 +0000)]
fix ws issue introduce in my use_trans_sid commit...
# still getting used to emacs
Sterling Hughes [Thu, 18 Oct 2001 09:10:05 +0000 (09:10 +0000)]
fix formatting, this line really was too long ;)
Sterling Hughes [Thu, 18 Oct 2001 09:05:16 +0000 (09:05 +0000)]
force use of the session.use_trans_sid setting
Sebastian Bergmann [Thu, 18 Oct 2001 08:53:08 +0000 (08:53 +0000)]
Add php_overload.dll.
Sebastian Bergmann [Thu, 18 Oct 2001 08:49:37 +0000 (08:49 +0000)]
Add ext/overload to modules workspace.
Harald Radi [Thu, 18 Oct 2001 08:25:39 +0000 (08:25 +0000)]
fixed wrong constant definition
Harald Radi [Thu, 18 Oct 2001 08:14:56 +0000 (08:14 +0000)]
fix linkage error
<changelog@php.net> [Thu, 18 Oct 2001 00:10:29 +0000 (00:10 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 18 Oct 2001 00:10:25 +0000 (00:10 +0000)]
NEWS update
Egon Schmid [Wed, 17 Oct 2001 18:52:33 +0000 (18:52 +0000)]
Fixed some protos.
Frank M. Kromann [Wed, 17 Oct 2001 18:36:32 +0000 (18:36 +0000)]
Return a warning when fbsql_read_blob or fbsql_read_clob is called with an invalid handle
Andrei Zmievski [Wed, 17 Oct 2001 18:20:19 +0000 (18:20 +0000)]
@- Fixed a bug in preg_replace() that would change the type of the replacement
@ array entries to string. (Andrei)
Harald Radi [Wed, 17 Oct 2001 12:50:44 +0000 (12:50 +0000)]
rename com module entry
Harald Radi [Wed, 17 Oct 2001 12:50:12 +0000 (12:50 +0000)]
rename module entry
Harald Radi [Wed, 17 Oct 2001 12:48:26 +0000 (12:48 +0000)]
fixed unicode bug
Harald Radi [Wed, 17 Oct 2001 00:57:12 +0000 (00:57 +0000)]
win32 project file
<changelog@php.net> [Wed, 17 Oct 2001 00:11:34 +0000 (00:11 +0000)]
ChangeLog update
Frank M. Kromann [Tue, 16 Oct 2001 23:08:38 +0000 (23:08 +0000)]
Adding new functions to retreive LOB data.
fbsql_set_lob_mode() is used to switch from FBSQL_LOB_DIRECT to FBSQL_LOB_HANDLE
when LOBS are retreived as FBSQL_LOB_HANDLE the user must call fbsql_read_blob() or fbsql_read_clob() to get the data.
foobar [Tue, 16 Oct 2001 17:08:11 +0000 (17:08 +0000)]
fixed proto
<changelog@php.net> [Tue, 16 Oct 2001 00:10:12 +0000 (00:10 +0000)]
ChangeLog update
Edin Kadribasic [Mon, 15 Oct 2001 23:30:40 +0000 (23:30 +0000)]
Fixed bug #13083 in http_fopen_wrapper.c which is now able to handle
non absolute redirects.
Andrei Zmievski [Mon, 15 Oct 2001 20:32:56 +0000 (20:32 +0000)]
Adding user-space object overloading extension.
Sebastian Bergmann [Mon, 15 Oct 2001 20:18:02 +0000 (20:18 +0000)]
Bump version.
Stig Bakken [Mon, 15 Oct 2001 18:58:48 +0000 (18:58 +0000)]
* bump version
Stig Bakken [Mon, 15 Oct 2001 18:36:43 +0000 (18:36 +0000)]
fix bug #13479
Frank M. Kromann [Mon, 15 Oct 2001 17:33:14 +0000 (17:33 +0000)]
Fixing problem with indirect blobs
Stig Bakken [Mon, 15 Oct 2001 08:29:00 +0000 (08:29 +0000)]
* set PHP_EXTENSION_DIR to c:\php4 and change the default
PHP_INCLUDE_PATH to c:\php4\pear
Stig Bakken [Mon, 15 Oct 2001 08:20:03 +0000 (08:20 +0000)]
* this line is from php-gtk. hum.
Stig Bakken [Mon, 15 Oct 2001 05:47:07 +0000 (05:47 +0000)]
* fix Windows default include path
Stig Bakken [Mon, 15 Oct 2001 05:40:31 +0000 (05:40 +0000)]
* updated version numbers, moved extension version change to 4.1.0
<changelog@php.net> [Mon, 15 Oct 2001 00:10:52 +0000 (00:10 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 15 Oct 2001 00:10:48 +0000 (00:10 +0000)]
NEWS update
Egon Schmid [Sun, 14 Oct 2001 09:24:37 +0000 (09:24 +0000)]
Fixed some spelling errors.
Markus Fischer [Sun, 14 Oct 2001 01:23:07 +0000 (01:23 +0000)]
Made error returning on missing extensions consistent across all backends
<changelog@php.net> [Sun, 14 Oct 2001 00:10:59 +0000 (00:10 +0000)]
ChangeLog update
Sascha Schumann [Sat, 13 Oct 2001 23:43:49 +0000 (23:43 +0000)]
Either sizeof(struct stat) or sizeof f_stat, but not sizeof stat.
Adam Dickmeiss [Sat, 13 Oct 2001 22:35:11 +0000 (22:35 +0000)]
Fixed thread-safe compile. Thanks to Jani Taskinen.
foobar [Sat, 13 Oct 2001 15:06:14 +0000 (15:06 +0000)]
Fixed bug: #13652
foobar [Sat, 13 Oct 2001 14:55:51 +0000 (14:55 +0000)]
This file is generated.
foobar [Sat, 13 Oct 2001 13:12:30 +0000 (13:12 +0000)]
ws fix.
Martin Jansen [Sat, 13 Oct 2001 09:32:34 +0000 (09:32 +0000)]
* updated email adress
Adam Dickmeiss [Sat, 13 Oct 2001 07:38:32 +0000 (07:38 +0000)]
Fix backwards source compatibility.
Martin Jansen [Sat, 13 Oct 2001 06:22:09 +0000 (06:22 +0000)]
* fixed problem with copyright header on some systems.
<changelog@php.net> [Sat, 13 Oct 2001 00:10:43 +0000 (00:10 +0000)]
ChangeLog update