]> granicus.if.org Git - php/log
php
20 years agoMFB: removed \r characters.
Ilia Alshanetsky [Sun, 8 Aug 2004 21:26:29 +0000 (21:26 +0000)]
MFB: removed \r characters.

20 years ago- Fix bug #29573: Segmentation fault when php function(called from XSLT templat)...
Christian Stocker [Sun, 8 Aug 2004 18:01:33 +0000 (18:01 +0000)]
- Fix bug #29573: Segmentation fault when php function(called from XSLT templat) throw exception
- Fix some 0 Byte Memory Leaks

20 years agoChangeLog update
<changelog@php.net> [Sun, 8 Aug 2004 00:34:33 +0000 (00:34 +0000)]
ChangeLog update

20 years agoFix for Bug #29490 from Michael Sisolak.
Wez Furlong [Sat, 7 Aug 2004 21:00:59 +0000 (21:00 +0000)]
Fix for Bug #29490 from Michael Sisolak.
Another fine patch; thanks Michael.

20 years agoFix inet_pton/ntop() on BSD
Sara Golemon [Sat, 7 Aug 2004 15:59:59 +0000 (15:59 +0000)]
Fix inet_pton/ntop() on BSD

20 years agoBinary safety fix for inet_pton()
Sara Golemon [Sat, 7 Aug 2004 05:11:26 +0000 (05:11 +0000)]
Binary safety fix for inet_pton()

20 years agoNew Functions inet_pton() and inet_ntop()
Sara Golemon [Sat, 7 Aug 2004 04:50:24 +0000 (04:50 +0000)]
New Functions inet_pton() and inet_ntop()

20 years ago- Commit Derick's patch for allowing Zend to use regular libc memory
Andi Gutmans [Sat, 7 Aug 2004 00:45:34 +0000 (00:45 +0000)]
- Commit Derick's patch for allowing Zend to use regular libc memory
- allocation functions. Mainly useful in conjunction with tools such as
- valgrind which enables us to find bugs we might not find with the
- current memory managers boundary protection.

20 years agoChangeLog update
<changelog@php.net> [Sat, 7 Aug 2004 00:35:48 +0000 (00:35 +0000)]
ChangeLog update

20 years agoAdd A6 support, fix IPv6 address parsing, and improve define compatability
Sara Golemon [Fri, 6 Aug 2004 18:38:35 +0000 (18:38 +0000)]
Add A6 support, fix IPv6 address parsing, and improve define compatability

20 years agoZTS Fix
Sara Golemon [Fri, 6 Aug 2004 16:36:00 +0000 (16:36 +0000)]
ZTS Fix

20 years agoAvoid possible segfault when using stream_socket_client with bogus flags.
Wez Furlong [Fri, 6 Aug 2004 14:08:17 +0000 (14:08 +0000)]
Avoid possible segfault when using stream_socket_client with bogus flags.

20 years agoChangeLog update
<changelog@php.net> [Fri, 6 Aug 2004 00:33:59 +0000 (00:33 +0000)]
ChangeLog update

20 years agophp_error() -> php_error_docref()
Ilia Alshanetsky [Thu, 5 Aug 2004 23:57:51 +0000 (23:57 +0000)]
php_error() -> php_error_docref()

20 years agoupdate documentation credits, mentioning that more contributors are listed in the...
Gabor Hojtsy [Thu, 5 Aug 2004 16:26:15 +0000 (16:26 +0000)]
update documentation credits, mentioning that more contributors are listed in the manual

20 years agoremove all references to @ thing, as it's not recommended.
Antony Dovgal [Thu, 5 Aug 2004 14:15:36 +0000 (14:15 +0000)]
remove all references to @ thing, as it's not recommended.
always add it to NEWS yourself please (c) Derick =)

20 years agonews entry
Antony Dovgal [Thu, 5 Aug 2004 14:13:13 +0000 (14:13 +0000)]
news entry

20 years agochange xsl_xsltprocessor_set_parameter() to support parameter->value arrays
Antony Dovgal [Thu, 5 Aug 2004 13:31:17 +0000 (13:31 +0000)]
change xsl_xsltprocessor_set_parameter() to support parameter->value arrays
add test for it
@Change xsl_xsltprocessor_set_parameter() to support parameter->value arrays (Tony)

20 years agoGenerate a .reg file for the syslog stuff
Wez Furlong [Thu, 5 Aug 2004 12:15:17 +0000 (12:15 +0000)]
Generate a .reg file for the syslog stuff
NB: still need a solution for zts and non-zts on the same machine.

