]> granicus.if.org Git - php/log
php
16 years ago- New tests
Felipe Pena [Sun, 19 Jul 2009 16:31:43 +0000 (16:31 +0000)]
- New tests

16 years agoBug #48722 (Update OCI8 --enable-sigchild warning)
Christopher Jones [Sun, 19 Jul 2009 16:27:35 +0000 (16:27 +0000)]
Bug #48722 (Update OCI8 --enable-sigchild warning)

16 years agomake it easier for maintainers to set un/pw in environments that don't pass shell...
Christopher Jones [Sun, 19 Jul 2009 16:08:44 +0000 (16:08 +0000)]
make it easier for maintainers to set un/pw in environments that don't pass shell variables

16 years agoReduce Oracle version-dependent diffs. Make PHP 5/6 compatible
Christopher Jones [Sun, 19 Jul 2009 16:04:57 +0000 (16:04 +0000)]
Reduce Oracle version-dependent diffs. Make PHP 5/6 compatible

16 years ago- Add license headers
David Soria Parra [Sun, 19 Jul 2009 15:57:06 +0000 (15:57 +0000)]
- Add license headers

16 years ago- MFB: Fix #48763, create corrupt archive
Pierre Joye [Sun, 19 Jul 2009 15:32:51 +0000 (15:32 +0000)]
- MFB: Fix #48763, create corrupt archive

16 years ago- not used anymore
Pierre Joye [Sun, 19 Jul 2009 15:02:53 +0000 (15:02 +0000)]
- not used anymore

16 years ago- WS
Pierre Joye [Sun, 19 Jul 2009 15:02:02 +0000 (15:02 +0000)]
- WS

16 years ago- not used anymore
Pierre Joye [Sun, 19 Jul 2009 15:01:19 +0000 (15:01 +0000)]
- not used anymore

16 years agoAdd support for proc_open()'s bypass_shell feature for Unix systems (slightly modifie...
Nuno Lopes [Sun, 19 Jul 2009 14:52:27 +0000 (14:52 +0000)]
Add support for proc_open()'s bypass_shell feature for Unix systems (slightly modified patch from Gwynne)

16 years ago- Removed unnecessary strlen() call and if statement.
Felipe Pena [Sun, 19 Jul 2009 14:36:16 +0000 (14:36 +0000)]
- Removed unnecessary strlen() call and if statement.

16 years ago- Fixed ZTS build
Felipe Pena [Sun, 19 Jul 2009 14:19:32 +0000 (14:19 +0000)]
- Fixed ZTS build

16 years ago- Add DTrace support.
David Soria Parra [Sun, 19 Jul 2009 14:00:25 +0000 (14:00 +0000)]
- Add DTrace support.

16 years ago- New test
Felipe Pena [Sun, 19 Jul 2009 03:36:46 +0000 (03:36 +0000)]
- New test

16 years ago- Tests related to bug #48770
Felipe Pena [Sun, 19 Jul 2009 03:25:49 +0000 (03:25 +0000)]
- Tests related to bug #48770

16 years agoAdding tests for imagecreatetruecolor for PHP_5_2 and trunk
Rafael Machado Dohms [Sun, 19 Jul 2009 01:44:19 +0000 (01:44 +0000)]
Adding tests for imagecreatetruecolor for PHP_5_2 and trunk

16 years ago- let try to be smart, read the bug report....
Pierre Joye [Sat, 18 Jul 2009 17:10:12 +0000 (17:10 +0000)]
- let try to be smart, read the bug report....

16 years agoAdded comment to XFAIL
Zoe Slattery [Sat, 18 Jul 2009 17:00:53 +0000 (17:00 +0000)]
Added comment to XFAIL

16 years agoAdding explanation
Zoe Slattery [Sat, 18 Jul 2009 16:53:54 +0000 (16:53 +0000)]
Adding explanation

16 years agoremoving empty XFAIL sections
Zoe Slattery [Sat, 18 Jul 2009 16:39:35 +0000 (16:39 +0000)]
removing empty XFAIL sections

16 years agoRemoving unnecessary SKIPIF sections
Zoe Slattery [Sat, 18 Jul 2009 13:44:15 +0000 (13:44 +0000)]
Removing unnecessary SKIPIF sections

