]> granicus.if.org Git - php/log
php
24 years agoFix spelling
Sascha Schumann [Tue, 13 Jun 2000 07:49:17 +0000 (07:49 +0000)]
Fix spelling

24 years ago(php_math_number_format) Simplifying the logic also fixed bugs #4954
Andrei Zmievski [Tue, 13 Jun 2000 04:31:02 +0000 (04:31 +0000)]
(php_math_number_format) Simplifying the logic also fixed bugs #4954
and #4998.

24 years agoChangeLog update
<changelog@php.net> [Tue, 13 Jun 2000 02:15:03 +0000 (02:15 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Tue, 13 Jun 2000 02:14:49 +0000 (02:14 +0000)]
NEWS update

24 years agoCheck more locations. Submitted by Anil Madhavapeddy <anil@recoil.org>
Chuck Hagenbuch [Tue, 13 Jun 2000 00:57:58 +0000 (00:57 +0000)]
Check more locations. Submitted by Anil Madhavapeddy <anil@recoil.org>

24 years agoRemoved obsolete, commented line
David Hedbor [Mon, 12 Jun 2000 23:41:34 +0000 (23:41 +0000)]
Removed obsolete, commented line

24 years agoMake Egon happy :)
Zeev Suraski [Mon, 12 Jun 2000 22:03:53 +0000 (22:03 +0000)]
Make Egon happy :)

24 years agoFix verified, update news
Zeev Suraski [Mon, 12 Jun 2000 21:41:56 +0000 (21:41 +0000)]
Fix verified, update news

24 years ago@- Fixed an initialization problem in the MS-SQL problem that could cause
Zeev Suraski [Mon, 12 Jun 2000 21:39:51 +0000 (21:39 +0000)]
@- Fixed an initialization problem in the MS-SQL problem that could cause
@  a crash in mssql_query() (Zeev)

24 years agoFix a bug in extension_dir, where PG(extension_dir) is not yet initialized by the...
Zeev Suraski [Mon, 12 Jun 2000 21:01:03 +0000 (21:01 +0000)]
Fix a bug in extension_dir, where PG(extension_dir) is not yet initialized by the time php_dl() is called

24 years agomaking zlib module compile on win32 with new directory structure
Frank M. Kromann [Mon, 12 Jun 2000 20:34:35 +0000 (20:34 +0000)]
making zlib module compile on win32 with new directory structure

24 years agomaking oracle module compile on win32 with new directory structure
Frank M. Kromann [Mon, 12 Jun 2000 20:34:17 +0000 (20:34 +0000)]
making oracle module compile on win32 with new directory structure

24 years agomaking oci8 module compile on win32 with new directory structure
Frank M. Kromann [Mon, 12 Jun 2000 20:33:55 +0000 (20:33 +0000)]
making oci8 module compile on win32 with new directory structure

24 years agomaking ldap module compile on win32 with new directory structure
Frank M. Kromann [Mon, 12 Jun 2000 20:33:32 +0000 (20:33 +0000)]
making ldap module compile on win32 with new directory structure

24 years agomaking java module compile on win32 with new directory structure
Frank M. Kromann [Mon, 12 Jun 2000 20:33:12 +0000 (20:33 +0000)]
making java module compile on win32 with new directory structure

24 years agomaking imap module compile on win32 with new directory structure
Frank M. Kromann [Mon, 12 Jun 2000 20:32:52 +0000 (20:32 +0000)]
making imap module compile on win32 with new directory structure

24 years agomaking ftp module compile on win32 with new directory structure
Frank M. Kromann [Mon, 12 Jun 2000 20:32:23 +0000 (20:32 +0000)]
making ftp module compile on win32 with new directory structure

24 years agomaking exif module compile on win32 with new directory structure
Frank M. Kromann [Mon, 12 Jun 2000 20:31:45 +0000 (20:31 +0000)]
making exif module compile on win32 with new directory structure

24 years agomaking calendar module compile on win32 with new directory structure
Frank M. Kromann [Mon, 12 Jun 2000 20:31:03 +0000 (20:31 +0000)]
making calendar module compile on win32 with new directory structure

24 years agoReturn the previous error handler from set_error_handler()
Zeev Suraski [Mon, 12 Jun 2000 20:31:02 +0000 (20:31 +0000)]
Return the previous error handler from set_error_handler()

24 years agonews update
Zeev Suraski [Mon, 12 Jun 2000 20:30:52 +0000 (20:30 +0000)]
news update

