]> granicus.if.org Git - php/log
php
19 years agofix test
foobar [Mon, 10 Oct 2005 05:56:53 +0000 (05:56 +0000)]
fix test

19 years agoChangeLog update
<changelog@php.net> [Mon, 10 Oct 2005 05:36:24 +0000 (05:36 +0000)]
ChangeLog update

19 years agoPHP_CONFIG_FILE_PATH needs to use strlen() due to Win build
Rob Richards [Mon, 10 Oct 2005 02:26:13 +0000 (02:26 +0000)]
PHP_CONFIG_FILE_PATH needs to use strlen() due to Win build

19 years agoMFB
foobar [Sun, 9 Oct 2005 20:44:26 +0000 (20:44 +0000)]
MFB

19 years agoFix properly
foobar [Sun, 9 Oct 2005 20:38:28 +0000 (20:38 +0000)]
Fix properly

19 years ago- Fixed bug #34796 (missing SSL linking in ext/ftp when configured as shared)
foobar [Sun, 9 Oct 2005 20:33:09 +0000 (20:33 +0000)]
- Fixed bug #34796 (missing SSL linking in ext/ftp when configured as shared)

19 years agoFixed bug #34777 (Crash in dblib when fetching non-existent error info).
Ilia Alshanetsky [Sun, 9 Oct 2005 18:59:27 +0000 (18:59 +0000)]
Fixed bug #34777 (Crash in dblib when fetching non-existent error info).

19 years agoMFB
Andrey Hristov [Sun, 9 Oct 2005 17:57:37 +0000 (17:57 +0000)]
MFB

19 years ago- Add 'overwrites' info to method dump
Marcus Boerger [Sun, 9 Oct 2005 17:14:15 +0000 (17:14 +0000)]
- Add 'overwrites' info to method dump
# Right now we have to compute that information because it is not available

