Derick Rethans
7b3ce60a23
- Show both API nos
2002-05-09 11:47:37 +00:00
Sander Roobol
7586cdc654
Added the current SAPI to the output of php -v
2002-05-09 09:36:45 +00:00
Stig Bakken
dad70be69c
* show "update ok" after updates
2002-05-09 06:49:12 +00:00
Stig Bakken
fdb724bffc
* try the installed cli binary if everything else fails (I'm starting
...
to agree that looking too hard for a php binary is wrong)
2002-05-09 06:39:05 +00:00
Stig Bakken
2225be36d6
* install the old-fashioned way for just a bit longer
2002-05-09 02:32:18 +00:00
Stig Bakken
b14c2f9185
* add -G option to "pear" for php-gtk frontend
...
* added Gtk stub (only creates window right now)
* added command descriptions
2002-05-09 02:31:37 +00:00
9dece79266
ChangeLog update
2002-05-09 00:23:53 +00:00
Andi Gutmans
14a81f91e3
- Hopefully fix problems with debug_backtrace()
2002-05-08 18:43:19 +00:00
Jason Greene
cfb285a391
Fix overflow
2002-05-08 15:30:04 +00:00
Derick Rethans
b43ba8dfe2
- MFZE1
2002-05-08 14:10:30 +00:00
Rui Hirokawa
a627c674c5
Added conversion support from script character encoding to internal character encoding. This feature is very useful for japanese who uses Shift_JIS encoding because some of characters in Shift_JIS are including '0x5c' and it causes some troubles on Zend parser. This patch is made by Masaki Fujimoto.
2002-05-08 13:47:39 +00:00
Rui Hirokawa
f30b722f14
Added conversion support from script character encoding to internal character encoding. This feature is very useful for japanese who uses Shift_JIS encoding because some of characters in Shift_JIS are including '0x5c' and it causes some troubles on Zend parser. This patch is made by Masaki Fujimoto.
2002-05-08 12:33:44 +00:00
Yasuo Ohgaki
2b5beee5ad
Added estrdup() needed.
...
Fixed typo.
2002-05-08 11:44:14 +00:00
Aaron Bannert
218c661c6c
This is a more appropriate address for me.
2002-05-08 07:48:04 +00:00
Zak Greant
4128739695
Minor improvement to error message for mysql_data_seek
2002-05-08 07:38:09 +00:00
Markus Fischer
1a3c8e6289
- Add a warning if running with safe_mode enabled.
2002-05-08 07:23:54 +00:00
Derick Rethans
31d1fac578
- Forgot one
2002-05-08 05:19:27 +00:00
Derick Rethans
dedf22f5ad
- Added Aaron Bannert as maintainer
2002-05-08 05:17:59 +00:00
Frank M. Kromann
c75e794ebe
Kill a compiler warning on Win32
2002-05-08 03:56:43 +00:00
5a33b8ea01
ChangeLog update
2002-05-08 00:31:28 +00:00
Sascha Schumann
50f68406cb
Due to the thread-safety changes and lots of other stuff, the
...
current tree is not backwards compatible anymore. Bump API no.
2002-05-07 22:00:33 +00:00
Jason Greene
d4b11fb33f
Fix 10830, and 17074
...
FreeBSD requires the exact length of the socket type
2002-05-07 18:47:17 +00:00
Andi Gutmans
b66c89c47a
- More debug backtrace work. It still doesn't work very well...
2002-05-07 18:42:13 +00:00
Frank M. Kromann
7c80fc1d9e
Fixing win32 build.
2002-05-07 17:51:03 +00:00
Sascha Schumann
66036eab10
use thread-safe functions unconditionally
2002-05-07 13:24:07 +00:00
Sascha Schumann
946fca9c91
Add thread-safety to some conversion functions and sync a bit with
...
APR.
2002-05-07 05:26:30 +00:00
abc72f2820
ChangeLog update
2002-05-07 00:22:21 +00:00
Jason Greene
f30fefcb30
Fix invalid warning caused by bogus convert_to_* calls
...
Fix possible invalid data in status for pcntl_waitpid()
2002-05-06 23:01:46 +00:00
Markus Fischer
ac876a4981
- WS fix as pointed out by fabwash@hotmail.com
2002-05-06 21:44:43 +00:00
Jason Greene
4c9dbf9335
Fix type-o that broke ZTS build
...
Fix 3 nasty crash bugs that could occur if pcntl_exec's call to execve errored
2002-05-06 19:48:39 +00:00
Derick Rethans
ebede147aa
- Fix release date
2002-05-06 18:54:46 +00:00
jim winstead
51e2ea5ed2
fix problem with mkdir() on freebsd
2002-05-06 17:31:22 +00:00
Edin Kadribasic
d00252cf38
Update README with register_argc_argv settings override.
2002-05-06 15:49:06 +00:00
d3fa83a8a7
ChangeLog update
2002-05-06 00:23:00 +00:00
Wez Furlong
a03d09e2d9
Add support for remaining entities in HTML 4 for the UTF-8 encoding in
...
htmlentities/htmlspecial chars.
This is a fix for for #17008 .
# I would *really* appreciate it if someone with a good eye could verify
# that all the entities are there and are correctly numbered; I've checked
# it three times, but it's best to be sure.
2002-05-05 23:06:39 +00:00
Yasuo Ohgaki
3f93b56b5b
Clenup before I forgot.
2002-05-05 22:44:07 +00:00
Aaron Bannert
8e176a10fc
Fix a graceful restart SEGV. We no longer only perform initialization
...
on the second pass through the post_config. Now we only avoid the
initialization only on the first DSO load, and on all subsequent loads
we rerun the init code.
2002-05-05 18:15:33 +00:00
Aaron Bannert
b759322411
Fix an elusive and intermittent startup SEGV. The problem was
...
the static string we were using to set an initialization flag
would get remapped to a different location when Apache reloaded
the DSO, causing us to not run our initialization routines.
Submitted by: Justin Erenkrantz <jerenkrantz@apache.org>
Reviewed by: Aaron Bannert (I added the big comment too)
2002-05-05 18:11:41 +00:00
Stanislav Malyshev
b67bafefa5
Return right exit status
2002-05-05 17:14:12 +00:00
foobar
5f13f4ecb7
Force register_argc_argv=On for CLI
2002-05-05 17:11:04 +00:00
Thies C. Arntzen
5d177788ea
touch
2002-05-05 16:40:20 +00:00
Thies C. Arntzen
23251ebd1a
re-add accidentily nuked session_adapt_url()
2002-05-05 16:39:49 +00:00
Rui Hirokawa
b7321edb84
bug fixed in unicode -> cp1252 table.
2002-05-05 11:42:18 +00:00
Marko Karppinen
b7e50782b7
Well that didn't last long! (Reverting previous.)
2002-05-05 09:52:39 +00:00
Marko Karppinen
32ff990c68
Prelim. patch to enable apache2filter to link on Darwin.
...
Submitted by: Justin Erenkrantz <jerenkrantz@apache.org>
Reviewed by: markonen
# A stopgap measure while we try to find a "real"
# solution, if one exists.
2002-05-05 09:40:31 +00:00
Rui Hirokawa
39c951ed88
added missing areas on Unicode->CP936 conversion table. added an alias CP932 on sjis-win.
2002-05-05 02:22:36 +00:00
Sascha Schumann
67d00f8c1d
sync
2002-05-05 02:07:33 +00:00
Sascha Schumann
c8f884fac8
the output buffer is flushed during request shutdown before it
...
reaches our rshutdown, so it is safe to delete the contents of
the url rewriter variables here.
2002-05-05 02:07:16 +00:00
e2de181cab
NEWS update
2002-05-05 00:22:10 +00:00
2cb47c9326
ChangeLog update
2002-05-05 00:20:01 +00:00