]>
granicus.if.org Git - php/log
Felipe Pena [Sun, 30 Mar 2008 15:31:33 +0000 (15:31 +0000)]
- Fix build
Ilia Alshanetsky [Sun, 30 Mar 2008 15:06:07 +0000 (15:06 +0000)]
MFB: Added a warning message
Felipe Pena [Sun, 30 Mar 2008 12:27:37 +0000 (12:27 +0000)]
MFB: Fixed bug #44564 (escapeshellarg removes UTF-8 multi-byte characters)
<changelog@php.net> [Sun, 30 Mar 2008 01:31:31 +0000 (01:31 +0000)]
ChangeLog update
Felipe Pena [Sat, 29 Mar 2008 22:02:20 +0000 (22:02 +0000)]
- Fixed bug #44533 (floatval() issues E_NOTICE "non well formed numeric value")
(Keep the old behavior, as other related functions)
<changelog@php.net> [Sat, 29 Mar 2008 01:31:45 +0000 (01:31 +0000)]
ChangeLog update
Felipe Pena [Fri, 28 Mar 2008 23:59:37 +0000 (23:59 +0000)]
Merged into 5_3
Greg Beaver [Fri, 28 Mar 2008 21:03:29 +0000 (21:03 +0000)]
correct last commit (comparison of "nu" in wrong order)
Nuno Lopes [Fri, 28 Mar 2008 17:48:59 +0000 (17:48 +0000)]
ignore generated files
Felipe Pena [Fri, 28 Mar 2008 16:45:59 +0000 (16:45 +0000)]
MFB: Fixed bug #44557 (Crash in imap_setacl when supplied integer as username)
<changelog@php.net> [Fri, 28 Mar 2008 01:31:44 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Thu, 27 Mar 2008 21:31:27 +0000 (21:31 +0000)]
fix Bug #13518: comparision of a char* pointer with a string literal
George Wang [Thu, 27 Mar 2008 19:24:14 +0000 (19:24 +0000)]
follow PHP coding standard
Jani Taskinen [Thu, 27 Mar 2008 15:06:16 +0000 (15:06 +0000)]
MFB: fix test
Antony Dovgal [Thu, 27 Mar 2008 13:43:37 +0000 (13:43 +0000)]
don't ignore pre-generated files
Marcus Boerger [Thu, 27 Mar 2008 12:54:23 +0000 (12:54 +0000)]
- Ifdef out code that has if(0) and doesn't compile anyway
Dmitry Stogov [Thu, 27 Mar 2008 10:33:52 +0000 (10:33 +0000)]
Added ability to use stream wrappers in include_path
Antony Dovgal [Thu, 27 Mar 2008 08:32:48 +0000 (08:32 +0000)]
add missing EOL and fix build
Greg Beaver [Thu, 27 Mar 2008 06:38:53 +0000 (06:38 +0000)]
fix build on PHP 5.2, prepare release of 2.0.0a2
<changelog@php.net> [Thu, 27 Mar 2008 01:31:39 +0000 (01:31 +0000)]
ChangeLog update
Felipe Pena [Thu, 27 Mar 2008 00:11:22 +0000 (00:11 +0000)]
This was done in 5.1
Steve Seear [Wed, 26 Mar 2008 18:16:55 +0000 (18:16 +0000)]
Adding tests for gethostbyaddr() and gethostbynamel()
Scott MacVicar [Wed, 26 Mar 2008 15:10:24 +0000 (15:10 +0000)]
- Add files generated by re2c
Jani Taskinen [Wed, 26 Mar 2008 15:05:39 +0000 (15:05 +0000)]
MFB53: genfiles update
Scott MacVicar [Wed, 26 Mar 2008 14:46:17 +0000 (14:46 +0000)]
MFB 5.3: Rest of the changes for re2c merge
Scott MacVicar [Wed, 26 Mar 2008 14:23:02 +0000 (14:23 +0000)]
MFB 5.3: Rewrite scanner to be based on re2c instead of flex
There are still changes in regards to parsing of Unicode encoded scripts to come.
Antony Dovgal [Wed, 26 Mar 2008 09:09:08 +0000 (09:09 +0000)]
allow NULL argument to be passed where binary string expected
Greg Beaver [Wed, 26 Mar 2008 05:20:43 +0000 (05:20 +0000)]
turns out it is now tomorrow, so update package.xml
Greg Beaver [Wed, 26 Mar 2008 03:55:37 +0000 (03:55 +0000)]
prepare release of 2.0.0a1
<changelog@php.net> [Wed, 26 Mar 2008 01:31:44 +0000 (01:31 +0000)]
ChangeLog update
Marcus Boerger [Tue, 25 Mar 2008 22:04:58 +0000 (22:04 +0000)]
- Fix memory leak found by Osman
- Merge strlen to sizof change from CLI
Marcus Boerger [Tue, 25 Mar 2008 21:58:03 +0000 (21:58 +0000)]
- Use sizeof rather than strlen and cleanup
Andrey Hristov [Tue, 25 Mar 2008 18:28:13 +0000 (18:28 +0000)]
MFB : Fix for Bug #43832 mysqi_get_charset() doesn't expose charset comment
Johannes Schlüter [Tue, 25 Mar 2008 17:17:42 +0000 (17:17 +0000)]
- New egg
Dmitry Stogov [Tue, 25 Mar 2008 13:04:22 +0000 (13:04 +0000)]
Optimized detection of "__call" and "__callstatic" methods.
Christopher Jones [Tue, 25 Mar 2008 02:25:03 +0000 (02:25 +0000)]
oci8: Sync with 5.3 - version macro updates and DRCP tweaks
<changelog@php.net> [Tue, 25 Mar 2008 01:32:15 +0000 (01:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 24 Mar 2008 18:34:44 +0000 (18:34 +0000)]
MFB: Fixed test on systems where . and .. order not guaranteed
Antony Dovgal [Mon, 24 Mar 2008 16:28:08 +0000 (16:28 +0000)]
Change streams to not use mmap() when reading files (aka copying to memory).
There are two problems with mmap() in this case:
1) there is no performance gain since we allocate the memory anyways;
2) memcpy() may crash if somebody truncates this file at the same moment
(see http://dev.daylessday.org/diff/mmap.phps for example);
It seems to work fine with fpassthru(), though why it is so should be investigated.
Thanks to Andrey Vasilishin for the report and Anight for pressing this through =)
Derick Rethans [Mon, 24 Mar 2008 13:00:24 +0000 (13:00 +0000)]
- Updated to version 2008.2 (2008b)
Marcus Boerger [Mon, 24 Mar 2008 12:53:28 +0000 (12:53 +0000)]
- Add documentation
Dmitry Stogov [Mon, 24 Mar 2008 09:30:54 +0000 (09:30 +0000)]
Fixed ws and comment
Dmitry Stogov [Mon, 24 Mar 2008 09:00:41 +0000 (09:00 +0000)]
Fixed tests (file order is undefined, so we need to sort() them)
Greg Beaver [Mon, 24 Mar 2008 03:05:24 +0000 (03:05 +0000)]
a subtle plea for help to Marcus...
Greg Beaver [Mon, 24 Mar 2008 03:01:31 +0000 (03:01 +0000)]
fix read/write for PharData object, update tests to current API
Greg Beaver [Mon, 24 Mar 2008 01:33:30 +0000 (01:33 +0000)]
check for invalid aliases, add tests for this and direct setting of stub/alias
<changelog@php.net> [Mon, 24 Mar 2008 01:31:45 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Mon, 24 Mar 2008 01:18:50 +0000 (01:18 +0000)]
prevent direct setting of stub or alias in tar/zip
Greg Beaver [Sun, 23 Mar 2008 22:51:00 +0000 (22:51 +0000)]
update TODO
Greg Beaver [Sun, 23 Mar 2008 22:42:45 +0000 (22:42 +0000)]
not all tests have been converted over to the new API, but it works
conversion is now split into 3 separate methods
1\) convertToZip\(\) convertToTar\(\) and convertToPhar\(\) exclusively change file format
2\) compress\(\) sets compression, accepting Phar::GZ, Phar::BZ2, or Phar::NONE
3\) convertToExecutable\(\) allows stub creation in tar/zip, convertToData\(\) prevents it
all methods return either Phar or PharData objects, allowing fluent interface.
only 1 test has been converted to the new format, but the API works
Greg Beaver [Sun, 23 Mar 2008 19:03:15 +0000 (19:03 +0000)]
add Phar->getPath() for retrieving the full path to the phar archive.
this is useful for renaming and also always returns the realpath()
Greg Beaver [Sun, 23 Mar 2008 17:36:57 +0000 (17:36 +0000)]
fix param parsing for Phar::running() to be optional
# this is the last bug for ZF app - it now works!
Marcus Boerger [Sun, 23 Mar 2008 16:51:52 +0000 (16:51 +0000)]
- Add .cvsignore
Ilia Alshanetsky [Sun, 23 Mar 2008 15:49:51 +0000 (15:49 +0000)]
MFB: removed unused var
Marcus Boerger [Sun, 23 Mar 2008 13:38:20 +0000 (13:38 +0000)]
- MFH Add tests
Greg Beaver [Sun, 23 Mar 2008 06:59:59 +0000 (06:59 +0000)]
don't disallow opening .tar/.zip files as Phar object if readonly is disabled, the whole idea is to be able to
add crap including an automatic stub or explicit stub
Greg Beaver [Sun, 23 Mar 2008 06:00:31 +0000 (06:00 +0000)]
rename Phar::getRunningPhar\(\) to Phar::running\(\) and by default return the full
phar url, if optional parameter is false, return the path to the phar on disk. Fix a double free on failed mount
Greg Beaver [Sun, 23 Mar 2008 05:39:58 +0000 (05:39 +0000)]
fix potential segfault by misuse of phar_find_in_include_path
<changelog@php.net> [Sun, 23 Mar 2008 01:31:36 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Sun, 23 Mar 2008 00:05:53 +0000 (00:05 +0000)]
fix memleak found by valgrind
Greg Beaver [Sat, 22 Mar 2008 22:56:04 +0000 (22:56 +0000)]
fix Bug #13110: using rewrite parameter to webPhar causes memory error
Greg Beaver [Sat, 22 Mar 2008 22:44:21 +0000 (22:44 +0000)]
add failing test for bug #13110
Greg Beaver [Sat, 22 Mar 2008 22:11:49 +0000 (22:11 +0000)]
move all blah++ to ++blah where possible for those with crapass compilers
Greg Beaver [Sat, 22 Mar 2008 22:04:21 +0000 (22:04 +0000)]
fix all frontcontroller tests - cgi sapi was not being detected, only fastcgi
Greg Beaver [Sat, 22 Mar 2008 21:54:55 +0000 (21:54 +0000)]
fix memleak in php 5.2, simplify code slightly
Steph Fox [Sat, 22 Mar 2008 21:54:15 +0000 (21:54 +0000)]
Satisfy Greg's inertia
Greg Beaver [Sat, 22 Mar 2008 21:53:11 +0000 (21:53 +0000)]
fix test
Felipe Pena [Sat, 22 Mar 2008 20:37:08 +0000 (20:37 +0000)]
- Fixed compilation warnings
Felipe Pena [Sat, 22 Mar 2008 19:29:43 +0000 (19:29 +0000)]
Fixed compilation warnings
Felipe Pena [Sat, 22 Mar 2008 19:10:20 +0000 (19:10 +0000)]
- Renamed zend_do_fetch_class_name() to zend_do_build_full_name() (It is not used only for classes)
- Moved zend_resolve_class_name prototype to zend_compile.h
Steph Fox [Sat, 22 Mar 2008 17:09:24 +0000 (17:09 +0000)]
Make versioning more standard
Marcus Boerger [Sat, 22 Mar 2008 16:33:33 +0000 (16:33 +0000)]
- Fix build for PHP < 5.3
Felipe Pena [Sat, 22 Mar 2008 14:58:29 +0000 (14:58 +0000)]
- Added some UEXPECTs
- Fixed some tests
Antony Dovgal [Sat, 22 Mar 2008 12:56:07 +0000 (12:56 +0000)]
use correct flags
Marcus Boerger [Sat, 22 Mar 2008 01:52:12 +0000 (01:52 +0000)]
- Update and include 'channel://pear.php.net/PHP_Archive-0.11.3'
Marcus Boerger [Sat, 22 Mar 2008 01:48:45 +0000 (01:48 +0000)]
- Still missed one debug output
<changelog@php.net> [Sat, 22 Mar 2008 01:31:41 +0000 (01:31 +0000)]
ChangeLog update
Marcus Boerger [Sat, 22 Mar 2008 00:15:45 +0000 (00:15 +0000)]
- If multiple possible exts are found use the first one.
This fixes an issue with: phar.phar info -f install-pear-nozlib.phar
because that archive contains a .tar file
Marcus Boerger [Sat, 22 Mar 2008 00:11:43 +0000 (00:11 +0000)]
- Constify
Marcus Boerger [Fri, 21 Mar 2008 23:56:52 +0000 (23:56 +0000)]
- Don't throw exception for uninitialized instance
Marcus Boerger [Fri, 21 Mar 2008 23:31:31 +0000 (23:31 +0000)]
- Damn forgot to remove the debug code
Marcus Boerger [Fri, 21 Mar 2008 23:22:18 +0000 (23:22 +0000)]
- Fix stub/hashbang generation
Marcus Boerger [Fri, 21 Mar 2008 23:07:44 +0000 (23:07 +0000)]
- Fix error message
Felipe Pena [Fri, 21 Mar 2008 20:41:22 +0000 (20:41 +0000)]
- Simplify zend_do_build_namespace_name()
- Fix macro (Z_USTRLEN/Z_STRLEN -> Z_UNILEN) in zend_do_fetch_class_name()
Greg Beaver [Fri, 21 Mar 2008 19:54:07 +0000 (19:54 +0000)]
fix the memleak - but this breaks the \*compressAllFiles\*() methods because of fatal flaw
in renaming implementation - see pecl-dev email for details
Marcus Boerger [Fri, 21 Mar 2008 19:37:32 +0000 (19:37 +0000)]
- Settle to 4 MB, see internals@ archives
Greg Beaver [Fri, 21 Mar 2008 18:50:22 +0000 (18:50 +0000)]
with stream wrappers in include_path, and after marcus's last fix, only 1 failing test (tar/tar_makegz.phpt)
add mounted file/dir to url stat
Marcus Boerger [Fri, 21 Mar 2008 18:20:51 +0000 (18:20 +0000)]
- Fix comment
Marcus Boerger [Fri, 21 Mar 2008 17:12:38 +0000 (17:12 +0000)]
- Increase max mmap size to 8 MB
Antony Dovgal [Fri, 21 Mar 2008 16:38:50 +0000 (16:38 +0000)]
[DOC] revert short tags to their previous state
Marcus Boerger [Fri, 21 Mar 2008 15:18:18 +0000 (15:18 +0000)]
- Add new test
Antony Dovgal [Fri, 21 Mar 2008 12:09:28 +0000 (12:09 +0000)]
fix #43477 (Error mode ignored in unicode_decode())
patch by Stephen Bach
Antony Dovgal [Fri, 21 Mar 2008 12:07:14 +0000 (12:07 +0000)]
sync with 5_3
Antony Dovgal [Fri, 21 Mar 2008 08:28:09 +0000 (08:28 +0000)]
fix ZTS build
Steph Fox [Fri, 21 Mar 2008 05:22:10 +0000 (05:22 +0000)]
Deliberate test breakage (no idea how many) in an attempt to see where the valgrind 'bad news' is coming from on gcov.php.net.
Steph Fox [Fri, 21 Mar 2008 05:05:23 +0000 (05:05 +0000)]
Cosmetics (RC data)
<changelog@php.net> [Fri, 21 Mar 2008 01:31:42 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Thu, 20 Mar 2008 23:59:07 +0000 (23:59 +0000)]
save work - sandbox is completely f**ed up, have to rm -rf and start again
This *SHOULD* fix issues, but I can't get run-tests to work reliably to be absolutely sure
Ilia Alshanetsky [Thu, 20 Mar 2008 23:26:01 +0000 (23:26 +0000)]
MFB: Refine fix for multibyte char hanling inside command names and args
Derick Rethans [Thu, 20 Mar 2008 19:43:02 +0000 (19:43 +0000)]
- Fix the DateTimeZone::getTransitions() algorithm.