Andi Gutmans
|
4b243ebeeb
|
- Remove #if 0 code
|
2000-09-11 19:04:23 +00:00 |
|
Andi Gutmans
|
228648397e
|
- Add config_common.h to dsp
|
2000-09-11 18:59:32 +00:00 |
|
Andi Gutmans
|
824fc6a084
|
- Move php_open_temporary_file() out of file.c
|
2000-09-11 18:56:47 +00:00 |
|
Jouni Ahto
|
d9e180b9b7
|
- Use the same check for existence of a valid link as the other functions.
- Return TRUE if everything went OK.
- Fixed the number of arguments to pg_endcopy.
- Removed unused variables.
- Indentation, changed spaces to tabs.
|
2000-09-11 18:34:06 +00:00 |
|
Sascha Schumann
|
f45f6d788f
|
Kill a warning
|
2000-09-11 16:25:36 +00:00 |
|
Sascha Schumann
|
95d2ca8a46
|
Add proper struct sockaddr * casts and make use of memcpy/memset ('coz we
don't provide any fallbacks for bcopy/bzero).
|
2000-09-11 16:19:53 +00:00 |
|
Derick Rethans
|
68611e2d55
|
- Added functions pg_putline and pg_endcopy (thanks to Dirk Elmendorf
<delmendo@rackspace.com>)
@ Added functions pg_putline and pg_endcopy (Dirk Elmendorf)
|
2000-09-11 15:34:14 +00:00 |
|
Sascha Schumann
|
2e0ae6d25f
|
Solaris-readdir_r-wants-large-buffer fix
Libc5-readdir_r workaround
|
2000-09-11 15:25:06 +00:00 |
|
Sascha Schumann
|
bd616da7ca
|
Libc5-readdir_r workaround
|
2000-09-11 15:24:28 +00:00 |
|
Andi Gutmans
|
5348058938
|
- Forgot to create extended info in include()/require() call
|
2000-09-11 15:15:57 +00:00 |
|
Andi Gutmans
|
db1422f10e
|
- Testing 1 2 3
|
2000-09-11 15:15:29 +00:00 |
|
Andi Gutmans
|
770098eca8
|
- Testing 1 2 3
|
2000-09-11 15:14:56 +00:00 |
|
Andrei Zmievski
|
6ac728e179
|
(PHP parse_str) ParameterPassedByReference() check is not necessary.
|
2000-09-11 14:54:12 +00:00 |
|
Stanislav Malyshev
|
1ccac6ed55
|
Add additional parameter to parse_str for saving result (thanks to
John Bafford <dshadow@zort.net>)
@ Added second parameter for parse_str to save result (John Bafford)
|
2000-09-11 14:50:26 +00:00 |
|
Andrei Zmievski
|
5abacc5413
|
(PHP pathinfo) Fixed more typos.
|
2000-09-11 13:54:59 +00:00 |
|
Andrei Zmievski
|
5ed3e24f47
|
(PHP pathinfo) Fixed leaks, saved some memory allocations, added
more error checking.
|
2000-09-11 13:52:22 +00:00 |
|
Andrei Zmievski
|
3ab30838d7
|
Fix attribution.
|
2000-09-11 13:18:49 +00:00 |
|
foobar
|
9559b88894
|
Fixed bug #6356.
|
2000-09-11 13:01:07 +00:00 |
|
Andi Gutmans
|
42c5a9dad7
|
- Should fix compile warning
|
2000-09-11 04:31:04 +00:00 |
|
Sterling Hughes
|
d44d114b75
|
@- Fix bug with curl places extra data in the output. (medvitz@medvitz.net)
|
2000-09-11 03:33:14 +00:00 |
|
|
|
43e62ac46e
|
ChangeLog update
|
2000-09-11 01:09:11 +00:00 |
|
|
|
7fe41da165
|
NEWS update
|
2000-09-11 01:09:08 +00:00 |
|
Sterling Hughes
|
e9dd13754b
|
Fix compile warning.
Fix proto.
Change PHP_MINFO output to be consistent.
|
2000-09-10 23:18:11 +00:00 |
|
Sterling Hughes
|
585e338e5e
|
php4ize a bit.
fix a little bit of grammar.
|
2000-09-10 21:07:18 +00:00 |
|
Sterling Hughes
|
1d64caac88
|
Fix attribution.
|
2000-09-10 20:57:22 +00:00 |
|
Stanislav Malyshev
|
e8f3025373
|
Make unpack("H") work like in Perl
|
2000-09-10 13:47:51 +00:00 |
|
Stanislav Malyshev
|
4237ddadb5
|
Fix pack() function reading string beyond the end
|
2000-09-10 13:34:03 +00:00 |
|
Stanislav Malyshev
|
e7402d7a50
|
Allow require_once to take expressions, just like require
|
2000-09-10 11:24:45 +00:00 |
|
Stanislav Malyshev
|
d443fff043
|
Fix double unpack bug
|
2000-09-10 11:03:32 +00:00 |
|
Stanislav Malyshev
|
a05c35b802
|
Try once more to remove dups
|
2000-09-10 09:49:55 +00:00 |
|
Stanislav Malyshev
|
bb030e6fa8
|
Test commit - weed out duplicate messages
|
2000-09-10 09:49:02 +00:00 |
|
Stig Venaas
|
6ccbc0d37d
|
A tiny fix to the getaddrinfo check
|
2000-09-10 09:35:48 +00:00 |
|
Stig Venaas
|
b32ff568e6
|
refining getaddrinfo check further, checking that struct addrinfo is there
|
2000-09-10 08:09:21 +00:00 |
|
Sterling Hughes
|
0b9a78cb1e
|
@- Added the pathinfo() function. (Sterling)
|
2000-09-10 05:59:16 +00:00 |
|
Joey Smith
|
f020f3eaa5
|
Fix compile warnings.
|
2000-09-10 05:35:03 +00:00 |
|
Joey Smith
|
1a092713d0
|
@- Updated sybase_ct module and its sybase_query to use high performance API.
(sybase_query) Use high performance API in sybase_query. Will work on the others later.
|
2000-09-10 05:24:30 +00:00 |
|
Joey Smith
|
98cb18a7d7
|
Use new Zend API stuff.
|
2000-09-10 05:13:56 +00:00 |
|
|
|
2d5316a11c
|
ChangeLog update
|
2000-09-10 01:09:09 +00:00 |
|
|
|
d993b05a5b
|
NEWS update
|
2000-09-10 01:09:06 +00:00 |
|
Derick Rethans
|
eba1b6221d
|
- Fixed missing parameter in php_atoi
|
2000-09-09 23:21:44 +00:00 |
|
Stig Venaas
|
d8a4a9b1dd
|
Added IPv6 support to php_fopen_url_wrap_ftp (EPSV and php_hostconnect())
|
2000-09-09 21:29:37 +00:00 |
|
David Croft
|
e6c77fde1d
|
fix typo
|
2000-09-09 20:39:08 +00:00 |
|
Zeev Suraski
|
04eb5270d6
|
Update NEWS
|
2000-09-09 20:38:02 +00:00 |
|
Chuck Hagenbuch
|
22edfd2b3b
|
check the range of message numbers in imap_uid.
|
2000-09-09 20:26:15 +00:00 |
|
Andrei Zmievski
|
eb12dfc9e5
|
Fix attribution.
|
2000-09-09 16:24:06 +00:00 |
|
Zeev Suraski
|
bc00916346
|
Update NEWS
|
2000-09-09 16:01:40 +00:00 |
|
Zeev Suraski
|
4acff8f37f
|
Don't use unsafe sprintf()
|
2000-09-09 15:06:38 +00:00 |
|
Zeev Suraski
|
b7ecaacd07
|
More security-related (control) patches:
- Avoid displaying errors during startup, unless display_startup_errors is enabled.
- Implemented post_size_max limit. Defaults to 8MB.
- Implemented file_uploads on/off directive (defaults to on).
|
2000-09-09 15:02:15 +00:00 |
|
Derick Rethans
|
242139d5ac
|
- Fix for bug #6586
|
2000-09-09 12:24:20 +00:00 |
|
Stig Venaas
|
f802468c2a
|
More restrictive getaddrinfo check, better not find it than breaking builds
|
2000-09-09 12:09:43 +00:00 |
|