]> granicus.if.org Git - php/log
php
21 years agoSimplify and enhance readability.
Wez Furlong [Fri, 4 Apr 2003 08:57:40 +0000 (08:57 +0000)]
Simplify and enhance readability.

21 years agoBackout Jani's commit to resync branches
Sascha Schumann [Fri, 4 Apr 2003 08:40:48 +0000 (08:40 +0000)]
Backout Jani's commit to resync branches

21 years agoAdded stream_get_transports()
Sara Golemon [Fri, 4 Apr 2003 05:21:03 +0000 (05:21 +0000)]
Added stream_get_transports()

21 years agoPrevent php_stream_get_record from grabbing more than maxlen characters
Sara Golemon [Fri, 4 Apr 2003 01:34:00 +0000 (01:34 +0000)]
Prevent php_stream_get_record from grabbing more than maxlen characters

21 years agoMight as well disallow 0x0 images.
Ilia Alshanetsky [Fri, 4 Apr 2003 01:33:57 +0000 (01:33 +0000)]
Might as well disallow 0x0 images.

Thanks Marcus.

21 years agoChangeLog update
<changelog@php.net> [Fri, 4 Apr 2003 01:30:57 +0000 (01:30 +0000)]
ChangeLog update

21 years ago- Add some releases notes
Pierre Joye [Fri, 4 Apr 2003 01:23:40 +0000 (01:23 +0000)]
- Add some releases notes
- Add myself in the maintainer list (stig)

21 years ago* whip script files where they belong
Stig Bakken [Fri, 4 Apr 2003 00:25:32 +0000 (00:25 +0000)]
* whip script files where they belong

21 years agoFix segfault in imagecopyresized().
Ilia Alshanetsky [Fri, 4 Apr 2003 00:16:47 +0000 (00:16 +0000)]
Fix segfault in imagecopyresized().

21 years ago* look for pearcmd.php in the right directory when run from a cvs checkout
Stig Bakken [Fri, 4 Apr 2003 00:15:53 +0000 (00:15 +0000)]
* look for pearcmd.php in the right directory when run from a cvs checkout

21 years ago* rename pear_unices to pear.sh and make it a pure shell script
Stig Bakken [Fri, 4 Apr 2003 00:11:00 +0000 (00:11 +0000)]
* rename pear_unices to pear.sh and make it a pure shell script

21 years ago- Better errors for T1lib.
foobar [Fri, 4 Apr 2003 00:09:23 +0000 (00:09 +0000)]
- Better errors for T1lib.
- Sanity check into imagepsextendfont().
# Patches by John Coggeshall <john@coggeshall.org>

21 years ago* pear.in is renamed to pearcmd.php
Stig Bakken [Thu, 3 Apr 2003 23:55:11 +0000 (23:55 +0000)]
* pear.in is renamed to pearcmd.php

21 years ago* paj's last Windows install fixes
Stig Bakken [Thu, 3 Apr 2003 23:48:39 +0000 (23:48 +0000)]
* paj's last Windows install fixes

21 years ago* use PHP_PEAR_* environment variables (paj)
Stig Bakken [Thu, 3 Apr 2003 23:21:30 +0000 (23:21 +0000)]
* use PHP_PEAR_* environment variables (paj)

21 years ago* disable table borders in output to save width
Stig Bakken [Thu, 3 Apr 2003 23:12:40 +0000 (23:12 +0000)]
* disable table borders in output to save width

21 years ago* windows bugfix
Stig Bakken [Thu, 3 Apr 2003 23:11:50 +0000 (23:11 +0000)]
* windows bugfix

21 years ago* support both error codes and messages in the second parameter to
Stig Bakken [Thu, 3 Apr 2003 23:10:11 +0000 (23:10 +0000)]
* support both error codes and messages in the second parameter to
  PEAR::isError()

21 years agoUse php_error_docref.
foobar [Thu, 3 Apr 2003 23:10:08 +0000 (23:10 +0000)]
Use php_error_docref.

21 years ago* remove track_errors ini fiddling, was a PHP bug that should be fixed now
Stig Bakken [Thu, 3 Apr 2003 23:05:25 +0000 (23:05 +0000)]
* remove track_errors ini fiddling, was a PHP bug that should be fixed now