20 years agoEliminate unneeded variable.
Ilia Alshanetsky [Thu, 5 Aug 2004 00:44:30 +0000 (00:44 +0000)]
Eliminate unneeded variable.

20 years agoChangeLog update
<changelog@php.net> [Thu, 5 Aug 2004 00:35:34 +0000 (00:35 +0000)]
ChangeLog update

20 years ago- Fix bug #29523 (ReflectionParameter::isOptional() is incorrect)
Marcus Boerger [Wed, 4 Aug 2004 22:47:56 +0000 (22:47 +0000)]
- Fix bug #29523 (ReflectionParameter::isOptional() is incorrect)

20 years agoMove iconv exports to the iconv extension and make libxml depend on iconv
Frank M. Kromann [Wed, 4 Aug 2004 16:47:17 +0000 (16:47 +0000)]
Move iconv exports to the iconv extension and make libxml depend on iconv

20 years agoMove iconv exports to the iconv extension
Frank M. Kromann [Wed, 4 Aug 2004 16:46:48 +0000 (16:46 +0000)]
Move iconv exports to the iconv extension

20 years agoUpdate prototypes
Zeev Suraski [Wed, 4 Aug 2004 16:41:13 +0000 (16:41 +0000)]
Update prototypes

20 years agonuke unused variable
Antony Dovgal [Wed, 4 Aug 2004 14:57:40 +0000 (14:57 +0000)]
nuke unused variable

20 years agoFix prototypes
Zeev Suraski [Wed, 4 Aug 2004 14:41:56 +0000 (14:41 +0000)]
Fix prototypes