19 years ago- Apply workaround for test until someone fixes the issue (which is unrelated to...
Marcus Boerger [Sun, 9 Oct 2005 16:05:01 +0000 (16:05 +0000)]
- Apply workaround for test until someone fixes the issue (which is unrelated to pg_*())

19 years ago- Make test check for PlPgSQL before using it
Marcus Boerger [Sun, 9 Oct 2005 15:57:40 +0000 (15:57 +0000)]
- Make test check for PlPgSQL before using it

19 years ago- Add new test
Marcus Boerger [Sun, 9 Oct 2005 15:13:25 +0000 (15:13 +0000)]
- Add new test

19 years agoBugfix #34704 (Infinite recursion due to corrupt JPEG) (Tim Starling)
Marcus Boerger [Sun, 9 Oct 2005 14:11:44 +0000 (14:11 +0000)]
Bugfix #34704 (Infinite recursion due to corrupt JPEG) (Tim Starling)

19 years agoFixed bug #34788 (SOAP Client not applying correct namespace to generated values)
Dmitry Stogov [Sun, 9 Oct 2005 12:42:06 +0000 (12:42 +0000)]
Fixed bug #34788 (SOAP Client not applying correct namespace to generated values)

19 years agoFixed fault message formatting
Dmitry Stogov [Sun, 9 Oct 2005 11:31:51 +0000 (11:31 +0000)]
Fixed fault message formatting

19 years agoFixed bug #34787 (SOAP Client not handling boolean types correctly)
Dmitry Stogov [Sun, 9 Oct 2005 11:06:09 +0000 (11:06 +0000)]
Fixed bug #34787 (SOAP Client not handling boolean types correctly)

19 years ago- Fix potential SEGV with overloaded objects
Marcus Boerger [Sun, 9 Oct 2005 09:55:30 +0000 (09:55 +0000)]
- Fix potential SEGV with overloaded objects

19 years agoChangeLog update
<changelog@php.net> [Sun, 9 Oct 2005 05:41:35 +0000 (05:41 +0000)]
ChangeLog update

19 years ago- Add ReflectionMethod::getPrototype()
Marcus Boerger [Sat, 8 Oct 2005 23:37:31 +0000 (23:37 +0000)]
- Add ReflectionMethod::getPrototype()
- Add some usefull information to the method dump
  . From where it was inherited
  . The prototype

19 years ago- add compression mode argument to imagepng
Pierre Joye [Sat, 8 Oct 2005 19:29:04 +0000 (19:29 +0000)]
- add compression mode argument to imagepng
  (MFH to 5.1?)

19 years ago- Add new example directorytree_size.php
Marcus Boerger [Sat, 8 Oct 2005 18:57:17 +0000 (18:57 +0000)]
- Add new example directorytree_size.php
- Improve SplFileInfo:
  . add function getFilename()
  . add function getPath()
-Improve RecursiveTreeIterator
  . add const BYPASS_CURRENT to bypass current instead of getting its
    string representation
  . make key() return the parent key() which calls inner iterators key()
- Improve RecursiveDirectoryIterator
  . add consts CURRENT_AS_FILEINFO, KEY_AS_FILENAME, NEW_CURRENT_AND_KEY
  . make current() return getFilename() or getFileInfo() depending on flags
  . make key()     return getPathname() or getFilename() depending on flags
- Improve DirectoryIterator
  . make __construct() accept flags as second parameter
- Update docu

19 years ago- Add new class SplFileInfo
Marcus Boerger [Sat, 8 Oct 2005 15:55:04 +0000 (15:55 +0000)]
- Add new class SplFileInfo
  . Make DirectoryIterator inherit it
  . Make SplFileObject inherit it

19 years ago- Fixed bug #34676: missing support for strtotime("midnight") and
Derick Rethans [Sat, 8 Oct 2005 14:30:15 +0000 (14:30 +0000)]
- Fixed bug #34676: missing support for strtotime("midnight") and
  strtotime("noon").

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

19 years ago- Add new test
Marcus Boerger [Fri, 7 Oct 2005 23:23:00 +0000 (23:23 +0000)]
- Add new test

19 years ago- Prevent notices from showing up if inner's current() does not return a string
Marcus Boerger [Fri, 7 Oct 2005 23:14:49 +0000 (23:14 +0000)]
- Prevent notices from showing up if inner's current() does not return a string

19 years ago- Make the Windows guessing routines actually return the guessed timezone.
Derick Rethans [Fri, 7 Oct 2005 20:31:57 +0000 (20:31 +0000)]
- Make the Windows guessing routines actually return the guessed timezone.

19 years agoTest simple derivation via restriction
George Schlossnagle [Fri, 7 Oct 2005 15:06:09 +0000 (15:06 +0000)]
Test simple derivation via restriction

19 years ago- Change parameter name because NetWare expands "tzname" as a macro to
Derick Rethans [Fri, 7 Oct 2005 13:33:13 +0000 (13:33 +0000)]
- Change parameter name because NetWare expands "tzname" as a macro to
  something else.

19 years agomaintain BC for PECL
Rob Richards [Fri, 7 Oct 2005 13:26:11 +0000 (13:26 +0000)]
maintain BC for PECL

19 years agoFixed bug #34766 (possible crash on HTTP redirection)
Dmitry Stogov [Fri, 7 Oct 2005 11:55:53 +0000 (11:55 +0000)]
Fixed bug #34766 (possible crash on HTTP redirection)

19 years agoFixed memory leak
Dmitry Stogov [Fri, 7 Oct 2005 10:06:45 +0000 (10:06 +0000)]
Fixed memory leak

19 years agoReverted last George patches
Dmitry Stogov [Fri, 7 Oct 2005 08:21:37 +0000 (08:21 +0000)]
Reverted last George patches

19 years ago- Fixed bug #34771 (strtotime() fails with 1-12am/pm).
Derick Rethans [Fri, 7 Oct 2005 08:05:10 +0000 (08:05 +0000)]
- Fixed bug #34771 (strtotime() fails with 1-12am/pm).

19 years ago- Synced timezonemap with latest data.
Derick Rethans [Fri, 7 Oct 2005 07:57:43 +0000 (07:57 +0000)]
- Synced timezonemap with latest data.

19 years ago- C vs. C++ fix
Marcus Boerger [Fri, 7 Oct 2005 07:37:37 +0000 (07:37 +0000)]
- C vs. C++ fix
# I do too much C++ and too much languages anyway, right now actively:
# C, C++, Java, PHP, Peral

19 years agoChangeLog update
<changelog@php.net> [Fri, 7 Oct 2005 05:40:21 +0000 (05:40 +0000)]
ChangeLog update

19 years agoPermit correct usage of inherited encoders (from restriction/extension
George Schlossnagle [Fri, 7 Oct 2005 05:14:31 +0000 (05:14 +0000)]
Permit correct usage of inherited encoders (from restriction/extension
"base" directives) for xml response decoding.

19 years agosupport complex types in restrictions and extensions
George Schlossnagle [Thu, 6 Oct 2005 22:30:08 +0000 (22:30 +0000)]
support complex types in restrictions and extensions

19 years agoFix Win32 build by adding missing function declaration.
Frank M. Kromann [Thu, 6 Oct 2005 21:40:30 +0000 (21:40 +0000)]
Fix Win32 build by adding missing function declaration.

19 years ago- Fix issue (endless loop) with temp/memory streams
Marcus Boerger [Thu, 6 Oct 2005 21:30:56 +0000 (21:30 +0000)]
- Fix issue (endless loop) with temp/memory streams

19 years agoAdded missing safe_mode checks.
Ilia Alshanetsky [Thu, 6 Oct 2005 20:37:25 +0000 (20:37 +0000)]
Added missing safe_mode checks.

19 years ago- Fix #34557 php -m exits with "error" 1
Johannes Schlüter [Thu, 6 Oct 2005 20:29:13 +0000 (20:29 +0000)]
- Fix #34557 php -m exits with "error" 1

19 years ago- Fix test in unicode mode
Marcus Boerger [Thu, 6 Oct 2005 20:17:11 +0000 (20:17 +0000)]
- Fix test in unicode mode

19 years ago- Use run-tests.ph -u rather then defining the ini settings one by one
Marcus Boerger [Thu, 6 Oct 2005 19:51:47 +0000 (19:51 +0000)]
- Use run-tests.ph -u rather then defining the ini settings one by one

19 years ago- Show whether we execute unicode or native tests
Marcus Boerger [Thu, 6 Oct 2005 19:51:03 +0000 (19:51 +0000)]
- Show whether we execute unicode or native tests

19 years ago- MFB dynamic lookup of PDOException base
Marcus Boerger [Thu, 6 Oct 2005 19:32:27 +0000 (19:32 +0000)]
- MFB dynamic lookup of PDOException base

19 years ago- BC: php objects convert to int/double 1 with notice
Marcus Boerger [Thu, 6 Oct 2005 19:11:01 +0000 (19:11 +0000)]
- BC: php objects convert to int/double 1 with notice

19 years ago- Show the test finishes/dos2unix
Marcus Boerger [Thu, 6 Oct 2005 19:05:10 +0000 (19:05 +0000)]
- Show the test finishes/dos2unix

19 years ago- Fix test
Marcus Boerger [Thu, 6 Oct 2005 19:02:20 +0000 (19:02 +0000)]
- Fix test

19 years ago- Fix test
Marcus Boerger [Thu, 6 Oct 2005 19:01:40 +0000 (19:01 +0000)]
- Fix test

19 years ago- Fix test
Marcus Boerger [Thu, 6 Oct 2005 18:52:51 +0000 (18:52 +0000)]
- Fix test
- Convert to unicode

19 years agouse sizeof instead of define
Rob Richards [Thu, 6 Oct 2005 18:47:47 +0000 (18:47 +0000)]
use sizeof instead of define

19 years ago- Any php object converts to boolean as true
Marcus Boerger [Thu, 6 Oct 2005 18:46:01 +0000 (18:46 +0000)]
- Any php object converts to boolean as true

19 years ago- Add new test
Marcus Boerger [Thu, 6 Oct 2005 18:41:01 +0000 (18:41 +0000)]
- Add new test

19 years ago- Fix test
Marcus Boerger [Thu, 6 Oct 2005 18:37:19 +0000 (18:37 +0000)]
- Fix test

19 years ago- Add new test
Marcus Boerger [Thu, 6 Oct 2005 18:32:28 +0000 (18:32 +0000)]
- Add new test

19 years ago- Fixed Windows build (patch by Mike)
Derick Rethans [Thu, 6 Oct 2005 13:03:31 +0000 (13:03 +0000)]
- Fixed Windows build (patch by Mike)

19 years ago- WS
Marcus Boerger [Thu, 6 Oct 2005 09:39:32 +0000 (09:39 +0000)]
- WS

19 years ago- Fix redir tests, test count, faillog
Marcus Boerger [Thu, 6 Oct 2005 09:29:32 +0000 (09:29 +0000)]
- Fix redir tests, test count, faillog
# Everything should work again now

19 years agoCleanup
Dmitry Stogov [Thu, 6 Oct 2005 08:18:20 +0000 (08:18 +0000)]
Cleanup

19 years agoFixed compilation error
Dmitry Stogov [Thu, 6 Oct 2005 06:27:27 +0000 (06:27 +0000)]
Fixed compilation error

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

19 years ago- MFB use new functions
Marcus Boerger [Thu, 6 Oct 2005 00:38:55 +0000 (00:38 +0000)]
- MFB use new functions

19 years ago- Fix faillog and make it understand/handle redirected tests
Marcus Boerger [Thu, 6 Oct 2005 00:35:08 +0000 (00:35 +0000)]
- Fix faillog and make it understand/handle redirected tests

19 years agofix buffer lengths passed to snprintf
Rob Richards [Wed, 5 Oct 2005 22:35:11 +0000 (22:35 +0000)]
fix buffer lengths passed to snprintf

19 years ago- MFB Missing constants
Marcus Boerger [Wed, 5 Oct 2005 21:57:45 +0000 (21:57 +0000)]
- MFB Missing constants

19 years agofix fwrite() and fgets() in unicode mode
Antony Dovgal [Wed, 5 Oct 2005 21:46:28 +0000 (21:46 +0000)]
fix fwrite() and fgets() in unicode mode

19 years agothese should have remained ints
Rob Richards [Wed, 5 Oct 2005 19:52:58 +0000 (19:52 +0000)]
these should have remained ints

19 years ago- speed and memory usage optimizations
Rob Richards [Wed, 5 Oct 2005 19:41:57 +0000 (19:41 +0000)]
- speed and memory usage optimizations
- implement readInnerXml, readOuterXml and readString: requires libxml 2.6.20
- add encoding and options paramters to open and XML methods
   options from libxml extension may be passed
   i.e. LIBXML_XINCLUDE to perform xinclude during read

19 years ago- Update cast_object handlers
Marcus Boerger [Wed, 5 Oct 2005 19:12:44 +0000 (19:12 +0000)]
- Update cast_object handlers

19 years ago- Update example
Marcus Boerger [Wed, 5 Oct 2005 19:10:22 +0000 (19:10 +0000)]
- Update example

19 years ago- Have __toString() be called if available in all places an object is used
Marcus Boerger [Wed, 5 Oct 2005 19:02:27 +0000 (19:02 +0000)]
- Have __toString() be called if available in all places an object is used
  as a string.
#
# Note that "Object #<id>" is no longer afallback for debugging purpose use
# var_dump, which was made for debugging. If you used this to grab the id
# of an object you can never rely on this. For object storage look at SPL's
# ObjectStorage class.
#
# Note the signature change in the cast handler:
#
# int (*cast_t)(zval *readobj, zval *writeobj, int type, int should_free TSRMLS_DC);
# int (*cast_t)(zval *readobj, zval *retval, int type TSRMLS_DC);

19 years ago- Fix warnings
Marcus Boerger [Wed, 5 Oct 2005 18:57:40 +0000 (18:57 +0000)]
- Fix warnings

19 years ago- MF51: Windows Timezone guessing code
Derick Rethans [Wed, 5 Oct 2005 18:38:30 +0000 (18:38 +0000)]
- MF51: Windows Timezone guessing code

19 years agofix bugs #34743 & #34118 (fseek/fread unicode related problems in HEAD)
Antony Dovgal [Wed, 5 Oct 2005 17:18:06 +0000 (17:18 +0000)]
fix bugs #34743 & #34118 (fseek/fread unicode related problems in HEAD)
patch by Alex

19 years agofix ZTS build
Rob Richards [Wed, 5 Oct 2005 16:39:37 +0000 (16:39 +0000)]
fix ZTS build

19 years agoMissing safe_mode/open_basedir checks for file uploads.
Ilia Alshanetsky [Wed, 5 Oct 2005 14:32:19 +0000 (14:32 +0000)]
Missing safe_mode/open_basedir checks for file uploads.

19 years ago- Update package files.
Derick Rethans [Wed, 5 Oct 2005 12:25:32 +0000 (12:25 +0000)]
- Update package files.

19 years ago- strip_tags(): some fixes, still AWiP
Rolland Santimano [Wed, 5 Oct 2005 12:16:02 +0000 (12:16 +0000)]
- strip_tags(): some fixes, still AWiP

19 years ago- Remove README, everything is implemented now.
Derick Rethans [Wed, 5 Oct 2005 11:46:18 +0000 (11:46 +0000)]
- Remove README, everything is implemented now.

19 years agofix test
Antony Dovgal [Wed, 5 Oct 2005 09:00:14 +0000 (09:00 +0000)]
fix test

19 years agoFixed throwing exceptions derived from SoapFault
Dmitry Stogov [Wed, 5 Oct 2005 07:01:48 +0000 (07:01 +0000)]
Fixed throwing exceptions derived from SoapFault

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

19 years agoMFH: Fixed possible INI setting leak via virtual() in Apache 2 sapi.
Ilia Alshanetsky [Wed, 5 Oct 2005 00:42:54 +0000 (00:42 +0000)]
MFH: Fixed possible INI setting leak via virtual() in Apache 2 sapi.

19 years agofix #34723 (array_count_values() strips leading zeroes)
Antony Dovgal [Tue, 4 Oct 2005 20:47:48 +0000 (20:47 +0000)]
fix #34723 (array_count_values() strips leading zeroes)

19 years ago- Implemented user level data filter.
Derick Rethans [Tue, 4 Oct 2005 14:47:30 +0000 (14:47 +0000)]
- Implemented user level data filter.
- Fixed a memory leak.

19 years ago- Add a function that returns whether a specific input variable exists or not.
Derick Rethans [Tue, 4 Oct 2005 13:42:52 +0000 (13:42 +0000)]
- Add a function that returns whether a specific input variable exists or not.

19 years agoMFB5.1: fix #32179 (xmlrpc_encode() segfaults with recursive references)
Antony Dovgal [Tue, 4 Oct 2005 12:07:24 +0000 (12:07 +0000)]
MFB5.1: fix #32179 (xmlrpc_encode() segfaults with recursive references)

19 years agoUnicode support
Dmitry Stogov [Tue, 4 Oct 2005 07:59:14 +0000 (07:59 +0000)]
Unicode support

19 years ago- MFB Add optional deps for SPL
Marcus Boerger [Tue, 4 Oct 2005 07:48:43 +0000 (07:48 +0000)]
- MFB Add optional deps for SPL

19 years agoFixed compilation error (gcc-4).
Dmitry Stogov [Tue, 4 Oct 2005 06:33:10 +0000 (06:33 +0000)]
Fixed compilation error (gcc-4).

19 years agoChangeLog update
<changelog@php.net> [Tue, 4 Oct 2005 05:38:47 +0000 (05:38 +0000)]
ChangeLog update

19 years agonuke warning
Antony Dovgal [Mon, 3 Oct 2005 23:47:55 +0000 (23:47 +0000)]
nuke warning

19 years agoMFB5.1: include the header, eliminate warning
Antony Dovgal [Mon, 3 Oct 2005 23:43:43 +0000 (23:43 +0000)]
MFB5.1: include the header, eliminate warning

19 years agoGenerated files are included like this..
foobar [Mon, 3 Oct 2005 20:20:50 +0000 (20:20 +0000)]
Generated files are included like this..

19 years agoAdd include path to the timelib headers
foobar [Mon, 3 Oct 2005 20:20:20 +0000 (20:20 +0000)]
Add include path to the timelib headers

19 years ago- In a conditional statement "a ? b ? c", a and b MUST have the same type
Marcus Boerger [Mon, 3 Oct 2005 19:24:09 +0000 (19:24 +0000)]
- In a conditional statement "a ? b ? c", a and b MUST have the same type
# We should make this an inline function to prevent unnecessary calls to
# get classentry or requir that class_entry must return a valid class_entry
# which we do iirc anyway.

19 years ago- Fix ZTS Build
Marcus Boerger [Mon, 3 Oct 2005 19:13:13 +0000 (19:13 +0000)]
- Fix ZTS Build

19 years ago- Add easy way to test in unicode mode
Marcus Boerger [Mon, 3 Oct 2005 18:15:54 +0000 (18:15 +0000)]
- Add easy way to test in unicode mode