]> granicus.if.org Git - php/log
php
21 years agoChangeLog update
<changelog@php.net> [Sun, 30 Nov 2003 01:31:13 +0000 (01:31 +0000)]
ChangeLog update

21 years agogot it - the pattern ONLY needs addslashes for windows paths
Greg Beaver [Sun, 30 Nov 2003 00:14:22 +0000 (00:14 +0000)]
got it - the pattern ONLY needs addslashes for windows paths

21 years agofix one part - can't get the ereg() to match on windows, will fix when I figure out why
Greg Beaver [Sat, 29 Nov 2003 23:37:56 +0000 (23:37 +0000)]
fix one part - can't get the ereg() to match on windows, will fix when I figure out why

21 years agofix up unit tests - registry was ridiculously out of date. Guess nobody ever runs...
Greg Beaver [Sat, 29 Nov 2003 23:36:46 +0000 (23:36 +0000)]
fix up unit tests - registry was ridiculously out of date.  Guess nobody ever runs these...

21 years agoFix build for new usleep implementation.
Wez Furlong [Sat, 29 Nov 2003 22:59:33 +0000 (22:59 +0000)]
Fix build for new usleep implementation.
NB: we now depend on windows 98 and later;
windows 95 does not have these timing functions.

21 years agoimplement usleep for win32
Wez Furlong [Sat, 29 Nov 2003 22:48:42 +0000 (22:48 +0000)]
implement usleep for win32

21 years agoAdd stream_socket_sendto and stream_socket_recvfrom which work very much
Wez Furlong [Sat, 29 Nov 2003 21:46:50 +0000 (21:46 +0000)]
Add stream_socket_sendto and stream_socket_recvfrom which work very much
like sendto() and recvfrom() syscalls.

21 years agoAdd dom_iterators.c to project.
Sebastian Bergmann [Sat, 29 Nov 2003 20:55:18 +0000 (20:55 +0000)]
Add dom_iterators.c to project.

21 years agonew test case
Greg Beaver [Sat, 29 Nov 2003 20:45:09 +0000 (20:45 +0000)]
new test case

21 years agoguess this file should be added too :)
Rob Richards [Sat, 29 Nov 2003 20:41:41 +0000 (20:41 +0000)]
guess this file should be added too :)

21 years agofix ZTS build
Rob Richards [Sat, 29 Nov 2003 20:40:54 +0000 (20:40 +0000)]
fix ZTS build

21 years agoimplement namednodemap and nodelist
Rob Richards [Sat, 29 Nov 2003 20:40:18 +0000 (20:40 +0000)]
implement namednodemap and nodelist
fix xsl/dom integration under windows
update tests and examples

21 years agofinish unit test
Greg Beaver [Sat, 29 Nov 2003 20:35:43 +0000 (20:35 +0000)]
finish unit test

21 years agoAdd in missing stat element and fix win32 build
Sara Golemon [Sat, 29 Nov 2003 20:01:00 +0000 (20:01 +0000)]
Add in missing stat element and fix win32 build

21 years agoadd in environment variable for easy non-skipping
Greg Beaver [Sat, 29 Nov 2003 19:43:05 +0000 (19:43 +0000)]
add in environment variable for easy non-skipping

21 years agofix some bugs found in the unit test
Greg Beaver [Sat, 29 Nov 2003 19:42:19 +0000 (19:42 +0000)]
fix some bugs found in the unit test

21 years agostart on a new unit test
Greg Beaver [Sat, 29 Nov 2003 19:39:51 +0000 (19:39 +0000)]
start on a new unit test

21 years agoFix memleak
Marcus Boerger [Sat, 29 Nov 2003 19:26:41 +0000 (19:26 +0000)]
Fix memleak

21 years agoFixed bug #26463 (Incorrect handling of semicolons after heredoc)
Ilia Alshanetsky [Sat, 29 Nov 2003 19:05:14 +0000 (19:05 +0000)]
Fixed bug #26463 (Incorrect handling of semicolons after heredoc)

21 years agoCaanot use REPLACE_ZVAL_VALUE here.
Marcus Boerger [Sat, 29 Nov 2003 18:31:24 +0000 (18:31 +0000)]
Caanot use REPLACE_ZVAL_VALUE here.

21 years agoThis takes the address of a zval ptr
Marcus Boerger [Sat, 29 Nov 2003 18:23:35 +0000 (18:23 +0000)]
This takes the address of a zval ptr