20 years agoforgot to remove debug variable :( (Thx to Derick)
Georg Richter [Wed, 4 Aug 2004 13:15:48 +0000 (13:15 +0000)]
forgot to remove debug variable :(  (Thx to Derick)

20 years agofixed bug #29522
Georg Richter [Wed, 4 Aug 2004 12:59:26 +0000 (12:59 +0000)]
fixed bug #29522

20 years agofixed properties when connect wasn't called
Georg Richter [Wed, 4 Aug 2004 12:59:09 +0000 (12:59 +0000)]
fixed properties when connect wasn't called

20 years agofixed bug #29522
Georg Richter [Wed, 4 Aug 2004 12:28:09 +0000 (12:28 +0000)]
fixed bug #29522

20 years agoChangeLog update
<changelog@php.net> [Wed, 4 Aug 2004 00:34:06 +0000 (00:34 +0000)]
ChangeLog update

20 years agoFixed argument handling in sun* functions.
Ilia Alshanetsky [Wed, 4 Aug 2004 00:28:03 +0000 (00:28 +0000)]
Fixed argument handling in sun* functions.

20 years agoNew libxml2 version for windows build.
Edin Kadribasic [Tue, 3 Aug 2004 22:45:36 +0000 (22:45 +0000)]
New libxml2 version for windows build.
Version 2.6.11.
http://ctindustries.net/dom/libxml/

20 years agoUpdate
Marcus Boerger [Tue, 3 Aug 2004 17:10:40 +0000 (17:10 +0000)]
Update

20 years agoMFHed
Marcus Boerger [Tue, 3 Aug 2004 17:07:40 +0000 (17:07 +0000)]
MFHed

20 years agoAdd new test
Marcus Boerger [Tue, 3 Aug 2004 16:59:53 +0000 (16:59 +0000)]
Add new test

20 years ago- Fixed Bug #29505 get_class_vars() severely broken when used with arrays
Marcus Boerger [Tue, 3 Aug 2004 16:59:25 +0000 (16:59 +0000)]
- Fixed Bug #29505 get_class_vars() severely broken when used with arrays

20 years agoBFN
Marcus Boerger [Tue, 3 Aug 2004 16:41:12 +0000 (16:41 +0000)]
BFN

20 years agoEven more verbosity...
Wez Furlong [Tue, 3 Aug 2004 12:41:26 +0000 (12:41 +0000)]
Even more verbosity...

20 years agoEven more verbosity in case of error
Wez Furlong [Tue, 3 Aug 2004 09:44:04 +0000 (09:44 +0000)]
Even more verbosity in case of error

20 years agofix typo in mail.c: mail_force_extra_parameters -> mail.force_extra_parameters
Antony Dovgal [Tue, 3 Aug 2004 06:25:25 +0000 (06:25 +0000)]
fix typo in mail.c: mail_force_extra_parameters -> mail.force_extra_parameters

20 years agofix typo in php.ini: paramAters -> paramEters
Antony Dovgal [Tue, 3 Aug 2004 06:19:16 +0000 (06:19 +0000)]
fix typo in php.ini: paramAters -> paramEters

20 years agocommit for win32 - binary so line endings are always preserved - this time on HEAD...
Greg Beaver [Tue, 3 Aug 2004 04:36:00 +0000 (04:36 +0000)]
commit for win32 - binary so line endings are always preserved - this time on HEAD, where it belongs

20 years agosys/stat.h is includes in php_streams.h no need to do that again.
Frank M. Kromann [Tue, 3 Aug 2004 04:15:34 +0000 (04:15 +0000)]
sys/stat.h is includes in php_streams.h no need to do that again.

20 years agoCatch exceptions from broken config.w32 files
Wez Furlong [Tue, 3 Aug 2004 01:23:35 +0000 (01:23 +0000)]
Catch exceptions from broken config.w32 files

20 years agoExplicitly check PATH before cygwin for mc.exe, as we want MS message compiler,
Wez Furlong [Tue, 3 Aug 2004 01:03:32 +0000 (01:03 +0000)]
Explicitly check PATH before cygwin for mc.exe, as we want MS message compiler,
not GNU Midnight Commander.

20 years agoRevert the search path tweak; it broke the snap build for ming
Wez Furlong [Tue, 3 Aug 2004 00:58:29 +0000 (00:58 +0000)]
Revert the search path tweak; it broke the snap build for ming

20 years agoAvoid possible exception
Wez Furlong [Tue, 3 Aug 2004 00:47:57 +0000 (00:47 +0000)]
Avoid possible exception

20 years agoChangeLog update
<changelog@php.net> [Tue, 3 Aug 2004 00:34:47 +0000 (00:34 +0000)]
ChangeLog update

20 years agoA better fix for the VC 2k max literal string limit
Wez Furlong [Tue, 3 Aug 2004 00:02:48 +0000 (00:02 +0000)]
A better fix for the VC 2k max literal string limit
(also affects vc7)

20 years ago- Expand to test number of parameters
Marcus Boerger [Mon, 2 Aug 2004 23:10:53 +0000 (23:10 +0000)]
- Expand to test number of parameters

20 years ago- Add methods to check parameter count
Marcus Boerger [Mon, 2 Aug 2004 23:10:29 +0000 (23:10 +0000)]
- Add methods to check parameter count

20 years agoCorrect test name
Marcus Boerger [Mon, 2 Aug 2004 23:00:35 +0000 (23:00 +0000)]
Correct test name

20 years agoAdd test
Marcus Boerger [Mon, 2 Aug 2004 22:59:58 +0000 (22:59 +0000)]
Add test

20 years agoAllow sqlite_fetch_column_types() to properly handle table names with
Ilia Alshanetsky [Mon, 2 Aug 2004 22:43:40 +0000 (22:43 +0000)]
Allow sqlite_fetch_column_types() to properly handle table names with
spaces in them.

20 years ago- Change to use memcmp instead of strcmp
Marcus Boerger [Mon, 2 Aug 2004 22:41:34 +0000 (22:41 +0000)]
- Change to use memcmp instead of strcmp

20 years agoVC6 hack to avoid CONFIGURE_COMMAND string length over 2048 when building many extensions
Frank M. Kromann [Mon, 2 Aug 2004 18:48:49 +0000 (18:48 +0000)]
VC6 hack to avoid CONFIGURE_COMMAND string length over 2048 when building many extensions

20 years agoBetter error reporting
Wez Furlong [Mon, 2 Aug 2004 18:02:48 +0000 (18:02 +0000)]
Better error reporting

20 years agoSearch in PATH before explicit_path. This resolves conflict between Microsoft and...
Frank M. Kromann [Mon, 2 Aug 2004 17:54:49 +0000 (17:54 +0000)]
Search in PATH before explicit_path. This resolves conflict between Microsoft and cygwin tools with the same name.

20 years agoFix line endings
Frank M. Kromann [Mon, 2 Aug 2004 17:45:54 +0000 (17:45 +0000)]
Fix line endings

20 years ago- Fix typo
Andi Gutmans [Mon, 2 Aug 2004 17:36:45 +0000 (17:36 +0000)]
- Fix typo

20 years ago- Remove all for now
Marcus Boerger [Mon, 2 Aug 2004 16:38:09 +0000 (16:38 +0000)]
- Remove all for now
# - the optimization part can be done in apc or compareable products
# - NULL can be reintroduced later when needed

20 years agoMFB Enforce protocol of magic methods/classes
Marcus Boerger [Mon, 2 Aug 2004 08:29:59 +0000 (08:29 +0000)]
MFB Enforce protocol of magic methods/classes

20 years agoMFB: Enforce protocol on magic methods/functions
Marcus Boerger [Mon, 2 Aug 2004 08:27:57 +0000 (08:27 +0000)]
MFB: Enforce protocol on magic methods/functions

20 years agofix empty_string issue
Sascha Schumann [Mon, 2 Aug 2004 08:27:46 +0000 (08:27 +0000)]
fix empty_string issue

Patch submitted by Antony Dovgal <tony2001@phpclub.net>

20 years agodon't read empty files
Sascha Schumann [Mon, 2 Aug 2004 08:27:24 +0000 (08:27 +0000)]
don't read empty files

0 malloc noticed by Antony Dovgal <tony2001@phpclub.net>

20 years agoA gentler (performance wise) allocation of buffer for temp variables.
Ilia Alshanetsky [Mon, 2 Aug 2004 02:35:01 +0000 (02:35 +0000)]
A gentler (performance wise) allocation of buffer for temp variables.

20 years agoChangeLog update
<changelog@php.net> [Mon, 2 Aug 2004 00:33:46 +0000 (00:33 +0000)]
ChangeLog update

20 years agoMore hoops for VC6
Wez Furlong [Sun, 1 Aug 2004 12:32:03 +0000 (12:32 +0000)]
More hoops for VC6

20 years agosnap this rule in half for vc6
Wez Furlong [Sun, 1 Aug 2004 11:33:58 +0000 (11:33 +0000)]
snap this rule in half for vc6

20 years agoJuggle deps
Wez Furlong [Sun, 1 Aug 2004 11:19:33 +0000 (11:19 +0000)]
Juggle deps

20 years agoChangeLog update
<changelog@php.net> [Sun, 1 Aug 2004 00:33:37 +0000 (00:33 +0000)]
ChangeLog update

20 years agoEnable usleep under win32
Wez Furlong [Sun, 1 Aug 2004 00:29:50 +0000 (00:29 +0000)]
Enable usleep under win32

20 years agoFix bug #8314: sane syslog output to the WinNT event log.
Wez Furlong [Sat, 31 Jul 2004 23:59:46 +0000 (23:59 +0000)]
Fix bug #8314: sane syslog output to the WinNT event log.

Big fat note: if you're building from a .dsp, you need to replicate
the custom build step that uses MC to generate the message catalog

To make use of this fix, you need to register the event source; running "nmake
install" will handle this for you (if you also build the win32std extension
from pecl).

I'll arrange with Phil to have the installer handle this registration too.

20 years agoGo with new go-pear infrastructure
Wez Furlong [Sat, 31 Jul 2004 18:59:50 +0000 (18:59 +0000)]
Go with new go-pear infrastructure

20 years agoUn-bork
Wez Furlong [Sat, 31 Jul 2004 18:52:04 +0000 (18:52 +0000)]
Un-bork

20 years agoFix some misbehaving pecls (my own included ;-)
Wez Furlong [Sat, 31 Jul 2004 18:46:18 +0000 (18:46 +0000)]
Fix some misbehaving pecls (my own included ;-)

20 years agoAllow win32 stuff to build non-zts.
Wez Furlong [Sat, 31 Jul 2004 17:28:27 +0000 (17:28 +0000)]
Allow win32 stuff to build non-zts.
Fix stream crypto func (again? didn't I already commit that?)

20 years agoAllow COM to build under non-zts.
Wez Furlong [Sat, 31 Jul 2004 17:27:03 +0000 (17:27 +0000)]
Allow COM to build under non-zts.
Thanks Frank.

20 years agozts fix...
Wez Furlong [Sat, 31 Jul 2004 16:34:44 +0000 (16:34 +0000)]
zts fix...

20 years agoMisc sendto/recvfrom tweaks that have been pending here for a while...
Wez Furlong [Sat, 31 Jul 2004 10:56:55 +0000 (10:56 +0000)]
Misc sendto/recvfrom tweaks that have been pending here for a while...

20 years agoMake sure this is initialized...
Wez Furlong [Sat, 31 Jul 2004 10:49:09 +0000 (10:49 +0000)]
Make sure this is initialized...

20 years agoImplement an fstat cache for plain files.
Wez Furlong [Sat, 31 Jul 2004 10:09:25 +0000 (10:09 +0000)]
Implement an fstat cache for plain files.

20 years agoChangeLog update
<changelog@php.net> [Sat, 31 Jul 2004 00:34:20 +0000 (00:34 +0000)]
ChangeLog update

20 years ago- Add globals.c
Andi Gutmans [Fri, 30 Jul 2004 22:52:32 +0000 (22:52 +0000)]
- Add globals.c

20 years agoAdding missing PHPAPI for non ZTS builds
Frank M. Kromann [Fri, 30 Jul 2004 22:49:02 +0000 (22:49 +0000)]
Adding missing PHPAPI for non ZTS builds

20 years ago- More ptr_stack optimizations and cleanups
Andi Gutmans [Fri, 30 Jul 2004 21:00:37 +0000 (21:00 +0000)]
- More ptr_stack optimizations and cleanups

20 years ago- Improve performance by inlining zend_ptr_stack_n_push(). var_args can
Andi Gutmans [Fri, 30 Jul 2004 20:16:40 +0000 (20:16 +0000)]
- Improve performance by inlining zend_ptr_stack_n_push(). var_args can
  usually not be inlined by compilers.

20 years agoFix line endings
Frank M. Kromann [Fri, 30 Jul 2004 16:49:55 +0000 (16:49 +0000)]
Fix line endings

20 years agoNuke references to InstallShield
Edin Kadribasic [Fri, 30 Jul 2004 12:40:35 +0000 (12:40 +0000)]
Nuke references to InstallShield

20 years agoUpdate for php5
Edin Kadribasic [Fri, 30 Jul 2004 09:59:26 +0000 (09:59 +0000)]
Update for php5

20 years agos/php.exe/php-cgi.exe
Edin Kadribasic [Fri, 30 Jul 2004 09:29:43 +0000 (09:29 +0000)]
s/php.exe/php-cgi.exe

20 years agoFixed bug #29443 (Sanity check for wbmp detection).
Ilia Alshanetsky [Fri, 30 Jul 2004 01:10:41 +0000 (01:10 +0000)]
Fixed bug #29443 (Sanity check for wbmp detection).

20 years agoChangeLog update
<changelog@php.net> [Fri, 30 Jul 2004 00:33:59 +0000 (00:33 +0000)]
ChangeLog update

20 years agoFixed bug #29264. Newer libintl redefines function names so all
Edin Kadribasic [Thu, 29 Jul 2004 22:23:23 +0000 (22:23 +0000)]
Fixed bug #29264. Newer libintl redefines function names so all
PHP gettext function names become prefixed with libintl_

20 years agoFix compilation on Windows (bug #29340)
Edin Kadribasic [Thu, 29 Jul 2004 21:09:23 +0000 (21:09 +0000)]
Fix compilation on Windows (bug #29340)

20 years agoNo PECL should be enabled by default
Edin Kadribasic [Thu, 29 Jul 2004 20:43:00 +0000 (20:43 +0000)]
No PECL should be enabled by default

20 years ago- Fixed bug #29064 (Exact numeric/decimal/money datatypes lose precision)
Timm Friebe [Thu, 29 Jul 2004 19:32:46 +0000 (19:32 +0000)]
- Fixed bug #29064 (Exact numeric/decimal/money datatypes lose precision)
- Fixed bug #27843 (sybase_query() triggers (spurious?) notices when
  query is a stored procedure)
- Fixed multiple memory leaks with sybase_unbuffered_query()
- Changed sybase_query() to ignore store_results = false in  buffering
  mode, it would yield unpredictable results
- Fixed sybase_unbuffered_query() when used with store_results = false
- Changed sybase_fetch_object() to ignore second argument when passed
  as NULL
- Made sybase_data_seek() error message more verbose
- Fixed memory leak in shutdown when not all rows where selected in an
  unbuffered query

20 years ago- Increase performance of *sort() and some internal sort operations.
Marcus Boerger [Thu, 29 Jul 2004 19:18:46 +0000 (19:18 +0000)]
- Increase performance of *sort() and some internal sort operations.
# This patch increases the performance of small arrays/hashes by up to ~15%
# The performance increase during the performance talk :-)