]> granicus.if.org Git - php/log
php
16 years ago- Fixed bug #44667 (proc_open does not handle pipes with the mode "wb" correctly)
Jani Taskinen [Tue, 8 Apr 2008 08:42:05 +0000 (08:42 +0000)]
- Fixed bug #44667 (proc_open does not handle pipes with the mode "wb" correctly)

16 years agoFix snapshot build
Andrey Hristov [Tue, 8 Apr 2008 07:46:05 +0000 (07:46 +0000)]
Fix snapshot build

16 years agoChangeLog update
<changelog@php.net> [Tue, 8 Apr 2008 01:31:43 +0000 (01:31 +0000)]
ChangeLog update

16 years agoMFB: Fixed bug #44663 (Crash in imap_mail_compose if "body" parameter
Ilia Alshanetsky [Tue, 8 Apr 2008 00:02:01 +0000 (00:02 +0000)]
MFB: Fixed bug #44663 (Crash in imap_mail_compose if "body" parameter
invalid)

16 years agoMFB: PECL #13523 (x86_64 build) and versioning sync
Christopher Jones [Mon, 7 Apr 2008 22:34:03 +0000 (22:34 +0000)]
MFB: PECL #13523 (x86_64 build) and versioning sync

16 years agoMFB: Fix OCIPing 10.2 macro
Christopher Jones [Mon, 7 Apr 2008 22:33:31 +0000 (22:33 +0000)]
MFB: Fix OCIPing 10.2 macro

16 years agoMFB: Test updates
Christopher Jones [Mon, 7 Apr 2008 22:33:08 +0000 (22:33 +0000)]
MFB: Test updates

16 years ago- #13181, fix resource destruction during context change
Pierre Joye [Mon, 7 Apr 2008 21:45:17 +0000 (21:45 +0000)]
- #13181, fix resource destruction during context change

16 years agoAdd E_DEPRECATED comment
Christopher Jones [Mon, 7 Apr 2008 21:23:28 +0000 (21:23 +0000)]
Add E_DEPRECATED comment

16 years ago- Fixing returned offset.
Derick Rethans [Mon, 7 Apr 2008 17:43:49 +0000 (17:43 +0000)]
- Fixing returned offset.
- Algorithm optimization.

16 years ago- Fixed testcases.
Derick Rethans [Mon, 7 Apr 2008 17:41:48 +0000 (17:41 +0000)]
- Fixed testcases.

16 years agofix test
Antony Dovgal [Mon, 7 Apr 2008 12:13:36 +0000 (12:13 +0000)]
fix test

16 years agoMFB: Fixed bug #44609 (Dollar in ini variables are not parsed correctly)
Scott MacVicar [Mon, 7 Apr 2008 11:50:00 +0000 (11:50 +0000)]
MFB: Fixed bug #44609 (Dollar in ini variables are not parsed correctly)

16 years agoImplement forward_static_call(_array) to complete LSB. Patch by Mike Lively
Etienne Kneuss [Mon, 7 Apr 2008 10:39:43 +0000 (10:39 +0000)]
Implement forward_static_call(_array) to complete LSB. Patch by Mike Lively

16 years agoChangeLog update
<changelog@php.net> [Mon, 7 Apr 2008 01:31:44 +0000 (01:31 +0000)]
ChangeLog update

16 years ago- add new tests
Marcus Boerger [Sun, 6 Apr 2008 17:52:40 +0000 (17:52 +0000)]
- add new tests

16 years agoMFB: Fixed bug #44603 (Order issues with Content-Type/Length headers on
Ilia Alshanetsky [Sun, 6 Apr 2008 15:21:45 +0000 (15:21 +0000)]
MFB: Fixed bug #44603 (Order issues with Content-Type/Length headers on
POST)

16 years agoChangeLog update
<changelog@php.net> [Sun, 6 Apr 2008 01:31:41 +0000 (01:31 +0000)]
ChangeLog update

