]> granicus.if.org Git - php/log
php
20 years agoFixed: strip quotes from filename
Stefan Esser [Sat, 20 Nov 2004 18:49:36 +0000 (18:49 +0000)]
Fixed: strip quotes from filename

20 years ago- Attempt to fix #28598, bug introduced in GD (around php 4.3.4)
Pierre Joye [Sat, 20 Nov 2004 13:09:45 +0000 (13:09 +0000)]
- Attempt to fix #28598, bug introduced in GD (around php 4.3.4)
  The way they fix MS Symbol are wrong, multiple faces support hould added
  later, safer.

  Please test it with your weird fonts, if it works, MFH will be done.

20 years agofix crash when calling com methods
Rob Richards [Sat, 20 Nov 2004 11:40:49 +0000 (11:40 +0000)]
fix crash when calling com methods
 - due to change in Zend

20 years agoChangeLog update
<changelog@php.net> [Sat, 20 Nov 2004 01:36:16 +0000 (01:36 +0000)]
ChangeLog update

20 years agofix bug #30587 (array_multisort doesn't separate zvals before changing them)
Antony Dovgal [Fri, 19 Nov 2004 16:55:37 +0000 (16:55 +0000)]
fix bug #30587 (array_multisort doesn't separate zvals before changing them)

20 years agoChangeLog update
<changelog@php.net> [Fri, 19 Nov 2004 01:35:44 +0000 (01:35 +0000)]
ChangeLog update

20 years agoFixed bug #30061 (xml_set_start_namespace_decl_handler not called)
Rob Richards [Thu, 18 Nov 2004 19:59:23 +0000 (19:59 +0000)]
Fixed bug #30061 (xml_set_start_namespace_decl_handler not called)
hopefully resolve a bunch of entity issues

20 years agoprototype fixes (Jakub Vrána)
Rob Richards [Thu, 18 Nov 2004 19:54:30 +0000 (19:54 +0000)]
prototype fixes (Jakub Vrána)

20 years agoFixed bug #30832 ("!" stripped off comments in xml parser)
Rob Richards [Thu, 18 Nov 2004 18:26:13 +0000 (18:26 +0000)]
Fixed bug #30832 ("!" stripped off comments in xml parser)
reset sax->initialized flag when not using SAX2

20 years agofix SAX2 handling to work with libxml 2.6.16
Rob Richards [Thu, 18 Nov 2004 16:36:00 +0000 (16:36 +0000)]
fix SAX2 handling to work with libxml 2.6.16

20 years agofix typo so it compiles
Rob Richards [Thu, 18 Nov 2004 16:35:04 +0000 (16:35 +0000)]
fix typo so it compiles

20 years agorun-test2 should be able to emulate POST & GET in the same time
Antony Dovgal [Thu, 18 Nov 2004 14:57:45 +0000 (14:57 +0000)]
run-test2 should be able to emulate POST & GET in the same time

20 years agoChangeLog update
<changelog@php.net> [Thu, 18 Nov 2004 01:34:33 +0000 (01:34 +0000)]
ChangeLog update

20 years agoGracefully handle allocation failure.
Ilia Alshanetsky [Wed, 17 Nov 2004 23:42:14 +0000 (23:42 +0000)]
Gracefully handle allocation failure.

20 years ago- Really fix imagefill, part of my previous (old) fix was not applied
Pierre Joye [Wed, 17 Nov 2004 20:19:35 +0000 (20:19 +0000)]
- Really fix imagefill, part of my previous (old) fix was not applied
  (blame me), bak the alphablending and restore it on exit

20 years ago- MFB: fix #30739, imagefill did not set back alphablending mode
Pierre Joye [Wed, 17 Nov 2004 17:21:22 +0000 (17:21 +0000)]
- MFB: fix #30739, imagefill did not set back alphablending mode

20 years agofix crash
Stanislav Malyshev [Wed, 17 Nov 2004 12:06:27 +0000 (12:06 +0000)]
fix crash

20 years agonamespace was renamed
Dmitry Stogov [Wed, 17 Nov 2004 06:18:18 +0000 (06:18 +0000)]
namespace was renamed

20 years agoChangeLog update
<changelog@php.net> [Wed, 17 Nov 2004 01:37:20 +0000 (01:37 +0000)]
ChangeLog update

20 years agoFixed possible usage of un-initialized variable.
Ilia Alshanetsky [Tue, 16 Nov 2004 21:04:10 +0000 (21:04 +0000)]
Fixed possible usage of un-initialized variable.