24 years agoAvoid using E_CORE_* errorlevels in any place which is not in the global startup...
Zeev Suraski [Mon, 12 Jun 2000 20:22:17 +0000 (20:22 +0000)]
Avoid using E_CORE_* errorlevels in any place which is not in the global startup sequence

24 years agomaking MSSQL module compile with new directory structure
Frank M. Kromann [Mon, 12 Jun 2000 20:16:07 +0000 (20:16 +0000)]
making MSSQL module compile with new directory structure

24 years ago@- Upgraded PCRE to version 3.2 and fixed a bug when anchored pattern
Andrei Zmievski [Mon, 12 Jun 2000 19:55:58 +0000 (19:55 +0000)]
@- Upgraded PCRE to version 3.2 and fixed a bug when anchored pattern
@  matched an empty string. (Andrei)

24 years agoDocument change.
Andrei Zmievski [Mon, 12 Jun 2000 19:41:33 +0000 (19:41 +0000)]
Document change.

24 years ago- On UNIX support popen() which works with current working directory
Andi Gutmans [Mon, 12 Jun 2000 19:39:04 +0000 (19:39 +0000)]
- On UNIX support popen() which works with current working directory
- when in VIRTUAL_DIR mode.

24 years agoMake gdttf.c work with virtual dir support.
Andrei Zmievski [Mon, 12 Jun 2000 19:13:21 +0000 (19:13 +0000)]
Make gdttf.c work with virtual dir support.

24 years ago- Start of popen() fix for UNIX. Still unclear what we'll do on Windows.
Andi Gutmans [Mon, 12 Jun 2000 18:48:18 +0000 (18:48 +0000)]
- Start of popen() fix for UNIX. Still unclear what we'll do on Windows.

24 years agoKilled <?php_track_vars?>
Zeev Suraski [Mon, 12 Jun 2000 16:07:25 +0000 (16:07 +0000)]
Killed <?php_track_vars?>

24 years agoGet rid of <?php_track_vars?>
Zeev Suraski [Mon, 12 Jun 2000 16:07:15 +0000 (16:07 +0000)]
Get rid of <?php_track_vars?>

24 years ago(PHP str_pad) Terminate string with a null.
Andrei Zmievski [Mon, 12 Jun 2000 16:06:27 +0000 (16:06 +0000)]
(PHP str_pad) Terminate string with a null.

24 years agoLets not offend anyone :)
Zeev Suraski [Mon, 12 Jun 2000 15:55:15 +0000 (15:55 +0000)]
Lets not offend anyone :)

24 years agoFixed a proto.
Egon Schmid [Mon, 12 Jun 2000 15:17:08 +0000 (15:17 +0000)]
Fixed a proto.

24 years agoFixed protos.
Egon Schmid [Mon, 12 Jun 2000 14:44:16 +0000 (14:44 +0000)]
Fixed protos.

24 years ago(php_readdir_r) Revert that bad patch.
Andrei Zmievski [Mon, 12 Jun 2000 14:11:39 +0000 (14:11 +0000)]
(php_readdir_r) Revert that bad patch.

24 years agoFixed some protos.
Egon Schmid [Mon, 12 Jun 2000 13:33:49 +0000 (13:33 +0000)]
Fixed some protos.

24 years agoQuiet CVS.
Andrei Zmievski [Mon, 12 Jun 2000 13:22:11 +0000 (13:22 +0000)]
Quiet CVS.

24 years ago(php_readdir_r) Last argument to readdir_r was missing.
Andrei Zmievski [Mon, 12 Jun 2000 13:20:38 +0000 (13:20 +0000)]
(php_readdir_r) Last argument to readdir_r was missing.

24 years agoChangeLog update
<changelog@php.net> [Mon, 12 Jun 2000 02:14:47 +0000 (02:14 +0000)]
ChangeLog update

24 years agoFix overlooked core->main change
Rasmus Lerdorf [Sun, 11 Jun 2000 19:53:19 +0000 (19:53 +0000)]
Fix overlooked core->main change

24 years agoFix Windows .dsp's
Zeev Suraski [Sun, 11 Jun 2000 19:23:21 +0000 (19:23 +0000)]
Fix Windows .dsp's

24 years agoChange directory name from core to main.
Sascha Schumann [Sun, 11 Jun 2000 18:51:17 +0000 (18:51 +0000)]
Change directory name from core to main.

24 years agoPrepare move of the top-level source files to the core directory.
Sascha Schumann [Sun, 11 Jun 2000 18:16:37 +0000 (18:16 +0000)]
Prepare move of the top-level source files to the core directory.

