]> granicus.if.org Git - php/log
php
21 years agoFix tests
Marcus Boerger [Sat, 31 May 2003 13:10:00 +0000 (13:10 +0000)]
Fix tests

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

21 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

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

21 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

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

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

21 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

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

21 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)

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

21 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

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

21 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

21 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.

21 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

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

21 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.

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

21 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.

21 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 ^...$.

21 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.

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

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

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

21 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

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

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

21 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..

21 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

21 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)

21 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)

21 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)

21 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

21 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

21 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

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

21 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)

21 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

21 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

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

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

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

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

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

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

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

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

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

21 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

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

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

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

21 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

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

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

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

21 years agoMFH to 4.3.3
Marcus Boerger [Thu, 29 May 2003 14:19:47 +0000 (14:19 +0000)]
MFH to 4.3.3

21 years agoFix builddir entry
Marcus Boerger [Thu, 29 May 2003 14:01:21 +0000 (14:01 +0000)]
Fix builddir entry

21 years agoCS
Marcus Boerger [Thu, 29 May 2003 12:59:43 +0000 (12:59 +0000)]
CS

21 years agoMFB
Marcus Boerger [Thu, 29 May 2003 12:54:01 +0000 (12:54 +0000)]
MFB

21 years agoMFB (these parts were missing)
Marcus Boerger [Thu, 29 May 2003 12:33:19 +0000 (12:33 +0000)]
MFB (these parts were missing)

21 years agoAdded php.ini value: nsapi.read_timeout; Included the apache-like virtual() function...
Uwe Schindler [Thu, 29 May 2003 12:24:28 +0000 (12:24 +0000)]
Added php.ini value: nsapi.read_timeout; Included the apache-like virtual() function to make sub-request on server (thanks to Chris Elving from Sun)

21 years agoFix Bug #23285 (Potential Stack Overflow in zendlex).
Wez Furlong [Thu, 29 May 2003 09:01:55 +0000 (09:01 +0000)]
Fix Bug #23285 (Potential Stack Overflow in zendlex).

21 years agoSync with PHP 4.3.2 NEWS
foobar [Thu, 29 May 2003 01:34:02 +0000 (01:34 +0000)]
Sync with PHP 4.3.2 NEWS

21 years agoNEWS update
<changelog@php.net> [Thu, 29 May 2003 00:30:53 +0000 (00:30 +0000)]
NEWS update

21 years agoChangeLog update
<changelog@php.net> [Thu, 29 May 2003 00:30:48 +0000 (00:30 +0000)]
ChangeLog update

21 years agono reason to do this at runtime
Sterling Hughes [Wed, 28 May 2003 22:56:56 +0000 (22:56 +0000)]
no reason to do this at runtime

21 years agoFixed compiler warnings.
Ilia Alshanetsky [Wed, 28 May 2003 22:21:13 +0000 (22:21 +0000)]
Fixed compiler warnings.

