]> granicus.if.org Git - php/log
php
22 years agoSyncronize bunbled GD with gd 2.0.14
Ilia Alshanetsky [Tue, 3 Jun 2003 23:54:56 +0000 (23:54 +0000)]
Syncronize bunbled GD with gd 2.0.14

22 years agoLast set of integer overflow checks.
Ilia Alshanetsky [Tue, 3 Jun 2003 23:42:31 +0000 (23:42 +0000)]
Last set of integer overflow checks.

22 years agoInteger overflow checks.
Ilia Alshanetsky [Tue, 3 Jun 2003 23:23:21 +0000 (23:23 +0000)]
Integer overflow checks.

22 years agogod bless valgrind.
Sterling Hughes [Tue, 3 Jun 2003 19:36:20 +0000 (19:36 +0000)]
god bless valgrind.
fix double free where object is prematurely dtor'd. I should probably convert
the simplexml nodes over to this system too.  Actually the new dom extension
and everywhere else should use the same type of methods.. :)

22 years agoMFB
Edin Kadribasic [Tue, 3 Jun 2003 12:47:49 +0000 (12:47 +0000)]
MFB

22 years agohandle return value for "no matches" on systems that don't return
Hartmut Holzgraefe [Tue, 3 Jun 2003 11:01:16 +0000 (11:01 +0000)]
handle return value for "no matches" on systems that don't return
GLOB_NOMATCH consistent to those that do (return array(), not FALSE)

22 years agoFix for #23902 by Shane.
Edin Kadribasic [Tue, 3 Jun 2003 10:06:45 +0000 (10:06 +0000)]
Fix for #23902 by Shane.
Removed bogus recommendation from php.ini files.

# Basic authentication is actually possible
# usign IIS + PHP cgi countrary to our current docs

22 years agoMFB - fix a couple of missing closing folding tags
Rasmus Lerdorf [Tue, 3 Jun 2003 05:44:17 +0000 (05:44 +0000)]
MFB - fix a couple of missing closing folding tags

22 years agoChangeLog update
<changelog@php.net> [Tue, 3 Jun 2003 00:31:04 +0000 (00:31 +0000)]
ChangeLog update

22 years agoFixed bug #23912 (Invalid CSS in phpinfo() output)
Ilia Alshanetsky [Tue, 3 Jun 2003 00:06:01 +0000 (00:06 +0000)]
Fixed bug #23912 (Invalid CSS in phpinfo() output)

22 years agoFix for 64 bit platforms (by Joe Orton)
Rob Richards [Mon, 2 Jun 2003 18:57:59 +0000 (18:57 +0000)]
Fix for 64 bit platforms (by Joe Orton)

22 years agoAdd "seekable" flag to stream_get_meta_data()
Wez Furlong [Mon, 2 Jun 2003 16:36:10 +0000 (16:36 +0000)]
Add "seekable" flag to stream_get_meta_data()
# Caveat Emptor: some streams don't know if they are seekable until
# sometime tries to seek first (user streams).

22 years agoLeftover.
Sebastian Bergmann [Mon, 2 Jun 2003 15:53:09 +0000 (15:53 +0000)]
Leftover.

22 years agoLeftover.
Sebastian Bergmann [Mon, 2 Jun 2003 15:42:34 +0000 (15:42 +0000)]
Leftover.

22 years agoFixed numeric/decimal +/-(x,y) +/-(x,0)
Daniela Mariaschi [Mon, 2 Jun 2003 12:37:16 +0000 (12:37 +0000)]
Fixed numeric/decimal +/-(x,y) +/-(x,0)
for all platforms

22 years agoMEGA-patch: namespaces are R.I.P.
Stanislav Malyshev [Mon, 2 Jun 2003 12:13:11 +0000 (12:13 +0000)]
MEGA-patch: namespaces are R.I.P.

22 years agoNo C++ comments in C code
foobar [Mon, 2 Jun 2003 11:51:01 +0000 (11:51 +0000)]
No C++ comments in C code

