]> granicus.if.org Git - php/log
php
19 years agoMoved to PECL
foobar [Wed, 31 Aug 2005 14:55:13 +0000 (14:55 +0000)]
Moved to PECL

19 years ago- Fixed bug #33957 (gmdate('W')/date('W') sometimes returns wrong week number).
Derick Rethans [Wed, 31 Aug 2005 14:31:45 +0000 (14:31 +0000)]
- Fixed bug #33957 (gmdate('W')/date('W') sometimes returns wrong week number).

19 years ago- Fixed bug #34306 (wddx_serialize_value() crashes with long array keys)
foobar [Wed, 31 Aug 2005 14:30:46 +0000 (14:30 +0000)]
- Fixed bug #34306 (wddx_serialize_value() crashes with long array keys)

19 years agoAdded test for bug #34310
foobar [Wed, 31 Aug 2005 09:16:50 +0000 (09:16 +0000)]
Added test for bug #34310

19 years ago- run-tests-config.php was never used and now renamed
Marcus Boerger [Wed, 31 Aug 2005 06:58:25 +0000 (06:58 +0000)]
- run-tests-config.php was never used and now renamed

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

19 years agoSet port even if host is localhost.
George Schlossnagle [Wed, 31 Aug 2005 03:48:01 +0000 (03:48 +0000)]
Set port even if host is localhost.

Should resolve 34072

19 years agoAdded optional parameter to http_build_query() to allow specification of
Ilia Alshanetsky [Wed, 31 Aug 2005 01:19:40 +0000 (01:19 +0000)]
Added optional parameter to http_build_query() to allow specification of
string separator.

19 years agoFixed bug #32589 (possible crash inside imap_mail_compose() function).
Ilia Alshanetsky [Tue, 30 Aug 2005 22:02:43 +0000 (22:02 +0000)]
Fixed bug #32589 (possible crash inside imap_mail_compose() function).

19 years agoNews
Johannes Schlüter [Tue, 30 Aug 2005 20:02:47 +0000 (20:02 +0000)]
News

19 years agothis is the number of params, not the top index
George Schlossnagle [Tue, 30 Aug 2005 19:59:11 +0000 (19:59 +0000)]
this is the number of params, not the top index

