]> granicus.if.org Git - php/log
php
22 years ago- Fix crash in iconv_set_encoding(). [Closes #15799]
Markus Fischer [Sun, 10 Mar 2002 09:22:31 +0000 (09:22 +0000)]
- Fix crash in iconv_set_encoding(). [Closes #15799]

22 years ago- Renamed aggregate.lib.php -> aggregate.lib (.php files are always deleted bycvsclean)
foobar [Sun, 10 Mar 2002 02:38:06 +0000 (02:38 +0000)]
- Renamed aggregate.lib.php -> aggregate.lib (.php files are always deleted bycvsclean)

22 years agoChangeLog update
<changelog@php.net> [Sun, 10 Mar 2002 01:19:17 +0000 (01:19 +0000)]
ChangeLog update

22 years ago- Fixed bug: #15686
foobar [Sat, 9 Mar 2002 21:30:12 +0000 (21:30 +0000)]
- Fixed bug: #15686

22 years ago- Fixed bug: #15190
foobar [Sat, 9 Mar 2002 18:17:06 +0000 (18:17 +0000)]
- Fixed bug: #15190

22 years ago- Add the original example script to the CVS so that it's always available.
Andi Gutmans [Sat, 9 Mar 2002 16:25:51 +0000 (16:25 +0000)]
- Add the original example script to the CVS so that it's always available.

22 years agoOops... 1 digit is allowed too! Reverting my fix.
Sander Roobol [Sat, 9 Mar 2002 11:23:48 +0000 (11:23 +0000)]
Oops... 1 digit is allowed too! Reverting my fix.

22 years agoFix build on win32
Jason Greene [Sat, 9 Mar 2002 06:41:19 +0000 (06:41 +0000)]
Fix build on win32

22 years agoFixed bug where NULL specified in sec was not waiting infinately as it should
Jason Greene [Sat, 9 Mar 2002 04:37:54 +0000 (04:37 +0000)]
Fixed bug where NULL specified in sec was not waiting infinately as it should
Fixed bug where socket_select was not producing an error message on error
Fixed bug where -1 was getting returned instead of FALSE in socket_recv(),
socket_send(), socket_sendto(), and socket_select()

22 years agoNEWS update
<changelog@php.net> [Sat, 9 Mar 2002 01:20:26 +0000 (01:20 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Sat, 9 Mar 2002 01:19:56 +0000 (01:19 +0000)]
ChangeLog update

22 years agowhitespace..
foobar [Sat, 9 Mar 2002 00:24:42 +0000 (00:24 +0000)]
whitespace..

22 years ago- Commented out the space escaping. Works now as it did before.
foobar [Sat, 9 Mar 2002 00:24:02 +0000 (00:24 +0000)]
- Commented out the space escaping. Works now as it did before.

22 years ago@ implemented domxml_elem_get_attribute_node(attrname) (chregu)
Christian Stocker [Fri, 8 Mar 2002 22:16:07 +0000 (22:16 +0000)]
@ implemented domxml_elem_get_attribute_node(attrname) (chregu)

22 years ago-support for out of section data
Marcus Boerger [Fri, 8 Mar 2002 20:56:44 +0000 (20:56 +0000)]
-support for out of section data

22 years agoFixed many tests, mostly incorrect paths.
Sander Roobol [Fri, 8 Mar 2002 19:16:19 +0000 (19:16 +0000)]
Fixed many tests, mostly incorrect paths.

22 years agoAdded linking files to make build compatible with RH 7.2's updated libxslt
Joseph Tate [Fri, 8 Mar 2002 18:56:00 +0000 (18:56 +0000)]
Added linking files to make build compatible with RH 7.2's updated libxslt
packages.  Should not break when compiling with older versions.  This may
fix bug #15942 as well.
Configure was giving a Warning message without these lines when --with-xslt was
specified.

22 years ago(php_date) Fixed 'r' modifier to always return two digits for the day
Sander Roobol [Fri, 8 Mar 2002 17:25:43 +0000 (17:25 +0000)]
(php_date) Fixed 'r' modifier to always return two digits for the day
value (see RFC 822) (#15952).

22 years agoreimplementation using macro instead of function pointer ( Bug #15951 )
Hartmut Holzgraefe [Fri, 8 Mar 2002 11:59:02 +0000 (11:59 +0000)]
reimplementation using macro instead of function pointer ( Bug #15951 )

22 years agoAdd 'import const' example.
Sebastian Bergmann [Fri, 8 Mar 2002 11:36:56 +0000 (11:36 +0000)]
Add 'import const' example.

22 years ago-change IsColor from non zero to 1
Marcus Boerger [Fri, 8 Mar 2002 11:33:46 +0000 (11:33 +0000)]
-change IsColor from non zero to 1
-new test and example for documentation

22 years ago@ domxml_elem_remove_attribute(attibutename) is now implemented (chregu)
Christian Stocker [Fri, 8 Mar 2002 11:05:13 +0000 (11:05 +0000)]
@ domxml_elem_remove_attribute(attibutename) is now implemented (chregu)

22 years ago- Support importing constants. e.g.:
Andi Gutmans [Fri, 8 Mar 2002 10:58:24 +0000 (10:58 +0000)]
- Support importing constants. e.g.:
<?php

class MyOuterClass {
const Hello = "Hello, World\n";
}

import const Hello from MyOuterClass;
print Hello;

22 years agoCleaned up previous commit.
Edin Kadribasic [Fri, 8 Mar 2002 09:55:58 +0000 (09:55 +0000)]
Cleaned up previous commit.
#Oops, commited older patch the first time :)

22 years ago@- Added -r option to the CLI version of PHP which executes a piece of PHP
Edin Kadribasic [Fri, 8 Mar 2002 09:47:52 +0000 (09:47 +0000)]
@- Added -r option to the CLI version of PHP which executes a piece of PHP
@  code directly from the commmand line. (Edin)

22 years ago@ added formatting option to domxml_dump_mem() (chregu)
Christian Stocker [Fri, 8 Mar 2002 09:18:31 +0000 (09:18 +0000)]
@ added formatting option to domxml_dump_mem() (chregu)

22 years agoChangeLog update
<changelog@php.net> [Fri, 8 Mar 2002 01:20:50 +0000 (01:20 +0000)]
ChangeLog update

22 years ago-Changes according to exif.c 1.55
Marcus Boerger [Fri, 8 Mar 2002 01:11:03 +0000 (01:11 +0000)]
-Changes according to exif.c 1.55

22 years ago-Support for IFD Arrays
Marcus Boerger [Fri, 8 Mar 2002 01:09:54 +0000 (01:09 +0000)]
-Support for IFD Arrays
#necessary for update/write operations

22 years agoTIFF support for 'non' digicam files
Marcus Boerger [Fri, 8 Mar 2002 01:06:59 +0000 (01:06 +0000)]
TIFF support for 'non' digicam files
# same as in standard/image.c but here it's more complex

22 years agoTIFF support for 'non' digicam files
Marcus Boerger [Fri, 8 Mar 2002 00:57:08 +0000 (00:57 +0000)]
TIFF support for 'non' digicam files

22 years agoCommented out a few lines that were causing a segfault in the unlink code.
Joseph Tate [Thu, 7 Mar 2002 23:52:57 +0000 (23:52 +0000)]
Commented out a few lines that were causing a segfault in the unlink code.
This fixes bug #14522.  I've tested that it does not cause a segfault under
RH 7.2, and retains all functionality.  I recommend that this patch be
considered for the PHP_4_2_0 tree as well, as having a function that core
dumps every time is a bad thing(TM).

22 years ago- Fixed the phpinfo() tables not to blow up when using very long
foobar [Thu, 7 Mar 2002 22:18:09 +0000 (22:18 +0000)]
- Fixed the phpinfo() tables not to blow up when using very long
  configure line.

22 years ago- Fixed some compile warnings and removed bogus comments.
foobar [Thu, 7 Mar 2002 21:41:51 +0000 (21:41 +0000)]
- Fixed some compile warnings and removed bogus comments.

22 years agoThese tests currently depend on register_globals=1
Sascha Schumann [Thu, 7 Mar 2002 20:51:27 +0000 (20:51 +0000)]
These tests currently depend on register_globals=1

22 years agoNews update
Jason Greene [Thu, 7 Mar 2002 20:48:10 +0000 (20:48 +0000)]
News update

22 years agoremove -module, it is added by configure.in
Sascha Schumann [Thu, 7 Mar 2002 20:45:20 +0000 (20:45 +0000)]
remove -module, it is added by configure.in

22 years agoUpdate test target from rules.mk
Sascha Schumann [Thu, 7 Mar 2002 20:42:20 +0000 (20:42 +0000)]
Update test target from rules.mk

22 years agoReadd ZEND_EXTRA_LIBS (as in Makefile.in rev 1.106).
Sascha Schumann [Thu, 7 Mar 2002 20:35:23 +0000 (20:35 +0000)]
Readd ZEND_EXTRA_LIBS (as in Makefile.in rev 1.106).

22 years agoCorrect the header file ordering. From 'man 3 inet' (FreeBSD 4.5):
Jon Parise [Thu, 7 Mar 2002 20:27:37 +0000 (20:27 +0000)]
Correct the header file ordering.  From 'man 3 inet' (FreeBSD 4.5):

#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>

22 years agoRevert uppercase directory name to lower case.
Frank M. Kromann [Thu, 7 Mar 2002 20:00:08 +0000 (20:00 +0000)]
Revert uppercase directory name to lower case.

22 years agoze2 handling
Sascha Schumann [Thu, 7 Mar 2002 19:56:53 +0000 (19:56 +0000)]
ze2 handling

22 years agoEnabling crypt() on Win32
Frank M. Kromann [Thu, 7 Mar 2002 19:46:23 +0000 (19:46 +0000)]
Enabling crypt() on Win32

22 years agoBuild libphp4.la as a module which can be dlopened.
Sascha Schumann [Thu, 7 Mar 2002 19:21:02 +0000 (19:21 +0000)]
Build libphp4.la as a module which can be dlopened.

This should not make a difference on common platforms,
but maybe esoteric ones.

22 years agoFix typo
Sascha Schumann [Thu, 7 Mar 2002 18:16:57 +0000 (18:16 +0000)]
Fix typo

22 years agoMaking mbstring compile under WIn32
Frank M. Kromann [Thu, 7 Mar 2002 17:28:50 +0000 (17:28 +0000)]
Making mbstring compile under WIn32

22 years agosome more information
Sascha Schumann [Thu, 7 Mar 2002 16:46:05 +0000 (16:46 +0000)]
some more information

22 years agoAdd NEWS entry for the new build system.
Sebastian Bergmann [Thu, 7 Mar 2002 16:41:11 +0000 (16:41 +0000)]
Add NEWS entry for the new build system.

22 years agoAdded type attribute wrappers to the remaining node types that did not have
Joseph Tate [Thu, 7 Mar 2002 16:34:13 +0000 (16:34 +0000)]
Added type attribute wrappers to the remaining node types that did not have
them.  I.e. XML_ATTRIBUTE_NODE and XML_CDATA_SECTION_NODE.  Mentioned in
Bug #15918.

22 years agoAdded TODO item to modify new_child so that more than just element nodes
Joseph Tate [Thu, 7 Mar 2002 16:33:02 +0000 (16:33 +0000)]
Added TODO item to modify new_child so that more than just element nodes
can be created.

22 years ago- Remove CVS things
Derick Rethans [Thu, 7 Mar 2002 15:51:29 +0000 (15:51 +0000)]
- Remove CVS things

22 years agotouch file
Sascha Schumann [Thu, 7 Mar 2002 15:44:10 +0000 (15:44 +0000)]
touch file

22 years agoFrom APR CVS.
Sascha Schumann [Thu, 7 Mar 2002 15:40:39 +0000 (15:40 +0000)]
From APR CVS.

fitz        02/03/07 07:37:09

  Modified:    build    apr_hints.m4
  Log:
  update for Mac OS X. -traditional-cpp is no longer recommended.

22 years agoFix check.. tsrm_config.h exists on all platforms but Win32.
Sascha Schumann [Thu, 7 Mar 2002 15:07:49 +0000 (15:07 +0000)]
Fix check.. tsrm_config.h exists on all platforms but Win32.

22 years agoreverted my patch to fix freetype2 related problem.
Rui Hirokawa [Thu, 7 Mar 2002 15:07:12 +0000 (15:07 +0000)]
reverted my patch to fix freetype2 related problem.

22 years agoBad extension. Still using AC_ADD_INCLUDE!
Sascha Schumann [Thu, 7 Mar 2002 14:59:48 +0000 (14:59 +0000)]
Bad extension. Still using AC_ADD_INCLUDE!

22 years agoRemove .libs from .cvsignores, except /.
Sascha Schumann [Thu, 7 Mar 2002 14:57:15 +0000 (14:57 +0000)]
Remove .libs from .cvsignores, except /.

22 years agophpize is already working, remove from todo
Sascha Schumann [Thu, 7 Mar 2002 14:49:16 +0000 (14:49 +0000)]
phpize is already working, remove from todo

22 years agoPlease welcome the new build system.
Sascha Schumann [Thu, 7 Mar 2002 14:20:02 +0000 (14:20 +0000)]
Please welcome the new build system.

If you encounter any problems, please make sure to email sas@php.net
directly.

An introduction can be found on

http://schumann.cx/buildv5.txt

22 years agoAdd another 'import' example and merge 'import' section into 'Namespaces' section.
Sebastian Bergmann [Thu, 7 Mar 2002 10:31:51 +0000 (10:31 +0000)]
Add another 'import' example and merge 'import' section into 'Namespaces' section.

22 years ago- Update NEWS
Derick Rethans [Thu, 7 Mar 2002 08:11:45 +0000 (08:11 +0000)]
- Update NEWS

22 years agoRename common.php to common.inc for easier deletion of garbages.
Yasuo Ohgaki [Thu, 7 Mar 2002 08:06:22 +0000 (08:06 +0000)]
Rename common.php to common.inc for easier deletion of garbages.
e.g. "rm -f *.php"

22 years agoNEWS update
<changelog@php.net> [Thu, 7 Mar 2002 01:22:10 +0000 (01:22 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Thu, 7 Mar 2002 01:21:51 +0000 (01:21 +0000)]
ChangeLog update

22 years agomore proto stuff
Hartmut Holzgraefe [Thu, 7 Mar 2002 00:13:41 +0000 (00:13 +0000)]
more proto stuff

22 years agoAdd news entries representing the sockets rework.
Jason Greene [Thu, 7 Mar 2002 00:13:27 +0000 (00:13 +0000)]
Add news entries representing the sockets rework.
#I had a hard time with the style due to the number of entries
#Feel free to make any changes

22 years agoproto fixes:
Hartmut Holzgraefe [Thu, 7 Mar 2002 00:01:26 +0000 (00:01 +0000)]
proto fixes:
  - changed 'double' to 'float'
  - changed 'int' to 'resource' where appropriate
  - format change: proto has to be on a single line and description
    on the very next one, some tools still rely on this

22 years agoiconv is back
Dan Kalowsky [Wed, 6 Mar 2002 22:26:46 +0000 (22:26 +0000)]
iconv is back

22 years ago- Bump version numbers on HEAD
Derick Rethans [Wed, 6 Mar 2002 22:26:02 +0000 (22:26 +0000)]
- Bump version numbers on HEAD

22 years ago- Cleaned this abit (no such long stuff should be here if it can be found
foobar [Wed, 6 Mar 2002 22:08:25 +0000 (22:08 +0000)]
- Cleaned this abit (no such long stuff should be here if it can be found
  in Manual...and if it's not in manual yet, ADD IT!
- Also moved some of the major changes in the beginning where people
  might even notice them. We should re-arrange this better btw.

22 years ago- standard test scripts for exif
Marcus Boerger [Wed, 6 Mar 2002 22:01:45 +0000 (22:01 +0000)]
- standard test scripts for exif
#hope all problems in exif are resolved now

22 years ago-comments
Marcus Boerger [Wed, 6 Mar 2002 20:52:17 +0000 (20:52 +0000)]
-comments
#just another jhead.c line

22 years agofixed my foobarred news entry
James Cox [Wed, 6 Mar 2002 20:28:38 +0000 (20:28 +0000)]
fixed my foobarred news entry

22 years ago-comments
Marcus Boerger [Wed, 6 Mar 2002 20:24:29 +0000 (20:24 +0000)]
-comments

22 years agoSockets Rework Patch 3 of 3
Jason Greene [Wed, 6 Mar 2002 20:19:09 +0000 (20:19 +0000)]
Sockets Rework Patch 3 of 3
Nuked all fd code
Rewrote socket_select to use arrays instead of the fd code
(This has the side-effect of fixing quite a few bugs)

22 years ago- Fix for bug #12383 and #14755: 105.05$ becomes 105.5$ (Patch by: Giancarlo
Derick Rethans [Wed, 6 Mar 2002 19:54:47 +0000 (19:54 +0000)]
- Fix for bug #12383 and #14755: 105.05$ becomes 105.5$ (Patch by: Giancarlo
  Niccolai <giancarlo@niccolai.org>)

22 years ago(PHP opendir) Changed CHECKUID_ALLOW_ONLY_DIR to CHECKUID_ALLOW_ONLY_FILE
James E. Flemer [Wed, 6 Mar 2002 18:31:33 +0000 (18:31 +0000)]
(PHP opendir) Changed CHECKUID_ALLOW_ONLY_DIR to CHECKUID_ALLOW_ONLY_FILE
              so that relative paths (vs absolute) work correctly.

22 years ago-updated test to reflect third parameter of exif_read_data
Marcus Boerger [Wed, 6 Mar 2002 18:21:50 +0000 (18:21 +0000)]
-updated test to reflect third parameter of exif_read_data

22 years ago-missing efree
Marcus Boerger [Wed, 6 Mar 2002 18:11:57 +0000 (18:11 +0000)]
-missing efree
-incorrect index/length computing: left from jhead
#no errors left with test files - controlled manually with hexeditor

22 years ago- Add function * and class * functionality. Only constants are left.
Andi Gutmans [Wed, 6 Mar 2002 17:08:26 +0000 (17:08 +0000)]
- Add function * and class * functionality. Only constants are left.
<?php

class MyOuterClass {
class MyInnerClass {
function func1()
{
print "func1()\n";
}

function func2()
{
print "func2()\n";
}
}
}

import class * from MyOuterClass;
import function func2 from MyOuterClass::MyInnerClass;

MyInnerClass::func1();
func2();

22 years agoquelling a warning, and ensuring now undefined behavior
Dan Kalowsky [Wed, 6 Mar 2002 16:15:28 +0000 (16:15 +0000)]
quelling a warning, and ensuring now undefined behavior

22 years agoWhen #if BLAHING a section, ensure to make it's prototype included. Returns
Dan Kalowsky [Wed, 6 Mar 2002 16:14:00 +0000 (16:14 +0000)]
When #if BLAHING a section, ensure to make it's prototype included.  Returns
build capability to MacOSX.

22 years ago- Add 'appname' parameter to sybase_connect. (Patch by Christophe Sollet
Derick Rethans [Wed, 6 Mar 2002 15:59:57 +0000 (15:59 +0000)]
- Add 'appname' parameter to sybase_connect. (Patch by Christophe Sollet
  <csollet@coleebris.com>)

22 years ago- Put them back (and do it right)
Derick Rethans [Wed, 6 Mar 2002 13:25:25 +0000 (13:25 +0000)]
- Put them back (and do it right)

22 years agoDo the estrdups after checking for parameter constraints.
Sascha Schumann [Wed, 6 Mar 2002 12:34:47 +0000 (12:34 +0000)]
Do the estrdups after checking for parameter constraints.

No real memory leaks though, because they are catched by the
memory manager.

22 years agoDid not revert back enough.
Sascha Schumann [Wed, 6 Mar 2002 12:25:01 +0000 (12:25 +0000)]
Did not revert back enough.

This patch does not make sense, because it enforces the existence
of a single directory.

22 years agoSID shall be defined to name=id, if the client did not supply
Sascha Schumann [Wed, 6 Mar 2002 12:12:39 +0000 (12:12 +0000)]
SID shall be defined to name=id, if the client did not supply
a cookie.

22 years agoMerge in session API changes (carry around tsrm context)
Sascha Schumann [Wed, 6 Mar 2002 11:49:51 +0000 (11:49 +0000)]
Merge in session API changes (carry around tsrm context)

Now PHP_SESSION_API is defined to the date of the last change,
so that externa source-code can handle changes more gracefully.

22 years agoAlways initialize the track-vars
Sascha Schumann [Wed, 6 Mar 2002 11:41:17 +0000 (11:41 +0000)]
Always initialize the track-vars

22 years ago- Remove unused variables
Derick Rethans [Wed, 6 Mar 2002 11:31:56 +0000 (11:31 +0000)]
- Remove unused variables

22 years ago- More ZTS fixes
Derick Rethans [Wed, 6 Mar 2002 11:26:05 +0000 (11:26 +0000)]
- More ZTS fixes

22 years ago- Fix build with ZTS
Derick Rethans [Wed, 6 Mar 2002 11:20:11 +0000 (11:20 +0000)]
- Fix build with ZTS

22 years ago-updated test
Marcus Boerger [Wed, 6 Mar 2002 09:32:02 +0000 (09:32 +0000)]
-updated test

22 years ago-new working thumbnail code
Marcus Boerger [Wed, 6 Mar 2002 09:31:32 +0000 (09:31 +0000)]
-new working thumbnail code
-everything uses new data structures
-new function exif_thumbnail
#nearly stripped off all jhead code
@read_exif_data is now an alias for exif_read_data
@  important to differenciate old/new version for tests)
@new function exif_tagname returns the names of tags
@new function exif_thumbnail extracts embedded thumbnail (Marcus)
#switched to internal version 1.2

22 years agoWeep out all recent commits of Yasuo.
Sascha Schumann [Wed, 6 Mar 2002 09:02:31 +0000 (09:02 +0000)]
Weep out all recent commits of Yasuo.

I don't have time right now to leave in the good ones and remove
only the bad ones.

There are some semantical changes which I reject, because
they aim at fixing a bug which is at a completely other location.

Then SID does not gefined anymore properly. (This broken patch
has not been sent to me at all.)

Also, there were *so* many whitespace changes which already
make these commits bogus.

22 years agoFixed typo :)
Yasuo Ohgaki [Wed, 6 Mar 2002 09:01:13 +0000 (09:01 +0000)]
Fixed typo :)

22 years agoUse static mm file save path. Now we can safely stop web server at start up when...
Yasuo Ohgaki [Wed, 6 Mar 2002 08:54:55 +0000 (08:54 +0000)]
Use static mm file save path. Now we can safely stop web server at start up when there is an error. Older mm uses static mm file path anyway.

22 years agoFix crash bug #14232
Yasuo Ohgaki [Wed, 6 Mar 2002 07:49:49 +0000 (07:49 +0000)]
Fix crash bug #14232

22 years agoMake php start even with wrong save_path.
Yasuo Ohgaki [Wed, 6 Mar 2002 06:29:43 +0000 (06:29 +0000)]
Make php start even with wrong save_path.

22 years agoSocket Rework Patch 2
Jason Greene [Wed, 6 Mar 2002 05:21:56 +0000 (05:21 +0000)]
Socket Rework Patch 2
Redesigned socket_recv() as outlined on php-dev
Modified socket_last_error() to no longer clear the error
Added socket_clear_error()
Fixed socket_set_nonblock()
Added socket_set_block()
Fixed a proto
Saved 1 byte of RAM : )