22 years ago- No c++ comments in c code..
foobar [Mon, 2 Jun 2003 11:42:39 +0000 (11:42 +0000)]
- No c++ comments in c code..

22 years ago- Add test case for bug #23951
Derick Rethans [Mon, 2 Jun 2003 11:12:25 +0000 (11:12 +0000)]
- Add test case for bug #23951

22 years agoChangeLog update
<changelog@php.net> [Mon, 2 Jun 2003 00:30:46 +0000 (00:30 +0000)]
ChangeLog update

22 years agoMessages for newer servers.
Uwe Schindler [Sun, 1 Jun 2003 21:45:04 +0000 (21:45 +0000)]
Messages for newer servers.

22 years agoUpdate of README for newer servers; apache-similar functions nsapi_request_headers...
Uwe Schindler [Sun, 1 Jun 2003 21:14:58 +0000 (21:14 +0000)]
Update of README for newer servers; apache-similar functions nsapi_request_headers and nsapi_response_headers with apache_* aliases; hide authorization-header in save mode.

22 years agoRemoved increment of read_post_bytes because this is done within SAPI (SAPI.c).
Holger Zimmermann [Sun, 1 Jun 2003 20:28:49 +0000 (20:28 +0000)]
Removed increment of read_post_bytes because this is done within SAPI (SAPI.c).

22 years agoearn my keep and allow one to register a namespace name to access a namespace
Sterling Hughes [Sun, 1 Jun 2003 19:46:19 +0000 (19:46 +0000)]
earn my keep and allow one to register a namespace name to access a namespace
value.

22 years agoNo nested classes
Marcus Boerger [Sun, 1 Jun 2003 19:18:34 +0000 (19:18 +0000)]
No nested classes

22 years agoAdd some ZE2 bug tests
Marcus Boerger [Sun, 1 Jun 2003 18:35:29 +0000 (18:35 +0000)]
Add some ZE2 bug tests

22 years agoAllow optional directories
Marcus Boerger [Sun, 1 Jun 2003 18:34:03 +0000 (18:34 +0000)]
Allow optional directories

22 years agoBugfix #23670: implements and extends cause Apache 2 crash
Marcus Boerger [Sun, 1 Jun 2003 17:28:52 +0000 (17:28 +0000)]
Bugfix #23670: implements and extends cause Apache 2 crash

22 years agoSimplify by using __METHOD__
Marcus Boerger [Sun, 1 Jun 2003 16:41:53 +0000 (16:41 +0000)]
Simplify by using __METHOD__

22 years agoDo it correct always
Marcus Boerger [Sun, 1 Jun 2003 16:20:23 +0000 (16:20 +0000)]
Do it correct always

22 years agoPer request by Derick and Marcus.
Sebastian Bergmann [Sun, 1 Jun 2003 14:15:44 +0000 (14:15 +0000)]
Per request by Derick and Marcus.

22 years agoDefining it once is enough
Marcus Boerger [Sun, 1 Jun 2003 11:15:01 +0000 (11:15 +0000)]
Defining it once is enough

22 years agodon't do this on startup, lazy initialize it. This takes up > 17% of load
Sterling Hughes [Sun, 1 Jun 2003 02:29:28 +0000 (02:29 +0000)]
don't do this on startup, lazy initialize it.  This takes up > 17% of load
time in CGI mode

22 years agoChangeLog update
<changelog@php.net> [Sun, 1 Jun 2003 00:30:54 +0000 (00:30 +0000)]
ChangeLog update

22 years ago- fix one warning
Marcus Boerger [Sat, 31 May 2003 22:03:57 +0000 (22:03 +0000)]
- fix one warning
- fix some commit by accident?
# did someone here mix c and php code ?

22 years agoFix init shutdown
Marcus Boerger [Sat, 31 May 2003 19:21:52 +0000 (19:21 +0000)]
Fix init shutdown

22 years agorevert the function call caching patch until a new solution is decided
Sterling Hughes [Sat, 31 May 2003 18:31:28 +0000 (18:31 +0000)]
revert the function call caching patch until a new solution is decided
upon.

