]> granicus.if.org Git - php/log
php
22 years ago- Skip if the function is not available (in case pcre was not compiled in).
Derick Rethans [Tue, 8 Oct 2002 09:46:31 +0000 (09:46 +0000)]
- Skip if the function is not available (in case pcre was not compiled in).

22 years ago- Show easier parseable and greppable output
Derick Rethans [Tue, 8 Oct 2002 08:53:51 +0000 (08:53 +0000)]
- Show easier parseable and greppable output

22 years ago- Use getenv, as $_ENV is not available when variables_order= in php.ini
Derick Rethans [Tue, 8 Oct 2002 08:39:10 +0000 (08:39 +0000)]
- Use getenv, as $_ENV is not available when variables_order= in php.ini
  does not include "E".

22 years agoAdded test to check if charsets constants are defined
Tal Peer [Tue, 8 Oct 2002 08:17:03 +0000 (08:17 +0000)]
Added test to check if charsets constants are defined

22 years ago- Please do not use notices for debug information
Derick Rethans [Tue, 8 Oct 2002 08:01:06 +0000 (08:01 +0000)]
- Please do not use notices for debug information

22 years ago- Drop dependency on fixed php.ini
Derick Rethans [Tue, 8 Oct 2002 07:57:29 +0000 (07:57 +0000)]
- Drop dependency on fixed php.ini

22 years ago- Use error_reporting E_ALL
Derick Rethans [Tue, 8 Oct 2002 07:55:02 +0000 (07:55 +0000)]
- Use error_reporting E_ALL

22 years ago- Drop requirement for php.ini-dist
Derick Rethans [Tue, 8 Oct 2002 07:49:36 +0000 (07:49 +0000)]
- Drop requirement for php.ini-dist
- Adjust test script to hard code ini settings

22 years ago- Document correct default
Derick Rethans [Tue, 8 Oct 2002 07:47:45 +0000 (07:47 +0000)]
- Document correct default

22 years ago- Do not change those from the default in Zend/zend_highlight.h
Derick Rethans [Tue, 8 Oct 2002 07:43:14 +0000 (07:43 +0000)]
- Do not change those from the default in Zend/zend_highlight.h

22 years agoFix ZTS build.
Sebastian Bergmann [Tue, 8 Oct 2002 05:08:39 +0000 (05:08 +0000)]
Fix ZTS build.

22 years agoAdd php.* to be ignored.
foobar [Tue, 8 Oct 2002 03:01:18 +0000 (03:01 +0000)]
Add php.* to be ignored.

22 years agows fixes
foobar [Tue, 8 Oct 2002 03:00:06 +0000 (03:00 +0000)]
ws fixes

22 years agoadd support for adding /usr/lib to the linkline by default
Sascha Schumann [Tue, 8 Oct 2002 02:27:53 +0000 (02:27 +0000)]
add support for adding /usr/lib to the linkline by default

22 years agostyle polizei
foobar [Tue, 8 Oct 2002 01:34:41 +0000 (01:34 +0000)]
style polizei

22 years ago* make these variables configurable from environment on Windows:
Stig Bakken [Tue, 8 Oct 2002 01:04:52 +0000 (01:04 +0000)]
* make these variables configurable from environment on Windows:
  PEAR_INSTALLDIR           PHP_BINDIR      PHP_CONFIG_FILE_PATH
  PHP_CONFIG_FILE_SCAN_DIR  PHP_DATADIR     PHP_EXTENSION_DIR
  PHP_INCLUDE_PATH          PHP_LIBDIR      PHP_LOCALSTATEDIR
  PHP_PREFIX                PHP_SYSCONFDIR

