]> granicus.if.org Git - php/log
php
23 years agosome clean up
Tomas V.V.Cox [Mon, 8 Oct 2001 16:52:33 +0000 (16:52 +0000)]
some clean up

23 years ago@- Added support for word match mnogosearch-3.2 command and for stopfile
Sergey Kartashoff [Mon, 8 Oct 2001 16:50:13 +0000 (16:50 +0000)]
@- Added support for word match mnogosearch-3.2 command and for stopfile
@  command. StopTable will not be supported by mnogosearch-3.2.x
- Added support for word match mnogosearch-3.2 command and for stopfile
  command. StopTable will not be supported by mnogosearch-3.2.x

23 years agoFixing prototypes and removing unused code
Frank M. Kromann [Mon, 8 Oct 2001 16:42:19 +0000 (16:42 +0000)]
Fixing prototypes and removing unused code

23 years agofixed PDF_get_value for parameters
Rainer Schaaf [Mon, 8 Oct 2001 16:12:12 +0000 (16:12 +0000)]
fixed PDF_get_value for parameters
- capheight
- ascender
- descender

had to ajust modifier by PDFLIB_FONT_OFFSET

23 years ago- Fix for bug #13592 (Patch by Markus Fischer <mfischer@guru.josefine.at>)
Derick Rethans [Mon, 8 Oct 2001 06:28:16 +0000 (06:28 +0000)]
- Fix for bug #13592 (Patch by Markus Fischer <mfischer@guru.josefine.at>)

23 years agomore work on Windows support
Tomas V.V.Cox [Mon, 8 Oct 2001 06:12:13 +0000 (06:12 +0000)]
more work on Windows support

23 years agoadded mkTempDir to create temporal directories
Tomas V.V.Cox [Mon, 8 Oct 2001 06:10:54 +0000 (06:10 +0000)]
added mkTempDir to create temporal directories

23 years agodetect and report error
Tomas V.V.Cox [Mon, 8 Oct 2001 03:31:14 +0000 (03:31 +0000)]
detect and report error

23 years agouse Tar.php class and clean up some unused properties
Tomas V.V.Cox [Mon, 8 Oct 2001 03:29:34 +0000 (03:29 +0000)]
use Tar.php class and clean up some unused properties

