Directory Listing
Revision
284180 -
Directory Listing
Modified
Thu Jul 16 08:10:50 2009 UTC
(2 days, 12 hours ago)
by
gwynne
one more attempt at ridding us of some of those annoying mime types
Revision
158493 -
Directory Listing
Modified
Thu May 13 14:07:11 2004 UTC
(5 years, 2 months ago)
by
stas
Add sqlite_exec
Revision
142374 -
Directory Listing
Modified
Tue Oct 14 08:12:00 2003 UTC
(5 years, 9 months ago)
by
sas
Embed date of last modification
Revision
140695 -
Directory Listing
Modified
Sat Sep 20 12:44:51 2003 UTC
(5 years, 9 months ago)
by
sas
Fix potential buffer overrun
Revision
134247 -
Directory Listing
Modified
Sat Jul 5 21:45:34 2003 UTC
(6 years ago)
by
jon
Upgrade the bundled Mail package to 1.1.1 (1.1.0 was a bit broken).
Revision
134087 -
Directory Listing
Modified
Thu Jul 3 12:38:26 2003 UTC
(6 years ago)
by
helly
MFH: Fix open mode (noticed by FutureQuest, Inc.)
Revision
133945 -
Directory Listing
Modified
Wed Jul 2 03:04:28 2003 UTC
(6 years ago)
by
sas
MFB PHP_CHECK_LIBRARY fix
Revision
133926 -
Directory Listing
Modified
Wed Jul 2 00:00:52 2003 UTC
(6 years ago)
by
sas
Sync PHP_CHECK_LIBRARY change
Revision
133839 -
Directory Listing
Modified
Tue Jul 1 05:29:04 2003 UTC
(6 years ago)
by
sas
properly restart syscalls
Revision
133837 -
Directory Listing
Modified
Tue Jul 1 04:41:28 2003 UTC
(6 years ago)
by
sas
Merge changes from PHP_4_3
Revision
133655 -
Directory Listing
Modified
Sun Jun 29 19:51:21 2003 UTC
(6 years ago)
by
pajoye
- Sync from head (DB 1.5RC1)
Revision
133647 -
Directory Listing
Modified
Sun Jun 29 19:40:15 2003 UTC
(6 years ago)
by
cvs2svn
This commit was manufactured by cvs2svn to create branch 'PHP_4'.
Revision
133526 -
Directory Listing
Modified
Sat Jun 28 18:15:07 2003 UTC
(6 years ago)
by
mj
* MFH: Silence warning
Revision
133458 -
Directory Listing
Modified
Fri Jun 27 18:41:03 2003 UTC
(6 years ago)
by
sas
Serialize headers for systems with low IOV_MAX (e.g. Solaris)
Revision
133402 -
Directory Listing
Modified
Fri Jun 27 07:43:30 2003 UTC
(6 years ago)
by
sas
undefine macros before defining them
Revision
133400 -
Directory Listing
Modified
Fri Jun 27 07:30:41 2003 UTC
(6 years ago)
by
sas
Check for inet_pton as part of the IPv6 check
# either this or the code in ext/standard/dns.c needs to be fixed
# and use HAVE_INET_PTON.
Revision
133399 -
Directory Listing
Modified
Fri Jun 27 07:13:18 2003 UTC
(6 years ago)
by
sas
Try to link the getaddrinfo test, so that one can disable it using
-Dgetaddrinfo=NO_getaddrinfo.
Revision
133388 -
Directory Listing
Modified
Fri Jun 27 00:37:42 2003 UTC
(6 years ago)
by
sas
MFH Don't add -L/usr/lib
Revision
133340 -
Directory Listing
Modified
Thu Jun 26 14:47:11 2003 UTC
(6 years ago)
by
pajoye
- Sync fix binary safe
Revision
133238 -
Directory Listing
Modified
Wed Jun 25 15:06:51 2003 UTC
(6 years ago)
by
mj
* Make the installer work with PHP_4 also.
Revision
133231 -
Directory Listing
Modified
Wed Jun 25 13:01:09 2003 UTC
(6 years ago)
by
sas
make ze1/ze2 coexist
Revision
133144 -
Directory Listing
Modified
Tue Jun 24 13:44:58 2003 UTC
(6 years ago)
by
cvs2svn
This commit was manufactured by cvs2svn to create branch 'PHP_4'.
Revision
133092 -
Directory Listing
Modified
Tue Jun 24 01:59:18 2003 UTC
(6 years ago)
by
sas
Sync PHP_5 with PHP_4's pear
Revision
133077 -
Directory Listing
Modified
Mon Jun 23 21:56:29 2003 UTC
(6 years ago)
by
sas
Remove some old entries which were unaffected by moving the branch tag
Revision
132813 -
Directory Listing
Modified
Sat Jun 21 21:50:01 2003 UTC
(6 years ago)
by
harrie
Original Path:
php/php-src/branches/PHP_4_3
Applying the contributed patch of Johan hanne.
The patch enables control on the way the values are returned
into the PHP script, instaed of always strings. Also the type
of the value is now returned when configured to do so.
This enables better management scripts to do more automatic
processing and value calculations.
Revision
132636 -
Directory Listing
Modified
Fri Jun 20 17:00:16 2003 UTC
(6 years ago)
by
iliaa
Original Path:
php/php-src/branches/PHP_4_3
Fixed bug #24253 (missing variables when register_globals is on)
Fixed a memory leak when more then 1 E|S flag is passed to gpc_order.
Fixed a memory leak when variables_order is not set and gpc_order has S|s
flag.
Optimized out duplicate parsing of the variables order string.
Revision
132554 -
Directory Listing
Modified
Thu Jun 19 22:11:39 2003 UTC
(6 years, 1 month ago)
by
wez
Original Path:
php/php-src/branches/PHP_4_3
Tidy up getaddrinfo() code so that it can handle broken ipv6 stacks and only
returns TCP addresses for TCP and UDP addresses for UDP requests respectively.
Also, when a connect call "returns" EINPROGRESS and the full timeout limit
has not yet been reached, retry the select with the remaining time interval.
This is a potential fix for Bug #21653.
# Note: atm, the fix is Linux specific; will do some more work to make this
# portable at the weekend.
Revision
132434 -
Directory Listing
Modified
Wed Jun 18 23:24:13 2003 UTC
(6 years, 1 month ago)
by
sniper
Original Path:
php/php-src/branches/PHP_4_3
- Added the 'header'. These 4.3.3RCx sections will be combined for the
final release, 4.3.3. just added them now to keep better track on changes
between the RCs.
Revision
131595 -
Directory Listing
Modified
Sat Jun 14 18:45:26 2003 UTC
(6 years, 1 month ago)
by
gluke
Original Path:
php/php-src/branches/PHP_4_3
@- Mnogosearch extension updated. Now can compile with mnogosearch-3.2.11+
- Mnogosearch extension updated. Now can compile with mnogosearch-3.2.11+
Revision
131349 -
Directory Listing
Modified
Fri Jun 13 14:45:36 2003 UTC
(6 years, 1 month ago)
by
iliaa
Original Path:
php/php-src/branches/PHP_4_3
MFH:
Fixed bug #24161 (No timeout value for imap functions)
Fixed bug #22505 (Allow imap_sort() and imap_search() to specify a charset)
Revision
130161 -
Directory Listing
Modified
Wed Jun 4 18:57:53 2003 UTC
(6 years, 1 month ago)
by
andrei
Original Path:
php/php-src/branches/PHP_4_3
Fix a couple of aggregation bugs:
- Needed to add a reference to a function when copying (#23574)
- Due to pecularity of ZE1 object zvals could be re-used, so we always
set the new class entry explicitly.
Revision
129784 -
Directory Listing
Modified
Sun Jun 1 21:15:52 2003 UTC
(6 years, 1 month ago)
by
thetaphi
Original Path:
php/php-src/branches/PHP_4_3
MFH: Update of README for newer servers; apache-similar functions nsapi_request_headers and nsapi_response_headers with apache_* aliases; hide authorization-header in save mode.