22 years agoNEWS update
<changelog@php.net> [Tue, 8 Oct 2002 00:36:09 +0000 (00:36 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Tue, 8 Oct 2002 00:35:21 +0000 (00:35 +0000)]
ChangeLog update

22 years agoGet rid of redundant loop
Rasmus Lerdorf [Tue, 8 Oct 2002 00:16:55 +0000 (00:16 +0000)]
Get rid of redundant loop

22 years agoFreeBSD ming port sticks ming.h in /usr/local/include/ming/ming.h and
Rasmus Lerdorf [Tue, 8 Oct 2002 00:15:10 +0000 (00:15 +0000)]
FreeBSD ming port sticks ming.h in /usr/local/include/ming/ming.h and
we weren't finding it there.

22 years agozlib.h being included before ssl.h needs to be handled here too
Rasmus Lerdorf [Tue, 8 Oct 2002 00:13:56 +0000 (00:13 +0000)]
zlib.h being included before ssl.h needs to be handled here too

22 years agoMake zlib-dir actually mean something during the check
Rasmus Lerdorf [Mon, 7 Oct 2002 22:27:50 +0000 (22:27 +0000)]
Make zlib-dir actually mean something during the check

22 years ago- Fix test
Andi Gutmans [Mon, 7 Oct 2002 21:58:59 +0000 (21:58 +0000)]
- Fix test

22 years agoFix for bug #19798 (submitted by mclap@simpage.mv.ru)
Dan Kalowsky [Mon, 7 Oct 2002 21:58:56 +0000 (21:58 +0000)]
Fix for bug #19798 (submitted by mclap@simpage.mv.ru)

22 years agoAdd xslt milestones
Melvyn Sopacua [Mon, 7 Oct 2002 21:48:25 +0000 (21:48 +0000)]
Add xslt milestones

22 years ago- Require $this-> when calling a methods. This whole automatic lookup
Andi Gutmans [Mon, 7 Oct 2002 21:46:44 +0000 (21:46 +0000)]
- Require $this-> when calling a methods. This whole automatic lookup
- first in the class and then in the global scope is confusing, slow and
- not quite BC compatible.

22 years ago- Allow access to private/protected variables of $clone inside the __clone()
Andi Gutmans [Mon, 7 Oct 2002 21:20:23 +0000 (21:20 +0000)]
- Allow access to private/protected variables of $clone inside the __clone()
- method

22 years agoArgh! Revert. I'm on drugs. Was linking in a newer libz when I checked
Rasmus Lerdorf [Mon, 7 Oct 2002 21:13:46 +0000 (21:13 +0000)]
Argh!  Revert.  I'm on drugs.  Was linking in a newer libz when I checked
this.

22 years agoAdded tests for strstr(), strpos() and substr_count() functions.
Ilia Alshanetsky [Mon, 7 Oct 2002 21:07:42 +0000 (21:07 +0000)]
Added tests for strstr(), strpos() and substr_count() functions.

22 years agoOops, should still define that. Didn't think I needed it as nothing in
Rasmus Lerdorf [Mon, 7 Oct 2002 20:59:59 +0000 (20:59 +0000)]
Oops, should still define that.  Didn't think I needed it as nothing in
ext/zlib checks it, but it is checked elsewhere.

22 years agoThis restriction is no longer true after the streams changes.
Rasmus Lerdorf [Mon, 7 Oct 2002 20:55:41 +0000 (20:55 +0000)]
This restriction is no longer true after the streams changes.

22 years agoFixed typo.
Moriyoshi Koizumi [Mon, 7 Oct 2002 20:12:48 +0000 (20:12 +0000)]
Fixed typo.

22 years ago- Update
Markus Fischer [Mon, 7 Oct 2002 19:51:32 +0000 (19:51 +0000)]
- Update

22 years agoInitial commit of fribidi_log2vis test
Tal Peer [Mon, 7 Oct 2002 19:35:30 +0000 (19:35 +0000)]
Initial commit of fribidi_log2vis test

22 years agoAdded test cases for mbregex
Moriyoshi Koizumi [Mon, 7 Oct 2002 18:02:05 +0000 (18:02 +0000)]
Added test cases for mbregex

22 years agoLots of clean-up for upcoming mbstring merging event.
Moriyoshi Koizumi [Mon, 7 Oct 2002 17:59:49 +0000 (17:59 +0000)]
Lots of clean-up for upcoming mbstring merging event.
Added mb_regex_set_options().
The Options parameters of various mbregex functions are now deprecated.
@- Added mb_regex_set_options(). The Options parameters of
@  various mbregex functions are now deprecated. (Moriyoshi).

22 years agoDocument session.save_path option in php.ini
Colin Viebrock [Mon, 7 Oct 2002 17:58:27 +0000 (17:58 +0000)]
Document session.save_path option in php.ini

22 years agoUse a copy of locale instead of the original. Fixes bug #19482.
Andrei Zmievski [Mon, 7 Oct 2002 17:16:23 +0000 (17:16 +0000)]
Use a copy of locale instead of the original. Fixes bug #19482.

22 years ago2. :)
Derick Rethans [Mon, 7 Oct 2002 17:13:59 +0000 (17:13 +0000)]
2. :)

22 years ago.
Rasmus Lerdorf [Mon, 7 Oct 2002 17:11:34 +0000 (17:11 +0000)]
.

22 years agoadding test of xslt_set_object
David Viner [Mon, 7 Oct 2002 16:59:08 +0000 (16:59 +0000)]
adding test of xslt_set_object
--dviner