24 years ago- Solve floating point precision crash on FreeBSD.
Andi Gutmans [Sun, 11 Jun 2000 18:07:14 +0000 (18:07 +0000)]
- Solve floating point precision crash on FreeBSD.

24 years ago- Fixes crash problem on FreeBSD when losing precision. Need to still see
Andi Gutmans [Sun, 11 Jun 2000 17:45:19 +0000 (17:45 +0000)]
- Fixes crash problem on FreeBSD when losing precision. Need to still see
- how to detect we're on FreeBSD

24 years ago- Update NEWS
Andi Gutmans [Sun, 11 Jun 2000 17:27:00 +0000 (17:27 +0000)]
- Update NEWS

24 years ago- Untested but it should fix the problem with cyr_convert() not being
Andi Gutmans [Sun, 11 Jun 2000 17:23:38 +0000 (17:23 +0000)]
- Untested but it should fix the problem with cyr_convert() not being
- binary safe and destroying other values in the script

24 years ago- Make shockwave work with virtual_dir (a bit ugly).
Andi Gutmans [Sun, 11 Jun 2000 16:34:53 +0000 (16:34 +0000)]
- Make shockwave work with virtual_dir (a bit ugly).
- swf_openfile doesn't return any values. This seems to mean that you can
- only have one file open at a time.

24 years agoAdded argument type.
Egon Schmid [Sun, 11 Jun 2000 16:24:00 +0000 (16:24 +0000)]
Added argument type.

24 years agoFix zend_get_parameters()
Zeev Suraski [Sun, 11 Jun 2000 16:19:31 +0000 (16:19 +0000)]
Fix zend_get_parameters()

24 years agoForgot to set_compare_func in the new array functions, had only tested
Stig Venaas [Sun, 11 Jun 2000 12:20:42 +0000 (12:20 +0000)]
Forgot to set_compare_func in the new array functions, had only tested
with older source.

24 years agoSeparate creating config_vars.mk and generating Makefiles.
Sascha Schumann [Sun, 11 Jun 2000 10:38:37 +0000 (10:38 +0000)]
Separate creating config_vars.mk and generating Makefiles.

This change enables you to regenerate Makefiles by running config.status.

24 years agoRemove unnecessary second cat invocation
Sascha Schumann [Sun, 11 Jun 2000 10:33:39 +0000 (10:33 +0000)]
Remove unnecessary second cat invocation

24 years ago(set_time_limit) converted to new API.
Thies C. Arntzen [Sun, 11 Jun 2000 10:27:36 +0000 (10:27 +0000)]
(set_time_limit) converted to new API.
# for some weird reason this fixes a newly introduced crash.

24 years agoUpgrade to Libtool 1.3.5.
Sascha Schumann [Sun, 11 Jun 2000 10:26:24 +0000 (10:26 +0000)]
Upgrade to Libtool 1.3.5.

24 years agooops.
Sterling Hughes [Sun, 11 Jun 2000 07:51:10 +0000 (07:51 +0000)]
oops.

# P.s.:  The current CVS is broken (virtual dir stuff), does anyone have
# an idea on when it will be fixed?

24 years agoChangeLog update
<changelog@php.net> [Sun, 11 Jun 2000 02:14:51 +0000 (02:14 +0000)]
ChangeLog update

24 years ago- Avoid generating unnecessary switch statemets.
Jouni Ahto [Sun, 11 Jun 2000 01:25:16 +0000 (01:25 +0000)]
- Avoid generating unnecessary switch statemets.
- Add a test if argument was given (if it is optional) before trying to
  fetch a resource and a note that something should be done if it wasn't.
- Some cosmetic fixes in the code generated.
- Some other small fixes in the code generated, already forgotten.

24 years agoOne more place.
Andrei Zmievski [Sat, 10 Jun 2000 19:44:34 +0000 (19:44 +0000)]
One more place.

24 years agoTerminate the string with '\0'.
Andrei Zmievski [Sat, 10 Jun 2000 19:43:20 +0000 (19:43 +0000)]
Terminate the string with '\0'.

24 years agoNotice about adding array_unique, array_intersect and array_diff
Stig Venaas [Sat, 10 Jun 2000 19:38:01 +0000 (19:38 +0000)]
Notice about adding array_unique, array_intersect and array_diff

24 years agoChanged array_subtract to array_diff
Stig Venaas [Sat, 10 Jun 2000 19:09:56 +0000 (19:09 +0000)]
Changed array_subtract to array_diff