21 years ago* initialize pkginfo with an empty provides array
Stig Bakken [Thu, 3 Apr 2003 23:04:52 +0000 (23:04 +0000)]
* initialize pkginfo with an empty provides array

21 years agoMFB
Rasmus Lerdorf [Thu, 3 Apr 2003 22:45:25 +0000 (22:45 +0000)]
MFB

21 years agoCheck for flex version 2.5.4
Marcus Boerger [Thu, 3 Apr 2003 20:59:42 +0000 (20:59 +0000)]
Check for flex version 2.5.4

21 years agoFix segfaults in imagecreate/imagecreatetruecolor
Sascha Schumann [Thu, 3 Apr 2003 19:18:57 +0000 (19:18 +0000)]
Fix segfaults in imagecreate/imagecreatetruecolor

21 years agoPatch from Timm Friede for when EG(active_namespace) is NULL initially.
Andrei Zmievski [Thu, 3 Apr 2003 19:05:25 +0000 (19:05 +0000)]
Patch from Timm Friede for when EG(active_namespace) is NULL initially.

21 years agoWS & CS fix
foobar [Thu, 3 Apr 2003 18:44:00 +0000 (18:44 +0000)]
WS & CS fix

21 years agoKludgy fix for floating point drift causing problems like range(1.0,1.5,0.1) == array...
Sara Golemon [Thu, 3 Apr 2003 18:33:05 +0000 (18:33 +0000)]
Kludgy fix for floating point drift causing problems like range(1.0,1.5,0.1) == array(1.0,1.1,1.2,1.3,1.4);

21 years agoAdd some checks and avoid passing invalid data to call_user_function_ex.
Sascha Schumann [Thu, 3 Apr 2003 18:19:15 +0000 (18:19 +0000)]
Add some checks and avoid passing invalid data to call_user_function_ex.

Fixes some heap corruption and allocation of negative amounts of memory.

21 years agoPrevent entering of anything but arrays/strings in register_shutdown_func
Sascha Schumann [Thu, 3 Apr 2003 18:09:41 +0000 (18:09 +0000)]
Prevent entering of anything but arrays/strings in register_shutdown_func

Noticed by: Jan Schneider

21 years agoInitialize all relevant zend_class_entry fields to avoid accidental
Andrei Zmievski [Thu, 3 Apr 2003 14:44:41 +0000 (14:44 +0000)]
Initialize all relevant zend_class_entry fields to avoid accidental
crashes.

21 years agoreorder
foobar [Thu, 3 Apr 2003 11:04:16 +0000 (11:04 +0000)]
reorder

21 years agonew domxml_elem_set_attribute_node() should have gone into NEWS, but I forgot..
Christian Stocker [Thu, 3 Apr 2003 10:24:53 +0000 (10:24 +0000)]
new domxml_elem_set_attribute_node() should have gone into NEWS, but I forgot..

21 years ago- Added domxml_elem_set_attribute_node() method. (Rob Richards)
Christian Stocker [Thu, 3 Apr 2003 10:21:19 +0000 (10:21 +0000)]
- Added domxml_elem_set_attribute_node() method. (Rob Richards)

21 years agofixed mysqli_prepare_result
Georg Richter [Thu, 3 Apr 2003 08:03:59 +0000 (08:03 +0000)]
fixed mysqli_prepare_result

21 years agofixed output
Georg Richter [Thu, 3 Apr 2003 08:03:12 +0000 (08:03 +0000)]
fixed output

21 years ago- CS
Derick Rethans [Thu, 3 Apr 2003 06:21:59 +0000 (06:21 +0000)]
- CS

21 years agoLeftover.
Sebastian Bergmann [Thu, 3 Apr 2003 05:06:03 +0000 (05:06 +0000)]
Leftover.

21 years agoi will not commit before 12:00
Sterling Hughes [Thu, 3 Apr 2003 03:07:58 +0000 (03:07 +0000)]
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00

21 years agoNEWS update
<changelog@php.net> [Thu, 3 Apr 2003 01:30:52 +0000 (01:30 +0000)]
NEWS update