21 years agoFixed a memory leak when tokenizing scripts with heredoc.
Ilia Alshanetsky [Sat, 29 Nov 2003 18:22:44 +0000 (18:22 +0000)]
Fixed a memory leak when tokenizing scripts with heredoc.

21 years agoFix return value.
Marcus Boerger [Sat, 29 Nov 2003 18:16:03 +0000 (18:16 +0000)]
Fix return value.

21 years agoAdd macros to return values of other zvals.
Marcus Boerger [Sat, 29 Nov 2003 18:15:11 +0000 (18:15 +0000)]
Add macros to return values of other zvals.
This is needed because one cannot use REPLACE_ZVAL_VALUE with return_value.

21 years agoadd dependency on xml extension - we need it for every installation/package function
Greg Beaver [Sat, 29 Nov 2003 17:56:36 +0000 (17:56 +0000)]
add dependency on xml extension - we need it for every installation/package function

21 years agoRemove test code
Marcus Boerger [Sat, 29 Nov 2003 17:48:44 +0000 (17:48 +0000)]
Remove test code

21 years agoRestore original patch for bug #26281.
Ilia Alshanetsky [Sat, 29 Nov 2003 17:33:25 +0000 (17:33 +0000)]
Restore original patch for bug #26281.

# Andi if you have a time & interest please see if perhaps a better
# solution can be implemented. Thanks.

21 years agoFinish off ftp://'s url_stat support
Sara Golemon [Sat, 29 Nov 2003 17:16:58 +0000 (17:16 +0000)]
Finish off ftp://'s url_stat support

21 years agoRevert accidential commit until decision
Marcus Boerger [Sat, 29 Nov 2003 17:05:17 +0000 (17:05 +0000)]
Revert accidential commit until decision

21 years agoMake exception code more robust:
Marcus Boerger [Sat, 29 Nov 2003 17:03:45 +0000 (17:03 +0000)]
Make exception code more robust:
- Fix error in calculation of trace-string length
- Allow to overload __strostring() and make it work for uncaught exceptions
- Show exception thrown while displaying exceptions

21 years agoThe removed NEWS entry is already in 4.X news file.
Ilia Alshanetsky [Sat, 29 Nov 2003 17:00:53 +0000 (17:00 +0000)]
The removed NEWS entry is already in 4.X news file.

21 years agoa dot too many
Christian Stocker [Sat, 29 Nov 2003 16:44:12 +0000 (16:44 +0000)]
a dot too many

21 years agoSome news from ext/xsl
Christian Stocker [Sat, 29 Nov 2003 16:41:59 +0000 (16:41 +0000)]
Some news from ext/xsl

21 years agotestcase for bug26384
Christian Stocker [Sat, 29 Nov 2003 16:38:09 +0000 (16:38 +0000)]
testcase for bug26384

21 years agoFixed for Bug #26384 (domxslt->process causes segfault with xsl:key)
Christian Stocker [Sat, 29 Nov 2003 16:37:37 +0000 (16:37 +0000)]
Fixed for Bug #26384 (domxslt->process causes segfault with xsl:key)

21 years agofix Bug #324 pear -G gives Fatal Error (PHP-GTK not installed, but error is at engine...
Greg Beaver [Sat, 29 Nov 2003 16:33:54 +0000 (16:33 +0000)]
fix Bug #324 pear -G gives Fatal Error (PHP-GTK not installed, but error is at engine level)

21 years agotypofix
Wez Furlong [Sat, 29 Nov 2003 15:54:07 +0000 (15:54 +0000)]
typofix

21 years ago- Update NEWS and README for input_filters
Derick Rethans [Sat, 29 Nov 2003 15:30:50 +0000 (15:30 +0000)]
- Update NEWS and README for input_filters

21 years ago- Fix sapi_input_filter patch. Returning 1 from the filter handler should
Derick Rethans [Sat, 29 Nov 2003 15:24:35 +0000 (15:24 +0000)]
- Fix sapi_input_filter patch. Returning 1 from the filter handler should
  make PHP register the variable, returning 0 shouldn't. The new length of
  the variables being filtered is now returned in the new_val_len argument
  of the function.

21 years ago- Fixed bug #26462 (phpize + ext/bcmath -> compile error)
foobar [Sat, 29 Nov 2003 13:33:34 +0000 (13:33 +0000)]
- Fixed bug #26462 (phpize + ext/bcmath -> compile error)

21 years agofollow coding standards.
Christian Stocker [Sat, 29 Nov 2003 13:31:51 +0000 (13:31 +0000)]
follow coding standards.

