]> granicus.if.org Git - php/log
php
17 years agoChangeLog update
<changelog@php.net> [Mon, 27 Aug 2007 01:31:31 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- gd #106, imagerectangle draws 1x1 rectangles as 1x3 rectangles
Pierre Joye [Sun, 26 Aug 2007 20:33:22 +0000 (20:33 +0000)]
- gd #106, imagerectangle draws 1x1 rectangles as 1x3 rectangles

17 years agoPDO is not experimental anymore
Ilia Alshanetsky [Sun, 26 Aug 2007 17:00:47 +0000 (17:00 +0000)]
PDO is not experimental anymore

17 years agoChangeLog update
<changelog@php.net> [Sun, 26 Aug 2007 01:31:32 +0000 (01:31 +0000)]
ChangeLog update

17 years agofixed compilation error on Visual C++ 2005
Rui Hirokawa [Sat, 25 Aug 2007 23:28:10 +0000 (23:28 +0000)]
fixed compilation error on Visual C++ 2005

17 years agofix tests
Antony Dovgal [Sat, 25 Aug 2007 16:02:11 +0000 (16:02 +0000)]
fix tests

17 years agoadd missing /* }}} */
Greg Beaver [Sat, 25 Aug 2007 01:36:21 +0000 (01:36 +0000)]
add missing /* }}} */

17 years agomove to 1.3.0 development
Greg Beaver [Sat, 25 Aug 2007 01:32:35 +0000 (01:32 +0000)]
move to 1.3.0 development
add Phar::delete()

17 years agoChangeLog update
<changelog@php.net> [Sat, 25 Aug 2007 01:31:25 +0000 (01:31 +0000)]
ChangeLog update

17 years agoprepare release
Greg Beaver [Sat, 25 Aug 2007 01:04:49 +0000 (01:04 +0000)]
prepare release

17 years agoPrep for 1.5 release
Sara Golemon [Fri, 24 Aug 2007 21:33:05 +0000 (21:33 +0000)]
Prep for 1.5 release

17 years agoFix hash_init() for PHP < 6
Sara Golemon [Fri, 24 Aug 2007 21:27:38 +0000 (21:27 +0000)]
Fix hash_init() for PHP < 6

17 years agoadding check for rc1 to version-compare test
Zoe Slattery [Fri, 24 Aug 2007 14:46:34 +0000 (14:46 +0000)]
adding check for rc1 to version-compare test

17 years agoNamespace constants
Dmitry Stogov [Fri, 24 Aug 2007 13:50:52 +0000 (13:50 +0000)]
Namespace constants

17 years agofix segfault on shutdown due to UG(utf8_conv) being destroyed twice
Antony Dovgal [Fri, 24 Aug 2007 12:13:30 +0000 (12:13 +0000)]
fix segfault on shutdown due to UG(utf8_conv) being destroyed twice

17 years agofix test name
Antony Dovgal [Fri, 24 Aug 2007 12:06:03 +0000 (12:06 +0000)]
fix test name

17 years ago- Fix problem with non-bash compliant shells
Jani Taskinen [Fri, 24 Aug 2007 11:43:42 +0000 (11:43 +0000)]
- Fix problem with non-bash compliant shells

17 years agoChangeLog update
<changelog@php.net> [Fri, 24 Aug 2007 01:31:16 +0000 (01:31 +0000)]
ChangeLog update

17 years agoadd test for pre-existing alias failure, fix source to fail if alias already exists
Greg Beaver [Thu, 23 Aug 2007 23:23:26 +0000 (23:23 +0000)]
add test for pre-existing alias failure, fix source to fail if alias already exists

17 years agorevert patch which breaks multithreaded servers
Antony Dovgal [Thu, 23 Aug 2007 18:41:55 +0000 (18:41 +0000)]
revert patch which breaks multithreaded servers

17 years agoMFB: Fixed bug #37273 (Symlinks and mod_files session handler allow open_basedir...
Jani Taskinen [Thu, 23 Aug 2007 13:38:49 +0000 (13:38 +0000)]
MFB: Fixed bug #37273 (Symlinks and mod_files session handler allow open_basedir bypass)

17 years agoMFB: -r1.100.2.3.2.5
Jani Taskinen [Thu, 23 Aug 2007 13:09:27 +0000 (13:09 +0000)]
MFB: -r1.100.2.3.2.5

17 years agomissing )
Jani Taskinen [Thu, 23 Aug 2007 11:38:56 +0000 (11:38 +0000)]
missing )

