]>
granicus.if.org Git - php/log
Andrei Zmievski [Mon, 12 Jun 2000 13:22:11 +0000 (13:22 +0000)]
Quiet CVS.
Andrei Zmievski [Mon, 12 Jun 2000 13:20:38 +0000 (13:20 +0000)]
(php_readdir_r) Last argument to readdir_r was missing.
<changelog@php.net> [Mon, 12 Jun 2000 02:14:47 +0000 (02:14 +0000)]
ChangeLog update
Rasmus Lerdorf [Sun, 11 Jun 2000 19:53:19 +0000 (19:53 +0000)]
Fix overlooked core->main change
Zeev Suraski [Sun, 11 Jun 2000 19:23:21 +0000 (19:23 +0000)]
Fix Windows .dsp's
Sascha Schumann [Sun, 11 Jun 2000 18:51:17 +0000 (18:51 +0000)]
Change directory name from core to main.
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.
Andi Gutmans [Sun, 11 Jun 2000 18:07:14 +0000 (18:07 +0000)]
- Solve floating point precision crash on FreeBSD.
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
Andi Gutmans [Sun, 11 Jun 2000 17:27:00 +0000 (17:27 +0000)]
- Update NEWS
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
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.
Egon Schmid [Sun, 11 Jun 2000 16:24:00 +0000 (16:24 +0000)]
Added argument type.
Zeev Suraski [Sun, 11 Jun 2000 16:19:31 +0000 (16:19 +0000)]
Fix zend_get_parameters()
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.
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.
Sascha Schumann [Sun, 11 Jun 2000 10:33:39 +0000 (10:33 +0000)]
Remove unnecessary second cat invocation
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.
Sascha Schumann [Sun, 11 Jun 2000 10:26:24 +0000 (10:26 +0000)]
Upgrade to Libtool 1.3.5.
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?
<changelog@php.net> [Sun, 11 Jun 2000 02:14:51 +0000 (02:14 +0000)]
ChangeLog update
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.
Andrei Zmievski [Sat, 10 Jun 2000 19:44:34 +0000 (19:44 +0000)]
One more place.
Andrei Zmievski [Sat, 10 Jun 2000 19:43:20 +0000 (19:43 +0000)]
Terminate the string with '\0'.
Stig Venaas [Sat, 10 Jun 2000 19:38:01 +0000 (19:38 +0000)]
Notice about adding array_unique, array_intersect and array_diff
Stig Venaas [Sat, 10 Jun 2000 19:09:56 +0000 (19:09 +0000)]
Changed array_subtract to array_diff
Stig Venaas [Sat, 10 Jun 2000 18:58:45 +0000 (18:58 +0000)]
Adding fuctions array_unique, array_intersect and array_subtract.
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.
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.
Andi Gutmans [Sat, 10 Jun 2000 14:37:54 +0000 (14:37 +0000)]
- Commit message says it all
Andi Gutmans [Sat, 10 Jun 2000 14:16:34 +0000 (14:16 +0000)]
- Erased an extra line by mistake
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
Sascha Schumann [Sat, 10 Jun 2000 10:10:23 +0000 (10:10 +0000)]
Define _POSIX_PTHREAD_SEMANTICS on Solaris by default.
Jouni Ahto [Sat, 10 Jun 2000 09:45:27 +0000 (09:45 +0000)]
- Fix incorrect code creation when an optional argument is resource type.
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?
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
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.
Andi Gutmans [Sat, 10 Jun 2000 08:50:24 +0000 (08:50 +0000)]
- #ifdef COMPILE_DL_FOO
- #if HAVE_FOO
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
Sascha Schumann [Sat, 10 Jun 2000 08:26:59 +0000 (08:26 +0000)]
Add -qthreaded for AIX cc V5
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.
Sascha Schumann [Sat, 10 Jun 2000 07:48:55 +0000 (07:48 +0000)]
Fix MYSQL_LIB_CHK ($i is used by the outer loop)
Sascha Schumann [Sat, 10 Jun 2000 07:38:58 +0000 (07:38 +0000)]
Search for mysqlclient library in lib and lib/mysql
Sascha Schumann [Sat, 10 Jun 2000 06:00:08 +0000 (06:00 +0000)]
Fix typo
Jouni Ahto [Sat, 10 Jun 2000 05:47:22 +0000 (05:47 +0000)]
- Fix typos, add default case to switch and other small things.
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...
Sascha Schumann [Sat, 10 Jun 2000 03:35:57 +0000 (03:35 +0000)]
Make yaz compilable as shared module.
<changelog@php.net> [Sat, 10 Jun 2000 02:14:52 +0000 (02:14 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 10 Jun 2000 02:14:49 +0000 (02:14 +0000)]
NEWS update
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.
Zeev Suraski [Sat, 10 Jun 2000 01:08:55 +0000 (01:08 +0000)]
Fix bug #4768
Jouni Ahto [Fri, 9 Jun 2000 23:37:05 +0000 (23:37 +0000)]
# Still a typo.
Andi Gutmans [Fri, 9 Jun 2000 22:39:56 +0000 (22:39 +0000)]
- Update postgress to build on Windows
Jouni Ahto [Fri, 9 Jun 2000 21:47:20 +0000 (21:47 +0000)]
# Cosmetic fixes and a typo.
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)
Andrei Zmievski [Fri, 9 Jun 2000 20:18:16 +0000 (20:18 +0000)]
Made an alias for hash apply with arguments.
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.
Andi Gutmans [Fri, 9 Jun 2000 17:52:09 +0000 (17:52 +0000)]
- Forgot to remove the FIXME
Andi Gutmans [Fri, 9 Jun 2000 17:51:37 +0000 (17:51 +0000)]
- Make the memory limit accurate
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.
Sascha Schumann [Fri, 9 Jun 2000 17:19:26 +0000 (17:19 +0000)]
The ! command is not portable.
Andi Gutmans [Fri, 9 Jun 2000 16:08:30 +0000 (16:08 +0000)]
- Fix cache initialization
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
Zeev Suraski [Fri, 9 Jun 2000 15:44:49 +0000 (15:44 +0000)]
Update news
Zeev Suraski [Fri, 9 Jun 2000 15:42:49 +0000 (15:42 +0000)]
Fix bug #4933
Zeev Suraski [Fri, 9 Jun 2000 15:40:37 +0000 (15:40 +0000)]
Fixed bug #4819
Zeev Suraski [Fri, 9 Jun 2000 15:13:36 +0000 (15:13 +0000)]
@- Fixed var_dump() not to modify the internal order of array elements (Zeev)
Fixed the buffer overflow as well
Jouni Ahto [Fri, 9 Jun 2000 14:46:15 +0000 (14:46 +0000)]
- Changed user instructions.
Andi Gutmans [Fri, 9 Jun 2000 14:41:33 +0000 (14:41 +0000)]
- Time to change it. We changed register_internal_class() ->
- zend_register_internal_class()
Andi Gutmans [Fri, 9 Jun 2000 14:40:14 +0000 (14:40 +0000)]
- Andrei, this is for you!
- Add zend_register_internal_class_ex() which allows you to specify a
- parent to inherit from. You can either specify the parent directly or via
- its name.
Andrei Zmievski [Fri, 9 Jun 2000 13:58:10 +0000 (13:58 +0000)]
@- Fixed stripcslashes() to remove to strip \ in unknown escapes instead of
@ leaving it. (Andrei)
Andrei Zmievski [Fri, 9 Jun 2000 13:50:39 +0000 (13:50 +0000)]
@- Changed WDDX to always serialize arrays as structs. (Andrei)
Changed WDDX to always serialize arrays as structs. PR #4924
Andi Gutmans [Fri, 9 Jun 2000 13:36:36 +0000 (13:36 +0000)]
- Typo
Zeev Suraski [Fri, 9 Jun 2000 13:15:19 +0000 (13:15 +0000)]
Fix #4928
Be *CAREFUL* with the _ex API, guys!
Andi Gutmans [Fri, 9 Jun 2000 13:08:40 +0000 (13:08 +0000)]
- Remove old obsolete code.
Andi Gutmans [Fri, 9 Jun 2000 13:07:26 +0000 (13:07 +0000)]
- Make unset consistent with the way array offsets work
Stanislav Malyshev [Fri, 9 Jun 2000 10:59:21 +0000 (10:59 +0000)]
Handle unset with empty key
Stanislav Malyshev [Fri, 9 Jun 2000 10:34:53 +0000 (10:34 +0000)]
Make chmod in safe mode not allow SUID bits
Andi Gutmans [Fri, 9 Jun 2000 08:41:59 +0000 (08:41 +0000)]
- Change register_internal_class to zend_register_internal_class for
- consistency.
- Andrei: I'm still thinking about the _ex you want me to implement
Andi Gutmans [Fri, 9 Jun 2000 08:10:15 +0000 (08:10 +0000)]
- Use PHP_WIN32
Jouni Ahto [Fri, 9 Jun 2000 03:38:37 +0000 (03:38 +0000)]
- As Sascha requested.
Andrei Zmievski [Fri, 9 Jun 2000 03:00:02 +0000 (03:00 +0000)]
(php_wddx_deserialize_ex) return SUCCESS/FAILURE
Use that return value in WDDX session deserializer.
Sascha Schumann [Fri, 9 Jun 2000 02:59:47 +0000 (02:59 +0000)]
Change COMPILE_DL to COMPILE_DL_EXTNAME
Jouni Ahto [Fri, 9 Jun 2000 02:51:43 +0000 (02:51 +0000)]
- Added skeleton module creating script.
Zeev Suraski [Fri, 9 Jun 2000 02:18:50 +0000 (02:18 +0000)]
- Parse errors in the php.ini files under Windows will no longer mess up the
HTTP headers in CGI mode and are now displayed in a message box
<changelog@php.net> [Fri, 9 Jun 2000 02:14:58 +0000 (02:14 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 9 Jun 2000 02:14:55 +0000 (02:14 +0000)]
NEWS update
Zeev Suraski [Fri, 9 Jun 2000 01:50:44 +0000 (01:50 +0000)]
Move back everything to where it belongs...
Zeev Suraski [Fri, 9 Jun 2000 01:41:16 +0000 (01:41 +0000)]
This should no longer be necessary
Zeev Suraski [Fri, 9 Jun 2000 00:46:39 +0000 (00:46 +0000)]
This seems to be a valid report, can't hurt anyway (PR 4252)
Zeev Suraski [Fri, 9 Jun 2000 00:43:43 +0000 (00:43 +0000)]
Restore the check for the trailing slash. Windows does not apply s#/+#/# (PR 4375)
Sascha Schumann [Fri, 9 Jun 2000 00:42:05 +0000 (00:42 +0000)]
You need to include dynlib.mk in Makefile.in.
Sascha Schumann [Fri, 9 Jun 2000 00:26:56 +0000 (00:26 +0000)]
The default serializer is still php.
Sascha Schumann [Fri, 9 Jun 2000 00:23:20 +0000 (00:23 +0000)]
Automatically recover from a failed attempt to decode a session object.
PR: #4886
Sascha Schumann [Thu, 8 Jun 2000 23:42:04 +0000 (23:42 +0000)]
Fix format strings. cache_expire's type was changed to long.
Sascha Schumann [Thu, 8 Jun 2000 23:39:01 +0000 (23:39 +0000)]
Somehow I screwed up the find parameters while doing the original change.
s/global.h/php_global.h/
Andrei Zmievski [Thu, 8 Jun 2000 21:07:30 +0000 (21:07 +0000)]
Include php_global.h, instead of global.h
Zeev Suraski [Thu, 8 Jun 2000 12:28:48 +0000 (12:28 +0000)]
Update .dsp's
Anthony Whitehead [Thu, 8 Jun 2000 11:56:36 +0000 (11:56 +0000)]
Added more server variables to the HTTP_SERVER_VARS array, all the
variables listed in the structs in nsapi.c should work now. Untested on
Windows platform.
Thies C. Arntzen [Thu, 8 Jun 2000 09:49:31 +0000 (09:49 +0000)]
@- Fixed crash in OCIFetchStatement() when trying to read after
@ all data has already been read. (Thies)