]>
granicus.if.org Git - php/log
Ilia Alshanetsky [Tue, 10 Dec 2002 15:36:26 +0000 (15:36 +0000)]
Removed a pointless check. Thanks Stefan.
Stefan Esser [Tue, 10 Dec 2002 15:18:01 +0000 (15:18 +0000)]
fixing crashbug
patch by freddy77@angelfire.com
Marcus Boerger [Tue, 10 Dec 2002 14:35:13 +0000 (14:35 +0000)]
-make those debug messages
Marcus Boerger [Tue, 10 Dec 2002 14:31:00 +0000 (14:31 +0000)]
-when required haeder was not found --with-cdpf was simply ignored. I
changed this to be an error.
-cpdf did not check for --with-jpeg-dir and --with-tiff-dir
Marcus Boerger [Tue, 10 Dec 2002 11:21:30 +0000 (11:21 +0000)]
"of cause" should have been "of course" but is not needed anyway
#noticed by Zeev
Zeev Suraski [Tue, 10 Dec 2002 09:04:12 +0000 (09:04 +0000)]
Fix check to allow for static+access level modifiers
Ilia Alshanetsky [Tue, 10 Dec 2002 00:10:27 +0000 (00:10 +0000)]
Fixed bug #20907, patch by m-arai@sco.bekkoame.ne.jp.
Ilia Alshanetsky [Mon, 9 Dec 2002 18:45:32 +0000 (18:45 +0000)]
Replaced deprecated APR_BRIGADE_FOREACH macro.
foobar [Mon, 9 Dec 2002 18:30:50 +0000 (18:30 +0000)]
fix typos
foobar [Mon, 9 Dec 2002 18:29:22 +0000 (18:29 +0000)]
Make this actually work too.
Wez Furlong [Mon, 9 Dec 2002 18:29:07 +0000 (18:29 +0000)]
Centralize fopencookie test
foobar [Mon, 9 Dec 2002 18:05:37 +0000 (18:05 +0000)]
Fix the build with new cyrus and sasl2 libs
Marcus Boerger [Mon, 9 Dec 2002 18:03:00 +0000 (18:03 +0000)]
Recheckin as unix
# *** sorry ** a new diff tool converted it to dos before last comit *** sorry ***
Marcus Boerger [Mon, 9 Dec 2002 17:54:13 +0000 (17:54 +0000)]
Added open modifier '-' to skip/ignore locking. See bug #20828, #20858
Melvyn Sopacua [Mon, 9 Dec 2002 17:02:38 +0000 (17:02 +0000)]
Fix make install target on Cygwin, bug #20807
Wez Furlong [Mon, 9 Dec 2002 16:43:15 +0000 (16:43 +0000)]
MFB: zlib stream tests
Wez Furlong [Mon, 9 Dec 2002 16:14:28 +0000 (16:14 +0000)]
Emulate fopencookie on *BSD systems.
Patch mostly from Melvyn Sopacua <msopacua@idg.nl>
Moriyoshi Koizumi [Mon, 9 Dec 2002 15:54:38 +0000 (15:54 +0000)]
@- Let array_search() accept objects as a needle under ZendEngine2. (Moriyoshi)
Sascha Schumann [Mon, 9 Dec 2002 15:32:17 +0000 (15:32 +0000)]
Use $(INSTALL) rather than cp to install modules.
$(INSTALL) will usually unlink the target file first, so that in-memory
instances of the old file don't get simply overwritten (and crash and burn).
Edin Kadribasic [Mon, 9 Dec 2002 13:35:57 +0000 (13:35 +0000)]
MFB: Fix for #20894.
Zeev Suraski [Mon, 9 Dec 2002 12:10:17 +0000 (12:10 +0000)]
- Allow variables to have both 'static' modifier and an access level.
NOTE: This only works at the syntax level right now (parser). It
doesn't actually work as of yet - all statics are considered
public for now
- Prevent users from putting more restrictions on methods in derived classes
(i.e., you cannot make a public method private in a derived class, etc.)
foobar [Mon, 9 Dec 2002 11:50:15 +0000 (11:50 +0000)]
T_AAAA is not always available.
Sebastian Bergmann [Mon, 9 Dec 2002 11:45:46 +0000 (11:45 +0000)]
Fix build.
Wez Furlong [Mon, 9 Dec 2002 10:54:20 +0000 (10:54 +0000)]
MFB zlib related fixes
(sorry I didn't get around to doing this sooner)
Wez Furlong [Mon, 9 Dec 2002 10:38:35 +0000 (10:38 +0000)]
MFB: #20831 fix
Andi Gutmans [Mon, 9 Dec 2002 08:36:36 +0000 (08:36 +0000)]
- Fix a bug which I just introduced.
Andi Gutmans [Mon, 9 Dec 2002 08:31:44 +0000 (08:31 +0000)]
- Fix typo
Andi Gutmans [Mon, 9 Dec 2002 08:27:23 +0000 (08:27 +0000)]
- Improvements
Christian Stocker [Mon, 9 Dec 2002 08:14:15 +0000 (08:14 +0000)]
PHP_FALIAS for doc_get_elements_by_tagname got lost
Andi Gutmans [Mon, 9 Dec 2002 08:14:00 +0000 (08:14 +0000)]
- First attempt to improve memory manager during realloc()'s
Ilia Alshanetsky [Sun, 8 Dec 2002 21:07:13 +0000 (21:07 +0000)]
Fixed a color mixup in gdImageCopyResampled() when dealing with true-color
images & brought the code up to PHP coding standards.
Harald Radi [Sun, 8 Dec 2002 19:05:43 +0000 (19:05 +0000)]
update todo
Harald Radi [Sun, 8 Dec 2002 19:05:02 +0000 (19:05 +0000)]
initial checkin
Zeev Suraski [Sun, 8 Dec 2002 14:10:58 +0000 (14:10 +0000)]
Remove comment
Zeev Suraski [Sun, 8 Dec 2002 14:09:43 +0000 (14:09 +0000)]
Treat the absence of an access type just as if 'public' was supplied
Moriyoshi Koizumi [Sun, 8 Dec 2002 10:23:50 +0000 (10:23 +0000)]
Fixed stream leaks
Moriyoshi Koizumi [Sun, 8 Dec 2002 09:54:30 +0000 (09:54 +0000)]
Prevented return_value from being freed() twice
Sara Golemon [Sun, 8 Dec 2002 08:14:43 +0000 (08:14 +0000)]
Bug #17174 Added IPv6 (AAAA record) support to dns_check_record() also added support to dns_get_record
Marcus Boerger [Sat, 7 Dec 2002 23:33:41 +0000 (23:33 +0000)]
Updated error message
Marcus Boerger [Sat, 7 Dec 2002 23:21:50 +0000 (23:21 +0000)]
Updated error message
Zeev Suraski [Sat, 7 Dec 2002 21:46:12 +0000 (21:46 +0000)]
Simplify/fix inheritance checks
Zeev Suraski [Sat, 7 Dec 2002 21:37:09 +0000 (21:37 +0000)]
Support private/protected constructors
Timm Friebe [Sat, 7 Dec 2002 19:49:31 +0000 (19:49 +0000)]
- Fixed three memory leaks
- Fixed segfault with sybase_unbuffered_query() and unfetched resultsets
Sebastian Bergmann [Sat, 7 Dec 2002 16:47:44 +0000 (16:47 +0000)]
Update.
Ilia Alshanetsky [Sat, 7 Dec 2002 16:15:46 +0000 (16:15 +0000)]
Bug fixing news.
Ilia Alshanetsky [Sat, 7 Dec 2002 16:05:27 +0000 (16:05 +0000)]
Fixed bug #20796. $_GET/$_POST/$_COOKIE data can get overwritten when
register_globals are on and input contains arrays.
Zeev Suraski [Sat, 7 Dec 2002 15:53:37 +0000 (15:53 +0000)]
Fix error messages
Zeev Suraski [Sat, 7 Dec 2002 15:52:08 +0000 (15:52 +0000)]
Remove unintentional code
Andi Gutmans [Sat, 7 Dec 2002 15:51:25 +0000 (15:51 +0000)]
- Dissallow using parent, self and main as class names
Marcus Boerger [Sat, 7 Dec 2002 14:27:29 +0000 (14:27 +0000)]
Adding a test for abstract class instanciation
foobar [Sat, 7 Dec 2002 12:14:42 +0000 (12:14 +0000)]
sync
Sander Roobol [Sat, 7 Dec 2002 11:27:59 +0000 (11:27 +0000)]
sync with branch
Sander Roobol [Sat, 7 Dec 2002 11:21:44 +0000 (11:21 +0000)]
Forgot to add this entry...
Frank M. Kromann [Sat, 7 Dec 2002 06:05:06 +0000 (06:05 +0000)]
fixing code style
Ilia Alshanetsky [Sat, 7 Dec 2002 00:48:13 +0000 (00:48 +0000)]
Fixed bugs #20725 & #20860. Post form variables get lost if the uploaded
files cannot be written to disk.
Frank M. Kromann [Fri, 6 Dec 2002 22:56:57 +0000 (22:56 +0000)]
Removing unused code and making sure headers are send when called from imap_mail()
Frank M. Kromann [Fri, 6 Dec 2002 22:52:31 +0000 (22:52 +0000)]
Fixing a possible strcat on a NULL pointer
Moriyoshi Koizumi [Fri, 6 Dec 2002 18:25:39 +0000 (18:25 +0000)]
Fixed build with autoconf-2.54
Ilia Alshanetsky [Fri, 6 Dec 2002 17:46:26 +0000 (17:46 +0000)]
Added test case for bug #20865.
Ilia Alshanetsky [Fri, 6 Dec 2002 17:35:52 +0000 (17:35 +0000)]
Fixed bug #20865, array_key_exists() could not locate NULL keys.
Zeev Suraski [Fri, 6 Dec 2002 17:09:44 +0000 (17:09 +0000)]
- Implement public/protected/private methods.
- Prevent instantiation of classes with abstract methods.
Based in part on Marcus's patch.
Marcus Boerger [Fri, 6 Dec 2002 16:33:57 +0000 (16:33 +0000)]
cpdf + bundled gd
#maybe someone finds a better solution (perhaps in config) and comitts it
Abdul-Kareem Abo-Namous [Fri, 6 Dec 2002 13:44:35 +0000 (13:44 +0000)]
added support for multiple character sets.
OCILogon now has a forth optional parameter, which is the character set requested by the string (i.e. we8iso8859p1). when left blank, NLS_LANG or default is used.
config.m4 was changed to identify Oracle 9+ which is needed for this feature. all other oracle versions (lesser) fall back to the old behaviour.
Sebastian Bergmann [Fri, 6 Dec 2002 06:44:29 +0000 (06:44 +0000)]
A bit of an update for the sapi/servlet installation guide.
Sebastian Bergmann [Fri, 6 Dec 2002 06:08:17 +0000 (06:08 +0000)]
Deprecate sapi/fastcgi.
Ilia Alshanetsky [Fri, 6 Dec 2002 06:07:40 +0000 (06:07 +0000)]
Fixed bug #20812, ftp_get returned NULL on success instead of TRUE.
Pierre Joye [Fri, 6 Dec 2002 02:16:06 +0000 (02:16 +0000)]
Add imageistruecolor
Stig Bakken [Fri, 6 Dec 2002 00:10:10 +0000 (00:10 +0000)]
* fix upgrade-all output
Marcus Boerger [Thu, 5 Dec 2002 23:18:28 +0000 (23:18 +0000)]
php_error -> php_error_docref
James Cox [Thu, 5 Dec 2002 23:17:59 +0000 (23:17 +0000)]
more rain
James Cox [Thu, 5 Dec 2002 23:06:40 +0000 (23:06 +0000)]
rainy and cold here.
James Cox [Thu, 5 Dec 2002 22:55:25 +0000 (22:55 +0000)]
touch again.
Ilia Alshanetsky [Thu, 5 Dec 2002 22:46:54 +0000 (22:46 +0000)]
Fixed a memory leak inside heb_number_to_chars().
James Cox [Thu, 5 Dec 2002 22:35:11 +0000 (22:35 +0000)]
touch2.
James Cox [Thu, 5 Dec 2002 22:31:18 +0000 (22:31 +0000)]
touch
Ilia Alshanetsky [Thu, 5 Dec 2002 22:28:02 +0000 (22:28 +0000)]
Remove pointless checks for array_init() return values.
Marcus Boerger [Thu, 5 Dec 2002 21:53:25 +0000 (21:53 +0000)]
php_error -> php_error_docref
Marcus Boerger [Thu, 5 Dec 2002 21:46:08 +0000 (21:46 +0000)]
-php_error -> php_error_docref
Sara Golemon [Thu, 5 Dec 2002 21:20:47 +0000 (21:20 +0000)]
Bug #20746. Renamed aggregation_info() to aggregate_info() per naming conventions and created alias for BC.
Marcus Boerger [Thu, 5 Dec 2002 20:59:49 +0000 (20:59 +0000)]
-php_error -> php_error_docref
-removed some cases where emalloc result was tested
Marcus Boerger [Thu, 5 Dec 2002 20:41:55 +0000 (20:41 +0000)]
correct code that is guarded by "#if 0"
Marcus Boerger [Thu, 5 Dec 2002 20:39:43 +0000 (20:39 +0000)]
fix ZTS build
Marcus Boerger [Thu, 5 Dec 2002 20:13:35 +0000 (20:13 +0000)]
php_error -> php_error_docref
Marcus Boerger [Thu, 5 Dec 2002 20:01:31 +0000 (20:01 +0000)]
-fix a warning that was an error
-php_error -> php_error_docref
Ilia Alshanetsky [Thu, 5 Dec 2002 20:01:19 +0000 (20:01 +0000)]
Fixed bug #12556, updated the test for this bug.
Marcus Boerger [Thu, 5 Dec 2002 19:49:12 +0000 (19:49 +0000)]
fix debug only
Derick Rethans [Thu, 5 Dec 2002 19:33:03 +0000 (19:33 +0000)]
- Renamed snmpv3_* to snmp3_*
- Conversion to php_error_docref
- Whitespace fixes
Melvyn Sopacua [Thu, 5 Dec 2002 19:30:28 +0000 (19:30 +0000)]
Test data
Melvyn Sopacua [Thu, 5 Dec 2002 19:29:45 +0000 (19:29 +0000)]
Add a testcase for this bug
Marcus Boerger [Thu, 5 Dec 2002 15:52:20 +0000 (15:52 +0000)]
Remove unnecessary code here
foobar [Thu, 5 Dec 2002 15:44:27 +0000 (15:44 +0000)]
ws fix (bug: #20808)
Marcus Boerger [Thu, 5 Dec 2002 12:39:00 +0000 (12:39 +0000)]
Return FALSE on error as mentioned by John Coggeshall.
See Bug #20822
Rasmus Lerdorf [Wed, 4 Dec 2002 23:21:30 +0000 (23:21 +0000)]
Fix build
Ilia Alshanetsky [Wed, 4 Dec 2002 21:04:07 +0000 (21:04 +0000)]
Added GD image conversion tests.
Ilia Alshanetsky [Wed, 4 Dec 2002 20:58:04 +0000 (20:58 +0000)]
Made imagecreatefromxpm() work once again.
Ilia Alshanetsky [Wed, 4 Dec 2002 17:31:35 +0000 (17:31 +0000)]
Fixed a typo.
Ilia Alshanetsky [Wed, 4 Dec 2002 17:29:48 +0000 (17:29 +0000)]
Bug fixing news.
Ilia Alshanetsky [Wed, 4 Dec 2002 17:16:19 +0000 (17:16 +0000)]
Fixed a memory leak inside gdImageTrueColorToPalette().
Moriyoshi Koizumi [Wed, 4 Dec 2002 17:01:07 +0000 (17:01 +0000)]
Added a test for bug #12776
Moriyoshi Koizumi [Wed, 4 Dec 2002 16:49:59 +0000 (16:49 +0000)]
Bug fix news