]> granicus.if.org Git - php/log
php
18 years agomore snprintf()
Antony Dovgal [Thu, 18 Jan 2007 16:21:00 +0000 (16:21 +0000)]
more snprintf()

18 years agoMFB: use only 2 bits
Nuno Lopes [Thu, 18 Jan 2007 16:06:28 +0000 (16:06 +0000)]
MFB: use only 2 bits

18 years agouse snprintf()
Antony Dovgal [Thu, 18 Jan 2007 15:54:45 +0000 (15:54 +0000)]
use snprintf()

18 years agofix the previous patch
Antony Dovgal [Thu, 18 Jan 2007 15:53:53 +0000 (15:53 +0000)]
fix the previous patch

18 years agouse snprintf()
Antony Dovgal [Thu, 18 Jan 2007 15:40:54 +0000 (15:40 +0000)]
use snprintf()

18 years agouse snprintf()
Antony Dovgal [Thu, 18 Jan 2007 15:29:11 +0000 (15:29 +0000)]
use snprintf()

18 years agoimprove check configure for new version of utf8_mime2text()
Antony Dovgal [Thu, 18 Jan 2007 14:05:07 +0000 (14:05 +0000)]
improve check configure for new version of utf8_mime2text()

18 years agouse strlcat()
Antony Dovgal [Thu, 18 Jan 2007 14:03:24 +0000 (14:03 +0000)]
use strlcat()

18 years agofix fodling, mark set_time_limit() unicode safe
Antony Dovgal [Thu, 18 Jan 2007 12:37:44 +0000 (12:37 +0000)]
fix fodling, mark set_time_limit() unicode safe

18 years agomoved ext/informix to PECL
Antony Dovgal [Thu, 18 Jan 2007 12:26:21 +0000 (12:26 +0000)]
moved ext/informix to PECL

18 years agofix folding, mark functions as unicode safe
Antony Dovgal [Thu, 18 Jan 2007 12:13:05 +0000 (12:13 +0000)]
fix folding, mark functions as unicode safe

18 years agoChangeLog update
<changelog@php.net> [Thu, 18 Jan 2007 01:31:02 +0000 (01:31 +0000)]
ChangeLog update

18 years agoadd class constants Phar::COMPRESSED, Phar::GZ, and Phar::BZ2 for eventual compressio...
Greg Beaver [Thu, 18 Jan 2007 00:13:18 +0000 (00:13 +0000)]
add class constants Phar::COMPRESSED, Phar::GZ, and Phar::BZ2 for eventual compression manipulation

18 years ago- Different results in unicode now
Marcus Boerger [Wed, 17 Jan 2007 22:49:39 +0000 (22:49 +0000)]
- Different results in unicode now

18 years ago- Ensure string-type is always set correctly
Marcus Boerger [Wed, 17 Jan 2007 22:43:53 +0000 (22:43 +0000)]
- Ensure string-type is always set correctly

18 years ago- More help from David
Marcus Boerger [Wed, 17 Jan 2007 21:29:38 +0000 (21:29 +0000)]
- More help from David

18 years ago- A little help from Andrei
Marcus Boerger [Wed, 17 Jan 2007 21:23:55 +0000 (21:23 +0000)]
- A little help from Andrei

18 years agofix #40129 (iconv extension doesn't compile with CodeWarrior on Netware)
Antony Dovgal [Wed, 17 Jan 2007 20:31:49 +0000 (20:31 +0000)]
fix #40129 (iconv extension doesn't compile with CodeWarrior on Netware)
patch by gk at gknw dot de

18 years agofix grammar
Antony Dovgal [Wed, 17 Jan 2007 08:25:25 +0000 (08:25 +0000)]
fix grammar

18 years agoChangeLog update
<changelog@php.net> [Wed, 17 Jan 2007 01:30:58 +0000 (01:30 +0000)]
ChangeLog update

18 years agoINI options should not be modified directly.
Sara Golemon [Wed, 17 Jan 2007 00:22:48 +0000 (00:22 +0000)]
INI options should not be modified directly.
Bad extension.  No cookie for you.