22 years agofixed mb_split (the value of third parameter treated wrongly)
Moriyoshi Koizumi [Mon, 7 Oct 2002 16:46:42 +0000 (16:46 +0000)]
fixed mb_split (the value of third parameter treated wrongly)

22 years agoreaddir() was returning NULL instead of FALSE when used on an invalid
Rasmus Lerdorf [Mon, 7 Oct 2002 16:46:38 +0000 (16:46 +0000)]
readdir() was returning NULL instead of FALSE when used on an invalid
directory handle.  If someone forgot to check (as someone here did) that
the opendir() succeeded, and then followed the documented usage by checking
readdir()!==FALSE things would go awry.  The ZEND_FETCH_RESOURCE macro
explicitly does a RETURN_NULL on failure which is not what we want in this
case, so work around it.  No need to change it for the OO case since the
object is not created if the opendir fails.

22 years agoMFH
Moriyoshi Koizumi [Mon, 7 Oct 2002 16:15:36 +0000 (16:15 +0000)]
MFH

22 years agonever smash the stack...
Stefan Esser [Mon, 7 Oct 2002 16:11:30 +0000 (16:11 +0000)]
never smash the stack...

22 years agofixing possible off by one in error case
Stefan Esser [Mon, 7 Oct 2002 16:05:28 +0000 (16:05 +0000)]
fixing possible off by one in error case

22 years agoTemporary (?) workaround (?) for is_executable() on Windows.
Sander Roobol [Mon, 7 Oct 2002 15:16:47 +0000 (15:16 +0000)]
Temporary (?) workaround (?) for is_executable() on Windows.

22 years agoClosing protected variables hole
Stefan Esser [Mon, 7 Oct 2002 11:23:24 +0000 (11:23 +0000)]
Closing protected variables hole

22 years agoWhitespace
Zeev Suraski [Mon, 7 Oct 2002 11:21:06 +0000 (11:21 +0000)]
Whitespace

22 years agoFix obvious error..
foobar [Mon, 7 Oct 2002 11:08:11 +0000 (11:08 +0000)]
Fix obvious error..

22 years ago - fix typo and improve error message
Jan Lehnardt [Mon, 7 Oct 2002 10:09:07 +0000 (10:09 +0000)]
 - fix typo and improve error message

22 years agoCall ob_flush to force the buffer contents to go through the rewriter.
Sascha Schumann [Mon, 7 Oct 2002 10:07:27 +0000 (10:07 +0000)]
Call ob_flush to force the buffer contents to go through the rewriter.

22 years agoTests will be skipped if a tester does not explicitly specify the
Marc Boeren [Mon, 7 Oct 2002 09:27:02 +0000 (09:27 +0000)]
Tests will be skipped if a tester does not explicitly specify the
test-database setup in dbx_test.p.

22 years agostdio buffers data in user land. By calling fflush(3), this
Sascha Schumann [Mon, 7 Oct 2002 03:12:06 +0000 (03:12 +0000)]
stdio buffers data in user land. By calling fflush(3), this
data is sent to the kernel using write(2). fsync'ing a
file descriptor is not required -- writing to a fd has the same
affect as calling fflush after each fwrite.

22 years agoPrint out warning only, if a variable was actually migrated
Sascha Schumann [Mon, 7 Oct 2002 02:37:50 +0000 (02:37 +0000)]
Print out warning only, if a variable was actually migrated

22 years agoChangeLog update
<changelog@php.net> [Mon, 7 Oct 2002 00:34:07 +0000 (00:34 +0000)]
ChangeLog update

22 years agoAdd --EXPECTF-- section: 'sprintf' for EXPECT sections. See for usage
Melvyn Sopacua [Mon, 7 Oct 2002 00:05:20 +0000 (00:05 +0000)]
Add --EXPECTF-- section: 'sprintf' for EXPECT sections. See for usage
example ext/xslt/tests/009.phpt.
# To aid debugging, a little commented section is left in, this can be
# stripped in due time, or properly integrated with some --debugging flag.
# But it's quite useful, when you make such tests.

22 years ago(xslt tests) Add test for memory leaks, caused by inapproreate use of
Melvyn Sopacua [Sun, 6 Oct 2002 23:58:51 +0000 (23:58 +0000)]
(xslt tests) Add test for memory leaks, caused by inapproreate use of
             the struct. Memory leak is caused by at least 2 errors on
             handle.

22 years agoTry to ensure that we return the number of bytes requested during fread().
Wez Furlong [Sun, 6 Oct 2002 23:27:53 +0000 (23:27 +0000)]
Try to ensure that we return the number of bytes requested during fread().

