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

17 years agoadd optional whole-file compression to convertToTar/convertToPhar
Greg Beaver [Wed, 16 Jan 2008 21:09:32 +0000 (21:09 +0000)]
add optional whole-file compression to convertToTar/convertToPhar

17 years agofix build on windows
Greg Beaver [Wed, 16 Jan 2008 20:17:47 +0000 (20:17 +0000)]
fix build on windows

17 years agoMFB: Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1
Ilia Alshanetsky [Wed, 16 Jan 2008 15:50:53 +0000 (15:50 +0000)]
MFB: Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1
response)

17 years ago- Fixed Bug #37964 (Reflection shows private methods of parent class)
Marcus Boerger [Wed, 16 Jan 2008 14:19:07 +0000 (14:19 +0000)]
- Fixed Bug #37964 (Reflection shows private methods of parent class)
  (felipe@php.net)

17 years ago- run-tests.php -U
David Coallier [Wed, 16 Jan 2008 13:27:01 +0000 (13:27 +0000)]
- run-tests.php -U
- The unicode test's error messages are working

17 years ago- MFB
David Coallier [Wed, 16 Jan 2008 13:12:51 +0000 (13:12 +0000)]
- MFB
- Make sure to return the good error message with new parse parameters api
  of ucfirst()

17 years agofix #43863 (str_word_count() breaks on cyrillic "ya" in locale cp1251)
Antony Dovgal [Wed, 16 Jan 2008 08:34:06 +0000 (08:34 +0000)]
fix #43863 (str_word_count() breaks on cyrillic "ya" in locale cp1251)
patch by phprus at gmail dot com

17 years agoadd Phar::convertToTar(), Phar::convertToZip(), and Phar::convertToPhar()
Greg Beaver [Wed, 16 Jan 2008 07:24:39 +0000 (07:24 +0000)]
add Phar::convertToTar(), Phar::convertToZip(), and Phar::convertToPhar()

17 years agoFixed wrong type cast
Dmitry Stogov [Wed, 16 Jan 2008 06:15:19 +0000 (06:15 +0000)]
Fixed wrong type cast

17 years ago- Make sure ucfirst is using the new zend-parse-parameters api
David Coallier [Wed, 16 Jan 2008 03:09:01 +0000 (03:09 +0000)]
- Make sure ucfirst is using the new zend-parse-parameters api
- added php_ucfirst for non-unicode calls

17 years agoChangeLog update
<changelog@php.net> [Wed, 16 Jan 2008 01:31:35 +0000 (01:31 +0000)]
ChangeLog update

17 years agofix #41941 (oci8 extension not lib64 savvy)
Christopher Jones [Wed, 16 Jan 2008 00:33:26 +0000 (00:33 +0000)]
fix #41941 (oci8 extension not lib64 savvy)

17 years agoadd support for creation of gzipped and bzipped tar-based phars
Greg Beaver [Tue, 15 Jan 2008 23:41:44 +0000 (23:41 +0000)]
add support for creation of gzipped and bzipped tar-based phars

17 years agoTestcase for #43492 (nested cursors)
Christopher Jones [Tue, 15 Jan 2008 20:53:56 +0000 (20:53 +0000)]
Testcase for #43492 (nested cursors)

17 years agoMFB: fix #43497 (OCI8 XML/getClobVal aka temporary LOBs leak UGA memory)
Christopher Jones [Tue, 15 Jan 2008 20:47:50 +0000 (20:47 +0000)]
MFB: fix #43497 (OCI8 XML/getClobVal aka temporary LOBs leak UGA memory)

17 years agofix #43680 (OnUpdateUTF8String problems in PHP 6)
Antony Dovgal [Tue, 15 Jan 2008 17:10:25 +0000 (17:10 +0000)]
fix #43680 (OnUpdateUTF8String problems in PHP 6)
patch by Christopher Jones

17 years agofix win build
Rob Richards [Tue, 15 Jan 2008 15:45:44 +0000 (15:45 +0000)]
fix win build

17 years agofix memleak in sign and verify functions
Rob Richards [Tue, 15 Jan 2008 15:12:12 +0000 (15:12 +0000)]
fix memleak in sign and verify functions

17 years ago- Detect versions of valgrind that have an appendix to their verion number
Marcus Boerger [Tue, 15 Jan 2008 13:03:22 +0000 (13:03 +0000)]
- Detect versions of valgrind that have an appendix to their verion number
- Show whether valgrind is being used in test header