18 years ago- Steps towards unicode
Marcus Boerger [Tue, 16 Jan 2007 23:52:14 +0000 (23:52 +0000)]
- Steps towards unicode

18 years agoUpdate PHP API version.
Andrei Zmievski [Tue, 16 Jan 2007 22:18:39 +0000 (22:18 +0000)]
Update PHP API version.

# Wonder why it hasn't been done already.

18 years ago- Add php_u_stat()
Marcus Boerger [Tue, 16 Jan 2007 22:10:25 +0000 (22:10 +0000)]
- Add php_u_stat()

18 years ago- Add more unicode stuff
Marcus Boerger [Tue, 16 Jan 2007 20:36:04 +0000 (20:36 +0000)]
- Add more unicode stuff

18 years agoMFB: Fixed output code inside odbc_result_all()
Ilia Alshanetsky [Tue, 16 Jan 2007 18:56:55 +0000 (18:56 +0000)]
MFB: Fixed output code inside odbc_result_all()

18 years agoreturn false if realpath()/getcwd() fail
Antony Dovgal [Tue, 16 Jan 2007 14:42:14 +0000 (14:42 +0000)]
return false if realpath()/getcwd() fail

18 years agofree temporary cwd_state struct on error
Antony Dovgal [Tue, 16 Jan 2007 14:01:51 +0000 (14:01 +0000)]
free temporary cwd_state struct on error

18 years agoplug leaks
Antony Dovgal [Tue, 16 Jan 2007 11:18:54 +0000 (11:18 +0000)]
plug leaks
initialize the last argument of RegQueryValueEx()
fix ws

18 years agofix test
Greg Beaver [Tue, 16 Jan 2007 03:59:56 +0000 (03:59 +0000)]
fix test

18 years agofix for deleted files when read from, generalize refcount1 test better
Greg Beaver [Tue, 16 Jan 2007 03:41:52 +0000 (03:41 +0000)]
fix for deleted files when read from, generalize refcount1 test better

18 years agofailing test that demonstrates existing file pointer and PharFileInfo don't respond...
Greg Beaver [Tue, 16 Jan 2007 03:21:55 +0000 (03:21 +0000)]
failing test that demonstrates existing file pointer and PharFileInfo don't respond to changes in the underlying file

18 years agoChangeLog update
<changelog@php.net> [Tue, 16 Jan 2007 01:31:06 +0000 (01:31 +0000)]
ChangeLog update

18 years agotweak docs for canCompress
Greg Beaver [Tue, 16 Jan 2007 00:00:26 +0000 (00:00 +0000)]
tweak docs for canCompress

18 years ago- Help streams debugging
Marcus Boerger [Mon, 15 Jan 2007 22:19:33 +0000 (22:19 +0000)]
- Help streams debugging

18 years agoadd trailing '\0' to stream hashes
Antony Dovgal [Mon, 15 Jan 2007 17:06:52 +0000 (17:06 +0000)]
add trailing '\0' to stream hashes

18 years agoinclude \0 to the hash
Antony Dovgal [Mon, 15 Jan 2007 14:59:40 +0000 (14:59 +0000)]
include \0 to the hash
it does matter because we use these strings in phpinfo()

18 years agotabs -> ws
Antony Dovgal [Mon, 15 Jan 2007 14:07:18 +0000 (14:07 +0000)]
tabs -> ws

18 years agoimprove icu-config check
Antony Dovgal [Mon, 15 Jan 2007 14:03:55 +0000 (14:03 +0000)]
improve icu-config check

18 years agofix test
Antony Dovgal [Mon, 15 Jan 2007 10:31:04 +0000 (10:31 +0000)]
fix test

18 years agoChangeLog update
<changelog@php.net> [Mon, 15 Jan 2007 01:31:06 +0000 (01:31 +0000)]
ChangeLog update

18 years ago- Use relay to aid debugging
Marcus Boerger [Sun, 14 Jan 2007 19:13:34 +0000 (19:13 +0000)]
- Use relay to aid debugging

18 years ago- Fix readonly mode to 'rb'
Marcus Boerger [Sun, 14 Jan 2007 19:09:55 +0000 (19:09 +0000)]
- Fix readonly mode to 'rb'