22 years agoFix constants (noticed by David Brown <dave@codewhore.org>)
Marcus Boerger [Sat, 31 May 2003 17:24:20 +0000 (17:24 +0000)]
Fix constants (noticed by David Brown <dave@codewhore.org>)

22 years agoc->name_len already contains the '\0'
Marcus Boerger [Sat, 31 May 2003 15:57:59 +0000 (15:57 +0000)]
c->name_len already contains the '\0'

22 years agozend_alter_ini_entry now with PHP_INI_USER
Uwe Schindler [Sat, 31 May 2003 15:32:50 +0000 (15:32 +0000)]
zend_alter_ini_entry now with PHP_INI_USER

22 years agoFix precondition
Marcus Boerger [Sat, 31 May 2003 15:22:42 +0000 (15:22 +0000)]
Fix precondition

22 years agoClasses are neither interfaces nor necessarily abstract
Marcus Boerger [Sat, 31 May 2003 15:20:11 +0000 (15:20 +0000)]
Classes are neither interfaces nor necessarily abstract

22 years agoMFB: This is needed though
Marcus Boerger [Sat, 31 May 2003 14:10:27 +0000 (14:10 +0000)]
MFB: This is needed though

22 years agoFix tests
Marcus Boerger [Sat, 31 May 2003 13:10:00 +0000 (13:10 +0000)]
Fix tests

22 years agoUpdate
Marcus Boerger [Sat, 31 May 2003 12:54:20 +0000 (12:54 +0000)]
Update

22 years agoMFB: Showing info/warning once is enough
Marcus Boerger [Sat, 31 May 2003 12:14:41 +0000 (12:14 +0000)]
MFB: Showing info/warning once is enough

22 years agoFix test
Moriyoshi Koizumi [Sat, 31 May 2003 07:17:35 +0000 (07:17 +0000)]
Fix test

22 years agoadditional check for unsecure connect options
Georg Richter [Sat, 31 May 2003 07:05:34 +0000 (07:05 +0000)]
additional check for unsecure connect options

22 years agoMissing entry
foobar [Sat, 31 May 2003 02:41:05 +0000 (02:41 +0000)]
Missing entry

22 years agoMFB: fix proto
foobar [Sat, 31 May 2003 02:33:55 +0000 (02:33 +0000)]
MFB: fix proto

22 years agoMFB: Always send a new session cookie upon regenerating id
foobar [Sat, 31 May 2003 02:33:21 +0000 (02:33 +0000)]
MFB: Always send a new session cookie upon regenerating id

22 years agoMFB
foobar [Sat, 31 May 2003 02:30:50 +0000 (02:30 +0000)]
MFB

22 years agoFixed bug #23913 (make rename() work across partitions on *nix)
Ilia Alshanetsky [Sat, 31 May 2003 00:32:45 +0000 (00:32 +0000)]
Fixed bug #23913 (make rename() work across partitions on *nix)

22 years agoChangeLog update
<changelog@php.net> [Sat, 31 May 2003 00:30:49 +0000 (00:30 +0000)]
ChangeLog update

22 years agoDisable virtual() if zlib.output_compression is turned on. Better detection of ns...
Uwe Schindler [Fri, 30 May 2003 23:39:15 +0000 (23:39 +0000)]
Disable virtual() if zlib.output_compression is turned on. Better detection of ns-httpdXX.dll

22 years agodone.
Moriyoshi Koizumi [Fri, 30 May 2003 22:32:37 +0000 (22:32 +0000)]
done.

22 years agoCGI SAPI should honour this setting
Moriyoshi Koizumi [Fri, 30 May 2003 22:31:12 +0000 (22:31 +0000)]
CGI SAPI should honour this setting

22 years agoBeginning of restructuring NEWS to make it more readable.
foobar [Fri, 30 May 2003 21:19:56 +0000 (21:19 +0000)]
Beginning of restructuring NEWS to make it more readable.

22 years agoAdd the note to php.ini-* about the mail.force_extra_paramaters
foobar [Fri, 30 May 2003 20:06:05 +0000 (20:06 +0000)]
Add the note to php.ini-* about the mail.force_extra_paramaters