21 years agoit's now possible to return a DomNode from userland functions back to the xsl-processor
Christian Stocker [Sat, 29 Nov 2003 13:07:20 +0000 (13:07 +0000)]
it's now possible to return a DomNode from userland functions back to the xsl-processor

21 years agomissing .cvsignore
foobar [Sat, 29 Nov 2003 13:05:22 +0000 (13:05 +0000)]
missing .cvsignore

21 years agofixed wrong check
Christian Stocker [Sat, 29 Nov 2003 13:01:19 +0000 (13:01 +0000)]
fixed wrong check

21 years agomove some definitions to xml_common.h
Christian Stocker [Sat, 29 Nov 2003 13:00:54 +0000 (13:00 +0000)]
move some definitions to xml_common.h

21 years agoResearch reveals that the error text depends on the tools and their
Marcus Boerger [Sat, 29 Nov 2003 12:51:37 +0000 (12:51 +0000)]
Research reveals that the error text depends on the tools and their
versions used to create the language parser.

21 years agotest for bug #24908
foobar [Sat, 29 Nov 2003 07:54:19 +0000 (07:54 +0000)]
test for bug #24908

21 years ago- Fix expected output.
foobar [Sat, 29 Nov 2003 07:29:42 +0000 (07:29 +0000)]
- Fix expected output.

21 years agooops..
foobar [Sat, 29 Nov 2003 07:16:58 +0000 (07:16 +0000)]
oops..

21 years agotest for bug #25652
foobar [Sat, 29 Nov 2003 07:15:31 +0000 (07:15 +0000)]
test for bug #25652

21 years ago- remove non-existing servlet entry
foobar [Sat, 29 Nov 2003 05:12:23 +0000 (05:12 +0000)]
- remove non-existing servlet entry

21 years agoFixed bug #26458 (var_dump(), var_export(), debug_zval_dump() not binary
Ilia Alshanetsky [Sat, 29 Nov 2003 04:43:06 +0000 (04:43 +0000)]
Fixed bug #26458 (var_dump(), var_export(), debug_zval_dump() not binary
safe for array keys).

21 years agoUpdate php.ini-* with E_STRICT error reporting level. -dist excludes E_STRICT, ...
Sara Golemon [Sat, 29 Nov 2003 02:49:57 +0000 (02:49 +0000)]
Update php.ini-* with E_STRICT error reporting level.  -dist excludes E_STRICT, -recommended includes it.

21 years agonews for xslt
foobar [Sat, 29 Nov 2003 02:49:03 +0000 (02:49 +0000)]
news for xslt

21 years agotest for bug #24926
foobar [Sat, 29 Nov 2003 02:28:49 +0000 (02:28 +0000)]
test for bug #24926

21 years agoHandle dirty script exit.
Sara Golemon [Sat, 29 Nov 2003 02:04:37 +0000 (02:04 +0000)]
Handle dirty script exit.

21 years agoChangeLog update
<changelog@php.net> [Sat, 29 Nov 2003 01:32:19 +0000 (01:32 +0000)]
ChangeLog update

21 years agoRoute php_stat() via streams/url_stat API (php_stream_stat_path).
Sara Golemon [Fri, 28 Nov 2003 23:25:28 +0000 (23:25 +0000)]
Route php_stat() via streams/url_stat API (php_stream_stat_path).
This enables fopen-wrappers support on stat() and related family calls.

21 years ago(sort of) MFB, feof fix for sockets.
Wez Furlong [Fri, 28 Nov 2003 23:20:23 +0000 (23:20 +0000)]
(sort of) MFB, feof fix for sockets.

21 years ago@- Added possibility to call php functions as XSLT-functions (chregu)
Christian Stocker [Fri, 28 Nov 2003 22:08:16 +0000 (22:08 +0000)]
@- Added possibility to call php functions as XSLT-functions (chregu)
- Added possibility to call php functions as XSLT-functions
  eg: <xsl:value-of select="php:function('date','r')"/>
  Namespace is http://php.net/functions

21 years agochanging dom_object_get_data to php_dom_object_get_data and PHP_DOM_EXPORT it
Christian Stocker [Fri, 28 Nov 2003 21:55:59 +0000 (21:55 +0000)]
changing dom_object_get_data to php_dom_object_get_data and PHP_DOM_EXPORT it
(by Rob Richards)