16 years agoMFB:
Felipe Pena [Sat, 5 Apr 2008 23:13:21 +0000 (23:13 +0000)]
MFB:
- Allow HEREDOC syntax with double quotes [DOC]
(http://wiki.php.net/rfc/heredoc-with-double-quotes)

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

16 years agoMFB: remove redundant test
Nuno Lopes [Fri, 4 Apr 2008 15:35:37 +0000 (15:35 +0000)]
MFB: remove redundant test

16 years agoMFB: add sanity check for ZEND_MMAP_AHEAD
Nuno Lopes [Fri, 4 Apr 2008 15:13:32 +0000 (15:13 +0000)]
MFB: add sanity check for ZEND_MMAP_AHEAD

16 years agoFix another case of a broken stream->fd cast in 64-bit builds.
Joe Orton [Fri, 4 Apr 2008 12:58:32 +0000 (12:58 +0000)]
Fix another case of a broken stream->fd cast in 64-bit builds.

16 years agoFixed bug #32979 (OpenSSL stream->fd casts broken in 64-bit build)
Joe Orton [Fri, 4 Apr 2008 12:49:57 +0000 (12:49 +0000)]
Fixed bug #32979 (OpenSSL stream->fd casts broken in 64-bit build)
 (stotty at tvnet dot hu)

16 years agofix folding
Antony Dovgal [Fri, 4 Apr 2008 07:47:18 +0000 (07:47 +0000)]
fix folding

16 years agoChangeLog update
<changelog@php.net> [Fri, 4 Apr 2008 01:31:34 +0000 (01:31 +0000)]
ChangeLog update

16 years agodual-license LSAPI lib, code style updates
George Wang [Thu, 3 Apr 2008 16:44:44 +0000 (16:44 +0000)]
dual-license LSAPI lib, code style updates

16 years ago- Fixed possible stack buffer overflow in FastCGI SAPI. (Andrey Nigmatulin)
Dmitry Stogov [Thu, 3 Apr 2008 10:25:08 +0000 (10:25 +0000)]
- Fixed possible stack buffer overflow in FastCGI SAPI. (Andrey Nigmatulin)
- Fixed sending of uninitialized paddings which may contain some information.
  (Andrey Nigmatulin)

16 years agoChangeLog update
<changelog@php.net> [Thu, 3 Apr 2008 01:31:32 +0000 (01:31 +0000)]
ChangeLog update

16 years agoMFB: Fixed bug #44613 (Crash inside imap_headerinfo())
Ilia Alshanetsky [Wed, 2 Apr 2008 16:29:08 +0000 (16:29 +0000)]
MFB: Fixed bug #44613 (Crash inside imap_headerinfo())

16 years agodecrement parent's refcount only when destroying the child, not when decrementing...
Antony Dovgal [Wed, 2 Apr 2008 14:56:03 +0000 (14:56 +0000)]
decrement parent's refcount only when destroying the child, not when decrementing child's refcount

16 years agoinitialize variable
Antony Dovgal [Wed, 2 Apr 2008 14:35:16 +0000 (14:35 +0000)]
initialize variable

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

16 years agoTypo
Felipe Pena [Tue, 1 Apr 2008 18:48:41 +0000 (18:48 +0000)]
Typo

16 years agoUse new version macro
Christopher Jones [Tue, 1 Apr 2008 18:38:17 +0000 (18:38 +0000)]
Use new version macro

16 years agoMFB: Fixed bug #44594 (imap_open() does not validate # of retries parameter)
Ilia Alshanetsky [Tue, 1 Apr 2008 18:29:09 +0000 (18:29 +0000)]
MFB: Fixed bug #44594 (imap_open() does not validate # of retries parameter)

16 years agoBump dev version ready for any new changes
Steph Fox [Tue, 1 Apr 2008 17:59:00 +0000 (17:59 +0000)]
Bump dev version ready for any new changes

16 years agocode style changes: using TAB for indenting, moving opening { to the end of previous...
George Wang [Tue, 1 Apr 2008 05:01:14 +0000 (05:01 +0000)]
code style changes: using TAB for indenting, moving opening { to the end of previous line

16 years agoFix the fix. Sorry for the commit noise.
Gwynne Raskind [Tue, 1 Apr 2008 02:41:16 +0000 (02:41 +0000)]
Fix the fix. Sorry for the commit noise.

16 years agoMFB: fix the darwin 9 hack again; add the -O2 back in to avoid performance loss when...
Gwynne Raskind [Tue, 1 Apr 2008 02:39:17 +0000 (02:39 +0000)]
MFB: fix the darwin 9 hack again; add the -O2 back in to avoid performance loss when not compiling for debug

16 years agoChangeLog update
<changelog@php.net> [Tue, 1 Apr 2008 01:31:33 +0000 (01:31 +0000)]
ChangeLog update

16 years agoRevert unintended bits from "Added a warning message" commit
Ilia Alshanetsky [Mon, 31 Mar 2008 22:44:38 +0000 (22:44 +0000)]
Revert unintended bits from "Added a warning message" commit

16 years ago- Bring the majority of PECL extensions into line with macro/x.x.x versioning.
Steph Fox [Mon, 31 Mar 2008 09:37:51 +0000 (09:37 +0000)]
- Bring the majority of PECL extensions into line with macro/x.x.x versioning.
- Please use the -dev tag during the development cycle so that snapshots can easily be distinguished from releases.

16 years ago- Fixed a bug in formatting timestamps when DST is active in the default
Derick Rethans [Mon, 31 Mar 2008 09:10:54 +0000 (09:10 +0000)]
- Fixed a bug in formatting timestamps when DST is active in the default
  timezone.

16 years agoChangeLog update
<changelog@php.net> [Mon, 31 Mar 2008 01:31:34 +0000 (01:31 +0000)]
ChangeLog update

16 years ago- Fix build
Felipe Pena [Sun, 30 Mar 2008 15:31:33 +0000 (15:31 +0000)]
- Fix build

16 years agoMFB: Added a warning message
Ilia Alshanetsky [Sun, 30 Mar 2008 15:06:07 +0000 (15:06 +0000)]
MFB:  Added a warning message

16 years agoMFB: Fixed bug #44564 (escapeshellarg removes UTF-8 multi-byte characters)
Felipe Pena [Sun, 30 Mar 2008 12:27:37 +0000 (12:27 +0000)]
MFB: Fixed bug #44564 (escapeshellarg removes UTF-8 multi-byte characters)

16 years agoChangeLog update
<changelog@php.net> [Sun, 30 Mar 2008 01:31:31 +0000 (01:31 +0000)]
ChangeLog update

16 years ago- Fixed bug #44533 (floatval() issues E_NOTICE "non well formed numeric value")
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)

16 years agoChangeLog update
<changelog@php.net> [Sat, 29 Mar 2008 01:31:45 +0000 (01:31 +0000)]
ChangeLog update

16 years agoMerged into 5_3
Felipe Pena [Fri, 28 Mar 2008 23:59:37 +0000 (23:59 +0000)]
Merged into 5_3

16 years agocorrect last commit (comparison of "nu" in wrong order)
Greg Beaver [Fri, 28 Mar 2008 21:03:29 +0000 (21:03 +0000)]
correct last commit (comparison of "nu" in wrong order)

16 years agoignore generated files
Nuno Lopes [Fri, 28 Mar 2008 17:48:59 +0000 (17:48 +0000)]
ignore generated files

16 years agoMFB: Fixed bug #44557 (Crash in imap_setacl when supplied integer as username)
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)

16 years agoChangeLog update
<changelog@php.net> [Fri, 28 Mar 2008 01:31:44 +0000 (01:31 +0000)]
ChangeLog update

16 years agofix Bug #13518: comparision of a char* pointer with a string literal
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

16 years agofollow PHP coding standard
George Wang [Thu, 27 Mar 2008 19:24:14 +0000 (19:24 +0000)]
follow PHP coding standard

16 years agoMFB: fix test
Jani Taskinen [Thu, 27 Mar 2008 15:06:16 +0000 (15:06 +0000)]
MFB: fix test

16 years agodon't ignore pre-generated files
Antony Dovgal [Thu, 27 Mar 2008 13:43:37 +0000 (13:43 +0000)]
don't ignore pre-generated files

16 years ago- Ifdef out code that has if(0) and doesn't compile anyway
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

16 years agoAdded ability to use stream wrappers in include_path
Dmitry Stogov [Thu, 27 Mar 2008 10:33:52 +0000 (10:33 +0000)]
Added ability to use stream wrappers in include_path

16 years agoadd missing EOL and fix build
Antony Dovgal [Thu, 27 Mar 2008 08:32:48 +0000 (08:32 +0000)]
add missing EOL and fix build

16 years agofix build on PHP 5.2, prepare release of 2.0.0a2
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

16 years agoChangeLog update
<changelog@php.net> [Thu, 27 Mar 2008 01:31:39 +0000 (01:31 +0000)]
ChangeLog update

16 years agoThis was done in 5.1
Felipe Pena [Thu, 27 Mar 2008 00:11:22 +0000 (00:11 +0000)]
This was done in 5.1

16 years agoAdding tests for gethostbyaddr() and gethostbynamel()
Steve Seear [Wed, 26 Mar 2008 18:16:55 +0000 (18:16 +0000)]
Adding tests for gethostbyaddr() and gethostbynamel()

16 years ago- Add files generated by re2c
Scott MacVicar [Wed, 26 Mar 2008 15:10:24 +0000 (15:10 +0000)]
- Add files generated by re2c

16 years agoMFB53: genfiles update
Jani Taskinen [Wed, 26 Mar 2008 15:05:39 +0000 (15:05 +0000)]
MFB53: genfiles update

16 years agoMFB 5.3: Rest of the changes for re2c merge
Scott MacVicar [Wed, 26 Mar 2008 14:46:17 +0000 (14:46 +0000)]
MFB 5.3: Rest of the changes for re2c merge

16 years agoMFB 5.3: Rewrite scanner to be based on re2c instead of flex
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.

16 years agoallow NULL argument to be passed where binary string expected
Antony Dovgal [Wed, 26 Mar 2008 09:09:08 +0000 (09:09 +0000)]
allow NULL argument to be passed where binary string expected

16 years agoturns out it is now tomorrow, so update package.xml
Greg Beaver [Wed, 26 Mar 2008 05:20:43 +0000 (05:20 +0000)]
turns out it is now tomorrow, so update package.xml

16 years agoprepare release of 2.0.0a1
Greg Beaver [Wed, 26 Mar 2008 03:55:37 +0000 (03:55 +0000)]
prepare release of 2.0.0a1

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

16 years ago- Fix memory leak found by Osman
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

16 years ago- Use sizeof rather than strlen and cleanup
Marcus Boerger [Tue, 25 Mar 2008 21:58:03 +0000 (21:58 +0000)]
- Use sizeof rather than strlen and cleanup

16 years agoMFB : Fix for Bug #43832 mysqi_get_charset() doesn't expose charset comment
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

16 years ago- New egg
Johannes Schlüter [Tue, 25 Mar 2008 17:17:42 +0000 (17:17 +0000)]
- New egg

16 years agoOptimized detection of "__call" and "__callstatic" methods.
Dmitry Stogov [Tue, 25 Mar 2008 13:04:22 +0000 (13:04 +0000)]
Optimized detection of "__call" and "__callstatic" methods.

16 years agooci8: Sync with 5.3 - version macro updates and DRCP tweaks
Christopher Jones [Tue, 25 Mar 2008 02:25:03 +0000 (02:25 +0000)]
oci8: Sync with 5.3 - version macro updates and DRCP tweaks

16 years agoChangeLog update
<changelog@php.net> [Tue, 25 Mar 2008 01:32:15 +0000 (01:32 +0000)]
ChangeLog update

16 years agoMFB: Fixed test on systems where . and .. order not guaranteed
Ilia Alshanetsky [Mon, 24 Mar 2008 18:34:44 +0000 (18:34 +0000)]
MFB: Fixed test on systems where . and .. order not guaranteed

16 years agoChange streams to not use mmap() when reading files (aka copying to memory).
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 =)