22 years agoFollow the "standard" naming.
foobar [Fri, 30 May 2003 20:03:10 +0000 (20:03 +0000)]
Follow the "standard" naming.

22 years ago- Removed all PHP 4 entries. They're easier to be added all when PHP 5
foobar [Fri, 30 May 2003 19:57:39 +0000 (19:57 +0000)]
- Removed all PHP 4 entries. They're easier to be added all when PHP 5
  is actually released..
# If not at all.

22 years agoRemoved parts committed by mistake
Marcus Boerger [Fri, 30 May 2003 19:57:13 +0000 (19:57 +0000)]
Removed parts committed by mistake

22 years agoBetter fix for default connection handling.
Marcus Boerger [Fri, 30 May 2003 19:12:26 +0000 (19:12 +0000)]
Better fix for default connection handling.
# Problems noticed by Jay with the help of Sascha's nice little script.

22 years agoRelying on longer matches seems to work better than
Jay Smith [Fri, 30 May 2003 19:06:34 +0000 (19:06 +0000)]
Relying on longer matches seems to work better than
matching the whole string with ^...$.

22 years agoUse safe_estrdup() instead.
Marcus Boerger [Fri, 30 May 2003 18:59:49 +0000 (18:59 +0000)]
Use safe_estrdup() instead.
# Thanks Sascha i didn't knew about that thing.

22 years agoUpdate
<changelog@php.net> [Fri, 30 May 2003 18:39:38 +0000 (18:39 +0000)]
Update

22 years agoFix handling of ini settings
Marcus Boerger [Fri, 30 May 2003 17:46:57 +0000 (17:46 +0000)]
Fix handling of ini settings

22 years agoFix handling of default links
Marcus Boerger [Fri, 30 May 2003 16:51:00 +0000 (16:51 +0000)]
Fix handling of default links

22 years agoRefined the bz2 section as per Sascha's suggestion
Moriyoshi Koizumi [Fri, 30 May 2003 16:15:19 +0000 (16:15 +0000)]
Refined the bz2 section as per Sascha's suggestion

22 years ago- MFB: Version output beautification
Derick Rethans [Fri, 30 May 2003 16:10:58 +0000 (16:10 +0000)]
- MFB: Version output beautification

22 years agoFix notice handling
Marcus Boerger [Fri, 30 May 2003 15:42:46 +0000 (15:42 +0000)]
Fix notice handling

22 years agoFixed a little typo. No germany..
Moriyoshi Koizumi [Fri, 30 May 2003 15:32:14 +0000 (15:32 +0000)]
Fixed a little typo. No germany..

22 years ago- Fix ini handling in ZTS mode
Marcus Boerger [Fri, 30 May 2003 15:07:02 +0000 (15:07 +0000)]
- Fix ini handling in ZTS mode

22 years agoFixed bug #23898 (Proper handling of NULLs in odbc_result, odbc_fetch_into
Ilia Alshanetsky [Fri, 30 May 2003 14:44:15 +0000 (14:44 +0000)]
Fixed bug #23898 (Proper handling of NULLs in odbc_result, odbc_fetch_into
and odbc_result_all)

22 years agoFixed bug #23888 (Missing input validation for flags parameter)
Ilia Alshanetsky [Fri, 30 May 2003 14:08:14 +0000 (14:08 +0000)]
Fixed bug #23888 (Missing input validation for flags parameter)

22 years agoFixed bug #23894 (sprintf() decimal specifiers problem)
Moriyoshi Koizumi [Fri, 30 May 2003 13:49:33 +0000 (13:49 +0000)]
Fixed bug #23894 (sprintf() decimal specifiers problem)

22 years agoAdded test case for bug #23894
Moriyoshi Koizumi [Fri, 30 May 2003 13:48:14 +0000 (13:48 +0000)]
Added test case for bug #23894