21 years agoChangeLog update
<changelog@php.net> [Thu, 3 Apr 2003 01:30:48 +0000 (01:30 +0000)]
ChangeLog update

21 years agoAnother CS fix.
foobar [Thu, 3 Apr 2003 01:16:34 +0000 (01:16 +0000)]
Another CS fix.
# Rasmus, at least try keep the style consistent..

21 years agoCS fix
foobar [Thu, 3 Apr 2003 01:12:47 +0000 (01:12 +0000)]
CS fix

21 years agoFixed segfault in xml_parser_create()
Moriyoshi Koizumi [Thu, 3 Apr 2003 01:00:45 +0000 (01:00 +0000)]
Fixed segfault in xml_parser_create()
# due to too many %s in printf spec

21 years agoMFH
Ilia Alshanetsky [Thu, 3 Apr 2003 00:55:56 +0000 (00:55 +0000)]
MFH

21 years agoFixed memleak in output buffering facility
Moriyoshi Koizumi [Thu, 3 Apr 2003 00:50:17 +0000 (00:50 +0000)]
Fixed memleak in output buffering facility

21 years agoFixed segfault in mb_ereg_match()
Moriyoshi Koizumi [Thu, 3 Apr 2003 00:15:13 +0000 (00:15 +0000)]
Fixed segfault in mb_ereg_match()

21 years agoFixed lots of crashes in mbregex.
Moriyoshi Koizumi [Thu, 3 Apr 2003 00:01:44 +0000 (00:01 +0000)]
Fixed lots of crashes in mbregex.
# most of them were caused by stupid mistakes

21 years agoMFB: Check for negative precision
Rasmus Lerdorf [Wed, 2 Apr 2003 23:51:52 +0000 (23:51 +0000)]
MFB: Check for negative precision

21 years agoMFB: Fix unregister_tick_function crash
Rasmus Lerdorf [Wed, 2 Apr 2003 23:11:31 +0000 (23:11 +0000)]
MFB: Fix unregister_tick_function crash

21 years agofixed expected output
Georg Richter [Wed, 2 Apr 2003 22:07:27 +0000 (22:07 +0000)]
fixed expected output

21 years agoMFB: Get rid of bogus dtors
Rasmus Lerdorf [Wed, 2 Apr 2003 22:07:22 +0000 (22:07 +0000)]
MFB: Get rid of bogus dtors

21 years agoMFB: Fix the setlocale() segfault
Rasmus Lerdorf [Wed, 2 Apr 2003 21:33:02 +0000 (21:33 +0000)]
MFB: Fix the setlocale() segfault

21 years agoFor now only bison 1.28, 1.35 and 1.75 are working properly
Marcus Boerger [Wed, 2 Apr 2003 21:17:16 +0000 (21:17 +0000)]
For now only bison 1.28, 1.35 and 1.75 are working properly

21 years ago- Add zend_register_internal_namespace() API function.
Andrei Zmievski [Wed, 2 Apr 2003 20:27:44 +0000 (20:27 +0000)]
- Add zend_register_internal_namespace() API function.
- Add zend_register_internal_class_in_ns() API function.

21 years ago- Update for new name
Derick Rethans [Wed, 2 Apr 2003 18:39:11 +0000 (18:39 +0000)]
- Update for new name

21 years agoSimplify.
Andrei Zmievski [Wed, 2 Apr 2003 18:15:08 +0000 (18:15 +0000)]
Simplify.

21 years ago- Fix whitespace
Derick Rethans [Wed, 2 Apr 2003 17:23:04 +0000 (17:23 +0000)]
- Fix whitespace

21 years agoadd the ability for curl_multi_info to introspect the handles.
Sterling Hughes [Wed, 2 Apr 2003 16:58:52 +0000 (16:58 +0000)]
add the ability for curl_multi_info to introspect the handles.

# Zend commit doesn't break anything, so I'm committing it.  If anyone
# has problems, just speak up. :)

21 years agoImplement a different way to catch documentation comments.
Andrei Zmievski [Wed, 2 Apr 2003 16:51:49 +0000 (16:51 +0000)]
Implement a different way to catch documentation comments.