20 years agoindentation fixed.
Dmitry Stogov [Tue, 16 Nov 2004 13:51:09 +0000 (13:51 +0000)]
indentation fixed.

20 years agoFixed bug #30799 (SoapServer doesn't handle private or protected properties)
Dmitry Stogov [Tue, 16 Nov 2004 13:04:39 +0000 (13:04 +0000)]
Fixed bug #30799 (SoapServer doesn't handle private or protected properties)

20 years agoClass mapping was implemented (Bug #29385 Soapserver always uses std class).
Dmitry Stogov [Tue, 16 Nov 2004 12:07:32 +0000 (12:07 +0000)]
Class mapping was implemented (Bug #29385 Soapserver always uses std class).

20 years ago- Make this compile for the Mac again
Derick Rethans [Tue, 16 Nov 2004 07:48:25 +0000 (07:48 +0000)]
- Make this compile for the Mac again

20 years agoChangeLog update
<changelog@php.net> [Tue, 16 Nov 2004 01:36:15 +0000 (01:36 +0000)]
ChangeLog update

20 years agoFix one-shot builds.
Frank M. Kromann [Mon, 15 Nov 2004 23:59:22 +0000 (23:59 +0000)]
Fix one-shot builds.

20 years agoFixed bug #29801 (Set limit on the size of mmapable data).
Ilia Alshanetsky [Mon, 15 Nov 2004 23:43:12 +0000 (23:43 +0000)]
Fixed bug #29801 (Set limit on the size of mmapable data).

20 years agoMFB: fixed build.
Ilia Alshanetsky [Mon, 15 Nov 2004 23:37:05 +0000 (23:37 +0000)]
MFB: fixed build.

20 years agoiconv is built-in in php5
Edin Kadribasic [Mon, 15 Nov 2004 23:27:48 +0000 (23:27 +0000)]
iconv is built-in in php5

20 years agoAdding most of the changes suggested in #30280. Mostly fix's for possible leaks.
Frank M. Kromann [Mon, 15 Nov 2004 22:45:29 +0000 (22:45 +0000)]
Adding most of the changes suggested in #30280. Mostly fix's for possible leaks.

20 years agoAvoid renaming of sprintf to php_sprintf
Frank M. Kromann [Mon, 15 Nov 2004 21:13:25 +0000 (21:13 +0000)]
Avoid renaming of sprintf to php_sprintf

20 years agoFix win32 build.
Frank M. Kromann [Mon, 15 Nov 2004 21:04:09 +0000 (21:04 +0000)]
Fix win32 build.

20 years ago- Fixed bug #30779 (Compile of Zend/zend_strtod.c fails on Sparc)
Derick Rethans [Mon, 15 Nov 2004 19:26:45 +0000 (19:26 +0000)]
- Fixed bug #30779 (Compile of Zend/zend_strtod.c fails on Sparc)

20 years ago# Unix EOLs fixed
Sergey Kartashoff [Mon, 15 Nov 2004 19:08:19 +0000 (19:08 +0000)]
# Unix EOLs fixed

20 years ago# Copyright header & version info changed to PHP 5 standard notice
Sergey Kartashoff [Mon, 15 Nov 2004 19:03:20 +0000 (19:03 +0000)]
# Copyright header & version info changed to PHP 5 standard notice

20 years agoAdding php_sprintf.c to Win32 build
Frank M. Kromann [Mon, 15 Nov 2004 18:27:10 +0000 (18:27 +0000)]
Adding php_sprintf.c to Win32 build

20 years ago- MF5.0: Fixed bug #28599 (strtotime fails with zero base time).
Derick Rethans [Mon, 15 Nov 2004 16:31:12 +0000 (16:31 +0000)]
- MF5.0: Fixed bug #28599 (strtotime fails with zero base time).

20 years agofix CLI leaks when using malformed option string
Antony Dovgal [Mon, 15 Nov 2004 14:00:48 +0000 (14:00 +0000)]
fix CLI leaks when using malformed option string

20 years ago- MFH4.3: Cleaned up some of the locale mess:
Derick Rethans [Mon, 15 Nov 2004 13:42:22 +0000 (13:42 +0000)]
- MFH4.3: Cleaned up some of the locale mess:
  * all internal use of sprintf, snprintf and the like will always
    use the . as thousands seperator (if php.h is included only!).
  * echo, printf() and sprintf() always render locale-aware
  * added the %F modifier for non-locale aware rendering for floats

20 years agoChangeLog update
<changelog@php.net> [Mon, 15 Nov 2004 01:36:53 +0000 (01:36 +0000)]
ChangeLog update

20 years agoAdded support for better control over FTP encryption protocols.
Ilia Alshanetsky [Sun, 14 Nov 2004 20:00:16 +0000 (20:00 +0000)]
Added support for better control over FTP encryption protocols.

20 years ago# Unix EOLs fixed
Sergey Kartashoff [Sun, 14 Nov 2004 19:29:59 +0000 (19:29 +0000)]
# Unix EOLs fixed

20 years ago- More mnogosearch-3.2.23+ compatibility
Sergey Kartashoff [Sun, 14 Nov 2004 18:30:40 +0000 (18:30 +0000)]
- More mnogosearch-3.2.23+ compatibility

20 years ago- Bugix #30783: Apache crash when using ReflectionFunction::getStaticVariables()
Marcus Boerger [Sun, 14 Nov 2004 18:01:44 +0000 (18:01 +0000)]
- Bugix #30783: Apache crash when using ReflectionFunction::getStaticVariables()

20 years agofix #30780 (tidy segfaults on 'new tidyNode;')
Antony Dovgal [Sun, 14 Nov 2004 13:33:59 +0000 (13:33 +0000)]
fix #30780 (tidy segfaults on 'new tidyNode;')

20 years agoChangeLog update
<changelog@php.net> [Sun, 14 Nov 2004 01:36:55 +0000 (01:36 +0000)]
ChangeLog update

20 years agoFixed bug #30566 (attribute namespace URIs are inconsistent when parsing).
Rob Richards [Sat, 13 Nov 2004 14:32:44 +0000 (14:32 +0000)]
Fixed bug #30566 (attribute namespace URIs are inconsistent when parsing).

20 years agoChangeLog update
<changelog@php.net> [Sat, 13 Nov 2004 01:51:05 +0000 (01:51 +0000)]
ChangeLog update

20 years agofix ZTS builds
Frank M. Kromann [Fri, 12 Nov 2004 20:32:43 +0000 (20:32 +0000)]
fix ZTS builds

20 years agoSimplify and cleanup code.
Ilia Alshanetsky [Fri, 12 Nov 2004 02:22:01 +0000 (02:22 +0000)]
Simplify and cleanup code.

20 years agoChangeLog update
<changelog@php.net> [Fri, 12 Nov 2004 01:51:37 +0000 (01:51 +0000)]
ChangeLog update

20 years ago- Correct exception throwing
Marcus Boerger [Thu, 11 Nov 2004 20:06:23 +0000 (20:06 +0000)]
- Correct exception throwing

20 years ago- Use exceptions now they work
Marcus Boerger [Thu, 11 Nov 2004 19:42:11 +0000 (19:42 +0000)]
- Use exceptions now they work

20 years ago- Use appropriate exception class where possible
Marcus Boerger [Thu, 11 Nov 2004 19:36:27 +0000 (19:36 +0000)]
- Use appropriate exception class where possible

20 years ago- Drop debug message
Marcus Boerger [Thu, 11 Nov 2004 19:31:27 +0000 (19:31 +0000)]
- Drop debug message

20 years agoadd support for file://localhost/
Rob Richards [Thu, 11 Nov 2004 13:08:32 +0000 (13:08 +0000)]
add support for file://localhost/
support file:/// under windows again

20 years agoSupport for lists in non-WSDL mode was implemented
Dmitry Stogov [Thu, 11 Nov 2004 09:17:10 +0000 (09:17 +0000)]
Support for lists in non-WSDL mode was implemented
Support for "xsi:type" was improved

20 years agofix #30751 (phpinfo() shows the same ini path after reconfigure with --with-config...
Antony Dovgal [Thu, 11 Nov 2004 06:57:06 +0000 (06:57 +0000)]
fix #30751 (phpinfo() shows the same ini path after reconfigure with --with-config-file-path)

20 years agoChangeLog update
<changelog@php.net> [Thu, 11 Nov 2004 01:55:43 +0000 (01:55 +0000)]
ChangeLog update

20 years agoFixed bug #30750 (Meaningful error message when upload directory is not
Ilia Alshanetsky [Thu, 11 Nov 2004 00:38:04 +0000 (00:38 +0000)]
Fixed bug #30750 (Meaningful error message when upload directory is not
accessible).

20 years agoNo need to ude /Fo twice.
Frank M. Kromann [Wed, 10 Nov 2004 23:52:56 +0000 (23:52 +0000)]
No need to ude /Fo twice.
Unbreak the build be readding the compile only flag

20 years agoMake sure files are stored in the right directory
Frank M. Kromann [Wed, 10 Nov 2004 20:12:42 +0000 (20:12 +0000)]
Make sure files are stored in the right directory

20 years agoFix leaking handle.
Wez Furlong [Wed, 10 Nov 2004 19:47:15 +0000 (19:47 +0000)]
Fix leaking handle.
Thanks to ilya77 at gmail dot com

20 years ago- Add new tests
Marcus Boerger [Wed, 10 Nov 2004 19:22:26 +0000 (19:22 +0000)]
- Add new tests

20 years agoFixed return value of ibase_execute()
Ard Biesheuvel [Wed, 10 Nov 2004 11:21:50 +0000 (11:21 +0000)]
Fixed return value of ibase_execute()

20 years agoChangeLog update
<changelog@php.net> [Wed, 10 Nov 2004 01:49:49 +0000 (01:49 +0000)]
ChangeLog update

20 years agoFixed possible overflow.
Ilia Alshanetsky [Wed, 10 Nov 2004 01:43:04 +0000 (01:43 +0000)]
Fixed possible overflow.

20 years agoRevert inadvertent commit.
Andrei Zmievski [Tue, 9 Nov 2004 20:59:02 +0000 (20:59 +0000)]
Revert inadvertent commit.

20 years ago.dylib extension are Mach-O shared libraries that meant for linking
Andrei Zmievski [Tue, 9 Nov 2004 20:58:24 +0000 (20:58 +0000)]
.dylib extension are Mach-O shared libraries that meant for linking
against. Loadable modules (aka bundles) can have any extension, so we
should probably stick with .so

http://fink.sourceforge.net/doc/porting/shared.php?phpLang=en#lib-and-mod

20 years agoFix --with-recode since PHP_YAZ is never defined.
Joe Orton [Tue, 9 Nov 2004 16:11:13 +0000 (16:11 +0000)]
Fix --with-recode since PHP_YAZ is never defined.

20 years agoMake the "rounding fuzz" check work again with gcc 3.3 and later,
Joe Orton [Tue, 9 Nov 2004 15:58:16 +0000 (15:58 +0000)]
Make the "rounding fuzz" check work again with gcc 3.3 and later,
fixing the bug24142 test.

20 years agoFix typo in man page. Bug #30727. Patch by Jakub Vrana
Frank M. Kromann [Tue, 9 Nov 2004 15:05:20 +0000 (15:05 +0000)]
Fix typo in man page. Bug #30727. Patch by Jakub Vrana

20 years agoFixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)
Dmitry Stogov [Tue, 9 Nov 2004 08:13:35 +0000 (08:13 +0000)]
Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)