16 years ago- Updated to version 2008.2 (2008b)
Derick Rethans [Mon, 24 Mar 2008 13:00:24 +0000 (13:00 +0000)]
- Updated to version 2008.2 (2008b)

16 years ago- Add documentation
Marcus Boerger [Mon, 24 Mar 2008 12:53:28 +0000 (12:53 +0000)]
- Add documentation

16 years agoFixed ws and comment
Dmitry Stogov [Mon, 24 Mar 2008 09:30:54 +0000 (09:30 +0000)]
Fixed ws and comment

16 years agoFixed tests (file order is undefined, so we need to sort() them)
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)

16 years agoa subtle plea for help to Marcus...
Greg Beaver [Mon, 24 Mar 2008 03:05:24 +0000 (03:05 +0000)]
a subtle plea for help to Marcus...

16 years agofix read/write for PharData object, update tests to current API
Greg Beaver [Mon, 24 Mar 2008 03:01:31 +0000 (03:01 +0000)]
fix read/write for PharData object, update tests to current API

16 years agocheck for invalid aliases, add tests for this and direct setting of stub/alias
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

16 years agoChangeLog update
<changelog@php.net> [Mon, 24 Mar 2008 01:31:45 +0000 (01:31 +0000)]
ChangeLog update

16 years agoprevent direct setting of stub or alias in tar/zip
Greg Beaver [Mon, 24 Mar 2008 01:18:50 +0000 (01:18 +0000)]
prevent direct setting of stub or alias in tar/zip

16 years agoupdate TODO
Greg Beaver [Sun, 23 Mar 2008 22:51:00 +0000 (22:51 +0000)]
update TODO

16 years agonot all tests have been converted over to the new API, but it works
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

16 years agoadd Phar->getPath() for retrieving the full path to the phar archive.
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()

16 years agofix param parsing for Phar::running() to be optional
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!

16 years ago- Add .cvsignore
Marcus Boerger [Sun, 23 Mar 2008 16:51:52 +0000 (16:51 +0000)]
- Add .cvsignore

16 years agoMFB: removed unused var
Ilia Alshanetsky [Sun, 23 Mar 2008 15:49:51 +0000 (15:49 +0000)]
MFB: removed unused var

16 years ago- MFH Add tests
Marcus Boerger [Sun, 23 Mar 2008 13:38:20 +0000 (13:38 +0000)]
- MFH Add tests