]>
granicus.if.org Git - php/log
<changelog@php.net> [Fri, 8 Apr 2005 00:37:35 +0000 (00:37 +0000)]
ChangeLog update
Jon Parise [Thu, 7 Apr 2005 23:33:03 +0000 (23:33 +0000)]
Spell "overridden" correctly.
Ilia Alshanetsky [Thu, 7 Apr 2005 23:07:45 +0000 (23:07 +0000)]
Fixed bug #32533 (proc_get_status() returns the incorrect process status).
foobar [Thu, 7 Apr 2005 22:23:15 +0000 (22:23 +0000)]
- Fixed bug #32591 (ext/mysql: Unsatisfied symbol: ntohs with HP-UX)
foobar [Thu, 7 Apr 2005 22:03:02 +0000 (22:03 +0000)]
Fix the echo/backquote issues + aclocal
foobar [Thu, 7 Apr 2005 20:39:02 +0000 (20:39 +0000)]
- Cleanup a bit. And make use of shtool mkdir
foobar [Thu, 7 Apr 2005 20:22:55 +0000 (20:22 +0000)]
- Reword the send-report-part a bit. (bug #32624)
foobar [Thu, 7 Apr 2005 20:15:21 +0000 (20:15 +0000)]
- Nuke the code duplication
foobar [Thu, 7 Apr 2005 16:22:15 +0000 (16:22 +0000)]
Fix build when USE_ZEND_ALLOC is 0
Dmitry Stogov [Thu, 7 Apr 2005 16:17:08 +0000 (16:17 +0000)]
Fixed indentation
Dmitry Stogov [Thu, 7 Apr 2005 16:12:27 +0000 (16:12 +0000)]
Fixed wrong result of cal_days_in_month() with bad dates
Zeev Suraski [Thu, 7 Apr 2005 13:59:45 +0000 (13:59 +0000)]
Fix strdup() bug when USE_ZEND_ALLOC is disabled
Uwe Schindler [Thu, 7 Apr 2005 07:29:14 +0000 (07:29 +0000)]
Bug #32614 - prevent from crahsing with segfault on solaris if fdopen() fails - this fixes NOT the stdio-problem on solaris!
foobar [Thu, 7 Apr 2005 06:25:28 +0000 (06:25 +0000)]
- Added the $PHP_AUTOCONF/$PHP_AUTOHEADER usage to phpize
<changelog@php.net> [Thu, 7 Apr 2005 00:34:35 +0000 (00:34 +0000)]
ChangeLog update
foobar [Wed, 6 Apr 2005 22:14:27 +0000 (22:14 +0000)]
- Not every OS has ldd..
foobar [Wed, 6 Apr 2005 19:42:36 +0000 (19:42 +0000)]
Regenerated with re2c 0.9.4
foobar [Wed, 6 Apr 2005 16:07:24 +0000 (16:07 +0000)]
Keep removed stuff in top..
Marcus Boerger [Wed, 6 Apr 2005 15:16:45 +0000 (15:16 +0000)]
- Make class_parentS() and class_implements() accepts class names as well
Ilia Alshanetsky [Wed, 6 Apr 2005 14:19:14 +0000 (14:19 +0000)]
Removed php_check_syntax() function, it never worked properly. For now
use shell_exec("php -l script_name") or similar.
Ilia Alshanetsky [Wed, 6 Apr 2005 13:57:30 +0000 (13:57 +0000)]
Fixed bug #31363 (broken non-blocking flock()).
# Patch by ian at snork dot net
Christian Stocker [Wed, 6 Apr 2005 12:26:29 +0000 (12:26 +0000)]
- Added optional first parameter to XsltProcessor::registerPHPFunctions to only
allow certain functions to be called from XSLT.
Antony Dovgal [Wed, 6 Apr 2005 08:26:06 +0000 (08:26 +0000)]
do not try to read after EOF
Georg Richter [Wed, 6 Apr 2005 06:47:12 +0000 (06:47 +0000)]
fix for bug #32282 (segfault in mysqli_fetch_array on 64-bit)
<changelog@php.net> [Wed, 6 Apr 2005 00:36:12 +0000 (00:36 +0000)]
ChangeLog update
Antony Dovgal [Tue, 5 Apr 2005 20:31:10 +0000 (20:31 +0000)]
remove proto, it's internal func
Ilia Alshanetsky [Tue, 5 Apr 2005 15:12:52 +0000 (15:12 +0000)]
Added another search patch for magic file (fixes bug #3232).
Ilia Alshanetsky [Tue, 5 Apr 2005 14:47:47 +0000 (14:47 +0000)]
Fixed bug #32589 (Possible crash inside imap_mail_compose, with charsets).
Marcus Boerger [Tue, 5 Apr 2005 09:24:53 +0000 (09:24 +0000)]
- Register class File
- Remove superflous ;
- Stop spl_autoloading on pending exception
Marcus Boerger [Tue, 5 Apr 2005 09:23:50 +0000 (09:23 +0000)]
- Use correct var name
Marcus Boerger [Tue, 5 Apr 2005 09:23:14 +0000 (09:23 +0000)]
- Add new test
Marcus Boerger [Tue, 5 Apr 2005 09:16:27 +0000 (09:16 +0000)]
- Just return FAILURE & allow NULL without emmidiate error
Ilia Alshanetsky [Tue, 5 Apr 2005 03:00:04 +0000 (03:00 +0000)]
Fixed bug #30362 (stream_get_line() not reading data correctly).
<changelog@php.net> [Tue, 5 Apr 2005 00:35:37 +0000 (00:35 +0000)]
ChangeLog update
Sara Golemon [Mon, 4 Apr 2005 19:34:32 +0000 (19:34 +0000)]
BugFix #32563
This could have been done in stream_wrapper_register()
without introducing the slight performance hit on
wrapper registration since anyone registering a wrapper
in an extension should know better.
The important thing is that since locate_wrapper makes
the assumption that all schemes will be /^[a-z0-9+.-]+$/i
Anything which registers them should make the same assumption as well.
foobar [Mon, 4 Apr 2005 18:50:54 +0000 (18:50 +0000)]
Update credits
foobar [Mon, 4 Apr 2005 18:14:27 +0000 (18:14 +0000)]
remove empty lines
foobar [Mon, 4 Apr 2005 18:06:16 +0000 (18:06 +0000)]
Added testcase for bug #30362
Stanislav Malyshev [Mon, 4 Apr 2005 17:23:38 +0000 (17:23 +0000)]
MF50: fix backtraces - non-Zend classes have names too
Rui Hirokawa [Mon, 4 Apr 2005 15:06:36 +0000 (15:06 +0000)]
added a server variable PHP_AUTH_DIGEST to support HTTP Digest Authentication.
Uwe Schindler [Mon, 4 Apr 2005 14:59:40 +0000 (14:59 +0000)]
Bug #32491 (File upload error - unable to create a temporary file) - Changing file upload from stdio to posix
Antony Dovgal [Mon, 4 Apr 2005 10:50:32 +0000 (10:50 +0000)]
fix #32560 (configure looks for incorrect library - libdb2.so instead of libdb2.a,
which is used actually)
foobar [Mon, 4 Apr 2005 07:55:13 +0000 (07:55 +0000)]
- If this is supposed to be the configuration we recommend,
we've been recommending to not use short-open-tag for a long time.
E_STRICT too for 5.1 since it promotes the right ways (tm) to do things.
#
# This is for 5.1, 5.1, 5.1, 5.1...
#
Jon Parise [Mon, 4 Apr 2005 07:16:01 +0000 (07:16 +0000)]
Adding the ability to override the autotools executables used by the
buildconf script via the PHP_AUTOCONF and PHP_AUTOHEADER environmental
variables.
<changelog@php.net> [Mon, 4 Apr 2005 00:35:42 +0000 (00:35 +0000)]
ChangeLog update
foobar [Sun, 3 Apr 2005 21:57:34 +0000 (21:57 +0000)]
MBFN2B
Uwe Schindler [Sun, 3 Apr 2005 19:16:23 +0000 (19:16 +0000)]
Add sapi.get_request_time() to NSAPI
Ilia Alshanetsky [Sun, 3 Apr 2005 18:08:40 +0000 (18:08 +0000)]
Fixed bug #32530 (chunk_split() does not append endstr if chunklen is
longer then the original string).
George Schlossnagle [Sun, 3 Apr 2005 15:51:22 +0000 (15:51 +0000)]
actually commit the SOAP interop tests this time.
George Schlossnagle [Sun, 3 Apr 2005 15:39:56 +0000 (15:39 +0000)]
Fix qualified names for attributes according to attributeFormDefault.
Add SOAP Interop tests from Dmitry.
Antony Dovgal [Sun, 3 Apr 2005 13:06:08 +0000 (13:06 +0000)]
fix typo
Antony Dovgal [Sun, 3 Apr 2005 12:19:23 +0000 (12:19 +0000)]
fix output_reset_rewrite_vars() returning false everytime
foobar [Sun, 3 Apr 2005 11:17:54 +0000 (11:17 +0000)]
Fix another title
foobar [Sun, 3 Apr 2005 11:15:39 +0000 (11:15 +0000)]
fix description
<changelog@php.net> [Sun, 3 Apr 2005 01:39:51 +0000 (01:39 +0000)]
ChangeLog update
foobar [Sun, 3 Apr 2005 00:12:26 +0000 (00:12 +0000)]
Partial fix test: It is still possible to use expat libs with ext/xml..
Greg Beaver [Sat, 2 Apr 2005 23:50:53 +0000 (23:50 +0000)]
update to support local install, remove -n switch
foobar [Sat, 2 Apr 2005 23:47:54 +0000 (23:47 +0000)]
Fix the name (and thus make sure PEAR will not install atm)
foobar [Sat, 2 Apr 2005 23:16:46 +0000 (23:16 +0000)]
Fixed: [PEAR] Archive_Tar: XML error: not well-formed (invalid token) at line 22
foobar [Sat, 2 Apr 2005 23:04:02 +0000 (23:04 +0000)]
Make sure php_mbstring.dll is first to getting loaded..(bug #32552)
foobar [Sat, 2 Apr 2005 22:57:42 +0000 (22:57 +0000)]
fix tests
<changelog@php.net> [Sat, 2 Apr 2005 01:33:42 +0000 (01:33 +0000)]
ChangeLog update
Greg Beaver [Fri, 1 Apr 2005 22:03:59 +0000 (22:03 +0000)]
add missing file
foobar [Fri, 1 Apr 2005 13:40:46 +0000 (13:40 +0000)]
- Fixed bug #32504 (shtool problem on make test)
Joe Orton [Fri, 1 Apr 2005 11:12:45 +0000 (11:12 +0000)]
Use PHP_LIBDIR.
<changelog@php.net> [Fri, 1 Apr 2005 01:39:40 +0000 (01:39 +0000)]
ChangeLog update
Marcus Boerger [Thu, 31 Mar 2005 23:02:20 +0000 (23:02 +0000)]
- Add RecursiveDirectoryIterator::getSubPathname()
Marcus Boerger [Thu, 31 Mar 2005 21:51:46 +0000 (21:51 +0000)]
- Add RecursiveDirectoryIterator::getSubPath()
Marcus Boerger [Thu, 31 Mar 2005 21:49:47 +0000 (21:49 +0000)]
- Make iterator_to_array() accept Traversable
foobar [Thu, 31 Mar 2005 19:47:19 +0000 (19:47 +0000)]
These tests require register_long_arrays=1
foobar [Thu, 31 Mar 2005 19:43:48 +0000 (19:43 +0000)]
fix some skip conditions..
Marcus Boerger [Thu, 31 Mar 2005 17:17:38 +0000 (17:17 +0000)]
- Bugfix #32521 (apache2handler accidental crashes caused by SPL)
foobar [Thu, 31 Mar 2005 07:37:39 +0000 (07:37 +0000)]
C++ fix
<changelog@php.net> [Thu, 31 Mar 2005 01:32:08 +0000 (01:32 +0000)]
ChangeLog update
Joe Orton [Wed, 30 Mar 2005 13:43:36 +0000 (13:43 +0000)]
Mark more private functions as static.
Edin Kadribasic [Wed, 30 Mar 2005 13:15:05 +0000 (13:15 +0000)]
Updated install instructions from the documentation project (Philip Olson)
Joe Orton [Wed, 30 Mar 2005 12:56:58 +0000 (12:56 +0000)]
Mark private functions as static.
<changelog@php.net> [Wed, 30 Mar 2005 01:32:45 +0000 (01:32 +0000)]
ChangeLog update
Antony Dovgal [Tue, 29 Mar 2005 17:23:36 +0000 (17:23 +0000)]
fix segfault & buffer overrun when there is no PDO drivers plugged in
(patch by su1d@phpclub.net)
Sara Golemon [Tue, 29 Mar 2005 04:02:03 +0000 (04:02 +0000)]
BugFix #31137 stream_filter_remove() segfaults when stream already closed
<changelog@php.net> [Tue, 29 Mar 2005 01:32:11 +0000 (01:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 28 Mar 2005 18:46:57 +0000 (18:46 +0000)]
Proper fix for the memory leak.
Ilia Alshanetsky [Mon, 28 Mar 2005 18:09:28 +0000 (18:09 +0000)]
Fixed memory leak when variables_order does not contain 'S'.
Dmitry Stogov [Mon, 28 Mar 2005 18:06:29 +0000 (18:06 +0000)]
Fixed handling of attributes' namespaces
Greg Beaver [Mon, 28 Mar 2005 17:04:00 +0000 (17:04 +0000)]
update to current bundle ideal
Greg Beaver [Mon, 28 Mar 2005 16:38:59 +0000 (16:38 +0000)]
merge in PEAR 1.3.5
Dmitry Stogov [Mon, 28 Mar 2005 16:28:04 +0000 (16:28 +0000)]
Fixed handling of attributes' namespaces
Dmitry Stogov [Mon, 28 Mar 2005 15:21:50 +0000 (15:21 +0000)]
Fixed wrong SOAP headers encoding/decoding.
Pierre Joye [Mon, 28 Mar 2005 08:17:17 +0000 (08:17 +0000)]
- remove "debug" code
Pierre Joye [Mon, 28 Mar 2005 08:14:30 +0000 (08:14 +0000)]
- MFB, imagerectangle draws 2x each corners (alpha channel uglyness)
Joey Smith [Mon, 28 Mar 2005 07:26:06 +0000 (07:26 +0000)]
Adding comments to .ini files at philip@php.net's request.
<changelog@php.net> [Mon, 28 Mar 2005 01:34:07 +0000 (01:34 +0000)]
ChangeLog update
Edin Kadribasic [Mon, 28 Mar 2005 00:07:24 +0000 (00:07 +0000)]
Reshufle includes to make it compile on windows
Pierre Joye [Sun, 27 Mar 2005 23:43:52 +0000 (23:43 +0000)]
- allow to keep or ignore the transparent color in imagerotate (thx
Ken Coar to report this "bug")
- be sure to restore alphablending in imagefill
- use zend_parse_parameter in imagerotate
Ilia Alshanetsky [Sun, 27 Mar 2005 15:52:49 +0000 (15:52 +0000)]
revert copy patch.
<changelog@php.net> [Sun, 27 Mar 2005 01:34:12 +0000 (01:34 +0000)]
ChangeLog update
Edin Kadribasic [Sat, 26 Mar 2005 21:32:20 +0000 (21:32 +0000)]
Use PEAR bundle from the build template
Edin Kadribasic [Sat, 26 Mar 2005 21:14:19 +0000 (21:14 +0000)]
Script that creates PEAR bundle dir for distribution
foobar [Sat, 26 Mar 2005 03:13:58 +0000 (03:13 +0000)]
- Made it possible to build ext/xmlrpc with libxml2
foobar [Sat, 26 Mar 2005 03:09:09 +0000 (03:09 +0000)]
- Prevent compiling shared extensions when --enable-versioning is used
- Fix -export-symbols in Linux in the bundled libtool.m4:
o http://lists.gnu.org/archive/html/libtool/2002-07/msg00029.html
# more about this:
# http://marc.theaimsgroup.com/?l=php-dev&m=
106629582813118 &w=2