]> granicus.if.org Git - php/log
php
19 years ago- Make it compile in ZTS mode
Derick Rethans [Wed, 24 Aug 2005 17:10:25 +0000 (17:10 +0000)]
- Make it compile in  ZTS mode
#- *untested*

19 years agoRemainder of the 34191 bug fix.
Ilia Alshanetsky [Wed, 24 Aug 2005 16:19:47 +0000 (16:19 +0000)]
Remainder of the 34191 bug fix.

19 years ago- Fix test.
Derick Rethans [Wed, 24 Aug 2005 14:17:58 +0000 (14:17 +0000)]
- Fix test.

19 years ago- Fixed bug #34087 (strtotime() does not work with date format "Y/m/d").
Derick Rethans [Wed, 24 Aug 2005 13:47:28 +0000 (13:47 +0000)]
- Fixed bug #34087 (strtotime() does not work with date format "Y/m/d").
- Make use of YYMAXFILL.
- Added support for using a . as hour/minute/second separator.

19 years agoFixed boolean encoding (from 0/1 to false/true) to support some buggy soap SDKs.
Dmitry Stogov [Wed, 24 Aug 2005 11:46:27 +0000 (11:46 +0000)]
Fixed boolean encoding (from 0/1 to false/true) to support some buggy soap SDKs.
Fixed support for missing nillable elements of sequnces.

19 years agoFixed return-by-reference from internal functions
Dmitry Stogov [Wed, 24 Aug 2005 10:41:51 +0000 (10:41 +0000)]
Fixed return-by-reference from internal functions

19 years ago- Fix alphabetic order and add missing class
Johannes Schlüter [Wed, 24 Aug 2005 10:16:45 +0000 (10:16 +0000)]
- Fix alphabetic order and add missing class

19 years agoChangeLog update
<changelog@php.net> [Wed, 24 Aug 2005 05:33:46 +0000 (05:33 +0000)]
ChangeLog update

19 years agoImplement Unicode support for strncasecmp().
Andrei Zmievski [Tue, 23 Aug 2005 22:05:22 +0000 (22:05 +0000)]
Implement Unicode support for strncasecmp().

19 years ago*** empty log message ***
Andrei Zmievski [Tue, 23 Aug 2005 22:03:47 +0000 (22:03 +0000)]
*** empty log message ***

19 years agoTest for bug #34214
foobar [Tue, 23 Aug 2005 21:39:39 +0000 (21:39 +0000)]
Test for bug #34214

19 years agoDamn.
Andrei Zmievski [Tue, 23 Aug 2005 21:08:35 +0000 (21:08 +0000)]
Damn.

19 years ago- Rewrite zend_u_binary_strncmp() to work on codepoint level. Calling
Andrei Zmievski [Tue, 23 Aug 2005 20:11:59 +0000 (20:11 +0000)]
- Rewrite zend_u_binary_strncmp() to work on codepoint level. Calling
  u_strCompare() doesn't help because it assumes that the input lengths
  specify the number of UChar's.
- Change zend_u_binary_strcmp() to use u_strCompare() (and it's fine to
  use it here, since we work with whole strings here).

19 years agoFix verbosity for var_inspect().
Andrei Zmievski [Tue, 23 Aug 2005 17:22:54 +0000 (17:22 +0000)]
Fix verbosity for var_inspect().

19 years agoThis was so embarassingly silly.
Andrei Zmievski [Tue, 23 Aug 2005 16:37:24 +0000 (16:37 +0000)]
This was so embarassingly silly.

19 years agoUnicode support
Dmitry Stogov [Tue, 23 Aug 2005 12:53:31 +0000 (12:53 +0000)]
Unicode support

19 years ago- Added .cvsignore file.
Derick Rethans [Tue, 23 Aug 2005 11:41:00 +0000 (11:41 +0000)]
- Added .cvsignore file.

19 years agoUnicode support cleanup
Dmitry Stogov [Tue, 23 Aug 2005 09:33:46 +0000 (09:33 +0000)]
Unicode support cleanup

