Stig Venaas
2ef880c048
Notice about adding array_unique, array_intersect and array_diff
2000-06-10 19:38:01 +00:00
Stig Venaas
f18b903d5f
Changed array_subtract to array_diff
2000-06-10 19:09:56 +00:00
Stig Venaas
99f151f1bd
Adding fuctions array_unique, array_intersect and array_subtract.
2000-06-10 18:58:45 +00:00
Andi Gutmans
a1c036b8cf
- Fix bug in virtual_file_ex when the resulting path is the root.
2000-06-10 15:15:28 +00:00
Andi Gutmans
390dccacac
- Fixed problem when using uninitialized values in comparisons with strings.
...
- They behave as empty strings again just like in PHP 3.
2000-06-10 14:39:06 +00:00
Andi Gutmans
131dfb4a02
- Commit message says it all
2000-06-10 14:37:54 +00:00
Andi Gutmans
8df948c5c2
- Erased an extra line by mistake
2000-06-10 14:16:34 +00:00
Andi Gutmans
97de5b2106
- 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
2000-06-10 10:15:53 +00:00
Sascha Schumann
8e3fdccb8d
Define _POSIX_PTHREAD_SEMANTICS on Solaris by default.
2000-06-10 10:10:23 +00:00
Jouni Ahto
88426390a8
- Fix incorrect code creation when an optional argument is resource type.
2000-06-10 09:45:27 +00:00
Andi Gutmans
77f4e1c8c7
- This seems to be a bug. Anyone know who wrote this code? Should it stay
...
- in?
2000-06-10 09:05:22 +00:00
Andi Gutmans
2b0a8049db
- Update module project files to include:
...
- HAVE_MODULE=1
- ZEND_WIN32
- PHP_WIN32
- COMPILE_DL_MODULE
- ZTS=1
2000-06-10 09:00:31 +00:00
Jouni Ahto
d09ec3261f
- Add some documentation for ext_skel and a note about it's existence.
2000-06-10 08:59:43 +00:00
Andi Gutmans
f79e3fa02f
- #ifdef COMPILE_DL_FOO
...
- #if HAVE_FOO
2000-06-10 08:50:24 +00:00
Andi Gutmans
a9d4cf9023
- 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
2000-06-10 08:48:01 +00:00
Sascha Schumann
0eeee6b7c8
Add -qthreaded for AIX cc V5
2000-06-10 08:26:59 +00:00
Sascha Schumann
f6c8918a0d
Add FreeBSD's new -kthread option.
...
Add a list of compiler/platforms where the flags are known to work.
2000-06-10 08:09:05 +00:00
Sascha Schumann
ce9a9fb1dc
Fix MYSQL_LIB_CHK ($i is used by the outer loop)
2000-06-10 07:48:55 +00:00
Sascha Schumann
9097a78187
Search for mysqlclient library in lib and lib/mysql
2000-06-10 07:38:58 +00:00
Sascha Schumann
7b89a0037d
Fix typo
2000-06-10 06:00:08 +00:00
Jouni Ahto
f3c1222da3
- Fix typos, add default case to switch and other small things.
2000-06-10 05:47:22 +00:00
Jouni Ahto
b54f915280
- 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...
2000-06-10 03:53:11 +00:00
Sascha Schumann
01740bfb0d
Make yaz compilable as shared module.
2000-06-10 03:35:57 +00:00
cdb98a04a5
ChangeLog update
2000-06-10 02:14:52 +00:00
0d714115ab
NEWS update
2000-06-10 02:14:49 +00:00
Zeev Suraski
53bdf0b5cc
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.
2000-06-10 01:12:12 +00:00
Zeev Suraski
a29791411b
Fix bug #4768
2000-06-10 01:08:55 +00:00
Jouni Ahto
796ff183b0
# Still a typo.
2000-06-09 23:37:05 +00:00
Andi Gutmans
3c766f379b
- Update postgress to build on Windows
2000-06-09 22:39:56 +00:00
Jouni Ahto
dee9053cb6
# Cosmetic fixes and a typo.
2000-06-09 21:47:20 +00:00
Andrei Zmievski
3570258050
@- Fixed 'Z' flag in date() to adjust for daylight savings time. (Andrei)
2000-06-09 20:18:36 +00:00
Andrei Zmievski
b51aa1f36f
Made an alias for hash apply with arguments.
2000-06-09 20:18:16 +00:00
Jouni Ahto
420d668f33
- Cosmetic changes.
...
- Optionally, create function entries, stubs and declarations from names
listed in a file.
2000-06-09 18:04:17 +00:00
Andi Gutmans
ae19180641
- Forgot to remove the FIXME
2000-06-09 17:52:09 +00:00
Andi Gutmans
717acfe9c5
- Make the memory limit accurate
2000-06-09 17:51:37 +00:00
Sascha Schumann
8f58728e2b
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.
2000-06-09 17:21:40 +00:00
Sascha Schumann
b98d2a8261
The ! command is not portable.
2000-06-09 17:19:26 +00:00
Andi Gutmans
605b1aa394
- Fix cache initialization
2000-06-09 16:08:30 +00:00
Andi Gutmans
9fb095b50e
- 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
2000-06-09 15:54:14 +00:00
Zeev Suraski
d1a9eca805
Update news
2000-06-09 15:44:49 +00:00
Zeev Suraski
03e842ccb8
Fix bug #4933
2000-06-09 15:42:49 +00:00
Zeev Suraski
fddf89aff7
Fixed bug #4819
2000-06-09 15:40:37 +00:00
Zeev Suraski
d975678006
@- Fixed var_dump() not to modify the internal order of array elements (Zeev)
...
Fixed the buffer overflow as well
2000-06-09 15:13:36 +00:00
Jouni Ahto
62adbfc521
- Changed user instructions.
2000-06-09 14:46:15 +00:00
Andi Gutmans
6bcc8ff0c7
- Time to change it. We changed register_internal_class() ->
...
- zend_register_internal_class()
2000-06-09 14:41:33 +00:00
Andi Gutmans
eb0e694665
- 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.
2000-06-09 14:40:14 +00:00
Andrei Zmievski
ef1d6987fd
@- Fixed stripcslashes() to remove to strip \ in unknown escapes instead of
...
@ leaving it. (Andrei)
2000-06-09 13:58:10 +00:00
Andrei Zmievski
e52889acd9
@- Changed WDDX to always serialize arrays as structs. (Andrei)
...
Changed WDDX to always serialize arrays as structs. PR #4924
2000-06-09 13:50:39 +00:00
Andi Gutmans
99b4051eca
- Typo
2000-06-09 13:36:36 +00:00
Zeev Suraski
cbd3f41ba8
Fix #4928
...
Be *CAREFUL* with the _ex API, guys!
2000-06-09 13:15:19 +00:00