17 years agoFix ZTS build
Etienne Kneuss [Tue, 15 Jan 2008 12:17:09 +0000 (12:17 +0000)]
Fix ZTS build

17 years agoFixed bug #43851 (Memory corrution on reuse of assigned value)
Dmitry Stogov [Tue, 15 Jan 2008 11:53:13 +0000 (11:53 +0000)]
Fixed bug #43851 (Memory corrution on reuse of assigned value)

17 years ago- Fix the fix
Marcus Boerger [Tue, 15 Jan 2008 11:47:29 +0000 (11:47 +0000)]
- Fix the fix

17 years agoBump year
Etienne Kneuss [Tue, 15 Jan 2008 09:44:01 +0000 (09:44 +0000)]
Bump year

17 years agoImplement splDoublyLinkedList, splQueue, splStack classes in SPL
Etienne Kneuss [Tue, 15 Jan 2008 09:37:50 +0000 (09:37 +0000)]
Implement splDoublyLinkedList, splQueue, splStack classes in SPL

17 years agorename and export the macros
Antony Dovgal [Tue, 15 Jan 2008 09:35:50 +0000 (09:35 +0000)]
rename and export the macros
patch by colder

17 years agoChangeLog update
<changelog@php.net> [Tue, 15 Jan 2008 01:31:39 +0000 (01:31 +0000)]
ChangeLog update

17 years agoFix bug #42850 array_walk_recursive() leaves references, refix bug #34982
Brian Shire [Mon, 14 Jan 2008 22:08:00 +0000 (22:08 +0000)]
Fix bug #42850 array_walk_recursive() leaves references, refix bug #34982

17 years agoMFB: Missing patch bit from the FETCH_GROUP fix
Ilia Alshanetsky [Mon, 14 Jan 2008 18:41:48 +0000 (18:41 +0000)]
MFB: Missing patch bit from the FETCH_GROUP fix

17 years ago- Fix memleak (found by colder)
Marcus Boerger [Mon, 14 Jan 2008 18:14:00 +0000 (18:14 +0000)]
- Fix memleak (found by colder)

17 years ago- Add missing .cvsignore
Marcus Boerger [Mon, 14 Jan 2008 18:07:28 +0000 (18:07 +0000)]
- Add missing .cvsignore

17 years ago- cleanup and make build with HEAD
Marcus Boerger [Mon, 14 Jan 2008 18:06:05 +0000 (18:06 +0000)]
- cleanup and make build with HEAD

17 years agoforce tests to be run in CGI mode
Nuno Lopes [Mon, 14 Jan 2008 10:00:25 +0000 (10:00 +0000)]
force tests to be run in CGI mode

17 years agoMFB5.2: fix script for files with short names
Nuno Lopes [Mon, 14 Jan 2008 09:40:53 +0000 (09:40 +0000)]
MFB5.2: fix script for files with short names

17 years agoadd cvsignore
Nuno Lopes [Mon, 14 Jan 2008 09:32:32 +0000 (09:32 +0000)]
add cvsignore

17 years agofix build
Antony Dovgal [Mon, 14 Jan 2008 08:17:55 +0000 (08:17 +0000)]
fix build

17 years agofix test (make OS-agnostic)
Greg Beaver [Mon, 14 Jan 2008 06:25:22 +0000 (06:25 +0000)]
fix test (make OS-agnostic)

17 years agofix test to be OS-agnostic
Greg Beaver [Mon, 14 Jan 2008 06:23:10 +0000 (06:23 +0000)]
fix test to be OS-agnostic

# steph - this is a different test from the one I fixed earlier, I think that's the confusion :)

17 years agounixify path separators in tar-based phars, always use this value for duping alias
Greg Beaver [Mon, 14 Jan 2008 06:19:43 +0000 (06:19 +0000)]
unixify path separators in tar-based phars, always use this value for duping alias

# found by delete.phpt unit test.  I love unit tests

17 years agoadd missing skip sections in zip tests
Greg Beaver [Mon, 14 Jan 2008 05:25:11 +0000 (05:25 +0000)]
add missing skip sections in zip tests

17 years agofix test (make OS-agnostic)
Greg Beaver [Mon, 14 Jan 2008 05:19:23 +0000 (05:19 +0000)]
fix test (make OS-agnostic)

17 years agoadd a whole slew of missing returns after throwing an exception, and remove 1 spuriou...
Greg Beaver [Mon, 14 Jan 2008 05:12:46 +0000 (05:12 +0000)]
add a whole slew of missing returns after throwing an exception, and remove 1 spurious return after RETURN_TRUE