16 years agofixing paths in INI section
Zoe Slattery [Sat, 18 Jul 2009 13:12:56 +0000 (13:12 +0000)]
fixing paths in INI section

16 years agoFix TTF Files
Rasmus Lerdorf [Sat, 18 Jul 2009 03:18:36 +0000 (03:18 +0000)]
Fix TTF Files

16 years agoNew cURL tests. Tested on Windows, Linux and Linux 64 bit
andy wharmby [Fri, 17 Jul 2009 20:46:30 +0000 (20:46 +0000)]
New cURL tests. Tested on Windows, Linux and Linux 64 bit

16 years agoFix cURL tests
andy wharmby [Fri, 17 Jul 2009 20:44:50 +0000 (20:44 +0000)]
Fix cURL tests

16 years agoremoving test. this one tests system-specific behavior, not something implemented...
Alexey Zakhlestin [Fri, 17 Jul 2009 17:17:57 +0000 (17:17 +0000)]
removing test. this one tests system-specific behavior, not something implemented in php

16 years agoMFB: fixed tests. money_format() is implemented in underlying system, not in php...
Alexey Zakhlestin [Fri, 17 Jul 2009 16:21:00 +0000 (16:21 +0000)]
MFB: fixed tests. money_format() is implemented in underlying system, not in php. So, we shouldn't test for actual values returned. They are different between systems

16 years agofix crash when session hash function generated long hashes with hash_bits_per_charact...
Gwynne Raskind [Fri, 17 Jul 2009 14:21:31 +0000 (14:21 +0000)]
fix crash when session hash function generated long hashes with hash_bits_per_character larger than 4

16 years ago- Fix test
Felipe Pena [Fri, 17 Jul 2009 14:03:17 +0000 (14:03 +0000)]
- Fix test

16 years agodocument the hash name functionality available since 5.3
Gwynne Raskind [Fri, 17 Jul 2009 13:22:44 +0000 (13:22 +0000)]
document the hash name functionality available since 5.3

16 years ago- Add missing file exts
Jani Taskinen [Fri, 17 Jul 2009 12:31:58 +0000 (12:31 +0000)]
- Add missing file exts

16 years ago- Fixed bug #48947 (vcsclean does not remove all created files)
Jani Taskinen [Fri, 17 Jul 2009 12:14:21 +0000 (12:14 +0000)]
- Fixed bug #48947 (vcsclean does not remove all created files)

16 years agoCS
Jani Taskinen [Fri, 17 Jul 2009 11:49:50 +0000 (11:49 +0000)]
CS

16 years ago- Fixed bug #47481 (natcasesort() does not sort extended ASCII characters correctly)
Jani Taskinen [Fri, 17 Jul 2009 11:13:51 +0000 (11:13 +0000)]
- Fixed bug #47481 (natcasesort() does not sort extended ASCII characters correctly)

16 years agofix tests
Zoe Slattery [Fri, 17 Jul 2009 09:25:13 +0000 (09:25 +0000)]
fix tests

16 years agofix tests
Zoe Slattery [Fri, 17 Jul 2009 09:03:04 +0000 (09:03 +0000)]
fix tests

16 years agofix tests
Zoe Slattery [Fri, 17 Jul 2009 08:20:04 +0000 (08:20 +0000)]
fix tests

16 years agoMulti-branch test commit to see if email notifications are working
Rasmus Lerdorf [Fri, 17 Jul 2009 04:26:33 +0000 (04:26 +0000)]
Multi-branch test commit to see if email notifications are working

16 years agofix memory leak
Stanislav Malyshev [Fri, 17 Jul 2009 00:57:46 +0000 (00:57 +0000)]
fix memory leak

16 years ago- Fixed bug #48893 (Problems compiling with Curl)
Felipe Pena [Fri, 17 Jul 2009 00:24:20 +0000 (00:24 +0000)]
- Fixed bug #48893 (Problems compiling with Curl)