21 years agofixes for logo guid functions
Colin Viebrock [Wed, 2 Apr 2003 16:51:40 +0000 (16:51 +0000)]
fixes for logo guid functions

21 years agooops ... committed the wrong one
Colin Viebrock [Wed, 2 Apr 2003 16:28:38 +0000 (16:28 +0000)]
oops ... committed the wrong one

21 years agoRevert portions of the doc comment patch. There should be no parser
Andrei Zmievski [Wed, 2 Apr 2003 16:13:12 +0000 (16:13 +0000)]
Revert portions of the doc comment patch. There should be no parser
errors now.

21 years agofix logo (outline around letters)
Colin Viebrock [Wed, 2 Apr 2003 15:36:34 +0000 (15:36 +0000)]
fix logo (outline around letters)

21 years agoallow class_exists() to work with namespaces too.
Stanislav Malyshev [Wed, 2 Apr 2003 15:28:31 +0000 (15:28 +0000)]
allow class_exists() to work with namespaces too.
add CLASS_IS_NAMESPACE macro

21 years agofix typo
Stanislav Malyshev [Wed, 2 Apr 2003 15:03:24 +0000 (15:03 +0000)]
fix typo

21 years agoFixed bug #23008
Edin Kadribasic [Wed, 2 Apr 2003 12:36:03 +0000 (12:36 +0000)]
Fixed bug #23008

21 years agofix parameterless get_declared_classes call
Stanislav Malyshev [Wed, 2 Apr 2003 10:36:37 +0000 (10:36 +0000)]
fix parameterless get_declared_classes call

21 years agoPatch for Bug #22774 by Rob Richards
Christian Stocker [Wed, 2 Apr 2003 10:31:33 +0000 (10:31 +0000)]
Patch for Bug #22774 by Rob Richards

21 years agoAvoid having output_buffering cause this test to improperly fail.
Sara Golemon [Wed, 2 Apr 2003 01:51:34 +0000 (01:51 +0000)]
Avoid having output_buffering cause this test to improperly fail.

21 years agoChangeLog update
<changelog@php.net> [Wed, 2 Apr 2003 01:30:47 +0000 (01:30 +0000)]
ChangeLog update

21 years agoNew test for userfilters rewrite
Sara Golemon [Wed, 2 Apr 2003 00:41:09 +0000 (00:41 +0000)]
New test for userfilters rewrite

21 years agoFixed possible integer overflow in str_repeat().
Ilia Alshanetsky [Wed, 2 Apr 2003 00:25:45 +0000 (00:25 +0000)]
Fixed possible integer overflow in str_repeat().

21 years agoFix 'timestamp without timezone', too.
Jay Smith [Tue, 1 Apr 2003 23:56:16 +0000 (23:56 +0000)]
Fix 'timestamp without timezone', too.

21 years agoFix 'time with timezone', too
Marcus Boerger [Tue, 1 Apr 2003 23:34:11 +0000 (23:34 +0000)]
Fix 'time with timezone', too

21 years agoFixed bug #23009 (pg_select with timestamp)
Jay Smith [Tue, 1 Apr 2003 23:26:10 +0000 (23:26 +0000)]
Fixed bug #23009 (pg_select with timestamp)

21 years agoMFB
Rasmus Lerdorf [Tue, 1 Apr 2003 21:47:21 +0000 (21:47 +0000)]
MFB

21 years agoStas's patch on zend_execute.c (1.448 -> 1.449) resulted in a bug where
Andrei Zmievski [Tue, 1 Apr 2003 21:02:02 +0000 (21:02 +0000)]
Stas's patch on zend_execute.c (1.448 -> 1.449) resulted in a bug where
the namespaced member accesses didn't work. This should hopefully
correct it.

21 years agoFixed bogus test
Moriyoshi Koizumi [Tue, 1 Apr 2003 19:47:33 +0000 (19:47 +0000)]
Fixed bogus test

21 years agoSplit ZEND_NAMESPACE into user and internal namespaces. Hope this is
Andrei Zmievski [Tue, 1 Apr 2003 19:37:04 +0000 (19:37 +0000)]
Split ZEND_NAMESPACE into user and internal namespaces. Hope this is
okay with engine folks.