17 years agofix test (make OS-agnostic)
Greg Beaver [Mon, 14 Jan 2008 05:03:02 +0000 (05:03 +0000)]
fix test (make OS-agnostic)

17 years agoMFPECL: fix windows build for all cases, and always export symbols (Steph Fox)
Greg Beaver [Mon, 14 Jan 2008 03:15:50 +0000 (03:15 +0000)]
MFPECL: fix windows build for all cases, and always export symbols (Steph Fox)

17 years agofix build on windows (Steph Fox)
Greg Beaver [Mon, 14 Jan 2008 02:47:55 +0000 (02:47 +0000)]
fix build on windows (Steph Fox)

17 years agoChangeLog update
<changelog@php.net> [Mon, 14 Jan 2008 01:31:35 +0000 (01:31 +0000)]
ChangeLog update

17 years agoadd missing define for statically-built zip ext
Greg Beaver [Sun, 13 Jan 2008 23:37:27 +0000 (23:37 +0000)]
add missing define for statically-built zip ext

17 years agouse correct macro
Greg Beaver [Sun, 13 Jan 2008 22:55:02 +0000 (22:55 +0000)]
use correct macro

17 years ago- Fixed TSRM builds.
Derick Rethans [Sun, 13 Jan 2008 18:42:51 +0000 (18:42 +0000)]
- Fixed TSRM builds.
#- Thanks for the hint Steph.

17 years agoMFB: fixed test
Ilia Alshanetsky [Sun, 13 Jan 2008 17:23:36 +0000 (17:23 +0000)]
MFB: fixed test

17 years ago- MF53: Added new date/time functionality:
Derick Rethans [Sun, 13 Jan 2008 15:16:48 +0000 (15:16 +0000)]
- MF53: Added new date/time functionality:

  * date_parse_from_format(): Parse date/time strings according to a format.
  * date_create_from_format()/DateTime::createFromFormat(): Create a date/time
    object by parsing a date/time string according to a given format.
  * date_get_last_errors()/DateTime::getLastErrors(): Return a list of warnings
    and errors that were found while parsing a date/time string through:
    - strtotime() / new DateTime
    - date_create_from_format() / DateTime::createFromFormat()
    - date_parse_from_format()

17 years agoMFB: fix bug #42945
Nuno Lopes [Sun, 13 Jan 2008 14:57:54 +0000 (14:57 +0000)]
MFB: fix bug #42945

17 years agoupgrade to PCRE 7.5
Nuno Lopes [Sun, 13 Jan 2008 12:48:00 +0000 (12:48 +0000)]
upgrade to PCRE 7.5

17 years agoMFB: a few fixes: overwrote all my careful work in zipint_alias.h with zipint.h,...
Greg Beaver [Sun, 13 Jan 2008 06:24:27 +0000 (06:24 +0000)]
MFB: a few fixes: overwrote all my careful work in zipint_alias.h with zipint.h, so had to restore that.
PHP_RAW_NAMED_FE() won't work, have to use ZEND_RAW_FENTRY

17 years agoMFPECL: alias all zip identifiers to avoid potential name conflicts with other apache...
Greg Beaver [Sun, 13 Jan 2008 06:01:59 +0000 (06:01 +0000)]
MFPECL: alias all zip identifiers to avoid potential name conflicts with other apache libs that may export zip symbols

17 years agoChangeLog update
<changelog@php.net> [Sun, 13 Jan 2008 01:31:34 +0000 (01:31 +0000)]
ChangeLog update

17 years agowrong file version merged in fix for Bug #40189, here is the correct fix
Greg Beaver [Sat, 12 Jan 2008 22:28:04 +0000 (22:28 +0000)]
wrong file version merged in fix for Bug #40189, here is the correct fix

17 years agonew test for inclusion within phar that takes CWD into account
Greg Beaver [Sat, 12 Jan 2008 22:25:40 +0000 (22:25 +0000)]
new test for inclusion within phar that takes CWD into account

17 years agofix segfault in Phar::mungServer() found in frontcontroller20.phpt
Greg Beaver [Sat, 12 Jan 2008 22:21:50 +0000 (22:21 +0000)]
fix segfault in Phar::mungServer() found in frontcontroller20.phpt

17 years agofix segfault in Phar::webPhar() if file is in root directory, found in frontcontrolle...
Greg Beaver [Sat, 12 Jan 2008 22:16:00 +0000 (22:16 +0000)]
fix segfault in Phar::webPhar() if file is in root directory, found in frontcontroller16.phpt