19 years agoChanged is_a() and is_subcalls_of() functions to not call __autoload() (in the same...
Dmitry Stogov [Tue, 23 Aug 2005 07:23:30 +0000 (07:23 +0000)]
Changed is_a() and is_subcalls_of() functions to not call __autoload() (in the same way as "instanceof" operator).

19 years agoUnicode support for strncasecmp()
Dmitry Stogov [Tue, 23 Aug 2005 06:51:11 +0000 (06:51 +0000)]
Unicode support for strncasecmp()

19 years ago- Fixed another little buglet in the spprintf() formatters.
Derick Rethans [Tue, 23 Aug 2005 06:48:55 +0000 (06:48 +0000)]
- Fixed another little buglet in the spprintf() formatters.

19 years agoChangeLog update
<changelog@php.net> [Tue, 23 Aug 2005 05:45:43 +0000 (05:45 +0000)]
ChangeLog update

19 years agoUnicode support for strcasecmp().
Andrei Zmievski [Mon, 22 Aug 2005 22:17:19 +0000 (22:17 +0000)]
Unicode support for strcasecmp().

19 years agoMake dba extension support BerkleyDB 4.3.
Ilia Alshanetsky [Mon, 22 Aug 2005 19:59:19 +0000 (19:59 +0000)]
Make dba extension support BerkleyDB 4.3.

19 years agoWe should use u_memcpy() whenever possible, to simplify code.
Andrei Zmievski [Mon, 22 Aug 2005 17:48:17 +0000 (17:48 +0000)]
We should use u_memcpy() whenever possible, to simplify code.

19 years agoNow fread() returns bool(false) on error instead of empty string
Dmitry Stogov [Mon, 22 Aug 2005 16:42:39 +0000 (16:42 +0000)]
Now fread() returns bool(false) on error instead of empty string

19 years agoDon't apply "unicode" filters in non-unicode mode
Dmitry Stogov [Mon, 22 Aug 2005 14:48:25 +0000 (14:48 +0000)]
Don't apply "unicode" filters in non-unicode mode

19 years ago- Fixed typo.
Derick Rethans [Mon, 22 Aug 2005 14:16:07 +0000 (14:16 +0000)]
- Fixed typo.

19 years agoFixed unicode support for ltrim()
Dmitry Stogov [Mon, 22 Aug 2005 14:14:10 +0000 (14:14 +0000)]
Fixed unicode support for ltrim()

19 years agoUnicode support
Dmitry Stogov [Mon, 22 Aug 2005 13:32:46 +0000 (13:32 +0000)]
Unicode support

19 years agozend_is_callable() and zend_make_callable() were changed to return readable function...
Dmitry Stogov [Mon, 22 Aug 2005 12:22:16 +0000 (12:22 +0000)]
zend_is_callable() and zend_make_callable() were changed to return readable function name as zval (instead of string).

19 years agoFixed memory leak
Dmitry Stogov [Mon, 22 Aug 2005 06:56:26 +0000 (06:56 +0000)]
Fixed memory leak

19 years agoChangeLog update
<changelog@php.net> [Mon, 22 Aug 2005 05:37:21 +0000 (05:37 +0000)]
ChangeLog update

19 years agoFixed bug #34191 (ob_gzhandler does not enforce trailing \0).
Ilia Alshanetsky [Sun, 21 Aug 2005 16:02:25 +0000 (16:02 +0000)]
Fixed bug #34191 (ob_gzhandler does not enforce trailing \0).

19 years agoChangeLog update
<changelog@php.net> [Sun, 21 Aug 2005 05:33:38 +0000 (05:33 +0000)]
ChangeLog update

19 years agoChangeLog update
<changelog@php.net> [Sat, 20 Aug 2005 05:39:48 +0000 (05:39 +0000)]
ChangeLog update

19 years agoUnicode support for strcmp()/strncmp().
Andrei Zmievski [Fri, 19 Aug 2005 23:15:36 +0000 (23:15 +0000)]
Unicode support for strcmp()/strncmp().

19 years ago*** empty log message ***
Andrei Zmievski [Fri, 19 Aug 2005 22:58:40 +0000 (22:58 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Andrei Zmievski [Fri, 19 Aug 2005 22:33:39 +0000 (22:33 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Andrei Zmievski [Fri, 19 Aug 2005 22:01:21 +0000 (22:01 +0000)]
*** empty log message ***

19 years agoUnicode support for ord() and chr().
Andrei Zmievski [Fri, 19 Aug 2005 22:00:21 +0000 (22:00 +0000)]
Unicode support for ord() and chr().

19 years agoThis file should be used to keep track of extension upgrade progress.
Andrei Zmievski [Fri, 19 Aug 2005 17:54:08 +0000 (17:54 +0000)]
This file should be used to keep track of extension upgrade progress.
Please add completed functions to the list.

19 years agoUse RETVAL_ASCII_STRINGL() here.
Andrei Zmievski [Fri, 19 Aug 2005 17:53:03 +0000 (17:53 +0000)]
Use RETVAL_ASCII_STRINGL() here.

19 years agoProper NEWS language that everyone should be able to understand..
foobar [Fri, 19 Aug 2005 15:18:49 +0000 (15:18 +0000)]
Proper NEWS language that everyone should be able to understand..

19 years agoUnicode support
Dmitry Stogov [Fri, 19 Aug 2005 13:20:16 +0000 (13:20 +0000)]
Unicode support

19 years agoUnicode support
Dmitry Stogov [Fri, 19 Aug 2005 11:56:03 +0000 (11:56 +0000)]
Unicode support

19 years ago- Unicode capable impl() of strrev()
Rolland Santimano [Fri, 19 Aug 2005 10:59:19 +0000 (10:59 +0000)]
- Unicode capable impl() of strrev()

19 years agoQuick fix (API was changed)
Dmitry Stogov [Fri, 19 Aug 2005 10:55:05 +0000 (10:55 +0000)]
Quick fix (API was changed)

19 years agoUnicode support cleanup
Dmitry Stogov [Fri, 19 Aug 2005 10:54:26 +0000 (10:54 +0000)]
Unicode support cleanup

19 years agonstanceof operator shouldn't call __autoload()
Dmitry Stogov [Fri, 19 Aug 2005 08:11:16 +0000 (08:11 +0000)]
nstanceof operator shouldn't call __autoload()

19 years agoZTS fix
Dmitry Stogov [Fri, 19 Aug 2005 07:49:41 +0000 (07:49 +0000)]
ZTS fix

19 years agoZTS fix
Dmitry Stogov [Fri, 19 Aug 2005 07:26:13 +0000 (07:26 +0000)]
ZTS fix

19 years agoChangeLog update
<changelog@php.net> [Fri, 19 Aug 2005 05:37:01 +0000 (05:37 +0000)]
ChangeLog update

19 years agoRework range() to be able to work on binary strings and also on Unicode
Andrei Zmievski [Thu, 18 Aug 2005 22:51:46 +0000 (22:51 +0000)]
Rework range() to be able to work on binary strings and also on Unicode
code points. Binary strings are not interpreted as numeric.

19 years agoUse u_totitle() instead of u_toupper() in ucwords().
Andrei Zmievski [Thu, 18 Aug 2005 22:37:22 +0000 (22:37 +0000)]
Use u_totitle() instead of u_toupper() in ucwords().

19 years ago- Implement zend_codepoint_to_uchar().
Andrei Zmievski [Thu, 18 Aug 2005 22:33:23 +0000 (22:33 +0000)]
- Implement zend_codepoint_to_uchar().
- Rename and fix zend_get_unified_string_type() so that it does not
  allow mixing of binary and Unicode types.

19 years agomf 5.1
Wez Furlong [Thu, 18 Aug 2005 20:18:25 +0000 (20:18 +0000)]
mf 5.1

19 years agoSuppoer for unicode exception messages
Dmitry Stogov [Thu, 18 Aug 2005 15:42:46 +0000 (15:42 +0000)]
Suppoer for unicode exception messages

19 years agoUnicode support for extract()
Dmitry Stogov [Thu, 18 Aug 2005 15:14:08 +0000 (15:14 +0000)]
Unicode support for extract()

19 years agofix memleak
Antony Dovgal [Thu, 18 Aug 2005 15:13:15 +0000 (15:13 +0000)]
fix memleak

19 years agoFixed bug #34156 (memory usage remains elevated after memory limit is reached)
Ilia Alshanetsky [Thu, 18 Aug 2005 15:02:10 +0000 (15:02 +0000)]
Fixed bug #34156 (memory usage remains elevated after memory limit is reached)

19 years agoNuked EOLs from error messages
foobar [Thu, 18 Aug 2005 13:34:04 +0000 (13:34 +0000)]
Nuked EOLs from error messages

19 years agoNuked EOL from error message
foobar [Thu, 18 Aug 2005 12:56:36 +0000 (12:56 +0000)]
Nuked EOL from error message

19 years agoNuke EOLs from error messages
foobar [Thu, 18 Aug 2005 12:54:32 +0000 (12:54 +0000)]
Nuke EOLs from error messages

19 years ago- Removed EOL from error message
foobar [Thu, 18 Aug 2005 12:40:17 +0000 (12:40 +0000)]
- Removed EOL from error message

19 years ago- Removed EOLs from error messages
foobar [Thu, 18 Aug 2005 12:37:24 +0000 (12:37 +0000)]
- Removed EOLs from error messages

19 years ago- Removed EOL from error message
foobar [Thu, 18 Aug 2005 12:34:13 +0000 (12:34 +0000)]
- Removed EOL from error message

19 years agoUnicode support
Dmitry Stogov [Thu, 18 Aug 2005 11:47:03 +0000 (11:47 +0000)]
Unicode support

19 years agovar_export() should escape \ and ' characters.
Dmitry Stogov [Thu, 18 Aug 2005 11:13:50 +0000 (11:13 +0000)]
var_export() should escape \ and ' characters.

19 years agoFixed tests
Dmitry Stogov [Thu, 18 Aug 2005 10:53:55 +0000 (10:53 +0000)]
Fixed tests

19 years agoUnicode support
Dmitry Stogov [Thu, 18 Aug 2005 10:18:40 +0000 (10:18 +0000)]
Unicode support

19 years ago*** empty log message ***
Dmitry Stogov [Thu, 18 Aug 2005 07:34:49 +0000 (07:34 +0000)]
*** empty log message ***

19 years agoUnicode support
Dmitry Stogov [Thu, 18 Aug 2005 07:16:52 +0000 (07:16 +0000)]
Unicode support

19 years agoWe don't need EMPY_STRING here. This function is execuited in non-unicode context...
Dmitry Stogov [Thu, 18 Aug 2005 06:33:44 +0000 (06:33 +0000)]
We don't need EMPY_STRING here. This function is execuited in non-unicode context only.

19 years agoFixed tests
Dmitry Stogov [Thu, 18 Aug 2005 06:32:39 +0000 (06:32 +0000)]
Fixed tests

19 years ago- Removed 'proto' from description of internal funcns: ucfirst()/ucwords()
Rolland Santimano [Thu, 18 Aug 2005 05:53:46 +0000 (05:53 +0000)]
- Removed 'proto' from description of internal funcns: ucfirst()/ucwords()

19 years agoChangeLog update
<changelog@php.net> [Thu, 18 Aug 2005 05:51:13 +0000 (05:51 +0000)]
ChangeLog update

19 years agoFixed bug #33987 (php script as ErrorDocument causes crash in Apache 2).
Ilia Alshanetsky [Thu, 18 Aug 2005 01:11:13 +0000 (01:11 +0000)]
Fixed bug #33987 (php script as ErrorDocument causes crash in Apache 2).

19 years ago*** empty log message ***
Andrei Zmievski [Wed, 17 Aug 2005 23:12:24 +0000 (23:12 +0000)]
*** empty log message ***

19 years agoUnicode-capable impl of ucwords()
Rolland Santimano [Wed, 17 Aug 2005 20:29:00 +0000 (20:29 +0000)]
Unicode-capable impl of ucwords()

19 years ago- Fix TSRM
Marcus Boerger [Wed, 17 Aug 2005 20:02:45 +0000 (20:02 +0000)]
- Fix TSRM

19 years ago- Please use the maintainer switch
Marcus Boerger [Wed, 17 Aug 2005 19:52:03 +0000 (19:52 +0000)]
- Please use the maintainer switch
# It is very annoying to having to rebuild php completley several time
# a day just because a few here are lazy.

19 years ago*** empty log message ***
Andrei Zmievski [Wed, 17 Aug 2005 18:16:44 +0000 (18:16 +0000)]
*** empty log message ***

19 years agoDisallow mixing binary and Unicode types when T specifiers are used.
Andrei Zmievski [Wed, 17 Aug 2005 18:15:18 +0000 (18:15 +0000)]
Disallow mixing binary and Unicode types when T specifiers are used.

19 years agoFix bin2hex() to work on binary data and return strings of correct type.
Andrei Zmievski [Wed, 17 Aug 2005 17:39:04 +0000 (17:39 +0000)]
Fix bin2hex() to work on binary data and return strings of correct type.

19 years agoUnicode impl of ucfirst()
Rolland Santimano [Wed, 17 Aug 2005 17:33:19 +0000 (17:33 +0000)]
Unicode impl of ucfirst()

19 years ago- Introduce 'y' specifier for functions expecting binary data.
Andrei Zmievski [Wed, 17 Aug 2005 17:30:02 +0000 (17:30 +0000)]
- Introduce 'y' specifier for functions expecting binary data.
- convert_to_binary() now uses convert_to_string() in non-Unicode mode.

19 years agoUnicode mode doesn't allow non-unicode properties
Dmitry Stogov [Wed, 17 Aug 2005 17:07:52 +0000 (17:07 +0000)]
Unicode mode doesn't allow non-unicode properties

19 years agoFix ZTS build
foobar [Wed, 17 Aug 2005 17:02:46 +0000 (17:02 +0000)]
Fix ZTS build

19 years agoNews for PHP 6, nuked old news.
foobar [Wed, 17 Aug 2005 16:57:15 +0000 (16:57 +0000)]
News for PHP 6, nuked old news.

19 years agoBump up Zend version to 3.0.0
Andrei Zmievski [Wed, 17 Aug 2005 16:43:11 +0000 (16:43 +0000)]
Bump up Zend version to 3.0.0

# I think the changes made due to Unicode support justify it.

19 years ago*** empty log message ***
Andrei Zmievski [Wed, 17 Aug 2005 16:31:36 +0000 (16:31 +0000)]
*** empty log message ***

19 years agoUnicode support for range()
Dmitry Stogov [Wed, 17 Aug 2005 15:12:03 +0000 (15:12 +0000)]
Unicode support for range()

19 years agoProper handling of unicode strings with \0 in the middle
Dmitry Stogov [Wed, 17 Aug 2005 15:11:41 +0000 (15:11 +0000)]
Proper handling of unicode strings with \0 in the middle

19 years agoUnicode support
Dmitry Stogov [Wed, 17 Aug 2005 14:16:05 +0000 (14:16 +0000)]
Unicode support

19 years agoUnicode support
Dmitry Stogov [Wed, 17 Aug 2005 14:01:06 +0000 (14:01 +0000)]
Unicode support

19 years agoUnicode support
Dmitry Stogov [Wed, 17 Aug 2005 13:10:04 +0000 (13:10 +0000)]
Unicode support

19 years agoFixed bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54 seg...
Dmitry Stogov [Wed, 17 Aug 2005 11:57:10 +0000 (11:57 +0000)]
Fixed bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54 seg fault)

19 years agotrim() should accept objects with __toString() method
Dmitry Stogov [Wed, 17 Aug 2005 11:36:32 +0000 (11:36 +0000)]
trim() should accept objects with __toString() method

19 years agophp_u_trim_range(): Alloc UChar32 units rather than UChar
Rolland Santimano [Wed, 17 Aug 2005 10:26:02 +0000 (10:26 +0000)]
php_u_trim_range(): Alloc UChar32 units rather than UChar