18 years ago- Fix error expectations
Marcus Boerger [Sun, 14 Jan 2007 18:57:22 +0000 (18:57 +0000)]
- Fix error expectations

18 years agoMFB: Fix typo in error message
Hannes Magnusson [Sun, 14 Jan 2007 14:37:16 +0000 (14:37 +0000)]
MFB: Fix typo in error message

18 years agoChangeLog update
<changelog@php.net> [Sun, 14 Jan 2007 01:31:00 +0000 (01:31 +0000)]
ChangeLog update

18 years ago- Improve flag handling
Marcus Boerger [Sun, 14 Jan 2007 00:32:38 +0000 (00:32 +0000)]
- Improve flag handling
- Fixes to file open mode
- First step towards permission handling

18 years ago- Drop useless comment
Marcus Boerger [Sat, 13 Jan 2007 17:10:18 +0000 (17:10 +0000)]
- Drop useless comment
- Move global macro def to .c
- Cleanup by using bit fields for internal flags

18 years ago- Change version validation to minimum api version required
Marcus Boerger [Sat, 13 Jan 2007 16:44:54 +0000 (16:44 +0000)]
- Change version validation to minimum api version required

18 years agoMFB: Improve validation of argnum, width and precision.
Ilia Alshanetsky [Sat, 13 Jan 2007 16:32:29 +0000 (16:32 +0000)]
MFB: Improve validation of argnum, width and precision.

18 years ago- Change to new layout wich has some more flags that will be used for perms
Marcus Boerger [Sat, 13 Jan 2007 16:17:04 +0000 (16:17 +0000)]
- Change to new layout wich has some more flags that will be used for perms
- Update/simplify tests

18 years agoMFB
Nuno Lopes [Sat, 13 Jan 2007 11:22:44 +0000 (11:22 +0000)]
MFB

18 years agoMFB
Nuno Lopes [Sat, 13 Jan 2007 11:16:53 +0000 (11:16 +0000)]
MFB

18 years agoKill warnings when mt is not installed or is found as the tape command under cygwin
Frank M. Kromann [Sat, 13 Jan 2007 03:32:14 +0000 (03:32 +0000)]
Kill warnings when mt is not installed or is found as the tape command under cygwin

18 years ago- WS
Marcus Boerger [Fri, 12 Jan 2007 22:28:05 +0000 (22:28 +0000)]
- WS

18 years agoadd a sticky note
Andrey Hristov [Fri, 12 Jan 2007 20:26:35 +0000 (20:26 +0000)]
add a sticky note

18 years agoFix copy/paste typo.
Andrei Zmievski [Fri, 12 Jan 2007 19:13:07 +0000 (19:13 +0000)]
Fix copy/paste typo.

18 years agoUse PHP_SETUP_ICU in self-contained extensions
Andrei Zmievski [Fri, 12 Jan 2007 19:02:14 +0000 (19:02 +0000)]
Use PHP_SETUP_ICU in self-contained extensions

18 years agoCreate PHP_SETUP_ICU macro that can be used in self-contained
Andrei Zmievski [Fri, 12 Jan 2007 18:57:11 +0000 (18:57 +0000)]
Create PHP_SETUP_ICU macro that can be used in self-contained
extensions.

18 years agoFixed bug #39969 (ini setting short_open_tag has no effect when using --enable-mainta...
Dmitry Stogov [Fri, 12 Jan 2007 14:38:07 +0000 (14:38 +0000)]
Fixed bug #39969 (ini setting short_open_tag has no effect when using --enable-maintainer-zts)

18 years agoMFB: Fix build (wharmby at uk dot ibm dot com)
Hannes Magnusson [Fri, 12 Jan 2007 14:34:46 +0000 (14:34 +0000)]
MFB: Fix build (wharmby at uk dot ibm dot com)

18 years agonuke more dead code
Antony Dovgal [Fri, 12 Jan 2007 12:31:31 +0000 (12:31 +0000)]
nuke more dead code