17 years agoMFB: far better fix for bug #40189
Greg Beaver [Sat, 12 Jan 2008 22:03:44 +0000 (22:03 +0000)]
MFB: far better fix for bug #40189

17 years agofix faulty fix for Bug #40189, and provide real fix for the bug
Greg Beaver [Sat, 12 Jan 2008 21:25:43 +0000 (21:25 +0000)]
fix faulty fix for Bug #40189, and provide real fix for the bug

17 years agofix conflict on win32 if phar compiled statically
Greg Beaver [Sat, 12 Jan 2008 16:18:26 +0000 (16:18 +0000)]
fix conflict on win32 if phar compiled statically

17 years agoadd definitions for MAX_WBITS in case it isn't defined
Greg Beaver [Sat, 12 Jan 2008 16:15:17 +0000 (16:15 +0000)]
add definitions for MAX_WBITS in case it isn't defined

17 years agoclarify error message on why opening a stream wrapper failed for allow_url_include...
Greg Beaver [Sat, 12 Jan 2008 15:50:17 +0000 (15:50 +0000)]
clarify error message on why opening a stream wrapper failed for allow_url_include/allow_url_fopen, add test for allow_url_fopen

17 years agomake zip optional
Greg Beaver [Sat, 12 Jan 2008 05:17:12 +0000 (05:17 +0000)]
make zip optional

17 years agofix compile on windows
Greg Beaver [Sat, 12 Jan 2008 04:32:19 +0000 (04:32 +0000)]
fix compile on windows
remove internal libzip
add required dep on zip (will make optional in a few minutes)

17 years agoexport symbols for use by other extensions like phar
Greg Beaver [Sat, 12 Jan 2008 03:42:41 +0000 (03:42 +0000)]
export symbols for use by other extensions like phar

17 years agoadd missing defines, s/filename_len/filename_length/ (thanks steph) - now over to...
Greg Beaver [Sat, 12 Jan 2008 02:13:52 +0000 (02:13 +0000)]
add missing defines, s/filename_len/filename_length/ (thanks steph) - now over to the windows box and debug this properly

17 years agoChangeLog update
<changelog@php.net> [Sat, 12 Jan 2008 01:31:36 +0000 (01:31 +0000)]
ChangeLog update

17 years agoSimplified assignment to string offset
Dmitry Stogov [Fri, 11 Jan 2008 15:10:50 +0000 (15:10 +0000)]
Simplified assignment to string offset

17 years ago- added rules about real names and signatures
Lukas Smith [Fri, 11 Jan 2008 14:01:52 +0000 (14:01 +0000)]
- added rules about real names and signatures

17 years ago- minor typo fixes
Lukas Smith [Fri, 11 Jan 2008 10:49:01 +0000 (10:49 +0000)]
- minor typo fixes

17 years agoFixed unspecialized executor
Dmitry Stogov [Fri, 11 Jan 2008 10:09:12 +0000 (10:09 +0000)]
Fixed unspecialized executor

17 years ago- initial commit .. feedback appreciated
Lukas Smith [Fri, 11 Jan 2008 09:40:20 +0000 (09:40 +0000)]
- initial commit .. feedback appreciated

17 years agoFixed bug #39346 (Unsetting a static variable inside a destructor causes segfault...
Dmitry Stogov [Fri, 11 Jan 2008 08:42:19 +0000 (08:42 +0000)]
Fixed bug #39346 (Unsetting a static variable inside a destructor causes segfault later on)

17 years agostupid windows doesn't allow varargs macros, so remove it. remove unused variable
Greg Beaver [Fri, 11 Jan 2008 07:39:02 +0000 (07:39 +0000)]
stupid windows doesn't allow varargs macros, so remove it.  remove unused variable

17 years agoupdate package.xml
Greg Beaver [Fri, 11 Jan 2008 07:33:32 +0000 (07:33 +0000)]
update package.xml

17 years agoadd Phar::interceptFileFuncs()
Greg Beaver [Fri, 11 Jan 2008 07:30:03 +0000 (07:30 +0000)]
add Phar::interceptFileFuncs()
To intercept fopen(), file_get_contents(), opendir(), and all the stat-based functions so that
code like "if (is_readable('./config.inc.php'))" actually works inside of a phar
[DOC]