24 years agoAdding fuctions array_unique, array_intersect and array_subtract.
Stig Venaas [Sat, 10 Jun 2000 18:58:45 +0000 (18:58 +0000)]
Adding fuctions array_unique, array_intersect and array_subtract.

24 years ago- Fix bug in virtual_file_ex when the resulting path is the root.
Andi Gutmans [Sat, 10 Jun 2000 15:15:28 +0000 (15:15 +0000)]
- Fix bug in virtual_file_ex when the resulting path is the root.

24 years ago- Fixed problem when using uninitialized values in comparisons with strings.
Andi Gutmans [Sat, 10 Jun 2000 14:39:06 +0000 (14:39 +0000)]
- Fixed problem when using uninitialized values in comparisons with strings.
-  They behave as empty strings again just like in PHP 3.

24 years ago- Commit message says it all
Andi Gutmans [Sat, 10 Jun 2000 14:37:54 +0000 (14:37 +0000)]
- Commit message says it all

24 years ago- Erased an extra line by mistake
Andi Gutmans [Sat, 10 Jun 2000 14:16:34 +0000 (14:16 +0000)]
- Erased an extra line by mistake

24 years ago- Fix PostgreSQL project file a bit.
Andi Gutmans [Sat, 10 Jun 2000 10:15:53 +0000 (10:15 +0000)]
- Fix PostgreSQL project file a bit.
- Remove some HAVE_* from config.w32.h. More can be removed. Right now
- most HAVE_*'s in config.w32.h can actually be removed as they usually are
- only used by the module itself and not by PHP. MSQL is an exception as
- log can use it too

24 years agoDefine _POSIX_PTHREAD_SEMANTICS on Solaris by default.
Sascha Schumann [Sat, 10 Jun 2000 10:10:23 +0000 (10:10 +0000)]
Define _POSIX_PTHREAD_SEMANTICS on Solaris by default.

24 years ago- Fix incorrect code creation when an optional argument is resource type.
Jouni Ahto [Sat, 10 Jun 2000 09:45:27 +0000 (09:45 +0000)]
- Fix incorrect code creation when an optional argument is resource type.

24 years ago- This seems to be a bug. Anyone know who wrote this code? Should it stay
Andi Gutmans [Sat, 10 Jun 2000 09:05:22 +0000 (09:05 +0000)]
- This seems to be a bug. Anyone know who wrote this code? Should it stay
- in?

24 years ago- Update module project files to include:
Andi Gutmans [Sat, 10 Jun 2000 09:00:31 +0000 (09:00 +0000)]
- Update module project files to include:
- HAVE_MODULE=1
- ZEND_WIN32
- PHP_WIN32
- COMPILE_DL_MODULE
- ZTS=1

24 years ago- Add some documentation for ext_skel and a note about it's existence.
Jouni Ahto [Sat, 10 Jun 2000 08:59:43 +0000 (08:59 +0000)]
- Add some documentation for ext_skel and a note about it's existence.

24 years ago- #ifdef COMPILE_DL_FOO
Andi Gutmans [Sat, 10 Jun 2000 08:50:24 +0000 (08:50 +0000)]
- #ifdef COMPILE_DL_FOO
- #if HAVE_FOO

24 years ago- Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows
Andi Gutmans [Sat, 10 Jun 2000 08:48:01 +0000 (08:48 +0000)]
- Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows
- need to define both COMPILE_DL_MODULE and HAVE_MODULE=1

24 years agoAdd -qthreaded for AIX cc V5
Sascha Schumann [Sat, 10 Jun 2000 08:26:59 +0000 (08:26 +0000)]
Add -qthreaded for AIX cc V5

24 years agoAdd FreeBSD's new -kthread option.
Sascha Schumann [Sat, 10 Jun 2000 08:09:05 +0000 (08:09 +0000)]
Add FreeBSD's new -kthread option.

Add a list of compiler/platforms where the flags are known to work.

24 years agoFix MYSQL_LIB_CHK ($i is used by the outer loop)
Sascha Schumann [Sat, 10 Jun 2000 07:48:55 +0000 (07:48 +0000)]
Fix MYSQL_LIB_CHK ($i is used by the outer loop)

24 years agoSearch for mysqlclient library in lib and lib/mysql
Sascha Schumann [Sat, 10 Jun 2000 07:38:58 +0000 (07:38 +0000)]
Search for mysqlclient library in lib and lib/mysql

24 years agoFix typo
Sascha Schumann [Sat, 10 Jun 2000 06:00:08 +0000 (06:00 +0000)]
Fix typo