22 years agoFixed bug #23897 (Fixed a check for mbfilter_ru.h) aleks@m2media.ru
Ilia Alshanetsky [Fri, 30 May 2003 13:20:01 +0000 (13:20 +0000)]
Fixed bug #23897 (Fixed a check for mbfilter_ru.h) aleks@m2media.ru

22 years agovirtual() now works under windows, too
Uwe Schindler [Fri, 30 May 2003 13:15:22 +0000 (13:15 +0000)]
virtual() now works under windows, too

22 years agoAdd php_uname() to output
Marcus Boerger [Fri, 30 May 2003 12:41:51 +0000 (12:41 +0000)]
Add php_uname() to output

22 years agoFix memleaks (detected by rrichards@php.net)
Marcus Boerger [Fri, 30 May 2003 12:28:48 +0000 (12:28 +0000)]
Fix memleaks (detected by rrichards@php.net)

22 years agofix crash on exceptions when return value of the inside function is used
Stanislav Malyshev [Fri, 30 May 2003 10:05:29 +0000 (10:05 +0000)]
fix crash on exceptions when return value of the inside function is used

22 years agoPrevent yaz from logging unless yaz.log_file is set
Adam Dickmeiss [Fri, 30 May 2003 09:48:50 +0000 (09:48 +0000)]
Prevent yaz from logging unless yaz.log_file is set

22 years agoNEWS update
<changelog@php.net> [Fri, 30 May 2003 00:31:03 +0000 (00:31 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Fri, 30 May 2003 00:30:57 +0000 (00:30 +0000)]
ChangeLog update

22 years agoMFB
Marcus Boerger [Fri, 30 May 2003 00:11:37 +0000 (00:11 +0000)]
MFB

22 years agoFix last commit
Marcus Boerger [Thu, 29 May 2003 23:55:07 +0000 (23:55 +0000)]
Fix last commit

22 years agoOptimize
Marcus Boerger [Thu, 29 May 2003 23:44:22 +0000 (23:44 +0000)]
Optimize

22 years agoFixed compiler warnings.
Ilia Alshanetsky [Thu, 29 May 2003 23:39:41 +0000 (23:39 +0000)]
Fixed compiler warnings.

22 years agoMake use of ze2 code
Marcus Boerger [Thu, 29 May 2003 23:34:23 +0000 (23:34 +0000)]
Make use of ze2 code

22 years agoOptimize interface checks
Marcus Boerger [Thu, 29 May 2003 21:08:08 +0000 (21:08 +0000)]
Optimize interface checks

22 years agofix of incomplete windows fix
Uwe Schindler [Thu, 29 May 2003 21:05:29 +0000 (21:05 +0000)]
fix of incomplete windows fix

22 years agofix for crashbug with user level wrapper implementations of stream_stat
Hartmut Holzgraefe [Thu, 29 May 2003 20:19:03 +0000 (20:19 +0000)]
fix for crashbug with user level wrapper implementations of stream_stat

22 years agoChanges for compilation under windows
Uwe Schindler [Thu, 29 May 2003 20:13:42 +0000 (20:13 +0000)]
Changes for compilation under windows

22 years agoFix ~ operator in class constants.
Marcus Boerger [Thu, 29 May 2003 19:27:11 +0000 (19:27 +0000)]
Fix ~ operator in class constants.

22 years agoExecute --SKIPIF-- like --FILE--
Marcus Boerger [Thu, 29 May 2003 19:11:51 +0000 (19:11 +0000)]
Execute --SKIPIF-- like --FILE--

22 years agoFaster interface inheritance & faster inheritance checks
Marcus Boerger [Thu, 29 May 2003 19:00:40 +0000 (19:00 +0000)]
Faster interface inheritance & faster inheritance checks

22 years agoMFH-Update
Marcus Boerger [Thu, 29 May 2003 15:47:08 +0000 (15:47 +0000)]
MFH-Update

22 years agoSimply print errors
Marcus Boerger [Thu, 29 May 2003 14:45:03 +0000 (14:45 +0000)]
Simply print errors

22 years agoUpdate
Marcus Boerger [Thu, 29 May 2003 14:26:57 +0000 (14:26 +0000)]
Update