17 years agoalways mung PATH_INFO and PATH_TRANSLATED, fix segfault if tar-based phar has no...
Greg Beaver [Fri, 11 Jan 2008 02:52:13 +0000 (02:52 +0000)]
always mung PATH_INFO and PATH_TRANSLATED, fix segfault if tar-based phar has no stub

17 years agoMFB: Fixed a bug with PDO::FETCH_COLUMN|PDO::FETCH_GROUP mode when a column
Ilia Alshanetsky [Fri, 11 Jan 2008 01:48:19 +0000 (01:48 +0000)]
MFB: Fixed a bug with PDO::FETCH_COLUMN|PDO::FETCH_GROUP mode when a column
# by which to group by data is specified.

17 years agoChangeLog update
<changelog@php.net> [Fri, 11 Jan 2008 01:31:38 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMAPPHAR_ALLOC_FILE slipped in there somehow
Greg Beaver [Thu, 10 Jan 2008 22:05:30 +0000 (22:05 +0000)]
MAPPHAR_ALLOC_FILE slipped in there somehow

17 years agofix tsrm build, fix various problems with initialization and zlib/bz2-compressed...
Greg Beaver [Thu, 10 Jan 2008 21:21:38 +0000 (21:21 +0000)]
fix tsrm build, fix various problems with initialization and zlib/bz2-compressed phars

17 years ago- fix truncation of large values on 64-bit systems in http_build_query
Brian Shire [Thu, 10 Jan 2008 20:28:08 +0000 (20:28 +0000)]
- fix truncation of large values on 64-bit systems in http_build_query

17 years agoadd errors when missing dependencies (Steph)
Rob Richards [Thu, 10 Jan 2008 18:21:23 +0000 (18:21 +0000)]
add errors when missing dependencies (Steph)

17 years agoadd interception of is_dir(), file_exists() and file_get_contents() - will make these...
Greg Beaver [Thu, 10 Jan 2008 15:13:00 +0000 (15:13 +0000)]
add interception of is_dir(), file_exists() and file_get_contents() - will make these optional shortly

17 years agofix #43750 (stristr() modifies string)
Antony Dovgal [Thu, 10 Jan 2008 14:31:11 +0000 (14:31 +0000)]
fix #43750 (stristr() modifies string)
patch by Felipe Pena

17 years ago- Fix bug in example code found by Surf Chen
Marcus Boerger [Thu, 10 Jan 2008 10:11:21 +0000 (10:11 +0000)]
- Fix bug in example code found by Surf Chen

17 years agoAdded missing warning message
Dmitry Stogov [Thu, 10 Jan 2008 09:38:41 +0000 (09:38 +0000)]
Added missing warning message

17 years agofix test
Antony Dovgal [Thu, 10 Jan 2008 08:45:54 +0000 (08:45 +0000)]
fix test

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

17 years agofix crash when using default algorithm
Rob Richards [Wed, 9 Jan 2008 16:46:52 +0000 (16:46 +0000)]
fix crash when using default algorithm

17 years agoFixed broken soap.wsdl_cache_enabled
Dmitry Stogov [Wed, 9 Jan 2008 16:46:06 +0000 (16:46 +0000)]
Fixed broken soap.wsdl_cache_enabled

17 years agoRemplemented support for SplArray using Traversable interface.
Dmitry Stogov [Wed, 9 Jan 2008 13:50:17 +0000 (13:50 +0000)]
Remplemented support for SplArray using Traversable interface.

17 years agofix win32 compile
Rob Richards [Wed, 9 Jan 2008 11:23:25 +0000 (11:23 +0000)]
fix win32 compile

17 years agoupdate package.xml
Greg Beaver [Wed, 9 Jan 2008 08:49:58 +0000 (08:49 +0000)]
update package.xml

17 years agonew tests for bz2-compressed tar or phar-based phars (wow, worked on first try, how...
Greg Beaver [Wed, 9 Jan 2008 08:48:56 +0000 (08:48 +0000)]
new tests for bz2-compressed tar or phar-based phars (wow, worked on first try, how about that)

17 years agofix gzipped phars in phar file format, add test
Greg Beaver [Wed, 9 Jan 2008 08:45:00 +0000 (08:45 +0000)]
fix gzipped phars in phar file format, add test

17 years agoapply proper fix of bug #43793 to zlib.deflate (window+16 = gzip)
Greg Beaver [Wed, 9 Jan 2008 08:12:15 +0000 (08:12 +0000)]
apply proper fix of bug #43793 to zlib.deflate (window+16 = gzip)