24 years ago- Fix typos, add default case to switch and other small things.
Jouni Ahto [Sat, 10 Jun 2000 05:47:22 +0000 (05:47 +0000)]
- Fix typos, add default case to switch and other small things.

24 years ago- Automatically generate C code to handle arguments passed to a PHP function
Jouni Ahto [Sat, 10 Jun 2000 03:53:11 +0000 (03:53 +0000)]
- Automatically generate C code to handle arguments passed to a PHP function
  based on function proto.
# Very cool! Try yourself, put for example the following line in file funcs:
# bool drawtext(string text, resource font, int x, int y [, resource color])
# and then run ./ext_skel foobar /full/path/to/funcs and then look at
# foobar.c...

24 years agoMake yaz compilable as shared module.
Sascha Schumann [Sat, 10 Jun 2000 03:35:57 +0000 (03:35 +0000)]
Make yaz compilable as shared module.

24 years agoChangeLog update
<changelog@php.net> [Sat, 10 Jun 2000 02:14:52 +0000 (02:14 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Sat, 10 Jun 2000 02:14:49 +0000 (02:14 +0000)]
NEWS update

24 years agoI can't think of a reason of why it should just be a notice... Make it a warning...
Zeev Suraski [Sat, 10 Jun 2000 01:12:12 +0000 (01:12 +0000)]
I can't think of a reason of why it should just be a notice...  Make it a warning, like it was in PHP 3.

24 years agoFix bug #4768
Zeev Suraski [Sat, 10 Jun 2000 01:08:55 +0000 (01:08 +0000)]
Fix bug #4768

24 years ago# Still a typo.
Jouni Ahto [Fri, 9 Jun 2000 23:37:05 +0000 (23:37 +0000)]
# Still a typo.

24 years ago- Update postgress to build on Windows
Andi Gutmans [Fri, 9 Jun 2000 22:39:56 +0000 (22:39 +0000)]
- Update postgress to build on Windows

24 years ago# Cosmetic fixes and a typo.
Jouni Ahto [Fri, 9 Jun 2000 21:47:20 +0000 (21:47 +0000)]
# Cosmetic fixes and a typo.

24 years ago@- Fixed 'Z' flag in date() to adjust for daylight savings time. (Andrei)
Andrei Zmievski [Fri, 9 Jun 2000 20:18:36 +0000 (20:18 +0000)]
@- Fixed 'Z' flag in date() to adjust for daylight savings time. (Andrei)

24 years agoMade an alias for hash apply with arguments.
Andrei Zmievski [Fri, 9 Jun 2000 20:18:16 +0000 (20:18 +0000)]
Made an alias for hash apply with arguments.

24 years ago- Cosmetic changes.
Jouni Ahto [Fri, 9 Jun 2000 18:04:17 +0000 (18:04 +0000)]
- Cosmetic changes.
- Optionally, create function entries, stubs and declarations from names
  listed in a file.

24 years ago- Forgot to remove the FIXME
Andi Gutmans [Fri, 9 Jun 2000 17:52:09 +0000 (17:52 +0000)]
- Forgot to remove the FIXME

24 years ago- Make the memory limit accurate
Andi Gutmans [Fri, 9 Jun 2000 17:51:37 +0000 (17:51 +0000)]
- Make the memory limit accurate

24 years agoReal fix for std_syslog issue on OpenServer. This is limited to the native
Sascha Schumann [Fri, 9 Jun 2000 17:21:40 +0000 (17:21 +0000)]
Real fix for std_syslog issue on OpenServer. This is limited to the native
development system (/bin/cc and icc) and does not show up with the UDK.

24 years agoThe ! command is not portable.
Sascha Schumann [Fri, 9 Jun 2000 17:19:26 +0000 (17:19 +0000)]
The ! command is not portable.

24 years ago- Fix cache initialization
Andi Gutmans [Fri, 9 Jun 2000 16:08:30 +0000 (16:08 +0000)]
- Fix cache initialization

24 years ago- Allocate and cache in 8 byte blocks. Most allocators anyway use 8 byte
Andi Gutmans [Fri, 9 Jun 2000 15:54:14 +0000 (15:54 +0000)]
- Allocate and cache in 8 byte blocks. Most allocators anyway use 8 byte
- blocks. This should help fragmentation and cache hits.
- The old tree is tagged as PRE_EIGHT_BYTE_ALLOC_PATCH

24 years agoUpdate news
Zeev Suraski [Fri, 9 Jun 2000 15:44:49 +0000 (15:44 +0000)]
Update news