21 years agoMore memory leak fixes for stream contexts.
Ilia Alshanetsky [Fri, 28 Nov 2003 18:33:14 +0000 (18:33 +0000)]
More memory leak fixes for stream contexts.

21 years agoBug fixing news.
Ilia Alshanetsky [Fri, 28 Nov 2003 18:17:13 +0000 (18:17 +0000)]
Bug fixing news.

21 years agoFix #25664 - COM crashes when calling a Delphi implementations of ITypeInfo.
Wez Furlong [Fri, 28 Nov 2003 17:11:16 +0000 (17:11 +0000)]
Fix #25664 - COM crashes when calling a Delphi implementations of ITypeInfo.
Problem was that our extension assumes that the first param to ITypeInfo::Invoke was a reference to the COM object; this is not necessarily true and caused a crash in this instance.
Problem solved by removing the ITypeInfo::Invoke call, as it doesn't buy us anything anyway.

21 years agofix #26001; serialize crashes when accessing an overloaded
Wez Furlong [Fri, 28 Nov 2003 15:42:58 +0000 (15:42 +0000)]
fix #26001; serialize crashes when accessing an overloaded
object that has no properties (NULL hashtable).

21 years agofix memleak
Wez Furlong [Fri, 28 Nov 2003 15:41:45 +0000 (15:41 +0000)]
fix memleak

21 years agoAdd removed lcname, it is still needed.
Ilia Alshanetsky [Fri, 28 Nov 2003 14:42:25 +0000 (14:42 +0000)]
Add removed lcname, it is still needed.

21 years agoChangeLog update
<changelog@php.net> [Fri, 28 Nov 2003 01:31:59 +0000 (01:31 +0000)]
ChangeLog update

21 years agoFixed a memory leak.
Ilia Alshanetsky [Fri, 28 Nov 2003 00:00:28 +0000 (00:00 +0000)]
Fixed a memory leak.

21 years ago- Fixed bug #26438 (error in thttpd SAPI installation)
foobar [Thu, 27 Nov 2003 23:04:10 +0000 (23:04 +0000)]
- Fixed bug #26438 (error in thttpd SAPI installation)

21 years agoAdded image_type_to_extension() function.
Ilia Alshanetsky [Thu, 27 Nov 2003 22:03:35 +0000 (22:03 +0000)]
Added image_type_to_extension() function.

21 years agoConvert objects to string if string is required by newer parameter parsing
Marcus Boerger [Thu, 27 Nov 2003 19:24:38 +0000 (19:24 +0000)]
Convert objects to string if string is required by newer parameter parsing
since we do this for older parameter parsing does so too.

21 years agoThe macro REPLACE_ZVAL_VALUE cannot be used since we only have zval *
Marcus Boerger [Thu, 27 Nov 2003 19:08:28 +0000 (19:08 +0000)]
The macro REPLACE_ZVAL_VALUE cannot be used since we only have zval *
writeobj. to allow it the api needs to be changed to zval **writeobj.

21 years agore-implement the win32 select code.
Wez Furlong [Thu, 27 Nov 2003 18:01:12 +0000 (18:01 +0000)]
re-implement the win32 select code.
The old code implicitly set any sockets into non-blocking mode,
and since there is no way to probe a socket to determine its
blocking status using the win32 API, this was a real pain in the ass.

The New implementation will hand off any sockets to winsock and
use the WaitForObject API in win32 to probe other types of handle.

21 years agofix win32 build - thanks Sebastian.
Wez Furlong [Thu, 27 Nov 2003 17:58:58 +0000 (17:58 +0000)]
fix win32 build - thanks Sebastian.

21 years agoPort liveness and SSL CA validation from 4.3 branch.
Wez Furlong [Thu, 27 Nov 2003 17:40:16 +0000 (17:40 +0000)]
Port liveness and SSL CA validation from 4.3 branch.
Make stream_select() work on ssl-enabled sockets again.

21 years agoport "liveness" checks and a couple of other things from the 4.3 branch.
Wez Furlong [Thu, 27 Nov 2003 17:39:01 +0000 (17:39 +0000)]
port "liveness" checks and a couple of other things from the 4.3 branch.
Liveness checks are used to validate persistent socket connects when they
are re-used.

21 years agoinitialize this one to be safe
Wez Furlong [Thu, 27 Nov 2003 17:37:35 +0000 (17:37 +0000)]
initialize this one to be safe

21 years agoAdd a support function to check for property existance which is different
Marcus Boerger [Thu, 27 Nov 2003 17:06:26 +0000 (17:06 +0000)]
Add a support function to check for property existance which is different
from checking a property from being empty/set.
Update test #26182.

