]>
granicus.if.org Git - php/log
Frank M. Kromann [Wed, 29 Oct 2003 05:34:00 +0000 (05:34 +0000)]
Fix typo in parameter
Ilia Alshanetsky [Wed, 29 Oct 2003 05:04:40 +0000 (05:04 +0000)]
Fixed test.
<changelog@php.net> [Wed, 29 Oct 2003 01:32:08 +0000 (01:32 +0000)]
ChangeLog update
Sara Golemon [Wed, 29 Oct 2003 00:19:57 +0000 (00:19 +0000)]
Allow userspace filters to use wildcards
Sara Golemon [Tue, 28 Oct 2003 23:56:57 +0000 (23:56 +0000)]
Allow userfilter instantiation to programmatically fail by returning false.
Equivalent of Cspace filter "failure" by returning NULL.
Andi Gutmans [Tue, 28 Oct 2003 23:44:23 +0000 (23:44 +0000)]
- Head up! I'm reverting the patch which allows for expressions in constant
- declerations. Allowing the access of other constants in this code is
- flawed. We are reverting back to PHP 4's static scalars.
- Don't worry if you get the following msg when compiling:
- "zend_language_parser.y contains 3 useless nonterminals and 22 useless rules"
- I didn't nuke the code in case we have some brilliant ideas after beta 2
Sara Golemon [Tue, 28 Oct 2003 23:29:16 +0000 (23:29 +0000)]
Stop looking once we've found a matching filter.
Sara Golemon [Tue, 28 Oct 2003 21:52:59 +0000 (21:52 +0000)]
Extend Filter matching to check wildcards at multiple levels.
Ex: foo.bar.baz.bomb
Searches:
foo.bar.baz.bomb itself,
foo.bar.baz.*,
foo.bar.*, and
foo.*
Also changed tempvar "char wildcard[128];" to an estrdup() to
deal with potential filternames longer than 127 bytes.
George Schlossnagle [Tue, 28 Oct 2003 19:04:38 +0000 (19:04 +0000)]
note pcntl_wait()
Marcus Boerger [Tue, 28 Oct 2003 18:46:37 +0000 (18:46 +0000)]
Give some freedon to c iterators but not in userspace.
George Schlossnagle [Tue, 28 Oct 2003 17:08:18 +0000 (17:08 +0000)]
Added pcntl_wait, a wraspper around wait()/wait3()
foobar [Tue, 28 Oct 2003 15:24:02 +0000 (15:24 +0000)]
config.h is static here
Shane Caraveo [Tue, 28 Oct 2003 05:24:46 +0000 (05:24 +0000)]
fix crash in do_implement_interface when compiling
pear/PHPUnit/Framework/TestCase.php line 63
while only interface_gets_implemented is the issue in this instance, both
these vars were unitialized, causing potential other issues
Ilia Alshanetsky [Tue, 28 Oct 2003 04:22:12 +0000 (04:22 +0000)]
Fixed compiler warning.
Shane Caraveo [Tue, 28 Oct 2003 04:21:29 +0000 (04:21 +0000)]
fix win32 build
Ilia Alshanetsky [Tue, 28 Oct 2003 04:02:11 +0000 (04:02 +0000)]
By popular demand renaming uu(encode/decode) to convert_uu(encode/decode).
<changelog@php.net> [Tue, 28 Oct 2003 01:32:07 +0000 (01:32 +0000)]
ChangeLog update
Moriyoshi Koizumi [Mon, 27 Oct 2003 22:45:58 +0000 (22:45 +0000)]
Add missing reinitialization call
Moriyoshi Koizumi [Mon, 27 Oct 2003 22:36:44 +0000 (22:36 +0000)]
Fixed bug #26003 (fgetcsv() not binary-safe on null bytes)
Christian Stocker [Mon, 27 Oct 2003 19:52:50 +0000 (19:52 +0000)]
use php_error_docref
foobar [Mon, 27 Oct 2003 19:05:01 +0000 (19:05 +0000)]
- Fix win32 build.
Christian Stocker [Mon, 27 Oct 2003 17:51:55 +0000 (17:51 +0000)]
extending of domDocument class test
Christian Stocker [Mon, 27 Oct 2003 17:36:44 +0000 (17:36 +0000)]
added html test
Andi Gutmans [Mon, 27 Oct 2003 15:49:11 +0000 (15:49 +0000)]
- Add uuencode.c to the project
Christian Stocker [Mon, 27 Oct 2003 15:32:44 +0000 (15:32 +0000)]
xinclude test
Christian Stocker [Mon, 27 Oct 2003 15:32:22 +0000 (15:32 +0000)]
xinclude support readded to ext/dom
Christian Stocker [Mon, 27 Oct 2003 15:13:12 +0000 (15:13 +0000)]
streams test
Christian Stocker [Mon, 27 Oct 2003 15:12:20 +0000 (15:12 +0000)]
- streams test
foobar [Mon, 27 Oct 2003 15:04:01 +0000 (15:04 +0000)]
hrm
Christian Stocker [Mon, 27 Oct 2003 12:52:37 +0000 (12:52 +0000)]
exception/try/catch test
Christian Stocker [Mon, 27 Oct 2003 12:17:28 +0000 (12:17 +0000)]
forgot one file
Christian Stocker [Mon, 27 Oct 2003 12:16:35 +0000 (12:16 +0000)]
fix for test Nr 3 bug (not freeing all params)
Christian Stocker [Mon, 27 Oct 2003 11:34:45 +0000 (11:34 +0000)]
added interop test
Christian Stocker [Mon, 27 Oct 2003 11:28:43 +0000 (11:28 +0000)]
added SKIPIF extension is not loaded checks
Christian Stocker [Mon, 27 Oct 2003 11:24:30 +0000 (11:24 +0000)]
interop test
Christian Stocker [Mon, 27 Oct 2003 08:49:11 +0000 (08:49 +0000)]
totally wrong expected output...
Christian Stocker [Mon, 27 Oct 2003 08:46:55 +0000 (08:46 +0000)]
some tests (test #3 is currently broken due to memleak, fix is on the way)
Marcus Boerger [Mon, 27 Oct 2003 08:43:52 +0000 (08:43 +0000)]
Add another test
Marcus Boerger [Mon, 27 Oct 2003 08:43:25 +0000 (08:43 +0000)]
Rename test
Stig Bakken [Mon, 27 Oct 2003 06:52:14 +0000 (06:52 +0000)]
* array_merge is more ticklish in php5
Ilia Alshanetsky [Mon, 27 Oct 2003 05:35:41 +0000 (05:35 +0000)]
Added uuencode() & uudecode() functions.
<changelog@php.net> [Mon, 27 Oct 2003 01:32:11 +0000 (01:32 +0000)]
ChangeLog update
Rob Richards [Mon, 27 Oct 2003 01:12:53 +0000 (01:12 +0000)]
cannot import nodes without document
Christian Stocker [Mon, 27 Oct 2003 00:03:28 +0000 (00:03 +0000)]
remove unneeded variables
Christian Stocker [Mon, 27 Oct 2003 00:01:39 +0000 (00:01 +0000)]
- Make distinction in error-reporting between Warnings and Errors from libxml2
- Use internal error_handlers during html-parsing as well
Christian Stocker [Sun, 26 Oct 2003 19:35:08 +0000 (19:35 +0000)]
fix test (validation returns a warning, if xml is not valid)
Christian Stocker [Sun, 26 Oct 2003 19:15:52 +0000 (19:15 +0000)]
- added interop between DOM and SimpleXML example
- added xpath example
Christian Stocker [Sun, 26 Oct 2003 18:56:03 +0000 (18:56 +0000)]
fix example for saving to file
Rob Richards [Sun, 26 Oct 2003 16:00:58 +0000 (16:00 +0000)]
add interop with dom - simplexml_import_dom
change write behavior on elements to change actual contents
change clone method to clone node and not document
fix a few libxml mem leaks
Rob Richards [Sun, 26 Oct 2003 15:57:31 +0000 (15:57 +0000)]
use common structures from php_libxml.h
Rob Richards [Sun, 26 Oct 2003 15:57:02 +0000 (15:57 +0000)]
add interop with simplexml - dom_import_simplexml
fix cloneNode with elements
Rob Richards [Sun, 26 Oct 2003 15:53:20 +0000 (15:53 +0000)]
common functions for interoperability
Marcus Boerger [Sun, 26 Oct 2003 13:27:26 +0000 (13:27 +0000)]
Add attribute test
Marcus Boerger [Sun, 26 Oct 2003 13:27:03 +0000 (13:27 +0000)]
Fix memory corruption
Marcus Boerger [Sun, 26 Oct 2003 13:18:59 +0000 (13:18 +0000)]
Add foreach test
Marcus Boerger [Sun, 26 Oct 2003 13:11:56 +0000 (13:11 +0000)]
Add iterator to make foreach work
Marcus Boerger [Sun, 26 Oct 2003 01:17:51 +0000 (01:17 +0000)]
And get the last thing working
Marcus Boerger [Sun, 26 Oct 2003 01:04:25 +0000 (01:04 +0000)]
Add test
Marcus Boerger [Sun, 26 Oct 2003 01:03:21 +0000 (01:03 +0000)]
Fix tests
Sebastian Bergmann [Sun, 26 Oct 2003 00:42:42 +0000 (00:42 +0000)]
Patch by Steph to sanitize ssize_t typedef on Windows.
Marcus Boerger [Sun, 26 Oct 2003 00:39:48 +0000 (00:39 +0000)]
Fix casting (the question is when & what should be freed here).
Marcus Boerger [Sun, 26 Oct 2003 00:35:56 +0000 (00:35 +0000)]
Fix test
<changelog@php.net> [Sun, 26 Oct 2003 00:32:26 +0000 (00:32 +0000)]
ChangeLog update
Marcus Boerger [Sat, 25 Oct 2003 23:17:15 +0000 (23:17 +0000)]
Allow static methods being called from sqlite sql. Notice by Stphane Mariel
Marcus Boerger [Sat, 25 Oct 2003 23:06:23 +0000 (23:06 +0000)]
Fix test 4 with the help of Rob
Marcus Boerger [Sat, 25 Oct 2003 22:58:06 +0000 (22:58 +0000)]
Add zend_make_callable() which allows to make zval's callable zval's.
At the moment this function only converts strings of the form class::method
to an array(class,method).
Marcus Boerger [Sat, 25 Oct 2003 21:28:01 +0000 (21:28 +0000)]
Show if Schemas are supported
Marcus Boerger [Sat, 25 Oct 2003 21:08:33 +0000 (21:08 +0000)]
Fix memleaks
Marcus Boerger [Sat, 25 Oct 2003 21:07:37 +0000 (21:07 +0000)]
More testing
Marcus Boerger [Sat, 25 Oct 2003 20:28:39 +0000 (20:28 +0000)]
Fix warning
Marcus Boerger [Sat, 25 Oct 2003 20:27:48 +0000 (20:27 +0000)]
Fix test
Marcus Boerger [Sat, 25 Oct 2003 20:00:04 +0000 (20:00 +0000)]
Add some testing
Marcus Boerger [Sat, 25 Oct 2003 19:28:31 +0000 (19:28 +0000)]
This forces a better error message for non working clone calls.
Marcus Boerger [Sat, 25 Oct 2003 19:13:06 +0000 (19:13 +0000)]
And use things to throw an exception here
Marcus Boerger [Sat, 25 Oct 2003 19:07:09 +0000 (19:07 +0000)]
You shall not clone Exception instances
Marcus Boerger [Sat, 25 Oct 2003 19:06:35 +0000 (19:06 +0000)]
You shall not clone reflection_xx instances
Marcus Boerger [Sat, 25 Oct 2003 15:11:49 +0000 (15:11 +0000)]
Update
Marcus Boerger [Sat, 25 Oct 2003 14:54:10 +0000 (14:54 +0000)]
Update
Marcus Boerger [Sat, 25 Oct 2003 14:06:29 +0000 (14:06 +0000)]
- Fixed bug #25581 (getimagesize () return incorrect values on bitmap
(os2) files)
Rui Hirokawa [Sat, 25 Oct 2003 10:29:07 +0000 (10:29 +0000)]
encoding detection shouldn't be performed if mbstring.http_input is set to auto or any valid encoding.
Sebastian Bergmann [Sat, 25 Oct 2003 09:20:47 +0000 (09:20 +0000)]
Fugbix typo.
Sebastian Bergmann [Sat, 25 Oct 2003 09:18:23 +0000 (09:18 +0000)]
s/Throwable/Printable: Exception has become an internal class since I initially documented interfaces.
<changelog@php.net> [Sat, 25 Oct 2003 00:32:55 +0000 (00:32 +0000)]
ChangeLog update
Andi Gutmans [Fri, 24 Oct 2003 22:13:00 +0000 (22:13 +0000)]
- Fix typo
Adam Dickmeiss [Fri, 24 Oct 2003 19:32:09 +0000 (19:32 +0000)]
For YAZ, RSHUTDOWN closes persistent connections that have been idle
more than yaz.keepalive seconds. Default value for config yaz.keepalive
is 120 seconds. The shutdown prevents many sockets in CLOSE_WAIT state.
Marcus Boerger [Fri, 24 Oct 2003 18:44:40 +0000 (18:44 +0000)]
Revert accidential commit
Marcus Boerger [Fri, 24 Oct 2003 18:42:00 +0000 (18:42 +0000)]
Revert accidental commit
Marcus Boerger [Fri, 24 Oct 2003 18:24:28 +0000 (18:24 +0000)]
Zend/ZEND_CHANGES
Marko Karppinen [Fri, 24 Oct 2003 17:09:36 +0000 (17:09 +0000)]
Workaround for bug #25955
Generalized a Darwin check in dns.c to a check for inet_pton() (kalowsky)
Greg Beaver [Fri, 24 Oct 2003 05:34:59 +0000 (05:34 +0000)]
add #25174 note
Greg Beaver [Fri, 24 Oct 2003 05:33:37 +0000 (05:33 +0000)]
fixed #25174 Wrong handling of readlink() in OS/Guess.php
Ilia Alshanetsky [Fri, 24 Oct 2003 03:31:57 +0000 (03:31 +0000)]
Fixed some test names.
Removed extraneous \r from a number of tests.
<changelog@php.net> [Fri, 24 Oct 2003 00:34:04 +0000 (00:34 +0000)]
ChangeLog update
Gabor Hojtsy [Thu, 23 Oct 2003 09:53:31 +0000 (09:53 +0000)]
The web server user name starts with IUSR_ and not ISUR_,
and some clarifications from Phil Driscoll
Marcus Boerger [Thu, 23 Oct 2003 07:14:50 +0000 (07:14 +0000)]
Update tests
Marcus Boerger [Thu, 23 Oct 2003 07:09:04 +0000 (07:09 +0000)]
Update
Sebastian Bergmann [Thu, 23 Oct 2003 04:41:09 +0000 (04:41 +0000)]
Add zend_interfaces.{c|h}.
<changelog@php.net> [Thu, 23 Oct 2003 00:33:10 +0000 (00:33 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 22 Oct 2003 23:42:55 +0000 (23:42 +0000)]
Fixed bug #25922 (Crash in error handler when 5th argument is modified).
Ilia Alshanetsky [Wed, 22 Oct 2003 21:43:39 +0000 (21:43 +0000)]
Don't forget to compile zend_interfaces.c