21 years agoCache function call lookups with loops (store in a temporary variable on the
Sterling Hughes [Wed, 28 May 2003 20:42:40 +0000 (20:42 +0000)]
Cache function call lookups with loops (store in a temporary variable on the
result opline).
Assuming lazy concensus on message that GeorgeS sent to the list last week

21 years agoMFB
Rasmus Lerdorf [Wed, 28 May 2003 16:19:08 +0000 (16:19 +0000)]
MFB

21 years ago- Fix the error message if apxs|2 is fubar.
foobar [Wed, 28 May 2003 14:11:21 +0000 (14:11 +0000)]
- Fix the error message if apxs|2 is fubar.

21 years ago@fdf crash with ZTS builds fixed (see Bug #14877)
Hartmut Holzgraefe [Wed, 28 May 2003 09:40:32 +0000 (09:40 +0000)]
@fdf crash with ZTS builds fixed (see Bug #14877)

21 years agoFDF test cases
Hartmut Holzgraefe [Wed, 28 May 2003 09:35:45 +0000 (09:35 +0000)]
FDF test cases

21 years ago- Sync with pear/Archive_Tar/Archive/Tar.php CVS 1.11
Vincent Blavet [Wed, 28 May 2003 06:01:04 +0000 (06:01 +0000)]
- Sync with pear/Archive_Tar/Archive/Tar.php CVS 1.11
- Support for bz2 compression
- Add new methods AddString() and extractInString()

21 years agoFixed compiler warnings.
Ilia Alshanetsky [Wed, 28 May 2003 01:04:06 +0000 (01:04 +0000)]
Fixed compiler warnings.

21 years agoChangeLog update
<changelog@php.net> [Wed, 28 May 2003 00:30:50 +0000 (00:30 +0000)]
ChangeLog update

21 years ago- Fix the "weird bug" with different serialized file under cli/cgi or apache sapi
Pierre Joye [Tue, 27 May 2003 23:31:56 +0000 (23:31 +0000)]
- Fix the "weird bug" with different serialized file under cli/cgi or apache sapi
Important Notice:
*always* use 'wb' to write file, sapi cli and cgi force the default to be binary, apache does not.

21 years agofix __clone()
Sterling Hughes [Tue, 27 May 2003 22:15:17 +0000 (22:15 +0000)]
fix __clone()
add schema support

21 years agoAssume lazy consensus regarding the cast_object() patch. *Only* implemented
Sterling Hughes [Tue, 27 May 2003 18:52:25 +0000 (18:52 +0000)]
Assume lazy consensus regarding the cast_object() patch.  *Only* implemented
from a internals perspective.  This callback has been very useful for both
ext/mono and ext/simplexml

21 years agoplane hacking
Sterling Hughes [Tue, 27 May 2003 18:41:02 +0000 (18:41 +0000)]
plane hacking

21 years agoMFB: php_error_docref -> zend_error (MINIT)
foobar [Tue, 27 May 2003 17:24:59 +0000 (17:24 +0000)]
MFB: php_error_docref -> zend_error (MINIT)

21 years agoFix close of log file. Ensure that YAZ log file is reset too
Adam Dickmeiss [Tue, 27 May 2003 09:47:27 +0000 (09:47 +0000)]
Fix close of log file. Ensure that YAZ log file is reset too

21 years agoFix compiler warnings.
Ilia Alshanetsky [Tue, 27 May 2003 00:50:00 +0000 (00:50 +0000)]
Fix compiler warnings.

21 years agoMFB: LC_MESSAGES support
Melvyn Sopacua [Tue, 27 May 2003 00:42:39 +0000 (00:42 +0000)]
MFB: LC_MESSAGES support

21 years agoChangeLog update
<changelog@php.net> [Tue, 27 May 2003 00:30:59 +0000 (00:30 +0000)]
ChangeLog update

21 years agoFor now that works.
Marcus Boerger [Tue, 27 May 2003 00:14:04 +0000 (00:14 +0000)]
For now that works.

# However some of the register stuff must be moved to the engine.
# And inside the engine some fixes are needed, too.

21 years agoMFB: nuked php_header() call from the sapi_cgi_log_message()
foobar [Mon, 26 May 2003 23:22:05 +0000 (23:22 +0000)]
MFB: nuked php_header() call from the sapi_cgi_log_message()

21 years agoChanged the test so it would not fail on some old platforms.
Moriyoshi Koizumi [Mon, 26 May 2003 22:16:14 +0000 (22:16 +0000)]
Changed the test so it would not fail on some old platforms.

21 years ago- Fix handling of abstract methods. They must be inherited when inheriting
Marcus Boerger [Mon, 26 May 2003 22:06:49 +0000 (22:06 +0000)]
- Fix handling of abstract methods. They must be inherited when inheriting
  a method.
- Fix entry more (should be amed has_more).
- Add a check against that bug.

21 years agoAdd pseudo constant __METHOD__ to easily report namespace::class::method.
Marcus Boerger [Mon, 26 May 2003 20:45:22 +0000 (20:45 +0000)]
Add pseudo constant __METHOD__ to easily report namespace::class::method.

# This is especially good for tests. Since it does not draw away from the
# real issues and nicely reports what is needed to identify a method.

21 years ago- MFB
Derick Rethans [Mon, 26 May 2003 18:37:48 +0000 (18:37 +0000)]
- MFB

21 years ago- Fix typo
Derick Rethans [Mon, 26 May 2003 09:45:46 +0000 (09:45 +0000)]
- Fix typo

21 years agoadd support for querying nodes with xpath expressions.
Sterling Hughes [Mon, 26 May 2003 03:57:41 +0000 (03:57 +0000)]
add support for querying nodes with xpath expressions.

21 years agoAdded regression test for bug #23788
foobar [Mon, 26 May 2003 03:55:08 +0000 (03:55 +0000)]
Added regression test for bug #23788

21 years agoadd namespace support
Sterling Hughes [Mon, 26 May 2003 02:42:41 +0000 (02:42 +0000)]
add namespace support

21 years agoone more define to make it load into php
Shane Caraveo [Mon, 26 May 2003 02:28:20 +0000 (02:28 +0000)]
one more define to make it load into php

21 years agoget rid of crudy stuff
Shane Caraveo [Mon, 26 May 2003 02:19:14 +0000 (02:19 +0000)]
get rid of crudy stuff

21 years agonow builds on windows
Shane Caraveo [Mon, 26 May 2003 02:18:38 +0000 (02:18 +0000)]
now builds on windows

21 years agoadd a new function simplexml_load_string()
Sterling Hughes [Mon, 26 May 2003 01:41:25 +0000 (01:41 +0000)]
add a new function simplexml_load_string()