21 years agoRemove problematic configure option
Marcus Boerger [Thu, 27 Nov 2003 16:06:58 +0000 (16:06 +0000)]
Remove problematic configure option

21 years ago- Fix requirements for older systems.
Marcus Boerger [Thu, 27 Nov 2003 13:51:25 +0000 (13:51 +0000)]
- Fix requirements for older systems.
- Fix rpm build directory for the major distributions.
- Fix config dir.
- Rename package to php.
- Add gd extension.
- Support building of shared extensions.
- Build CLI only once.

21 years ago- set precision to 0 unless the field is of type N or I
Uwe Steinmann [Thu, 27 Nov 2003 11:32:05 +0000 (11:32 +0000)]
- set precision to 0 unless the field is of type N or I

21 years ago- fixed indenting
Uwe Steinmann [Thu, 27 Nov 2003 10:15:20 +0000 (10:15 +0000)]
- fixed indenting

21 years agoChangeLog update
<changelog@php.net> [Thu, 27 Nov 2003 01:31:47 +0000 (01:31 +0000)]
ChangeLog update

21 years agoRemoved dead code.
Ilia Alshanetsky [Thu, 27 Nov 2003 01:08:42 +0000 (01:08 +0000)]
Removed dead code.

21 years agoCleanup
Marcus Boerger [Wed, 26 Nov 2003 23:28:35 +0000 (23:28 +0000)]
Cleanup

21 years agofix Bug #293 [Patch] PEAR_Error not calling static method callbacks for error-handler
Greg Beaver [Wed, 26 Nov 2003 15:08:42 +0000 (15:08 +0000)]
fix Bug #293 [Patch] PEAR_Error not calling static method callbacks for error-handler

21 years ago- Prevent registration of the variable when a zero-length is returned
Derick Rethans [Wed, 26 Nov 2003 09:53:22 +0000 (09:53 +0000)]
- Prevent registration of the variable when a zero-length is returned
  from the sapi_input_filter.

21 years agoIn PHP5 this will create an implicit public property
Marcus Boerger [Wed, 26 Nov 2003 08:47:58 +0000 (08:47 +0000)]
In PHP5 this will create an implicit public property

21 years agoErrro message has changed
Marcus Boerger [Wed, 26 Nov 2003 08:45:42 +0000 (08:45 +0000)]
Errro message has changed

21 years agoRemove interfaces implemented in engine now
Marcus Boerger [Wed, 26 Nov 2003 08:18:26 +0000 (08:18 +0000)]
Remove interfaces implemented in engine now

21 years agoChangeLog update
<changelog@php.net> [Wed, 26 Nov 2003 01:31:41 +0000 (01:31 +0000)]
ChangeLog update

21 years agostyle fix
foobar [Tue, 25 Nov 2003 20:02:22 +0000 (20:02 +0000)]
style fix

21 years ago'Fix' for bison 1.875.
Sebastian Bergmann [Tue, 25 Nov 2003 15:36:38 +0000 (15:36 +0000)]
'Fix' for bison 1.875.

21 years agotest case for bug #26182
foobar [Tue, 25 Nov 2003 09:20:56 +0000 (09:20 +0000)]
test case for bug #26182

21 years ago- Fixed bug #26376 (typo in ext/odbc/config.m4: DBMaker test fails)
foobar [Tue, 25 Nov 2003 08:07:35 +0000 (08:07 +0000)]
- Fixed bug #26376 (typo in ext/odbc/config.m4: DBMaker test fails)

21 years agoChangeLog update
<changelog@php.net> [Tue, 25 Nov 2003 01:31:49 +0000 (01:31 +0000)]
ChangeLog update

21 years agoAdd new interface ArrayAccess to use objects as Arrays
Marcus Boerger [Mon, 24 Nov 2003 20:57:54 +0000 (20:57 +0000)]
Add new interface ArrayAccess to use objects as Arrays

21 years ago- Fix newly introduced bug which stopped class constants from working.
Andi Gutmans [Mon, 24 Nov 2003 20:47:53 +0000 (20:47 +0000)]
- Fix newly introduced bug which stopped class constants from working.
- Thanks to Jan Lehnardt for reporting it.

21 years agofixed -> fixed section, added -> added section..etc.
foobar [Mon, 24 Nov 2003 19:01:45 +0000 (19:01 +0000)]
fixed -> fixed section, added -> added section..etc.