Directory Listing
Revision
284180 -
Directory Listing
Modified
Thu Jul 16 08:10:50 2009 UTC
(2 days, 13 hours ago)
by
gwynne
one more attempt at ridding us of some of those annoying mime types
Revision
93646 -
Directory Listing
Modified
Mon Aug 26 13:36:36 2002 UTC
(6 years, 10 months ago)
by
cvs2svn
Copied from:
php/php-src/trunk revision 93645
This commit was manufactured by cvs2svn to create branch 'new_apache_hooks'.
Revision
93645 -
Directory Listing
Modified
Mon Aug 26 13:36:35 2002 UTC
(6 years, 10 months ago)
by
wez
Original Path:
php/php-src/trunk
Implement com_invoke_ex, which allows the user to specify the invoke kind
flags, so that custom invocations can be made.
Tidy up code for com_propget and com_propset, so that it can work with
objects as well as resources.
# This code is from a couple of months ago, and has been hanging around
# on my windows dev box; I'm not entirely sure where I needed com_invoke_ex,
# but the additions to propget and propset are useful.
Revision
93628 -
Directory Listing
Modified
Mon Aug 26 09:44:31 2002 UTC
(6 years, 10 months ago)
by
derick
Original Path:
php/php-src/trunk
@- Use escape_shell_cmd() to allow multiple extra parameters to the
@ invocation of the mailer as used in the fifth parameter to mail(). (Derick)
- Use escape_shell_cmd() to allow multiple extra parameters to the invocation
of the mailer as used in the fifth parameter to mail().
Revision
93613 -
Directory Listing
Modified
Mon Aug 26 02:07:47 2002 UTC
(6 years, 10 months ago)
by
helly
Original Path:
php/php-src/trunk
that propably wasn't a good idea and thus already removed
Revision
93594 -
Directory Listing
Modified
Mon Aug 26 00:18:00 2002 UTC
(6 years, 10 months ago)
by
pajoye
Original Path:
php/php-src/trunk
Rule 1: Never quickly fix a thing in cvs
Rule 2: follow rule 1
Thx rasmus :)
Revision
93591 -
Directory Listing
Modified
Sun Aug 25 23:28:42 2002 UTC
(6 years, 10 months ago)
by
jason
Original Path:
php/php-src/trunk
Implement socket errno values for UNIX based platforms.
They are all prefixed with SOCKET_ to preserve name space
Win32 will follow...
Revision
93565 -
Directory Listing
Modified
Sun Aug 25 19:08:07 2002 UTC
(6 years, 10 months ago)
by
iliaa
Original Path:
php/php-src/trunk
Slight optimization of php_strtoupper & php_strtoupper functions.
Revision
93551 -
Directory Listing
Modified
Sun Aug 25 18:29:32 2002 UTC
(6 years, 10 months ago)
by
pajoye
Original Path:
php/php-src/trunk
Remove $_ENV usages, getenv() is used instead
'MAKE' and 'USER' are used, if 'USER' not found I set user to 'defaultuser'
Revision
93544 -
Directory Listing
Modified
Sun Aug 25 18:21:10 2002 UTC
(6 years, 10 months ago)
by
pajoye
Original Path:
php/php-src/trunk
Remove $_ENV usages
Remove $env arg in all functions and uses getenv instead
Note only 'USER' env var is used
Revision
93539 -
Directory Listing
Modified
Sun Aug 25 18:11:24 2002 UTC
(6 years, 10 months ago)
by
pajoye
Original Path:
php/php-src/trunk
Remove $_ENV usages, this causes problems with recommanded php.ini files
Replace by getenv()
Revision
93520 -
Directory Listing
Modified
Sun Aug 25 14:20:37 2002 UTC
(6 years, 10 months ago)
by
helly
Original Path:
php/php-src/trunk
Removed __output_handler as everybody seems against such implicit
behaviour. Instead supply error message.
Revision
93506 -
Directory Listing
Modified
Sun Aug 25 12:24:40 2002 UTC
(6 years, 10 months ago)
by
derick
Original Path:
php/php-src/trunk
@- PHP's cURL extention now requires cURL version 7.9.8 (Derick)
- Bump up required version number of cURL to 7.9.8
Revision
93503 -
Directory Listing
Modified
Sun Aug 25 12:16:48 2002 UTC
(6 years, 10 months ago)
by
helly
Original Path:
php/php-src/trunk
Use zend_is_callable() instead of php_check_object_method_array() and
drop the latter. THX to Markus Fischer - i did not recognize this function.
@Expanded ob_start() to allow object parameters without methodnames and
@use default method __output_handler(). (Marcus)
Revision
93486 -
Directory Listing
Modified
Sun Aug 25 11:02:05 2002 UTC
(6 years, 10 months ago)
by
wez
Original Path:
php/php-src/trunk
Potential fix for Bug#18022:
Streams that are pipes on systems that HAVE_FLUSHIO should not be seeked
as is required for plain files on those systems.
Revision
93480 -
Directory Listing
Modified
Sun Aug 25 10:26:58 2002 UTC
(6 years, 10 months ago)
by
wez
Original Path:
php/php-src/trunk
Add a "closing" parameter for filters to determine if a flush is the last
flush before the stream is closed. This allows filters to finish a chunk
and write footers etc.
Revision
93477 -
Directory Listing
Modified
Sun Aug 25 10:10:23 2002 UTC
(6 years, 10 months ago)
by
wez
Original Path:
php/php-src/trunk
Remove php_stream_error as discussed with Rasmus.
Unify error messages for ext/ftp. (which was using php_stream_error).
Revision
93447 -
Directory Listing
Modified
Sat Aug 24 22:28:28 2002 UTC
(6 years, 10 months ago)
by
yohgaki
Original Path:
php/php-src/trunk
Changed pg_connection_info()/pg_connection_reset()/pg_connection_busy()/pg_result_status()/pg_result_error() silently return FALSE when resource is not passed to them.
@ Changed pg_connection_info()/pg_connection_reset()/pg_connection_busy()/pg_result_status()/pg_result_error() silently return FALSE when resource is not passed to them. (Yasuo)
Revision
93435 -
Directory Listing
Modified
Sat Aug 24 21:41:25 2002 UTC
(6 years, 10 months ago)
by
yohgaki
Original Path:
php/php-src/trunk
Rename mysql_character_set_name() to mysql_client_encoding(). pg_client_encoding() is available from PHP4.0.3 and this function is available from PHP 4.3.0
Revision
93385 -
Directory Listing
Modified
Sat Aug 24 13:00:42 2002 UTC
(6 years, 10 months ago)
by
sniper
Original Path:
php/php-src/trunk
Make this entry a little bit easier for eyes to catch.
Revision
93359 -
Directory Listing
Modified
Sat Aug 24 11:37:50 2002 UTC
(6 years, 10 months ago)
by
sesser
Original Path:
php/php-src/trunk
Overwrite control chars in parameters with whitespace instead of truncating.
Revision
93324 -
Directory Listing
Modified
Sat Aug 24 07:18:15 2002 UTC
(6 years, 10 months ago)
by
yohgaki
Original Path:
php/php-src/trunk
Make pg_result_status() a little more useufl by ignoring invalid
parameter and return FALSE.
(i.e. pg_query() may return FALSE instead of result resource)
Revision
93289 -
Directory Listing
Modified
Sat Aug 24 00:56:00 2002 UTC
(6 years, 10 months ago)
by
sniper
Original Path:
php/php-src/trunk
Remove relic from PHP3 days which is not useful anymore.
Revision
93227 -
Directory Listing
Modified
Fri Aug 23 17:39:20 2002 UTC
(6 years, 10 months ago)
by
wez
Original Path:
php/php-src/trunk
Respect safe mode setting when opening scripts and things for the ZE.
Revision
93204 -
Directory Listing
Modified
Fri Aug 23 15:26:19 2002 UTC
(6 years, 10 months ago)
by
chregu
Original Path:
php/php-src/trunk
renamed xslt_dump_* to xslt_result_dump_* to avoid confusion
# will adjust NEWS file later
Revision
93197 -
Directory Listing
Modified
Fri Aug 23 14:44:58 2002 UTC
(6 years, 10 months ago)
by
thies
Original Path:
php/php-src/trunk
debug_backtrace: show include/require/eval as normal functions on the stack
# the hard bit is to find out the args for those
Revision
93192 -
Directory Listing
Modified
Fri Aug 23 14:22:25 2002 UTC
(6 years, 10 months ago)
by
thies
Original Path:
php/php-src/trunk
- debug_backtrace now also returns an array containing the arguments of the
called function.
zeev, andi - is knowing the structure of the stack considered a bad thing in
zend_builtin_function? if yes i would have to create a new function in
zend_ptr_stack.c (but i think we are save this way)
Revision
93188 -
Directory Listing
Modified
Fri Aug 23 14:10:27 2002 UTC
(6 years, 10 months ago)
by
georg
Original Path:
php/php-src/trunk
fixed bug #19016
SSL is only available for MYSQL_VERSION_ID >= 40000
Revision
93183 -
Directory Listing
Modified
Fri Aug 23 13:50:42 2002 UTC
(6 years, 10 months ago)
by
thies
Original Path:
php/php-src/trunk
- debug_backtrace:
added "type" ('->' or '::') for object calls.
made calls done thru call_user_func show-up correct in backtraces.
andi,
does this look correct to you?
Revision
93142 -
Directory Listing
Modified
Fri Aug 23 08:37:35 2002 UTC
(6 years, 10 months ago)
by
zeev
Original Path:
php/php-src/trunk
Fix ob_gzhandler()'s handling of requests w/o compression but that do have
the Accept-Encoding header
Revision
93119 -
Directory Listing
Modified
Fri Aug 23 01:17:48 2002 UTC
(6 years, 10 months ago)
by
sniper
Original Path:
php/php-src/trunk
Update/cleanup.
# Everyone, check the entries under 4.3.0 which have been MFH'd into
# the PHP_4_2_0 branch.
Revision
93107 -
Directory Listing
Modified
Thu Aug 22 22:28:19 2002 UTC
(6 years, 10 months ago)
by
wez
Original Path:
php/php-src/trunk
Add a configure check to see if the seeker function in an fopencookie
uses off_t or the newer, more portable "fpos_t *".
The check could perhaps be more refined, as the test program will segfault
on older systems (like mine) that use off_t.
Revision
93067 -
Directory Listing
Modified
Thu Aug 22 16:04:28 2002 UTC
(6 years, 10 months ago)
by
chregu
Original Path:
php/php-src/trunk
- moved xslt_dump_ to better place
- removed unused variables
Revision
93063 -
Directory Listing
Modified
Thu Aug 22 15:54:23 2002 UTC
(6 years, 10 months ago)
by
chregu
Original Path:
php/php-src/trunk
@- Added XsltObject->dump_file($result,$filename[,$compression]) for dumping
@ xslt-result directly into a file. (chregu)
Revision
93055 -
Directory Listing
Modified
Thu Aug 22 15:02:41 2002 UTC
(6 years, 10 months ago)
by
chregu
Original Path:
php/php-src/trunk
@- Added XsltObject->dump_mem($result) for returning xslt-result directly
@ into a string (morus.walter {at} web.de, chregu)
- XsltObject->dump_file() will follow
- bumped up needed libxslt version to 1.0.18
Revision
93047 -
Directory Listing
Modified
Thu Aug 22 14:32:43 2002 UTC
(6 years, 10 months ago)
by
chregu
Original Path:
php/php-src/trunk
return version number of linked libxml2, not of the one, which it was
compiled against
Revision
93041 -
Directory Listing
Modified
Thu Aug 22 14:04:01 2002 UTC
(6 years, 10 months ago)
by
helly
Original Path:
php/php-src/trunk
fix examples
#did i write those? shame on me for not knowing my own functions
Revision
93016 -
Directory Listing
Modified
Thu Aug 22 13:16:03 2002 UTC
(6 years, 10 months ago)
by
edink
Original Path:
php/php-src/trunk
@- Made mime_magic extension available on win32 platform. (Edin)
Mime_magic extensions builds on windows now.
Revision
93007 -
Directory Listing
Modified
Thu Aug 22 12:21:25 2002 UTC
(6 years, 10 months ago)
by
iliaa
Original Path:
php/php-src/trunk
Instead of hardcoding the path of magic.mime file, try to find the file
inside common paths for the file.
Revision
92991 -
Directory Listing
Modified
Thu Aug 22 09:54:06 2002 UTC
(6 years, 10 months ago)
by
chregu
Original Path:
php/php-src/trunk
@ - Added xslt_backend_version() and xslt_backend_name() for getting
@ information about the processor backend. (chregu)
Revision
92986 -
Directory Listing
Modified
Thu Aug 22 09:38:55 2002 UTC
(6 years, 10 months ago)
by
sr
Original Path:
php/php-src/trunk
Fixed prototype.
Fixed double printing of function name in docref error messages.
Revision
92974 -
Directory Listing
Modified
Thu Aug 22 07:48:23 2002 UTC
(6 years, 10 months ago)
by
chregu
Original Path:
php/php-src/trunk
@ - Added php.ini option "allow_webdav_methods" to allow handling of
@ WebDAV http requests within PHP scripts. (chregu)
# More methods (for DeltaV) will follow.
Revision
92970 -
Directory Listing
Modified
Thu Aug 22 07:28:26 2002 UTC
(6 years, 10 months ago)
by
ttoohey
Original Path:
php/php-src/trunk
(PHP imagecolormatch) makes a palette image match the colours in the
true-color version.
(PHP imagelayereffect) extended alpha-channel mixing effects for the
bundled GD library
@Added ImageColorMatch() and ImageLayerEffect() functions
@which work with the bundled GD library (ttoohey)
Revision
92966 -
Directory Listing
Modified
Thu Aug 22 04:20:10 2002 UTC
(6 years, 10 months ago)
by
jason
Original Path:
php/php-src/trunk
@Made major improvents to the pcntl extension(Jason):
@ - Greatly improved performance, by switching the signal callback mechanism
@ to use ticks
@ - Implemented object signal callback ability by using array($obj, $method)
@ - Added a restart parameter to pcntl_signal, which allows you to disable
@ the default of system call restarting
Changed callback hash table to be initialized and destroyed per reqeust
(allows the ability to use request life zvals as handles)
Nuked warnings
Modified test script to adjust to new ticks backend
Some slight WS fixes
Revision
92918 -
Directory Listing
Modified
Wed Aug 21 23:06:38 2002 UTC
(6 years, 10 months ago)
by
helly
Original Path:
php/php-src/trunk
Added ARGS section to allow passing arguments to CLI tests
Revision
92890 -
Directory Listing
Modified
Wed Aug 21 13:58:20 2002 UTC
(6 years, 10 months ago)
by
thies
Original Path:
php/php-src/trunk
zend_execute: make sure that current_execute_data points to the right thing
after coming back from recursion.
Revision
92887 -
Directory Listing
Modified
Wed Aug 21 13:14:57 2002 UTC
(6 years, 10 months ago)
by
iliaa
Original Path:
php/php-src/trunk
Added monetary.h to prevent compile warning.
Fixed a memory leak inside money_format function, which occures if the
parameters to the function are not valid.
Fixed a segmentation fault inside money_format in the event the value
to be formated is >1024 bytes.
Made the return value of money_format be null terminated.
Revision
92878 -
Directory Listing
Modified
Wed Aug 21 12:40:40 2002 UTC
(6 years, 10 months ago)
by
iliaa
Original Path:
php/php-src/trunk
Added a check for monetary.h needed for strfmon inside string.c
Revision
92869 -
Directory Listing
Modified
Wed Aug 21 10:42:55 2002 UTC
(6 years, 10 months ago)
by
helly
Original Path:
php/php-src/trunk
Patch from Melvyn Sopacua <msopacua {at} idg.nl> finally fixes it (bug 19006).
Revision
92847 -
Directory Listing
Modified
Wed Aug 21 04:42:58 2002 UTC
(6 years, 10 months ago)
by
kalowsky
Original Path:
php/php-src/trunk
This final change enables the ext/java to compile on OSX.
# now to do testing and ensure that it works as stated... weeee...
Revision
92840 -
Directory Listing
Modified
Wed Aug 21 03:13:33 2002 UTC
(6 years, 10 months ago)
by
helly
Original Path:
php/php-src/trunk
add ini setting precision - this does not fix the real problem here
Revision
92834 -
Directory Listing
Modified
Wed Aug 21 03:04:17 2002 UTC
(6 years, 10 months ago)
by
helly
Original Path:
php/php-src/trunk
full decopling of size parameters of ob_start() and internal buffer handlers
#intended behaviour is now fully implemented,
Revision
92830 -
Directory Listing
Modified
Wed Aug 21 01:41:22 2002 UTC
(6 years, 10 months ago)
by
kalowsky
Original Path:
php/php-src/trunk
One more patch up towards OSX compatibility...
# it compiles now with the ObjC files (Finlay Doobie rocks the casbah)
Revision
92820 -
Directory Listing
Modified
Wed Aug 21 01:22:02 2002 UTC
(6 years, 10 months ago)
by
helly
Original Path:
php/php-src/trunk
fix array tests
someone must have changed precision in php.ini-dist from 14 to 12
Revision
92817 -
Directory Listing
Modified
Wed Aug 21 01:11:50 2002 UTC
(6 years, 10 months ago)
by
helly
Original Path:
php/php-src/trunk
make snprintf and f,g,G converions of snprintf/spprintf C99 complient
Revision
92802 -
Directory Listing
Modified
Tue Aug 20 23:29:39 2002 UTC
(6 years, 10 months ago)
by
helly
Original Path:
php/php-src/trunk
speling - thanks (Masaki Fujimoto), acually this wasn't my best piece of doc
Revision
92799 -
Directory Listing
Modified
Tue Aug 20 23:23:25 2002 UTC
(6 years, 10 months ago)
by
helly
Original Path:
php/php-src/trunk
Revert ob_start() defaults to 40K/10K until i find a better solution.
Revision
92771 -
Directory Listing
Modified
Tue Aug 20 20:47:47 2002 UTC
(6 years, 10 months ago)
by
wez
Original Path:
php/php-src/trunk
Implement filter API for streams.
Filters can be stacked onto a stream; more details will follow in docs and
on php-dev.
Implement "string.rot13" filter
Allows the following script:
$fp = fopen("file.txt", "r");
stream_filter_prepend($fp, "string.rot13");
// File contents will be subject to a rot13 transformation before
// being output.
fpassthru($fp);
fclose($fp);
Revision
92762 -
Directory Listing
Modified
Tue Aug 20 20:22:30 2002 UTC
(6 years, 10 months ago)
by
helly
Original Path:
php/php-src/trunk
change to php_error_docref()
#documentation about output relevant ini settings will be in ref.outcontrol
Revision
92747 -
Directory Listing
Modified
Tue Aug 20 19:49:37 2002 UTC
(6 years, 10 months ago)
by
helly
Original Path:
php/php-src/trunk
Changed handling of output buffer sizes.
@Added php.ini option "double_buffering" that forces an additional first
@output buffer and improved handling of buffer sizes. (Marcus)
Revision
92722 -
Directory Listing
Modified
Tue Aug 20 11:18:18 2002 UTC
(6 years, 10 months ago)
by
derick
Original Path:
php/php-src/trunk
- Fix for the compiler on Compaq Tru64 4.0F PK3 (bug #18974)
Revision
92716 -
Directory Listing
Modified
Tue Aug 20 09:15:11 2002 UTC
(6 years, 10 months ago)
by
edink
Original Path:
php/php-src/trunk
Windows build supports returning the sql statement which failed.
Revision
92678 -
Directory Listing
Modified
Mon Aug 19 22:59:10 2002 UTC
(6 years, 11 months ago)
by
wez
Original Path:
php/php-src/trunk
Remove php_stream_sock_set_blocking and replace with
php_stream_set_option which can be used in a similar way as ioctl()
to set options for streams.
Current options include buffering and blocking support.
o Buffer control is support for stdio based streams.
o Blocking/non-blocking is supported for stdio and socket based streams.
Revision
92675 -
Directory Listing
Modified
Mon Aug 19 21:59:46 2002 UTC
(6 years, 11 months ago)
by
iliaa
Original Path:
php/php-src/trunk
Convert the value of tz_minuteswest inside struct timezone on Windows to
minutes from seconds.
Revision
92636 -
Directory Listing
Modified
Mon Aug 19 19:45:46 2002 UTC
(6 years, 11 months ago)
by
sander
Original Path:
php/php-src/trunk
Made unserialize handle floats with an E notation - bug #18654
Patch by Christophe Sollet <csollet {at} coleebris.com>.
(I'll commit a new var_unserializer.c in a second)
Revision
92626 -
Directory Listing
Modified
Mon Aug 19 18:47:23 2002 UTC
(6 years, 11 months ago)
by
helly
Original Path:
php/php-src/trunk
-use of php_error_docref
-some more information in ob_get_status()
Revision
92621 -
Directory Listing
Modified
Mon Aug 19 18:40:28 2002 UTC
(6 years, 11 months ago)
by
helly
Original Path:
php/php-src/trunk
-allow changing html_errors any time changing display_errors is already
-use sizeof for strftime call
-removed unused #define
-mention CODING_STANDARDS as documentation
Revision
92597 -
Directory Listing
Modified
Mon Aug 19 14:01:04 2002 UTC
(6 years, 11 months ago)
by
chregu
Original Path:
php/php-src/trunk
w3c adjustments :)
- has_attributes returns empty string if attribute is not there
- parent_node returns null, if no parent
Revision
92580 -
Directory Listing
Modified
Mon Aug 19 10:58:18 2002 UTC
(6 years, 11 months ago)
by
stas
Original Path:
php/php-src/trunk
ZE2 compatibility fix
## In ZE2 the hash contains zend_class_entry *!
Revision
92505 -
Directory Listing
Modified
Sun Aug 18 12:22:28 2002 UTC
(6 years, 11 months ago)
by
stas
Original Path:
php/php-src/trunk
ZE2 compatibility fix
## In ZE2 the hash contains zend_class_entry *!
Revision
92493 -
Directory Listing
Modified
Sun Aug 18 06:55:32 2002 UTC
(6 years, 11 months ago)
by
iliaa
Original Path:
php/php-src/trunk
Fixed a segmentation fault that would occur if an entry contained a
non-terminated enclosure. Bug #12556
Revision
92490 -
Directory Listing
Modified
Sun Aug 18 05:13:05 2002 UTC
(6 years, 11 months ago)
by
avsm
Original Path:
php/php-src/trunk
include PDFLIB_SHARED_LIBADD in the pdflib test, or it fails with
unresolved symbols on OpenBSD
Revision
92483 -
Directory Listing
Modified
Sun Aug 18 05:05:44 2002 UTC
(6 years, 11 months ago)
by
imajes
Original Path:
php/php-src/trunk
reverting to 1.73 for steph (sfox {at} php.net)
#is it just me or reverting using cvs just suck?
Revision
92437 -
Directory Listing
Modified
Sat Aug 17 20:32:26 2002 UTC
(6 years, 11 months ago)
by
zeev
Original Path:
php/php-src/trunk
Use mtime instead of atime, as we always update the session file anyway.
Revision
92381 -
Directory Listing
Modified
Sat Aug 17 13:56:39 2002 UTC
(6 years, 11 months ago)
by
venaas
Original Path:
php/php-src/trunk
Added --enable-ipv6 and only look up AAAA in DNS when enabled
Revision
92362 -
Directory Listing
Modified
Sat Aug 17 11:47:21 2002 UTC
(6 years, 11 months ago)
by
chregu
Original Path:
php/php-src/trunk
More W3C conformance stuff (they returned all false before..)
- DomNode->attributes() returns NULL, if not found.
- DomNode->first_child() returns NULL, if not found
- DomNode->last_child() returns NULL, if not found.
- DomNode->namespace_uri() returns NULL, if not found.
Revision
92307 -
Directory Listing
Modified
Fri Aug 16 19:34:43 2002 UTC
(6 years, 11 months ago)
by
kalowsky
Original Path:
php/php-src/trunk
Fix for bug #18792 submitted by t.bubeck {at} reinform.de
# talked this over with sterling and he believes it shouldn't break anything
# although there might be a need/desire to check for both ',' and ';'
Revision
92298 -
Directory Listing
Modified
Fri Aug 16 16:56:55 2002 UTC
(6 years, 11 months ago)
by
kalowsky
Original Path:
php/php-src/trunk
Silence a compiler warning, and returns the SUCCESS value on PHP_MINIT
Revision
92285 -
Directory Listing
Added
Fri Aug 16 15:45:22 2002 UTC
(6 years, 11 months ago)
by
andi
Original Path:
php/php-src/trunk
- Use tabs instead of spaces for indentation!
- Fix all sorts of ugly whitespace things.
- People, please write code according to our standards even if you don't
- like them.