19 years agothis is the number of params, not the top index (otherwise unix_socket doesnt work
George Schlossnagle [Tue, 30 Aug 2005 19:55:54 +0000 (19:55 +0000)]
this is the number of params, not the top index (otherwise unix_socket doesnt work

19 years ago- run-tests2.php was renamed into server-tests.php (missing part)
Marcus Boerger [Tue, 30 Aug 2005 18:41:42 +0000 (18:41 +0000)]
- run-tests2.php was renamed into server-tests.php (missing part)

19 years ago- Adds module registering a function to struct zend_internal_function.
Marcus Boerger [Tue, 30 Aug 2005 18:27:17 +0000 (18:27 +0000)]
- Adds module registering a function to struct zend_internal_function.
  (Johannes)
# This information is by reflection API and error messages.

19 years ago- Fixed bug #34302 (date('W') do not return leading zeros for week 1 to 9).
Derick Rethans [Tue, 30 Aug 2005 09:17:56 +0000 (09:17 +0000)]
- Fixed bug #34302 (date('W') do not return leading zeros for week 1 to 9).

19 years ago- Fix const speling (correct in branshes where did it vanish here)
Marcus Boerger [Tue, 30 Aug 2005 07:27:06 +0000 (07:27 +0000)]
- Fix const speling (correct in branshes where did it vanish here)

19 years agoFixed possible memory leak
Dmitry Stogov [Tue, 30 Aug 2005 07:19:59 +0000 (07:19 +0000)]
Fixed possible memory leak

19 years agoFixed unicode support bug
Dmitry Stogov [Tue, 30 Aug 2005 07:19:05 +0000 (07:19 +0000)]
Fixed unicode support bug

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

19 years ago- Fix #34299: ReflectionClass::isInstantiable() returns true for abstract classes
Marcus Boerger [Mon, 29 Aug 2005 22:11:53 +0000 (22:11 +0000)]
- Fix #34299: ReflectionClass::isInstantiable() returns true for abstract classes

19 years agoallocate_new_resource() handles the malloc() for us. Don't leak by mallocing twice.
Sara Golemon [Mon, 29 Aug 2005 21:53:34 +0000 (21:53 +0000)]
allocate_new_resource() handles the malloc() for us.  Don't leak by mallocing twice.

19 years agoClean away PECled exts and added date.timezone setting
foobar [Mon, 29 Aug 2005 14:46:00 +0000 (14:46 +0000)]
Clean away PECled exts and added date.timezone setting

19 years agoFixed SIGSEGV
Dmitry Stogov [Mon, 29 Aug 2005 06:51:51 +0000 (06:51 +0000)]
Fixed SIGSEGV

19 years agoFixed gcc 4 compatibility
Dmitry Stogov [Mon, 29 Aug 2005 06:51:14 +0000 (06:51 +0000)]
Fixed gcc 4 compatibility

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

19 years agotouch
Ilia Alshanetsky [Sun, 28 Aug 2005 16:57:30 +0000 (16:57 +0000)]
touch

19 years agoUpgrade sqlite lib to 3.2.5
Ilia Alshanetsky [Sun, 28 Aug 2005 16:57:01 +0000 (16:57 +0000)]
Upgrade sqlite lib to 3.2.5

19 years agoFixed bug #34276 (setAttributeNS doesn't work with default namespace)
Rob Richards [Sun, 28 Aug 2005 16:22:03 +0000 (16:22 +0000)]
Fixed bug #34276 (setAttributeNS doesn't work with default namespace)
Add test

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

19 years ago- Fixed bug #34284 (CLI phpinfo showing html on _SERVER["argv"])
foobar [Sun, 28 Aug 2005 01:02:54 +0000 (01:02 +0000)]
- Fixed bug #34284 (CLI phpinfo showing html on _SERVER["argv"])

19 years ago- Fixed bug #34221 (Compiling xmlrpc as shared fails other parts)
foobar [Sun, 28 Aug 2005 00:43:29 +0000 (00:43 +0000)]
- Fixed bug #34221 (Compiling xmlrpc as shared fails other parts)

19 years ago- Unicode impl of substr_count()
Rolland Santimano [Sat, 27 Aug 2005 19:14:05 +0000 (19:14 +0000)]
- Unicode impl of substr_count()

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

19 years ago- Check for static libs, too
Marcus Boerger [Fri, 26 Aug 2005 15:24:26 +0000 (15:24 +0000)]
- Check for static libs, too

19 years ago- Fixed a bug where stream_get_meta_data() did not return the "uri" element for
Derick Rethans [Fri, 26 Aug 2005 12:50:06 +0000 (12:50 +0000)]
- Fixed a bug where stream_get_meta_data() did not return the "uri" element for
  files opened with tmpname().

19 years ago- Updated strrev() to handle base+combining sequences
Rolland Santimano [Fri, 26 Aug 2005 10:21:07 +0000 (10:21 +0000)]
- Updated strrev() to handle base+combining sequences

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

19 years agoMFH: Fixed bug #34214 (base64_decode() does not properly ignore whitespace)
Ilia Alshanetsky [Fri, 26 Aug 2005 03:32:53 +0000 (03:32 +0000)]
MFH: Fixed bug #34214 (base64_decode() does not properly ignore whitespace)

19 years agoFix URI escaping
Rob Richards [Fri, 26 Aug 2005 02:29:32 +0000 (02:29 +0000)]
Fix URI escaping

19 years ago- Bugfix #34257 lib64 not handled correctly in ming extension
Marcus Boerger [Thu, 25 Aug 2005 20:49:49 +0000 (20:49 +0000)]
- Bugfix #34257 lib64 not handled correctly in ming extension

19 years agoFixed memory leaks
Dmitry Stogov [Thu, 25 Aug 2005 13:53:38 +0000 (13:53 +0000)]
Fixed memory leaks

19 years agoMFB
foobar [Thu, 25 Aug 2005 12:26:12 +0000 (12:26 +0000)]
MFB

19 years ago- Fixed bug #34087 for real.
Derick Rethans [Thu, 25 Aug 2005 09:46:31 +0000 (09:46 +0000)]
- Fixed bug #34087 for real.

19 years agosizeof(char) != sizeof(UChar) Don't tell ucnv_toUnicode it has more space than it...
Sara Golemon [Thu, 25 Aug 2005 08:59:24 +0000 (08:59 +0000)]
sizeof(char) != sizeof(UChar)  Don't tell ucnv_toUnicode it has more space than it really does

19 years agoFixed access to uninitialized variables
Dmitry Stogov [Thu, 25 Aug 2005 07:56:15 +0000 (07:56 +0000)]
Fixed access to uninitialized variables

19 years agoZTS fix
Dmitry Stogov [Thu, 25 Aug 2005 06:50:16 +0000 (06:50 +0000)]
ZTS fix

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

19 years ago*** empty log message ***
Andrei Zmievski [Wed, 24 Aug 2005 21:04:33 +0000 (21:04 +0000)]
*** empty log message ***

19 years ago- Require declare(encoding=...) to come before any opcodes. Read source
Andrei Zmievski [Wed, 24 Aug 2005 20:42:09 +0000 (20:42 +0000)]
- Require declare(encoding=...) to come before any opcodes. Read source
  comments for more info.
- Op arrays now know which script encoding they were compiled from.
- Use this information to intelligently convert inline HTML blocks to
  the output encoding. Currently it opens and closes a new converter for
  each block, but we can optimize it.

19 years agoFix ZTS.
Andrei Zmievski [Wed, 24 Aug 2005 17:16:14 +0000 (17:16 +0000)]
Fix ZTS.

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()