23 years agoChangeLog update
<changelog@php.net> [Mon, 8 Oct 2001 00:10:29 +0000 (00:10 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Mon, 8 Oct 2001 00:10:25 +0000 (00:10 +0000)]
NEWS update

23 years agowork on Windows support (use Tar class and System class)
Tomas V.V.Cox [Sun, 7 Oct 2001 20:16:41 +0000 (20:16 +0000)]
work on Windows support (use Tar class and System class)

23 years agouse the new System class for common file opperations
Tomas V.V.Cox [Sun, 7 Oct 2001 20:14:11 +0000 (20:14 +0000)]
use the new System class for common file opperations

23 years agomake this entry readable.
foobar [Sun, 7 Oct 2001 19:37:53 +0000 (19:37 +0000)]
make this entry readable.

23 years ago@- Added mmapfile(), read a file into a variabele with mmap (Ilia A, Derick)
Derick Rethans [Sun, 7 Oct 2001 18:34:44 +0000 (18:34 +0000)]
@- Added mmapfile(), read a file into a variabele with mmap (Ilia A, Derick)
- Added mmapfile(), read a file into a variabele with mmap (Patch by:
  Ilia A. <ilia@prohost.org>)

23 years agoFix naming inside php_search_array, comp_func is not a compare function.
Jeroen van Wolffelaar [Sun, 7 Oct 2001 13:49:08 +0000 (13:49 +0000)]
Fix naming inside php_search_array, comp_func is not a compare function.

23 years agofix sp
Sterling Hughes [Sun, 7 Oct 2001 11:59:14 +0000 (11:59 +0000)]
fix sp

23 years ago@ Have rand() and mt_rand() seed automatically if srand() or mt_srand() has
Sterling Hughes [Sun, 7 Oct 2001 11:52:09 +0000 (11:52 +0000)]
@ Have rand() and mt_rand() seed automatically if srand() or mt_srand() has
@ not been called. (Sterling)

23 years agoChangeLog update
<changelog@php.net> [Sun, 7 Oct 2001 00:10:03 +0000 (00:10 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Sun, 7 Oct 2001 00:10:00 +0000 (00:10 +0000)]
NEWS update

23 years ago@Added version_compare() function (Stig)
Stig Bakken [Sat, 6 Oct 2001 23:22:37 +0000 (23:22 +0000)]
@Added version_compare() function (Stig)

23 years ago- <br> -> <br />
Derick Rethans [Sat, 6 Oct 2001 20:13:39 +0000 (20:13 +0000)]
- <br> -> <br />

23 years agofix execution order
Sterling Hughes [Sat, 6 Oct 2001 18:59:39 +0000 (18:59 +0000)]
fix execution order

23 years agoavoid TSRMLS_FETCH()
Sterling Hughes [Sat, 6 Oct 2001 18:55:09 +0000 (18:55 +0000)]
avoid TSRMLS_FETCH()

23 years ago@ Don't through a file does not exist warning for the is_dir(), is_writeable(),
Sterling Hughes [Sat, 6 Oct 2001 18:52:37 +0000 (18:52 +0000)]
@ Don't through a file does not exist warning for the is_dir(), is_writeable(),
@ is_readable(), is_executable(), is_link() and is_file() functions. (Sterling)

23 years agorand_mt.c, rand_sys.c are gone, remove them from the workspace file.
Sascha Schumann [Sat, 6 Oct 2001 18:02:23 +0000 (18:02 +0000)]
rand_mt.c, rand_sys.c are gone, remove them from the workspace file.

23 years agoMade session test pass on systems with short open tags disabled.
Edin Kadribasic [Sat, 6 Oct 2001 09:54:23 +0000 (09:54 +0000)]
Made session test pass on systems with short open tags disabled.

23 years agoMade assert test pass on systems with short open tags disabled.
Edin Kadribasic [Sat, 6 Oct 2001 09:38:29 +0000 (09:38 +0000)]
Made assert test pass on systems with short open tags disabled.
Added .cvsignore

23 years agoFix Win32 build.
Sebastian Bergmann [Sat, 6 Oct 2001 06:05:36 +0000 (06:05 +0000)]
Fix Win32 build.

23 years agofixed name of global variables in ext/skelton.
Rui Hirokawa [Sat, 6 Oct 2001 04:39:37 +0000 (04:39 +0000)]
fixed name of global variables in ext/skelton.

23 years agoChangeLog update
<changelog@php.net> [Sat, 6 Oct 2001 00:10:55 +0000 (00:10 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Sat, 6 Oct 2001 00:10:52 +0000 (00:10 +0000)]
NEWS update

23 years ago* prototype of version_compare, doesn't work yet
Stig Bakken [Fri, 5 Oct 2001 23:56:19 +0000 (23:56 +0000)]
* prototype of version_compare, doesn't work yet

23 years agoFix the pow-test, it now succeeds on my machine
Jeroen van Wolffelaar [Fri, 5 Oct 2001 23:37:08 +0000 (23:37 +0000)]
Fix the pow-test, it now succeeds on my machine

23 years agocvsignore file
Stig Bakken [Fri, 5 Oct 2001 22:25:33 +0000 (22:25 +0000)]
cvsignore file

23 years agoAdd test for array_search and in_array
Jeroen van Wolffelaar [Fri, 5 Oct 2001 22:01:04 +0000 (22:01 +0000)]
Add test for array_search and in_array

(should be expanded though)

23 years agoFix array_search and in_array. Now binary safe, and faster (returns when
Jeroen van Wolffelaar [Fri, 5 Oct 2001 21:58:41 +0000 (21:58 +0000)]
Fix array_search and in_array. Now binary safe, and faster (returns when
found, and doesn't duplicate the key each time, but only when necessary)

Patch also by Edin Kadribasic

23 years agoFix bug 13567 and don't depend on a boolean int-value to be either 1 or 0
Jeroen van Wolffelaar [Fri, 5 Oct 2001 20:14:33 +0000 (20:14 +0000)]
Fix bug 13567 and don't depend on a boolean int-value to be either 1 or 0

23 years agoAdded array_change_key_case() function that returns array with
Edin Kadribasic [Fri, 5 Oct 2001 18:38:53 +0000 (18:38 +0000)]
Added array_change_key_case() function that returns array with
with all string keys lowercased or uppercased
@- Added array_change_key_case() function that returns array with
@  with all string keys lowercased or uppercased (EdinK)

23 years agonuke unnecessary force-by-ref declarations + name the needed in a proper way
Daniel Beulshausen [Fri, 5 Oct 2001 15:56:42 +0000 (15:56 +0000)]
nuke unnecessary force-by-ref declarations + name the needed in a proper way

23 years agoadded tests for PHP version comparing functions
Tomas V.V.Cox [Fri, 5 Oct 2001 13:02:08 +0000 (13:02 +0000)]
added tests for PHP version comparing functions

23 years agochanged the logic of version comparation
Tomas V.V.Cox [Fri, 5 Oct 2001 12:46:21 +0000 (12:46 +0000)]
changed the logic of version comparation

23 years agofix declaration
Sascha Schumann [Fri, 5 Oct 2001 12:22:12 +0000 (12:22 +0000)]
fix declaration

23 years agomake this work under OSX
Sterling Hughes [Fri, 5 Oct 2001 07:12:27 +0000 (07:12 +0000)]
make this work under OSX

23 years agoE_ALL fixes
Tomas V.V.Cox [Fri, 5 Oct 2001 01:32:13 +0000 (01:32 +0000)]
E_ALL fixes

23 years agoget rid of the RC part of php versions
Tomas V.V.Cox [Fri, 5 Oct 2001 00:28:36 +0000 (00:28 +0000)]
get rid of the RC part of php versions

23 years agoChangeLog update
<changelog@php.net> [Fri, 5 Oct 2001 00:11:33 +0000 (00:11 +0000)]
ChangeLog update

23 years agofix gd2 preprocessor definitions
Daniel Beulshausen [Thu, 4 Oct 2001 20:21:19 +0000 (20:21 +0000)]
fix gd2 preprocessor definitions

23 years agoundo last changes
Daniel Beulshausen [Thu, 4 Oct 2001 20:19:46 +0000 (20:19 +0000)]
undo last changes

23 years agofix macro
Daniel Beulshausen [Thu, 4 Oct 2001 20:14:17 +0000 (20:14 +0000)]
fix macro

23 years agouse maxpathlen instead of path_max
Daniel Beulshausen [Thu, 4 Oct 2001 20:10:58 +0000 (20:10 +0000)]
use maxpathlen instead of path_max

23 years agoadded method phpVersionIs() to find if a PHP version is minor, greater
Tomas V.V.Cox [Thu, 4 Oct 2001 19:05:09 +0000 (19:05 +0000)]
added method phpVersionIs() to find if a PHP version is minor, greater
or both (see in-line doc for more info)

23 years agono message
Harald Radi [Thu, 4 Oct 2001 18:24:44 +0000 (18:24 +0000)]
no message

23 years ago- 'Fix' for bug #13543
Derick Rethans [Thu, 4 Oct 2001 15:25:39 +0000 (15:25 +0000)]
- 'Fix' for bug #13543

23 years agoMFZE1
Sebastian Bergmann [Thu, 4 Oct 2001 14:18:52 +0000 (14:18 +0000)]
MFZE1

23 years agoupdate
Sascha Schumann [Thu, 4 Oct 2001 09:31:11 +0000 (09:31 +0000)]
update

23 years agoSearch for the '@' symbol in the DSN from the right instead of the left.
Jon Parise [Thu, 4 Oct 2001 00:29:37 +0000 (00:29 +0000)]
Search for the '@' symbol in the DSN from the right instead of the left.
That will allow the password element to include a '@' symbol without
confusing the DSN parser.

Submitted by: Alex L <admin@networkessence.net>

23 years agoChangeLog update
<changelog@php.net> [Thu, 4 Oct 2001 00:10:38 +0000 (00:10 +0000)]
ChangeLog update

23 years agoFix typo - comment is ; not '
Stanislav Malyshev [Wed, 3 Oct 2001 11:35:51 +0000 (11:35 +0000)]
Fix typo - comment is ; not '

23 years agoAdd cleanup on an exec failure
Jason Greene [Wed, 3 Oct 2001 03:48:27 +0000 (03:48 +0000)]
Add cleanup on an exec failure
Remove debug comments

23 years agoChangeLog update
<changelog@php.net> [Wed, 3 Oct 2001 00:10:10 +0000 (00:10 +0000)]
ChangeLog update

23 years agotypo fix by zoot@zotikos.com
Sascha Schumann [Tue, 2 Oct 2001 14:54:46 +0000 (14:54 +0000)]
typo fix by zoot@zotikos.com

23 years agoFix.
Andrei Zmievski [Tue, 2 Oct 2001 13:57:29 +0000 (13:57 +0000)]
Fix.

23 years agoChangeLog update
<changelog@php.net> [Tue, 2 Oct 2001 00:11:54 +0000 (00:11 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Tue, 2 Oct 2001 00:11:50 +0000 (00:11 +0000)]
NEWS update

23 years ago@$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)
Sascha Schumann [Mon, 1 Oct 2001 21:03:05 +0000 (21:03 +0000)]
@$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)

may fail.

23 years agoRemoved PHOENIX_INCLUDE, I don't need it to compile and it seems like
Mark L. Woodward [Mon, 1 Oct 2001 11:04:56 +0000 (11:04 +0000)]
Removed PHOENIX_INCLUDE, I don't need it to compile and it seems like
it causes a conflict with ext/mhash. (Phoenix has a file called mhash.h
and that is being found when mhash is being built.)

23 years agoChangeLog update
<changelog@php.net> [Mon, 1 Oct 2001 00:12:07 +0000 (00:12 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Mon, 1 Oct 2001 00:12:02 +0000 (00:12 +0000)]
NEWS update

23 years agoAdd QUERY_STRING, HTTP_HOST, HTTP_ACCEPT_LANGUAGE to the script
Sascha Schumann [Sun, 30 Sep 2001 18:23:28 +0000 (18:23 +0000)]
Add QUERY_STRING, HTTP_HOST, HTTP_ACCEPT_LANGUAGE to the script
environment.

Also support setting the INI path from the outside.

23 years ago- Merge the NAMESPACES_BRANCH. It wasn't a good idea to have a branch when
Andi Gutmans [Sun, 30 Sep 2001 17:29:55 +0000 (17:29 +0000)]
- Merge the NAMESPACES_BRANCH. It wasn't a good idea to have a branch when
- the whole CVS tree is work in progress

23 years agoIgnore generated files.
Jon Parise [Sun, 30 Sep 2001 16:20:05 +0000 (16:20 +0000)]
Ignore generated files.

23 years agoAllow the location of the Phoenix library to be specified on the configure
Jon Parise [Sun, 30 Sep 2001 16:13:52 +0000 (16:13 +0000)]
Allow the location of the Phoenix library to be specified on the configure
commandline.

23 years agoDidn't compile, replaced some TSRMLS_C with TSRMLS_CC
Stig Venaas [Sun, 30 Sep 2001 13:30:18 +0000 (13:30 +0000)]
Didn't compile, replaced some TSRMLS_C with TSRMLS_CC

23 years ago@Added new function pcntl_exec, which behaves similar to execve.
Jason Greene [Sun, 30 Sep 2001 06:59:12 +0000 (06:59 +0000)]
@Added new function pcntl_exec, which behaves similar to execve.

23 years agoI could have sworn I test compiled this when I committed it a couple of
Rasmus Lerdorf [Sun, 30 Sep 2001 04:42:08 +0000 (04:42 +0000)]
I could have sworn I test compiled this when I committed it a couple of
days ago.  Must have been hallucinating.

23 years agoChangeLog update
<changelog@php.net> [Sun, 30 Sep 2001 00:09:40 +0000 (00:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Sun, 30 Sep 2001 00:09:37 +0000 (00:09 +0000)]
NEWS update

23 years agoSearch frontend example has been updated.
Sergey Kartashoff [Sat, 29 Sep 2001 14:09:42 +0000 (14:09 +0000)]
Search frontend example has been updated.

23 years ago@- initial support of mnogosearch-3.2.x has been added. Not all features
Sergey Kartashoff [Sat, 29 Sep 2001 13:58:18 +0000 (13:58 +0000)]
@- initial support of mnogosearch-3.2.x has been added. Not all features
@  are implemented currently.
- initial support of mnogosearch-3.2.x has been added. Not all features
  are implemented currently.

23 years ago# fixed typo
Sergey Kartashoff [Sat, 29 Sep 2001 09:25:22 +0000 (09:25 +0000)]
# fixed typo

23 years agoming-0.2a needs rint() in libm.
Rui Hirokawa [Sat, 29 Sep 2001 08:15:39 +0000 (08:15 +0000)]
ming-0.2a needs rint() in libm.

23 years agoDoh! Return nothing when there is nothing back from a plugin
Mark L. Woodward [Sat, 29 Sep 2001 00:53:07 +0000 (00:53 +0000)]
Doh! Return nothing when there is nothing back from a plugin

23 years agoextract only the package.xml file instead of all files
Tomas V.V.Cox [Sat, 29 Sep 2001 00:38:24 +0000 (00:38 +0000)]
extract only the package.xml file instead of all files

23 years agoChangeLog update
<changelog@php.net> [Sat, 29 Sep 2001 00:09:47 +0000 (00:09 +0000)]
ChangeLog update

23 years agoAdded msession_set_array and msession_plugin
Mark L. Woodward [Fri, 28 Sep 2001 12:41:06 +0000 (12:41 +0000)]
Added msession_set_array and msession_plugin

23 years agoimplemented infoFromTgzFile()
Tomas V.V.Cox [Fri, 28 Sep 2001 00:55:16 +0000 (00:55 +0000)]
implemented infoFromTgzFile()

23 years agoChangeLog update
<changelog@php.net> [Fri, 28 Sep 2001 00:10:13 +0000 (00:10 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Fri, 28 Sep 2001 00:10:10 +0000 (00:10 +0000)]
NEWS update

23 years agotab vs ws
Tomas V.V.Cox [Thu, 27 Sep 2001 23:59:16 +0000 (23:59 +0000)]
tab vs ws

23 years agodon't want "-" in package names
Tomas V.V.Cox [Thu, 27 Sep 2001 23:31:15 +0000 (23:31 +0000)]
don't want "-" in package names

23 years agoTypo
Jeroen van Wolffelaar [Thu, 27 Sep 2001 20:07:16 +0000 (20:07 +0000)]
Typo

23 years agoUndo Z_ subst for sapi and ext/yaz
Jeroen van Wolffelaar [Thu, 27 Sep 2001 20:01:23 +0000 (20:01 +0000)]
Undo Z_ subst for sapi and ext/yaz

23 years agoUndo Z_ subst
Jeroen van Wolffelaar [Thu, 27 Sep 2001 19:43:06 +0000 (19:43 +0000)]
Undo Z_ subst

23 years agoPatch from Sander Steffann <sander@steffann.nl> to prevent crash.
David Eriksson [Thu, 27 Sep 2001 12:28:10 +0000 (12:28 +0000)]
Patch from Sander Steffann <sander@steffann.nl> to prevent crash.

23 years ago- Bump it up in the right place
Andi Gutmans [Thu, 27 Sep 2001 08:08:33 +0000 (08:08 +0000)]
- Bump it up in the right place

23 years agoFix segfault and check for truecolor image in ImageColorAt
Rasmus Lerdorf [Thu, 27 Sep 2001 07:36:34 +0000 (07:36 +0000)]
Fix segfault and check for truecolor image in ImageColorAt
@- Fix segfault and check for truecolor image in ImageColorAt (Rasmus)

23 years ago- Fix crashbug in php_chunk_split()
Derick Rethans [Thu, 27 Sep 2001 06:55:23 +0000 (06:55 +0000)]
- Fix crashbug in php_chunk_split()

23 years agoinclude php_compat.h, so that we use php_XML_* if necessary. Better to do it in expat...
Dan Libby [Thu, 27 Sep 2001 00:29:34 +0000 (00:29 +0000)]
include php_compat.h, so that we use php_XML_* if necessary. Better to do it in expat.h, so that other libs, eg xmlrpc, inherit this behavior and we can link

23 years agoAnother leak bites the dust?
Zeev Suraski [Thu, 27 Sep 2001 00:21:21 +0000 (00:21 +0000)]
Another leak bites the dust?