18 years agodelete useless comments and skeleton leftovers
Antony Dovgal [Fri, 12 Jan 2007 12:16:36 +0000 (12:16 +0000)]
delete useless comments and skeleton leftovers

18 years agofix folding and ws
Antony Dovgal [Fri, 12 Jan 2007 12:06:33 +0000 (12:06 +0000)]
fix folding and ws

18 years agoplug newly added leak
Antony Dovgal [Fri, 12 Jan 2007 09:10:05 +0000 (09:10 +0000)]
plug newly added leak

18 years agoMFB: Use long instead of int where long is expected.
Ilia Alshanetsky [Fri, 12 Jan 2007 02:04:27 +0000 (02:04 +0000)]
MFB: Use long instead of int where long is expected.

18 years agoMFB:
Ilia Alshanetsky [Fri, 12 Jan 2007 01:50:43 +0000 (01:50 +0000)]
MFB:
Fixed bug #40098 (php_fopen_primary_script() not thread safe).
Adjusted previous fixes for similar issue to handle sysconf() failures

18 years agoChangeLog update
<changelog@php.net> [Fri, 12 Jan 2007 01:31:05 +0000 (01:31 +0000)]
ChangeLog update

18 years agoFake out the module name, since the filename is different now.
Andrei Zmievski [Thu, 11 Jan 2007 23:18:11 +0000 (23:18 +0000)]
Fake out the module name, since the filename is different now.

18 years ago- Reorder includes
Marcus Boerger [Thu, 11 Jan 2007 22:57:42 +0000 (22:57 +0000)]
- Reorder includes

18 years ago- Consistency: macros shall be uppercased (as requested by Andrei)
Marcus Boerger [Thu, 11 Jan 2007 22:55:33 +0000 (22:55 +0000)]
- Consistency: macros shall be uppercased (as requested by Andrei)

18 years ago- Make test compatible with HEAD
Marcus Boerger [Thu, 11 Jan 2007 22:46:02 +0000 (22:46 +0000)]
- Make test compatible with HEAD

18 years ago- MFB Missing part of __toString() support
Marcus Boerger [Thu, 11 Jan 2007 22:35:36 +0000 (22:35 +0000)]
- MFB Missing part of __toString() support

18 years agoavoid changing original zval
Antony Dovgal [Thu, 11 Jan 2007 22:23:06 +0000 (22:23 +0000)]
avoid changing original zval

18 years ago- Unicode support
Marcus Boerger [Thu, 11 Jan 2007 21:33:23 +0000 (21:33 +0000)]
- Unicode support

18 years ago- Add zstrlen() helper
Marcus Boerger [Thu, 11 Jan 2007 21:32:57 +0000 (21:32 +0000)]
- Add zstrlen() helper

18 years agoFixed bug #35634 (Erroneous "Class declarations may not be nested" error raised)...
Dmitry Stogov [Thu, 11 Jan 2007 16:47:46 +0000 (16:47 +0000)]
Fixed bug #35634 (Erroneous "Class declarations may not be nested" error raised). (Carl P. Corliss)

18 years agomake sure the string is non-empty and use strlcpy() & strlcat()
Antony Dovgal [Thu, 11 Jan 2007 16:45:27 +0000 (16:45 +0000)]
make sure the string is non-empty and use strlcpy() & strlcat()

18 years agouse closesocket() on Win32 and close() on *nix
Antony Dovgal [Thu, 11 Jan 2007 15:51:29 +0000 (15:51 +0000)]
use closesocket() on Win32 and close() on *nix

18 years agofix #39988 (type argument of oci_define_by_name() is ignored)
Antony Dovgal [Thu, 11 Jan 2007 11:58:34 +0000 (11:58 +0000)]
fix #39988 (type argument of oci_define_by_name() is ignored)
patch and tests by Chris Jones

18 years agofix #40078 (ORA-01405 when fetching NULL values using oci_bind_array_by_name())
Antony Dovgal [Thu, 11 Jan 2007 11:26:36 +0000 (11:26 +0000)]
fix #40078 (ORA-01405 when fetching NULL values using oci_bind_array_by_name())