20 years agoChangeLog update
<changelog@php.net> [Tue, 9 Nov 2004 01:47:08 +0000 (01:47 +0000)]
ChangeLog update

20 years agoFixed crash inside cpdf_setdash() if called before page init.
Ilia Alshanetsky [Tue, 9 Nov 2004 00:44:12 +0000 (00:44 +0000)]
Fixed crash inside cpdf_setdash() if called before page init.

20 years ago- Simplify construction of RecursiveIteratorIterator
Marcus Boerger [Mon, 8 Nov 2004 13:44:34 +0000 (13:44 +0000)]
- Simplify construction of RecursiveIteratorIterator

20 years ago- Fix constructors
Marcus Boerger [Mon, 8 Nov 2004 13:42:53 +0000 (13:42 +0000)]
- Fix constructors
- This fixes exceptions in spl

20 years agoFixed possible crash on fstat() failure.
Ilia Alshanetsky [Mon, 8 Nov 2004 04:54:27 +0000 (04:54 +0000)]
Fixed possible crash on fstat() failure.

20 years agoChangeLog update
<changelog@php.net> [Sat, 6 Nov 2004 01:51:41 +0000 (01:51 +0000)]
ChangeLog update

20 years agoChangeLog update
<changelog@php.net> [Fri, 5 Nov 2004 01:36:27 +0000 (01:36 +0000)]
ChangeLog update