22 years agoSilence warning.
Sebastian Bergmann [Sun, 6 Oct 2002 21:47:54 +0000 (21:47 +0000)]
Silence warning.

22 years ago- Fix problem with unsetting object members.
Andi Gutmans [Sun, 6 Oct 2002 19:55:31 +0000 (19:55 +0000)]
- Fix problem with unsetting object members.

22 years agoSkip this test if we're not using ZE2
Sander Roobol [Sun, 6 Oct 2002 19:39:12 +0000 (19:39 +0000)]
Skip this test if we're not using ZE2

22 years agoWe're testing stripCslashes() here :)
Sander Roobol [Sun, 6 Oct 2002 19:26:56 +0000 (19:26 +0000)]
We're testing stripCslashes() here :)

22 years agoSome more weird tests on Derick's request :)
Sander Roobol [Sun, 6 Oct 2002 19:17:04 +0000 (19:17 +0000)]
Some more weird tests on Derick's request :)

22 years agoSome string tests
Sander Roobol [Sun, 6 Oct 2002 19:12:22 +0000 (19:12 +0000)]
Some string tests

22 years ago- Add new tests for: array_change_key_case, array_chunk and
Derick Rethans [Sun, 6 Oct 2002 18:42:03 +0000 (18:42 +0000)]
- Add new tests for: array_change_key_case, array_chunk and
  array_count_values.

22 years agoFix another leak in implode()
Sander Roobol [Sun, 6 Oct 2002 18:39:03 +0000 (18:39 +0000)]
Fix another leak in implode()

22 years agoFix for bug 19781
Rasmus Lerdorf [Sun, 6 Oct 2002 17:47:50 +0000 (17:47 +0000)]
Fix for bug 19781

22 years ago- Fix highlight_string test.
Derick Rethans [Sun, 6 Oct 2002 17:37:25 +0000 (17:37 +0000)]
- Fix highlight_string test.

22 years agoCode cleanup. Thanks Andi.
Ilia Alshanetsky [Sun, 6 Oct 2002 17:17:38 +0000 (17:17 +0000)]
Code cleanup. Thanks Andi.

22 years agoAdd php_ini_scanned_files() so "make test" can tell you when you have
Rasmus Lerdorf [Sun, 6 Oct 2002 17:04:10 +0000 (17:04 +0000)]
Add php_ini_scanned_files() so "make test" can tell you when you have
additional .ini files that are scanned.

22 years agoYou can't detect NULL nicely - false is better and more PHPish.
Sander Roobol [Sun, 6 Oct 2002 17:00:33 +0000 (17:00 +0000)]
You can't detect NULL nicely - false is better and more PHPish.

22 years agoFix build
Rasmus Lerdorf [Sun, 6 Oct 2002 16:37:33 +0000 (16:37 +0000)]
Fix build

22 years agoFixed getopt() - made it actually work
Sander Roobol [Sun, 6 Oct 2002 16:33:14 +0000 (16:33 +0000)]
Fixed getopt() - made it actually work

22 years agoMFB
Melvyn Sopacua [Sun, 6 Oct 2002 16:32:24 +0000 (16:32 +0000)]
MFB

22 years agoAdded expected data to parse_url() test
Ilia Alshanetsky [Sun, 6 Oct 2002 16:15:06 +0000 (16:15 +0000)]
Added expected data to parse_url() test

22 years agoAdded a much faster parse_url() implementation. This also fixes a number
Ilia Alshanetsky [Sun, 6 Oct 2002 16:14:42 +0000 (16:14 +0000)]
Added a much faster parse_url() implementation. This also fixes a number
of bugs in the old parse_url() implementation.

22 years agomissed this, needed by 007.phpt
Melvyn Sopacua [Sun, 6 Oct 2002 15:51:33 +0000 (15:51 +0000)]
missed this, needed by 007.phpt

22 years agoadded support for aliases of the encodings.
Moriyoshi Koizumi [Sun, 6 Oct 2002 15:31:52 +0000 (15:31 +0000)]
added support for aliases of the encodings.

22 years agoRevert the implicit_flush mess.
Zeev Suraski [Sun, 6 Oct 2002 12:02:53 +0000 (12:02 +0000)]
Revert the implicit_flush mess.

Do not revert it again under any circumstances!

Yasuo/anybody else - if there are issues with implicit_flush, please inform
me and I will fix them.

22 years agoFixed segfault and memory leak in the new implementation of implode()
Sander Roobol [Sun, 6 Oct 2002 11:28:11 +0000 (11:28 +0000)]
Fixed segfault and memory leak in the new implementation of implode()