21 years agoFix an uninitialized read, default to FAILURE
Sascha Schumann [Tue, 1 Apr 2003 19:14:47 +0000 (19:14 +0000)]
Fix an uninitialized read, default to FAILURE

21 years agoMFB
Rasmus Lerdorf [Tue, 1 Apr 2003 19:12:32 +0000 (19:12 +0000)]
MFB

21 years agoAdded a test case for bug #22538
Moriyoshi Koizumi [Tue, 1 Apr 2003 19:10:04 +0000 (19:10 +0000)]
Added a test case for bug #22538

21 years agooops
Moriyoshi Koizumi [Tue, 1 Apr 2003 18:56:59 +0000 (18:56 +0000)]
oops

21 years agoReverted the last patch; the problem is elsewhere..
Moriyoshi Koizumi [Tue, 1 Apr 2003 18:56:26 +0000 (18:56 +0000)]
Reverted the last patch; the problem is elsewhere..

21 years agoMFB
Rasmus Lerdorf [Tue, 1 Apr 2003 18:50:31 +0000 (18:50 +0000)]
MFB

21 years agoFixed crash that occurs due to an abused persistent hashtable.
Moriyoshi Koizumi [Tue, 1 Apr 2003 18:44:00 +0000 (18:44 +0000)]
Fixed crash that occurs due to an abused persistent hashtable.
# thanks Sascha again.

21 years agocrap removal
foobar [Tue, 1 Apr 2003 16:02:31 +0000 (16:02 +0000)]
crap removal

21 years agoFixed bug #22987 (missing perror() check in configure)
foobar [Tue, 1 Apr 2003 15:35:57 +0000 (15:35 +0000)]
Fixed bug #22987 (missing perror() check in configure)

21 years agooops
Moshe Doron [Tue, 1 Apr 2003 12:54:35 +0000 (12:54 +0000)]
oops

21 years agorevert due the last string.c revert
Moshe Doron [Tue, 1 Apr 2003 12:53:44 +0000 (12:53 +0000)]
revert due the last string.c revert

21 years agorevert last commit for now
Moshe Doron [Tue, 1 Apr 2003 12:46:01 +0000 (12:46 +0000)]
revert last commit for now

21 years agoFixed crash in mb_convert_encoding() that occurs when a void array is
Moriyoshi Koizumi [Tue, 1 Apr 2003 11:49:30 +0000 (11:49 +0000)]
Fixed crash in mb_convert_encoding() that occurs when a void array is
passed as the third parameter

21 years ago*** empty log message ***
Thies C. Arntzen [Tue, 1 Apr 2003 11:04:38 +0000 (11:04 +0000)]
*** empty log message ***

21 years agofix VPATH builds
Sascha Schumann [Tue, 1 Apr 2003 10:16:12 +0000 (10:16 +0000)]
fix VPATH builds

21 years agoFix segfault in register_shutdown_function
Sascha Schumann [Tue, 1 Apr 2003 10:02:29 +0000 (10:02 +0000)]
Fix segfault in register_shutdown_function

21 years agoimprove namespace name hanfling
Stanislav Malyshev [Tue, 1 Apr 2003 09:43:30 +0000 (09:43 +0000)]
improve namespace name hanfling

21 years agofix get_declared_classes()
Stanislav Malyshev [Tue, 1 Apr 2003 09:27:05 +0000 (09:27 +0000)]
fix get_declared_classes()

21 years agoAdd __NAMESPACE__ auto-constant.
Stanislav Malyshev [Tue, 1 Apr 2003 09:22:41 +0000 (09:22 +0000)]
Add __NAMESPACE__ auto-constant.

21 years agomake get_declared_classes() work with namespaces (based on Tal Peer's patch)
Stanislav Malyshev [Tue, 1 Apr 2003 08:26:14 +0000 (08:26 +0000)]
make get_declared_classes() work with namespaces (based on Tal Peer's patch)

21 years agoDon't need shtool
Sascha Schumann [Tue, 1 Apr 2003 08:05:01 +0000 (08:05 +0000)]
Don't need shtool