20 years agoSimplify and cleanup code.
Ilia Alshanetsky [Fri, 5 Nov 2004 00:05:55 +0000 (00:05 +0000)]
Simplify and cleanup code.

20 years ago- Add new test
Marcus Boerger [Thu, 4 Nov 2004 22:07:18 +0000 (22:07 +0000)]
- Add new test

20 years agoBug #30627
Marcus Boerger [Thu, 4 Nov 2004 20:13:30 +0000 (20:13 +0000)]
Bug #30627

20 years agoFixed bug #30685 (Malformed SOAPClient http header reequest).
Dmitry Stogov [Thu, 4 Nov 2004 15:30:28 +0000 (15:30 +0000)]
Fixed bug #30685 (Malformed SOAPClient http header reequest).

20 years agoMySQL is releasing client libraries that compile out of the box
Edin Kadribasic [Thu, 4 Nov 2004 02:41:40 +0000 (02:41 +0000)]
MySQL is releasing client libraries that compile out of the box
with mysqli extension, so there is no need for a specially compiled
client library anymore.

20 years agoAdded zend_strtod.c to the new build
Edin Kadribasic [Thu, 4 Nov 2004 02:06:04 +0000 (02:06 +0000)]
Added zend_strtod.c to the new build

20 years agoAdded zend_strtod.* to the build
Edin Kadribasic [Thu, 4 Nov 2004 02:05:36 +0000 (02:05 +0000)]
Added zend_strtod.* to the build