18 years agoadd misssing temp directories to .cvsignore
Antony Dovgal [Thu, 11 Jan 2007 10:49:30 +0000 (10:49 +0000)]
add misssing temp directories to .cvsignore

18 years ago#ifdef out the rest of that getpwuid_r() patch, see prior commit
Sara Golemon [Thu, 11 Jan 2007 02:31:50 +0000 (02:31 +0000)]
#ifdef out the rest of that getpwuid_r() patch, see prior commit

18 years agoSome platforms have getpwnam_r() but are missing _SC_GETPW_R_SIZE_MAX
Sara Golemon [Thu, 11 Jan 2007 01:52:24 +0000 (01:52 +0000)]
Some platforms have getpwnam_r() but are missing _SC_GETPW_R_SIZE_MAX

18 years agoChangeLog update
<changelog@php.net> [Thu, 11 Jan 2007 01:31:01 +0000 (01:31 +0000)]
ChangeLog update

18 years ago- Fix a few things
Marcus Boerger [Thu, 11 Jan 2007 01:04:47 +0000 (01:04 +0000)]
- Fix a few things
- Cleanup

18 years agoRename php5 module to php6. Remove version number from
Andrei Zmievski [Wed, 10 Jan 2007 23:46:09 +0000 (23:46 +0000)]
Rename php5 module to php6. Remove version number from
sapi/apache/mod_php.* filenames (for future's sake). No other SAPI
moduels modified (up to invididual maintainers).

18 years agoUpdate with rewrites by me and Evan G.
Andrei Zmievski [Wed, 10 Jan 2007 23:16:40 +0000 (23:16 +0000)]
Update with rewrites by me and Evan G.

18 years agoUpdate with info from README.UNICODE.
Andrei Zmievski [Wed, 10 Jan 2007 23:09:28 +0000 (23:09 +0000)]
Update with info from README.UNICODE.

18 years agoAdd convenience function for openeing files with unicode names
Sara Golemon [Wed, 10 Jan 2007 22:43:17 +0000 (22:43 +0000)]
Add convenience function for openeing files with unicode names

18 years ago- Bump year
Johannes Schlüter [Wed, 10 Jan 2007 22:17:09 +0000 (22:17 +0000)]
- Bump year

18 years agoMFB: Add missing ifdefs
Hannes Magnusson [Wed, 10 Jan 2007 21:26:09 +0000 (21:26 +0000)]
MFB: Add missing ifdefs

18 years ago- Fix mem access
Marcus Boerger [Wed, 10 Jan 2007 20:12:14 +0000 (20:12 +0000)]
- Fix mem access

18 years agoRemove const warnings. (Andrey)
Andrei Zmievski [Wed, 10 Jan 2007 16:47:41 +0000 (16:47 +0000)]
Remove const warnings. (Andrey)

18 years agoFixed tests
Dmitry Stogov [Wed, 10 Jan 2007 16:00:57 +0000 (16:00 +0000)]
Fixed tests

18 years ago- Fixed bug #35106 (nested foreach fails when array variable has a reference).
Dmitry Stogov [Wed, 10 Jan 2007 15:59:56 +0000 (15:59 +0000)]
- Fixed bug #35106 (nested foreach fails when array variable has a reference).
- Fixed bug #36214 (__get method works properly only when conditional operator is used).
- Fixed bug #39449 (Overloaded array properties do not work correctly).
- Fixed bug #39990 (Cannot "foreach" over overloaded properties).

18 years agoMFB: fix ifdefs
Hannes Magnusson [Wed, 10 Jan 2007 15:06:58 +0000 (15:06 +0000)]
MFB: fix ifdefs

18 years agofix #40083
Antony Dovgal [Wed, 10 Jan 2007 14:10:28 +0000 (14:10 +0000)]
fix #40083

18 years agoChangeLog update
<changelog@php.net> [Wed, 10 Jan 2007 01:31:05 +0000 (01:31 +0000)]
ChangeLog update

18 years ago- Fix shutdown issue (keep the speed)
Marcus Boerger [Wed, 10 Jan 2007 00:38:17 +0000 (00:38 +0000)]
- Fix shutdown issue (keep the speed)