16 years ago- Fixed bug #48762 (IPv6 address filter still rejects valid address)
Felipe Pena [Thu, 16 Jul 2009 23:28:12 +0000 (23:28 +0000)]
- Fixed bug #48762 (IPv6 address filter still rejects valid address)

16 years ago- MFB: Double to string conversion fix (#41698 #48924)
Felipe Pena [Thu, 16 Jul 2009 22:37:24 +0000 (22:37 +0000)]
- MFB: Double to string conversion fix (#41698 #48924)

16 years agoAdjust base64_encode() according to PDM notes.
Andrei Zmievski [Thu, 16 Jul 2009 22:19:09 +0000 (22:19 +0000)]
Adjust base64_encode() according to PDM notes.

16 years agoAdjust rawurlencode() according to PDM notes.
Andrei Zmievski [Thu, 16 Jul 2009 22:08:02 +0000 (22:08 +0000)]
Adjust rawurlencode() according to PDM notes.

16 years agoAdjust urlencode() according to PDM notes.
Andrei Zmievski [Thu, 16 Jul 2009 21:48:10 +0000 (21:48 +0000)]
Adjust urlencode() according to PDM notes.

16 years ago- remove accidental commit (?)
Jani Taskinen [Thu, 16 Jul 2009 16:11:50 +0000 (16:11 +0000)]
- remove accidental commit (?)

16 years agoCS
Jani Taskinen [Thu, 16 Jul 2009 12:18:13 +0000 (12:18 +0000)]
CS

16 years ago- Fix the cleanup routine (it is not very nice to delete everything..)
Jani Taskinen [Thu, 16 Jul 2009 12:10:38 +0000 (12:10 +0000)]
- Fix the cleanup routine (it is not very nice to delete everything..)

16 years agoone more attempt at ridding us of some of those annoying mime types
Gwynne Raskind [Thu, 16 Jul 2009 08:10:50 +0000 (08:10 +0000)]
one more attempt at ridding us of some of those annoying mime types

16 years agodropped some more mime types, svnclean -> clean for multiple VCS
Gwynne Raskind [Thu, 16 Jul 2009 04:43:18 +0000 (04:43 +0000)]
dropped some more mime types, svnclean -> clean for multiple VCS

16 years agoBuffer handling fixes
Rasmus Lerdorf [Thu, 16 Jul 2009 00:06:08 +0000 (00:06 +0000)]
Buffer handling fixes

16 years agofix ini_restore problem
Stanislav Malyshev [Thu, 16 Jul 2009 00:03:44 +0000 (00:03 +0000)]
fix ini_restore problem

16 years agofix freed mem reference
Stanislav Malyshev [Wed, 15 Jul 2009 23:57:52 +0000 (23:57 +0000)]
fix freed mem reference

16 years agoLimit connection strings to 255 chars here
Rasmus Lerdorf [Wed, 15 Jul 2009 19:05:09 +0000 (19:05 +0000)]
Limit connection strings to 255 chars here

16 years ago- cvs > svn
Pierre Joye [Wed, 15 Jul 2009 17:08:26 +0000 (17:08 +0000)]
- cvs > svn

16 years ago- cvs > svn
Pierre Joye [Wed, 15 Jul 2009 16:52:50 +0000 (16:52 +0000)]
- cvs > svn

16 years agofix tests corrupted by svn's eol-style=native
Alexey Zakhlestin [Wed, 15 Jul 2009 14:08:18 +0000 (14:08 +0000)]
fix tests corrupted by svn's eol-style=native

16 years agofix broken test
Alexey Zakhlestin [Wed, 15 Jul 2009 10:05:59 +0000 (10:05 +0000)]
fix broken test

16 years agophp5.spec was never used, as far as can be determined. also, php 5 -> php 6 in makerp...
Gwynne Raskind [Wed, 15 Jul 2009 07:04:43 +0000 (07:04 +0000)]
php5.spec was never used, as far as can be determined. also, php 5 -> php 6 in makerpm, but that script needs considerably more work IMO

16 years ago- Fixed bug #48913 (Too long error code strings in pdo_odbc driver)
Felipe Pena [Wed, 15 Jul 2009 02:31:07 +0000 (02:31 +0000)]
- Fixed bug #48913 (Too long error code strings in pdo_odbc driver)

16 years ago- Fixed bug #48899 (is_callable returns true even if method does not exist in parent...
Felipe Pena [Wed, 15 Jul 2009 01:08:15 +0000 (01:08 +0000)]
- Fixed bug #48899 (is_callable returns true even if method does not exist in parent class)

16 years agokill bad mime types
Gwynne Raskind [Tue, 14 Jul 2009 21:54:59 +0000 (21:54 +0000)]
kill bad mime types

16 years agoCVS->SVN
Gwynne Raskind [Tue, 14 Jul 2009 21:49:26 +0000 (21:49 +0000)]
CVS->SVN

16 years agofix build
Stanislav Malyshev [Tue, 14 Jul 2009 19:05:52 +0000 (19:05 +0000)]
fix build

16 years ago- cvs->svn
David Soria Parra [Tue, 14 Jul 2009 09:37:57 +0000 (09:37 +0000)]
- cvs->svn

16 years agoadd intl ini value
Stanislav Malyshev [Mon, 13 Jul 2009 23:58:30 +0000 (23:58 +0000)]
add intl ini value

16 years agoFix date warning by setting the default timezone to UTC
David Soria Parra [Mon, 13 Jul 2009 23:55:34 +0000 (23:55 +0000)]
Fix date warning by setting the default timezone to UTC

16 years ago- remove app/js mime
Pierre Joye [Mon, 13 Jul 2009 21:59:45 +0000 (21:59 +0000)]
- remove app/js mime

16 years agocvs->svn
Rasmus Lerdorf [Mon, 13 Jul 2009 19:16:26 +0000 (19:16 +0000)]
cvs->svn

16 years agocvs->svn
Rasmus Lerdorf [Mon, 13 Jul 2009 18:14:34 +0000 (18:14 +0000)]
cvs->svn

16 years agovn propdel svn:mime-type build/buildcheck.sh
Rasmus Lerdorf [Mon, 13 Jul 2009 17:58:04 +0000 (17:58 +0000)]
vn propdel svn:mime-type build/buildcheck.sh
cvs->svn

16 years ago- rename to svn
Pierre Joye [Mon, 13 Jul 2009 16:11:45 +0000 (16:11 +0000)]
- rename to svn

16 years ago- rename to svn
Pierre Joye [Mon, 13 Jul 2009 16:08:08 +0000 (16:08 +0000)]
- rename to svn

16 years ago- cvs to svn changes
Pierre Joye [Mon, 13 Jul 2009 16:04:04 +0000 (16:04 +0000)]
- cvs to svn changes

16 years agoMFB: remove ZendEngine* detection, we always have Zend now (svn)
David Soria Parra [Mon, 13 Jul 2009 06:41:57 +0000 (06:41 +0000)]
MFB: remove ZendEngine* detection, we always have Zend now (svn)

16 years agoMFB: cvsclean -> svnclean
Gwynne Raskind [Sun, 12 Jul 2009 21:51:28 +0000 (21:51 +0000)]
MFB: cvsclean -> svnclean

16 years agoMFB: Fixed a possible crash inside OnUpdateErrorLog() when restoring an empty value
Ilia Alshanetsky [Sun, 12 Jul 2009 16:43:32 +0000 (16:43 +0000)]
MFB: Fixed a possible crash inside OnUpdateErrorLog() when restoring an empty value
Avoid pointless safe_mode/open_basedir checks on OnUpdateMailLog() if value is empty

16 years agoMFB
Rasmus Lerdorf [Sat, 11 Jul 2009 04:36:26 +0000 (04:36 +0000)]
MFB

16 years agoGet rid of PHP 4 related buildconf and moving around directories. As we switched...
David Soria Parra [Sat, 11 Jul 2009 01:54:08 +0000 (01:54 +0000)]
Get rid of PHP 4 related buildconf and moving around directories. As we switched to svn ZE2 is in Zend by default.

16 years agoFix test
andy wharmby [Thu, 9 Jul 2009 11:45:37 +0000 (11:45 +0000)]
Fix test

16 years agoChangeLog update
<changelog@php.net> [Thu, 9 Jul 2009 01:34:17 +0000 (01:34 +0000)]
ChangeLog update

16 years agofix mail.log openbasedir interaction with .htaccess
Stanislav Malyshev [Thu, 9 Jul 2009 00:24:26 +0000 (00:24 +0000)]
fix mail.log openbasedir interaction with .htaccess

16 years ago- Fixed bug #48854 (array_merge_recursive modifies arrays after first one)
Felipe Pena [Wed, 8 Jul 2009 18:21:13 +0000 (18:21 +0000)]
- Fixed bug #48854 (array_merge_recursive modifies arrays after first one)

16 years ago- skip on windows
Pierre Joye [Wed, 8 Jul 2009 10:44:29 +0000 (10:44 +0000)]
- skip on windows

16 years ago- windows version
Pierre Joye [Wed, 8 Jul 2009 10:43:32 +0000 (10:43 +0000)]
- windows version

16 years ago- windows version
Pierre Joye [Wed, 8 Jul 2009 10:15:52 +0000 (10:15 +0000)]
- windows version

16 years ago- MF53: skip on win, different error msg
Pierre Joye [Wed, 8 Jul 2009 10:14:14 +0000 (10:14 +0000)]
- MF53: skip on win, different error msg

16 years ago- MF53: fix test (mtime only is changed)
Pierre Joye [Wed, 8 Jul 2009 10:00:45 +0000 (10:00 +0000)]
- MF53: fix test (mtime only is changed)

16 years agoMFB: Fixed bug #48788 (RecursiveDirectoryIterator doesn't descend into
Ilia Alshanetsky [Wed, 8 Jul 2009 03:09:58 +0000 (03:09 +0000)]
MFB: Fixed bug #48788 (RecursiveDirectoryIterator doesn't descend into
symlinked
directories).

16 years agoChangeLog update
<changelog@php.net> [Wed, 8 Jul 2009 01:34:26 +0000 (01:34 +0000)]
ChangeLog update

16 years agoReset TZ environment variable. Some tests assume that it's not set.
David Soria Parra [Tue, 7 Jul 2009 23:04:45 +0000 (23:04 +0000)]
Reset TZ environment variable. Some tests assume that it's not set.

16 years ago- MF53: touch() atime field returns different value
Pierre Joye [Tue, 7 Jul 2009 22:13:47 +0000 (22:13 +0000)]
- MF53: touch() atime field returns different value

16 years ago- fixed, remove XFAIL
Pierre Joye [Tue, 7 Jul 2009 22:05:27 +0000 (22:05 +0000)]
- fixed, remove XFAIL

16 years ago- sync with 5.3
Pierre Joye [Tue, 7 Jul 2009 21:56:18 +0000 (21:56 +0000)]
- sync with 5.3

16 years ago- Fixed bug #48247 (Infinite loop and possible crash during startup with errors)
Jani Taskinen [Tue, 7 Jul 2009 16:40:21 +0000 (16:40 +0000)]
- Fixed bug #48247 (Infinite loop and possible crash during startup with errors)

16 years agoAdjust tests. The order in which notices appear is platform dependend as the function...
David Soria Parra [Tue, 7 Jul 2009 11:52:43 +0000 (11:52 +0000)]
Adjust tests. The order in which notices appear is platform dependend as the function call ordering in parameter lists is not defined in C.

16 years agoFixing tests to run with SQL_MODE=ANSI_QUOTES as well.
Ulf Wendel [Tue, 7 Jul 2009 11:31:45 +0000 (11:31 +0000)]
Fixing tests to run with  SQL_MODE=ANSI_QUOTES as well.

16 years ago- WS
Pierre Joye [Tue, 7 Jul 2009 10:54:36 +0000 (10:54 +0000)]
- WS

16 years ago- MF53: #45905, imagefilledrectangle() clipping error
Pierre Joye [Tue, 7 Jul 2009 10:50:06 +0000 (10:50 +0000)]
- MF53: #45905, imagefilledrectangle() clipping error

16 years agoChangeLog update
<changelog@php.net> [Tue, 7 Jul 2009 01:33:12 +0000 (01:33 +0000)]
ChangeLog update