22 years agoAdd testcases for implode() and str_repeat()
Sander Roobol [Sun, 6 Oct 2002 11:26:49 +0000 (11:26 +0000)]
Add testcases for implode() and str_repeat()

22 years agoHAVE_MBSTRING awareness.
Sebastian Bergmann [Sun, 6 Oct 2002 09:36:26 +0000 (09:36 +0000)]
HAVE_MBSTRING awareness.

22 years agoHAVE_MBREGEX awareness.
Sebastian Bergmann [Sun, 6 Oct 2002 09:29:54 +0000 (09:29 +0000)]
HAVE_MBREGEX awareness.

22 years agoBegin the cleanup - remove ob_flush_all()
Zeev Suraski [Sun, 6 Oct 2002 09:06:24 +0000 (09:06 +0000)]
Begin the cleanup - remove ob_flush_all()

22 years agoWS fix - although the entire libgd directory is horrendously formatted.
Rasmus Lerdorf [Sun, 6 Oct 2002 08:39:05 +0000 (08:39 +0000)]
WS fix - although the entire libgd directory is horrendously formatted.
However, since we are forking existing code, fixing it would make it much
harder to merge any Boutell patches (if they ever come out with any).

22 years agoOops
Rasmus Lerdorf [Sun, 6 Oct 2002 08:35:22 +0000 (08:35 +0000)]
Oops

22 years agoOk, perhaps it's too late at night, but I see absolutely no reason for
Rasmus Lerdorf [Sun, 6 Oct 2002 07:19:07 +0000 (07:19 +0000)]
Ok, perhaps it's too late at night, but I see absolutely no reason for
this chunk of code here.  Why is it writing a palette.map file to disk
in the middle of this function?  Looks like leftover debug code, and this
particular code seems to be crashing on OSX as per bug #19704.

22 years agoFix for bug #19700 - code by Wez
Rasmus Lerdorf [Sun, 6 Oct 2002 06:47:53 +0000 (06:47 +0000)]
Fix for bug #19700 - code by Wez

22 years agomade messages more consistent
Moriyoshi Koizumi [Sun, 6 Oct 2002 06:37:47 +0000 (06:37 +0000)]
made messages more consistent

22 years agoAdd note about javax.servlet package.
Sebastian Bergmann [Sun, 6 Oct 2002 06:27:13 +0000 (06:27 +0000)]
Add note about javax.servlet package.

22 years agoWarnings for empty regular expressions
Moriyoshi Koizumi [Sun, 6 Oct 2002 06:21:34 +0000 (06:21 +0000)]
Warnings for empty regular expressions

22 years agoAs discussed a while ago, decoding GIF images is not considered a Unisys
Rasmus Lerdorf [Sun, 6 Oct 2002 06:03:17 +0000 (06:03 +0000)]
As discussed a while ago, decoding GIF images is not considered a Unisys
LZW patent violation so we can distribute read-only GIF support with
our bundled GD2.  The patent also expires in 2003, which is quickly
approaching, so we can roll in write support soon unless things change.

22 years agoAdding missing include path's to non TS projects
Frank M. Kromann [Sun, 6 Oct 2002 02:14:22 +0000 (02:14 +0000)]
Adding missing include path's to non TS projects

22 years agoFixing comment allowing the module to compile again
Frank M. Kromann [Sun, 6 Oct 2002 02:10:19 +0000 (02:10 +0000)]
Fixing comment allowing the module to compile again

22 years agoChangeLog update
<changelog@php.net> [Sun, 6 Oct 2002 00:33:38 +0000 (00:33 +0000)]
ChangeLog update

22 years agoChange HEAD version to 4.4.0-dev.
Andrei Zmievski [Sat, 5 Oct 2002 20:37:12 +0000 (20:37 +0000)]
Change HEAD version to 4.4.0-dev.

22 years ago- Add parse_url() tests (expect will follow later)url_t.phpt
Derick Rethans [Sat, 5 Oct 2002 20:28:35 +0000 (20:28 +0000)]
- Add parse_url() tests (expect will follow later)url_t.phpt

22 years ago*** empty log message ***
Andrei Zmievski [Sat, 5 Oct 2002 20:07:44 +0000 (20:07 +0000)]
*** empty log message ***

22 years ago(xslt tests) Add test for new backend API (005.phpt), new function
Melvyn Sopacua [Sat, 5 Oct 2002 19:44:26 +0000 (19:44 +0000)]
(xslt tests) Add test for new backend API (005.phpt), new function
             (006.phpt) and a crash test (007.phpt)
             006.phpt also tests handling of public entities, which is in
             essence new to the extension, since there was no way to turn
             it on.
# These new functions and backend will be added shortly.
# TODO: test for xslt_set_object