20 years agoMake zend_strtod compile on windows
Edin Kadribasic [Thu, 4 Nov 2004 02:04:39 +0000 (02:04 +0000)]
Make zend_strtod compile on windows

20 years agoChangeLog update
<changelog@php.net> [Thu, 4 Nov 2004 01:32:26 +0000 (01:32 +0000)]
ChangeLog update

20 years ago- Add entry for zend_strtod.c in belief that this is still active.
Moriyoshi Koizumi [Thu, 4 Nov 2004 00:13:08 +0000 (00:13 +0000)]
- Add entry for zend_strtod.c in belief that this is still active.

20 years ago- Fixed bug #30630: Added a BSD based strtod function that is
Derick Rethans [Wed, 3 Nov 2004 23:36:51 +0000 (23:36 +0000)]
- Fixed bug #30630: Added a BSD based strtod function that is
  locale-independent. (PHP part)

20 years ago- Don't show grep outputs
Moriyoshi Koizumi [Wed, 3 Nov 2004 23:25:33 +0000 (23:25 +0000)]
- Don't show grep outputs

20 years ago- Fixed bug #30630: Added a BSD based strtod function that is
Derick Rethans [Wed, 3 Nov 2004 23:13:32 +0000 (23:13 +0000)]
- Fixed bug #30630: Added a BSD based strtod function that is
  locale-independent.

20 years ago- Checks for Darwin'ish systems that uses Mach-O, which apparently doesn't
Moriyoshi Koizumi [Wed, 3 Nov 2004 23:05:18 +0000 (23:05 +0000)]
- Checks for Darwin'ish systems that uses Mach-O, which apparently doesn't
  support weak symbol aliasing at this time.

20 years agoemalloc() failures are handled by zend engine.
Ilia Alshanetsky [Wed, 3 Nov 2004 22:17:45 +0000 (22:17 +0000)]
emalloc() failures are handled by zend engine.

20 years ago- Trying to invoke function not methot here
Marcus Boerger [Wed, 3 Nov 2004 21:18:44 +0000 (21:18 +0000)]
- Trying to invoke function not methot here

20 years ago- Fix invokeargs() with static methods
Marcus Boerger [Wed, 3 Nov 2004 21:11:48 +0000 (21:11 +0000)]
- Fix invokeargs() with static methods

20 years agoUpdate extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib
Joe Orton [Wed, 3 Nov 2004 14:32:52 +0000 (14:32 +0000)]
Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib
to support multi-ABI platforms.

20 years agoCore changes to support multi-ABI platforms with libraries in
Joe Orton [Wed, 3 Nov 2004 14:07:09 +0000 (14:07 +0000)]
Core changes to support multi-ABI platforms with libraries in
/usr/lib64 rather than /usr/lib.

* configure.in: Add --with-libdir flag; define PHP_LIBDIR.

* acinclude.m4 (PHP_REMOVE_USR_LIB, PHP_RUNPATH_SWITCH,
PHP_ADD_LIBPATH): Check for /usr/$PHP_LIBDIR rather than /usr/lib.
(PHP_SETUP_OPENSSL, PHP_SETUP_ICONV): Use /path/to/$PHP_LIBDIR in
place of /path/to/lib.

20 years agoRemove unused variable.
Joe Orton [Wed, 3 Nov 2004 13:12:41 +0000 (13:12 +0000)]
Remove unused variable.