17 years ago- Make version_compare() also understand the lower case variant of "RC".
Derick Rethans [Thu, 23 Aug 2007 11:36:14 +0000 (11:36 +0000)]
- Make version_compare() also understand the lower case variant of "RC".

17 years agofix tests
Raghubansh Kumar [Thu, 23 Aug 2007 09:34:15 +0000 (09:34 +0000)]
fix tests

17 years agoimplement Phar->setAlias()
Greg Beaver [Thu, 23 Aug 2007 04:49:39 +0000 (04:49 +0000)]
implement Phar->setAlias()

17 years agoChangeLog update
<changelog@php.net> [Thu, 23 Aug 2007 01:31:14 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Fixed bug #42365 (glob() crashes with invalid flags)
Jani Taskinen [Wed, 22 Aug 2007 14:58:30 +0000 (14:58 +0000)]
- Fixed bug #42365 (glob() crashes with invalid flags)

17 years agoFixed bug #42183 (classmap cause crashr in non-wsdl mode)
Dmitry Stogov [Wed, 22 Aug 2007 14:18:28 +0000 (14:18 +0000)]
Fixed bug #42183 (classmap cause crashr in non-wsdl mode)

17 years agoFixed bug #42009 (is_a() and is_subclass_of() should NOT call autoload, in the same...
Dmitry Stogov [Wed, 22 Aug 2007 13:20:09 +0000 (13:20 +0000)]
Fixed bug #42009 (is_a() and is_subclass_of() should NOT call autoload, in the same way as "instanceof" operator).

17 years agoFixed name resolution
Dmitry Stogov [Wed, 22 Aug 2007 07:39:37 +0000 (07:39 +0000)]
Fixed name resolution
  namespace A;
    B::foo(); // 1. this is function "foo" from namespace "B"
              // 2. this is static method "foo" of class "B" from namespace "A"
              // 3. this is static methos "boo" of internal class "B"
  namespace A;
    A::foo(); // 1. this is function "foo" from namespace "A"
              // 2. this is static method "foo" of class "A" from namespace "A"
              // 3. this is static methos "foo" of internal class "A"

17 years agotypo
Dmitry Stogov [Wed, 22 Aug 2007 06:33:25 +0000 (06:33 +0000)]
typo

17 years agotypo
Dmitry Stogov [Wed, 22 Aug 2007 06:17:12 +0000 (06:17 +0000)]
typo

17 years agoChangeLog update
<changelog@php.net> [Wed, 22 Aug 2007 01:31:21 +0000 (01:31 +0000)]
ChangeLog update

17 years agoFixed bug #42368 (Incorrect error message displayed by pg_escape_string)
Ilia Alshanetsky [Tue, 21 Aug 2007 23:51:34 +0000 (23:51 +0000)]
Fixed bug #42368 (Incorrect error message displayed by pg_escape_string)

17 years agoFix typo in fastcgi.logging option example
Jani Taskinen [Tue, 21 Aug 2007 23:24:01 +0000 (23:24 +0000)]
Fix typo in fastcgi.logging option example

17 years ago- Fixed Bug #42364 Crash when using getRealPath with DirectoryIterator
Johannes Schlüter [Tue, 21 Aug 2007 22:43:38 +0000 (22:43 +0000)]
- Fixed Bug #42364 Crash when using getRealPath with DirectoryIterator

17 years agoBagder says I don't need these ifdefs
Sara Golemon [Tue, 21 Aug 2007 21:23:35 +0000 (21:23 +0000)]
Bagder says I don't need these ifdefs

17 years agoChangeLog update
<changelog@php.net> [Tue, 21 Aug 2007 01:31:31 +0000 (01:31 +0000)]
ChangeLog update

17 years agoAdd support for CURLPROXY_SOCKS4
Sara Golemon [Mon, 20 Aug 2007 18:56:05 +0000 (18:56 +0000)]
Add support for CURLPROXY_SOCKS4

17 years ago- MFB: Fugbix typo.
Sebastian Bergmann [Mon, 20 Aug 2007 17:01:59 +0000 (17:01 +0000)]
- MFB: Fugbix typo.

17 years ago- Part 1 of fixing problems with runpath switch (make --disable-rpath work for real)
Jani Taskinen [Mon, 20 Aug 2007 14:28:29 +0000 (14:28 +0000)]
- Part 1 of fixing problems with runpath switch (make --disable-rpath work for real)

17 years agoAdded namespace related optimizations and comments
Dmitry Stogov [Mon, 20 Aug 2007 09:48:41 +0000 (09:48 +0000)]
Added namespace related optimizations and comments

17 years agofix test: skip if user is root
Raghubansh Kumar [Mon, 20 Aug 2007 04:08:15 +0000 (04:08 +0000)]
fix test: skip if user is root

17 years agofix tests
Raghubansh Kumar [Mon, 20 Aug 2007 03:40:41 +0000 (03:40 +0000)]
fix tests

17 years agofix test: skip if user is root
Raghubansh Kumar [Mon, 20 Aug 2007 03:14:58 +0000 (03:14 +0000)]
fix test: skip if user is root

17 years agoChangeLog update
<changelog@php.net> [Mon, 20 Aug 2007 01:31:23 +0000 (01:31 +0000)]
ChangeLog update

17 years agoadded negative offset support in mbfl_strrpos (fixed #42085)
Rui Hirokawa [Sun, 19 Aug 2007 01:57:53 +0000 (01:57 +0000)]
added negative offset support in mbfl_strrpos (fixed #42085)

17 years agoChangeLog update
<changelog@php.net> [Sat, 18 Aug 2007 01:31:28 +0000 (01:31 +0000)]
ChangeLog update

17 years agosome rewording and typofixing
Stanislav Malyshev [Fri, 17 Aug 2007 21:53:58 +0000 (21:53 +0000)]
some rewording and typofixing

17 years agoAdded examples
Dmitry Stogov [Fri, 17 Aug 2007 17:12:28 +0000 (17:12 +0000)]
Added examples

17 years ago- Mark the parameter for ReflectionProperty::GetValue as optional
Johannes Schlüter [Fri, 17 Aug 2007 14:21:00 +0000 (14:21 +0000)]
- Mark the parameter for ReflectionProperty::GetValue as optional
# [DOC] The documentation on this is wrong, too. The parameter is only
# needed for getting the value of an object's property, not for static
# ones. (I'm not sure if it has always been that way...)

17 years agoMFH: PDO_OCI: fix Instant Client build broken by logic correction in previous Solaris...
Christopher Jones [Fri, 17 Aug 2007 13:33:07 +0000 (13:33 +0000)]
MFH: PDO_OCI: fix Instant Client build broken by logic correction in previous Solaris lib/lib32 fix

17 years agoNamespaces: improved run-time speed
Dmitry Stogov [Fri, 17 Aug 2007 12:05:19 +0000 (12:05 +0000)]
Namespaces: improved run-time speed

17 years ago- Fixed bug #41904 (proc_open with empty env array)
Jani Taskinen [Fri, 17 Aug 2007 10:42:12 +0000 (10:42 +0000)]
- Fixed bug #41904 (proc_open with empty env array)

17 years agofix issue with large number of open file handles killing php with large phars on...
Greg Beaver [Fri, 17 Aug 2007 04:47:50 +0000 (04:47 +0000)]
fix issue with large number of open file handles killing php with large phars on creation
- close file handles that have no references for entries
- add just-in-time re-processing of file handles
- make sure file size is set in renaming
- add old_flags to phar_entry_info so we can decompress when flushing a modified entry whose fp is closed

17 years agofix dump_entry
Greg Beaver [Fri, 17 Aug 2007 04:46:04 +0000 (04:46 +0000)]
fix dump_entry

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

17 years agofix proto
Stanislav Malyshev [Thu, 16 Aug 2007 23:53:40 +0000 (23:53 +0000)]
fix proto

17 years agoadd dump_entry
Greg Beaver [Thu, 16 Aug 2007 19:56:02 +0000 (19:56 +0000)]
add dump_entry

17 years agofix test
Raghubansh Kumar [Thu, 16 Aug 2007 16:33:16 +0000 (16:33 +0000)]
fix test

17 years agoChangeLog update
<changelog@php.net> [Thu, 16 Aug 2007 01:31:10 +0000 (01:31 +0000)]
ChangeLog update

17 years agoadd docs
Greg Beaver [Wed, 15 Aug 2007 23:37:13 +0000 (23:37 +0000)]
add docs

17 years agomake pharglobals hidden func
Greg Beaver [Wed, 15 Aug 2007 23:35:27 +0000 (23:35 +0000)]
make pharglobals hidden func

17 years agoadd fp and refcount display
Greg Beaver [Wed, 15 Aug 2007 23:34:37 +0000 (23:34 +0000)]
add fp and refcount display

17 years agoadd helper functions for gdb debugging phar reference counting (needs more work,...
Greg Beaver [Wed, 15 Aug 2007 03:49:44 +0000 (03:49 +0000)]
add helper functions for gdb debugging phar reference counting (needs more work, but a good start)

17 years agoChangeLog update
<changelog@php.net> [Wed, 15 Aug 2007 01:31:14 +0000 (01:31 +0000)]
ChangeLog update

17 years agofix tests
Raghubansh Kumar [Tue, 14 Aug 2007 14:10:31 +0000 (14:10 +0000)]
fix tests

17 years agofix lib/lib32 checks to work with broken Solaris shell
Antony Dovgal [Tue, 14 Aug 2007 12:14:53 +0000 (12:14 +0000)]
fix lib/lib32 checks to work with broken Solaris shell

17 years agofix bug #42259 (SimpleXMLIterator loses ancestry)
Rob Richards [Tue, 14 Aug 2007 12:09:52 +0000 (12:09 +0000)]
fix bug #42259 (SimpleXMLIterator loses ancestry)
add test

17 years ago- Fix bug #42292 ($PHP_CONFIG not set)
Jani Taskinen [Tue, 14 Aug 2007 08:43:13 +0000 (08:43 +0000)]
- Fix bug #42292 ($PHP_CONFIG not set)

17 years agoChangeLog update
<changelog@php.net> [Tue, 14 Aug 2007 01:31:21 +0000 (01:31 +0000)]
ChangeLog update

17 years agomake sure the temp file is closed before removing it
Antony Dovgal [Mon, 13 Aug 2007 12:46:34 +0000 (12:46 +0000)]
make sure the temp file is closed before removing it

17 years agoNew testcase for clearstatcache() function
Raghubansh Kumar [Mon, 13 Aug 2007 11:50:47 +0000 (11:50 +0000)]
New testcase for clearstatcache() function

17 years agoNew testcase for parse_ini_file() function
Raghubansh Kumar [Mon, 13 Aug 2007 11:37:11 +0000 (11:37 +0000)]
New testcase for parse_ini_file() function

17 years agoMFB: Fix tests + directory check inside copy() function
Jani Taskinen [Mon, 13 Aug 2007 08:14:03 +0000 (08:14 +0000)]
MFB: Fix tests + directory check inside copy() function

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

17 years agoNew testcases for fgetss() function
Raghubansh Kumar [Sun, 12 Aug 2007 06:55:52 +0000 (06:55 +0000)]
New testcases for fgetss() function

17 years agoMore new testcases for fopen() & fclose() functions
Raghubansh Kumar [Sun, 12 Aug 2007 05:14:13 +0000 (05:14 +0000)]
More new testcases for fopen() & fclose() functions

17 years agoMF PHP_5_2
Rui Hirokawa [Sun, 12 Aug 2007 02:00:03 +0000 (02:00 +0000)]
MF PHP_5_2

17 years agoChangeLog update
<changelog@php.net> [Sun, 12 Aug 2007 01:31:19 +0000 (01:31 +0000)]
ChangeLog update

17 years agomore fixed tests
Antony Dovgal [Sat, 11 Aug 2007 22:42:19 +0000 (22:42 +0000)]
more fixed tests

17 years agofix tests failing on 64bit
Antony Dovgal [Sat, 11 Aug 2007 22:18:33 +0000 (22:18 +0000)]
fix tests failing on 64bit

17 years agofix typo in tmp file path
Nuno Lopes [Sat, 11 Aug 2007 15:38:34 +0000 (15:38 +0000)]
fix typo in tmp file path

17 years agoChangeLog update
<changelog@php.net> [Sat, 11 Aug 2007 01:31:17 +0000 (01:31 +0000)]
ChangeLog update

17 years agoNew testcases for fscanf() function
Raghubansh Kumar [Fri, 10 Aug 2007 17:56:45 +0000 (17:56 +0000)]
New testcases for fscanf() function

17 years agoNew testcases for htmlentities() & htmlspecialchars()
Raghubansh Kumar [Fri, 10 Aug 2007 15:08:45 +0000 (15:08 +0000)]
New testcases for htmlentities() & htmlspecialchars()

17 years agoMFB: sync
Jani Taskinen [Fri, 10 Aug 2007 13:28:12 +0000 (13:28 +0000)]
MFB: sync

17 years agosplit the test
Antony Dovgal [Fri, 10 Aug 2007 13:27:05 +0000 (13:27 +0000)]
split the test

17 years agoempty/invalid names are not allowed (empty prefixes are)
Antony Dovgal [Fri, 10 Aug 2007 13:20:22 +0000 (13:20 +0000)]
empty/invalid names are not allowed (empty prefixes are)

17 years agoallow empty prefix (restore 5_2 behavior)
Antony Dovgal [Fri, 10 Aug 2007 12:54:38 +0000 (12:54 +0000)]
allow empty prefix (restore 5_2 behavior)

17 years agoMFB: Fixed the fix for bug #42233 and added test for it.
Jani Taskinen [Fri, 10 Aug 2007 12:23:16 +0000 (12:23 +0000)]
MFB: Fixed the fix for bug #42233 and added test for it.

17 years agofix tests
Antony Dovgal [Fri, 10 Aug 2007 12:10:19 +0000 (12:10 +0000)]
fix tests

17 years agoFixed generation on DH publick key for given private key
Dmitry Stogov [Fri, 10 Aug 2007 10:43:37 +0000 (10:43 +0000)]
Fixed generation on DH publick key for given private key

17 years agoresolve dir before calling mktemp/mkstemp
Antony Dovgal [Fri, 10 Aug 2007 10:13:07 +0000 (10:13 +0000)]
resolve dir before calling mktemp/mkstemp
this is tested by ext/standard/tests/file/tempnam_variation2.phpt

17 years agofix ws/cs & folding
Antony Dovgal [Fri, 10 Aug 2007 09:06:52 +0000 (09:06 +0000)]
fix ws/cs & folding

17 years agoMFB: Fixed bug #42117 (bzip2.compress loses data in internal buffer)
Antony Dovgal [Fri, 10 Aug 2007 09:00:42 +0000 (09:00 +0000)]
MFB: Fixed bug #42117 (bzip2.compress loses data in internal buffer)

17 years agoMFB: Fixed bug #42243 (copy() does not ouput an error when the first arg is a dir)
Antony Dovgal [Fri, 10 Aug 2007 08:58:12 +0000 (08:58 +0000)]
MFB: Fixed bug #42243 (copy() does not ouput an error when the first arg is a dir)

17 years agoMFB: Fixed bug #42261 (header wrong for date field)
Antony Dovgal [Fri, 10 Aug 2007 08:56:23 +0000 (08:56 +0000)]
MFB: Fixed bug #42261 (header wrong for date field)

17 years agooci8: merge changes to build with Oracle Database 11g
Christopher Jones [Fri, 10 Aug 2007 06:58:12 +0000 (06:58 +0000)]
oci8: merge changes to build with Oracle Database 11g