PHP  
SVN Instructions  
/[svn]/php/php-src/branches/new_apache_hooks Main trees: php-src | pecl | pear | pear-core  

View Directory Listing Directory Listing


Sticky Revision:


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 93632 - Directory Listing
Modified Mon Aug 26 09:47:46 2002 UTC (6 years, 10 months ago) by derick
Original Path: php/php-src/trunk
- Whitespace

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 93605 - Directory Listing
Modified Mon Aug 26 00:39:56 2002 UTC (6 years, 10 months ago) by pajoye
Original Path: php/php-src/trunk
Set 'defaultuser' if 'USER' env not found

Revision 93601 - Directory Listing
Modified Mon Aug 26 00:37:25 2002 UTC (6 years, 10 months ago) by pajoye
Original Path: php/php-src/trunk
Replace horrendous code :)

Revision 93598 - Directory Listing
Modified Mon Aug 26 00:18:29 2002 UTC (6 years, 10 months ago) by changelog
Original Path: php/php-src/trunk
NEWS update

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 93587 - Directory Listing
Modified Sun Aug 25 22:17:56 2002 UTC (6 years, 10 months ago) by sebastian
Original Path: php/php-src/trunk
Fix ZTS build.

Revision 93569 - Directory Listing
Modified Sun Aug 25 19:44:25 2002 UTC (6 years, 10 months ago) by wez
Original Path: php/php-src/trunk
WS

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 93562 - Directory Listing
Modified Sun Aug 25 18:48:46 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
MFB

Revision 93559 - Directory Listing
Modified Sun Aug 25 18:45:02 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
use php_error_docref()

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 93548 - Directory Listing
Modified Sun Aug 25 18:21:40 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
improoved error messages

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 93511 - Directory Listing
Modified Sun Aug 25 12:50:15 2002 UTC (6 years, 10 months ago) by sniper
Original Path: php/php-src/trunk
Fix long line..and typo

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 93500 - Directory Listing
Modified Sun Aug 25 12:10:17 2002 UTC (6 years, 10 months ago) by wez
Original Path: php/php-src/trunk
Fix open_basedir.

Revision 93497 - Directory Listing
Modified Sun Aug 25 12:09:57 2002 UTC (6 years, 10 months ago) by wez
Original Path: php/php-src/trunk
Prevent possible problems with include_path.

Revision 93494 - Directory Listing
Modified Sun Aug 25 11:50:25 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
Reenable array(object,method) in ob_start()

Revision 93489 - Directory Listing
Modified Sun Aug 25 11:23:19 2002 UTC (6 years, 10 months ago) by wez
Original Path: php/php-src/trunk
Hopefully really fix #18022 this time.

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 93483 - Directory Listing
Modified Sun Aug 25 10:36:08 2002 UTC (6 years, 10 months ago) by wez
Original Path: php/php-src/trunk
Unify error messages.

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 93456 - Directory Listing
Modified Sun Aug 25 00:19:53 2002 UTC (6 years, 10 months ago) by changelog
Original Path: php/php-src/trunk
NEWS update

Revision 93455 - Directory Listing
Modified Sun Aug 25 00:18:44 2002 UTC (6 years, 10 months ago) by changelog
Original Path: php/php-src/trunk
ChangeLog update

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 93434 - Directory Listing
Modified Sat Aug 24 20:57:54 2002 UTC (6 years, 10 months ago) by andi
Original Path: php/php-src/trunk
- Whitespace

Revision 93433 - Directory Listing
Modified Sat Aug 24 20:52:52 2002 UTC (6 years, 10 months ago) by andi
Original Path: php/php-src/trunk
- Whitespace and better variable name

Revision 93406 - Directory Listing
Modified Sat Aug 24 13:28:53 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
Convert to unix, related to bug 18588

Revision 93396 - Directory Listing
Modified Sat Aug 24 13:15:35 2002 UTC (6 years, 10 months ago) by zeev
Original Path: php/php-src/trunk
Undeprecate mysql_db_query()

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 93356 - Directory Listing
Modified Sat Aug 24 10:53:40 2002 UTC (6 years, 10 months ago) by georg
Original Path: php/php-src/trunk
changed zend_error -> php_error_docref()

Revision 93352 - Directory Listing
Modified Sat Aug 24 09:56:51 2002 UTC (6 years, 10 months ago) by derick
Original Path: php/php-src/trunk
- Also make bz2 archives

Revision 93349 - Directory Listing
Modified Sat Aug 24 09:48:00 2002 UTC (6 years, 10 months ago) by dets
Original Path: php/php-src/trunk
convert encoding to cp1251,cp866 was not working, fixed

Revision 93343 - Directory Listing
Modified Sat Aug 24 09:27:51 2002 UTC (6 years, 10 months ago) by georg
Original Path: php/php-src/trunk
changed error messages according to CODING_STANDARDS

Revision 93340 - Directory Listing
Modified Sat Aug 24 09:26:58 2002 UTC (6 years, 10 months ago) by georg
Original Path: php/php-src/trunk
MySQL changes

Revision 93332 - Directory Listing
Modified Sat Aug 24 09:05:44 2002 UTC (6 years, 10 months ago) by thies
Original Path: php/php-src/trunk
fix warning

Revision 93327 - Directory Listing
Modified Sat Aug 24 07:19:40 2002 UTC (6 years, 10 months ago) by yohgaki
Original Path: php/php-src/trunk
Fixed typo

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 93301 - Directory Listing
Modified Sat Aug 24 01:19:28 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
php_error_docref
#New conversion available at: http://docref.txt.marcus-boerger.de

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 93283 - Directory Listing
Modified Sat Aug 24 00:45:09 2002 UTC (6 years, 10 months ago) by zeev
Original Path: php/php-src/trunk
Fix import_request_variables()

Revision 93277 - Directory Listing
Modified Sat Aug 24 00:20:37 2002 UTC (6 years, 10 months ago) by changelog
Original Path: php/php-src/trunk
ChangeLog update

Revision 93265 - Directory Listing
Modified Fri Aug 23 22:24:02 2002 UTC (6 years, 10 months ago) by sniper
Original Path: php/php-src/trunk
Made this extension to use the resource stuff

Revision 93264 - Directory Listing
Modified Fri Aug 23 22:11:10 2002 UTC (6 years, 10 months ago) by andi
Original Path: php/php-src/trunk
- Add \n to configure fprintf

Revision 93263 - Directory Listing
Modified Fri Aug 23 22:07:59 2002 UTC (6 years, 10 months ago) by andi
Original Path: php/php-src/trunk
- dlerror -> DL_ERROR

Revision 93256 - Directory Listing
Modified Fri Aug 23 20:57:30 2002 UTC (6 years, 10 months ago) by sniper
Original Path: php/php-src/trunk
ws fix

Revision 93233 - Directory Listing
Modified Fri Aug 23 17:53:03 2002 UTC (6 years, 10 months ago) by rasmus
Original Path: php/php-src/trunk
stream closing bug here too

Revision 93230 - Directory Listing
Modified Fri Aug 23 17:45:46 2002 UTC (6 years, 10 months ago) by wez
Original Path: php/php-src/trunk
Fix segfault reported by Rasmus.

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 93213 - Directory Listing
Modified Fri Aug 23 15:56:34 2002 UTC (6 years, 10 months ago) by georg
Original Path: php/php-src/trunk
fixed bug #18643

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 93200 - Directory Listing
Modified Fri Aug 23 15:19:16 2002 UTC (6 years, 10 months ago) by chregu
Original Path: php/php-src/trunk
fix memleak in xslt->dump_mem()

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 93193 - Directory Listing
Modified Fri Aug 23 14:28:56 2002 UTC (6 years, 10 months ago) by derick
Original Path: php/php-src/trunk
- No spaces :)

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 93172 - Directory Listing
Modified Fri Aug 23 12:18:54 2002 UTC (6 years, 10 months ago) by thies
Original Path: php/php-src/trunk
those are set by RETURN_FROM_EXECUTE

Revision 93160 - Directory Listing
Modified Fri Aug 23 10:16:19 2002 UTC (6 years, 10 months ago) by georg
Original Path: php/php-src/trunk
fixed bug #16965

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 93116 - Directory Listing
Modified Fri Aug 23 00:18:45 2002 UTC (6 years, 10 months ago) by changelog
Original Path: php/php-src/trunk
NEWS update

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 93089 - Directory Listing
Modified Thu Aug 22 19:19:37 2002 UTC (6 years, 10 months ago) by iliaa
Original Path: php/php-src/trunk
Fixed a typo

Revision 93086 - Directory Listing
Modified Thu Aug 22 19:14:27 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
more php_error_docref

Revision 93083 - Directory Listing
Modified Thu Aug 22 18:38:44 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
php_error_docref...

Revision 93080 - Directory Listing
Modified Thu Aug 22 17:42:18 2002 UTC (6 years, 10 months ago) by wez
Original Path: php/php-src/trunk
Fix compile warnings under win32

Revision 93077 - Directory Listing
Modified Thu Aug 22 17:40:25 2002 UTC (6 years, 10 months ago) by wez
Original Path: php/php-src/trunk
*cough*

Revision 93074 - Directory Listing
Modified Thu Aug 22 17:37:46 2002 UTC (6 years, 10 months ago) by wez
Original Path: php/php-src/trunk
Fix error messages.

Revision 93071 - Directory Listing
Modified Thu Aug 22 16:21:32 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
fiw warnings

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 93038 - Directory Listing
Modified Thu Aug 22 14:02:08 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
fix zts build

Revision 93035 - Directory Listing
Modified Thu Aug 22 13:30:03 2002 UTC (6 years, 10 months ago) by mlwmohawk
Original Path: php/php-src/trunk
Removed C++ comments

Revision 93019 - Directory Listing
Modified Thu Aug 22 13:23:51 2002 UTC (6 years, 10 months ago) by edink
Original Path: php/php-src/trunk
magic.mime seems to be more common name for the file.

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 93003 - Directory Listing
Modified Thu Aug 22 12:15:20 2002 UTC (6 years, 10 months ago) by iliaa
Original Path: php/php-src/trunk
Fixed a number of compile warnings.

Revision 92997 - Directory Listing
Modified Thu Aug 22 10:52:40 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
fix warning

Revision 92994 - Directory Listing
Modified Thu Aug 22 10:16:03 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
fix php_error_docref parameters

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 92983 - Directory Listing
Modified Thu Aug 22 07:59:11 2002 UTC (6 years, 10 months ago) by chregu
Original Path: php/php-src/trunk
add allow_webdav_methods as option

Revision 92977 - Directory Listing
Modified Thu Aug 22 07:56:39 2002 UTC (6 years, 10 months ago) by chregu
Original Path: php/php-src/trunk
do not check for POST twice

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 92963 - Directory Listing
Modified Thu Aug 22 01:25:52 2002 UTC (6 years, 10 months ago) by sniper
Original Path: php/php-src/trunk
kill some compile warnings

Revision 92958 - Directory Listing
Modified Thu Aug 22 01:20:50 2002 UTC (6 years, 10 months ago) by sniper
Original Path: php/php-src/trunk
style fix

Revision 92955 - Directory Listing
Modified Thu Aug 22 01:06:14 2002 UTC (6 years, 10 months ago) by sniper
Original Path: php/php-src/trunk
comment out unused variable

Revision 92951 - Directory Listing
Modified Thu Aug 22 00:43:18 2002 UTC (6 years, 10 months ago) by sniper
Original Path: php/php-src/trunk
kill compiler warning (unused variable)

Revision 92945 - Directory Listing
Modified Thu Aug 22 00:34:07 2002 UTC (6 years, 10 months ago) by sniper
Original Path: php/php-src/trunk
Fix typo.

Revision 92942 - Directory Listing
Modified Thu Aug 22 00:19:54 2002 UTC (6 years, 10 months ago) by sniper
Original Path: php/php-src/trunk
These functions are not used elsewhere.

Revision 92941 - Directory Listing
Modified Thu Aug 22 00:17:15 2002 UTC (6 years, 10 months ago) by changelog
Original Path: php/php-src/trunk
ChangeLog update

Revision 92935 - Directory Listing
Modified Wed Aug 21 23:51:12 2002 UTC (6 years, 10 months ago) by sniper
Original Path: php/php-src/trunk
Fix ZTS build

Revision 92927 - Directory Listing
Modified Wed Aug 21 23:14:40 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
These require exif and mbstring

Revision 92924 - Directory Listing
Modified Wed Aug 21 23:10:44 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
Test argument passing for CLI

Revision 92921 - Directory Listing
Modified Wed Aug 21 23:08:21 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
This does not work for CLI

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 92875 - Directory Listing
Modified Wed Aug 21 11:37:22 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
Reflect recent changes to exif.c

Revision 92872 - Directory Listing
Modified Wed Aug 21 11:23:44 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
Fixes array test 004.phpt. Nice copy paste error.

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 92861 - Directory Listing
Modified Wed Aug 21 06:22:19 2002 UTC (6 years, 10 months ago) by sebastian
Original Path: php/php-src/trunk
Fix ZTS build.

Revision 92857 - Directory Listing
Modified Wed Aug 21 05:41:49 2002 UTC (6 years, 10 months ago) by derick
Original Path: php/php-src/trunk
- Proper format for CREDITS files

Revision 92853 - Directory Listing
Modified Wed Aug 21 05:39:28 2002 UTC (6 years, 10 months ago) by steinm
Original Path: php/php-src/trunk
- gave overdue credits to christian

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 92843 - Directory Listing
Modified Wed Aug 21 03:59:27 2002 UTC (6 years, 10 months ago) by iliaa
Original Path: php/php-src/trunk
Fixed compile warning.

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 92837 - Directory Listing
Modified Wed Aug 21 03:10:55 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
more ini settings

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 92826 - Directory Listing
Modified Wed Aug 21 01:27:56 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
Add var_dump float format test

Revision 92823 - Directory Listing
Modified Wed Aug 21 01:26:21 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
Add combined base64 and md5 test

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 92814 - Directory Listing
Modified Wed Aug 21 01:00:56 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
Ignore double_buffering for ob_start().

Revision 92809 - Directory Listing
Modified Wed Aug 21 00:23:33 2002 UTC (6 years, 10 months ago) by changelog
Original Path: php/php-src/trunk
NEWS update

Revision 92805 - Directory Listing
Modified Wed Aug 21 00:21:15 2002 UTC (6 years, 10 months ago) by changelog
Original Path: php/php-src/trunk
ChangeLog update

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 92793 - Directory Listing
Modified Tue Aug 20 23:08:24 2002 UTC (6 years, 10 months ago) by kalowsky
Original Path: php/php-src/trunk
Correcting english in config

Revision 92785 - Directory Listing
Modified Tue Aug 20 23:04:53 2002 UTC (6 years, 10 months ago) by kalowsky
Original Path: php/php-src/trunk
Fix for Bug #18999

Revision 92777 - Directory Listing
Modified Tue Aug 20 22:08:55 2002 UTC (6 years, 10 months ago) by wez
Original Path: php/php-src/trunk
Fix newly introduced leak in the debug build.

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 92768 - Directory Listing
Modified Tue Aug 20 20:43:45 2002 UTC (6 years, 10 months ago) by wez
Original Path: php/php-src/trunk
fix vim modeline

Revision 92765 - Directory Listing
Modified Tue Aug 20 20:27:18 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
speling - thanks derick

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 92759 - Directory Listing
Modified Tue Aug 20 20:09:57 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
note about double_buffering

Revision 92756 - Directory Listing
Modified Tue Aug 20 20:07:00 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
Changed handling of output buffer sizes.

Revision 92753 - Directory Listing
Modified Tue Aug 20 20:01:14 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
Changed handling of output buffer sizes.
#.c to follow

Revision 92750 - Directory Listing
Modified Tue Aug 20 19:51:00 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
Changed handling of output buffer sizes.

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 92725 - Directory Listing
Modified Tue Aug 20 12:01:24 2002 UTC (6 years, 10 months ago) by sniper
Original Path: php/php-src/trunk
remove tabs

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 92719 - Directory Listing
Modified Tue Aug 20 10:00:28 2002 UTC (6 years, 10 months ago) by helly
Original Path: php/php-src/trunk
NO C++ comments

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 92704 - Directory Listing
Modified Tue Aug 20 07:26:50 2002 UTC (6 years, 10 months ago) by edink
Original Path: php/php-src/trunk
Fixed build with Oracle 8.0.x (bug #18973).

Revision 92685 - Directory Listing
Modified Tue Aug 20 00:19:08 2002 UTC (6 years, 11 months ago) by changelog
Original Path: php/php-src/trunk
ChangeLog update

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 92672 - Directory Listing
Modified Mon Aug 19 21:49:37 2002 UTC (6 years, 11 months ago) by sniper
Original Path: php/php-src/trunk
Fix the build when using --with-java without any path

Revision 92668 - Directory Listing
Modified Mon Aug 19 21:15:59 2002 UTC (6 years, 11 months ago) by dickmeiss
Original Path: php/php-src/trunk
Make options piggyback and timeout work with ZOOM

Revision 92664 - Directory Listing
Modified Mon Aug 19 20:58:22 2002 UTC (6 years, 11 months ago) by zeev
Original Path: php/php-src/trunk
MFZE1

Revision 92656 - Directory Listing
Modified Mon Aug 19 20:47:55 2002 UTC (6 years, 11 months ago) by zeev
Original Path: php/php-src/trunk
Fix a few warnings

Revision 92653 - Directory Listing
Modified Mon Aug 19 20:47:42 2002 UTC (6 years, 11 months ago) by zeev
Original Path: php/php-src/trunk
Fix a warning

Revision 92639 - Directory Listing
Modified Mon Aug 19 20:02:59 2002 UTC (6 years, 11 months ago) by sander
Original Path: php/php-src/trunk
Sync with var_unserializer.re

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 92633 - Directory Listing
Modified Mon Aug 19 19:42:20 2002 UTC (6 years, 11 months ago) by sander
Original Path: php/php-src/trunk
Don't know what this line was supposed to DO!?!?

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 92610 - Directory Listing
Modified Mon Aug 19 15:52:21 2002 UTC (6 years, 11 months ago) by rasmus
Original Path: php/php-src/trunk
Fix xbithack bug finally (see bug #16515)

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 92589 - Directory Listing
Modified Mon Aug 19 13:46:39 2002 UTC (6 years, 11 months ago) by edink
Original Path: php/php-src/trunk
Debug functions should only work in debug mode.

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 92553 - Directory Listing
Modified Mon Aug 19 00:17:41 2002 UTC (6 years, 11 months ago) by changelog
Original Path: php/php-src/trunk
ChangeLog update

Revision 92518 - Directory Listing
Modified Sun Aug 18 15:46:48 2002 UTC (6 years, 11 months ago) by holger
Original Path: php/php-src/trunk
Some minor changes related to Pi3Web 2.0.1.

Revision 92508 - Directory Listing
Modified Sun Aug 18 13:05:44 2002 UTC (6 years, 11 months ago) by sesser
Original Path: php/php-src/trunk
make POST requests work again

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 92501 - Directory Listing
Modified Sun Aug 18 11:05:28 2002 UTC (6 years, 11 months ago) by holger
Original Path: php/php-src/trunk
Removed unused local variable header_line.

Revision 92496 - Directory Listing
Modified Sun Aug 18 07:54:33 2002 UTC (6 years, 11 months ago) by iliaa
Original Path: php/php-src/trunk
Corrected if() syntax in previous patch.

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 92477 - Directory Listing
Modified Sun Aug 18 04:33:10 2002 UTC (6 years, 11 months ago) by kalowsky
Original Path: php/php-src/trunk
Bug Fix #18960 - Submitted by alan_k {at} php.net

Revision 92471 - Directory Listing
Modified Sun Aug 18 00:18:19 2002 UTC (6 years, 11 months ago) by changelog
Original Path: php/php-src/trunk
ChangeLog update

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 92434 - Directory Listing
Modified Sat Aug 17 20:20:36 2002 UTC (6 years, 11 months ago) by andi
Original Path: php/php-src/trunk
MFZE1

Revision 92417 - Directory Listing
Modified Sat Aug 17 17:10:13 2002 UTC (6 years, 11 months ago) by sniper
Original Path: php/php-src/trunk
AFAIK, 4.3.0 will not contain ZE2..

Revision 92402 - Directory Listing
Modified Sat Aug 17 16:22:40 2002 UTC (6 years, 11 months ago) by zeev
Original Path: php/php-src/trunk
MFZE1

Revision 92395 - Directory Listing
Modified Sat Aug 17 16:07:26 2002 UTC (6 years, 11 months ago) by zeev
Original Path: php/php-src/trunk
MFZE1

Revision 92390 - Directory Listing
Modified Sat Aug 17 15:53:02 2002 UTC (6 years, 11 months ago) by venaas
Original Path: php/php-src/trunk
Default is enable, so better --disable-ipv6 I guess

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 92366 - Directory Listing
Modified Sat Aug 17 11:48:21 2002 UTC (6 years, 11 months ago) by sesser
Original Path: php/php-src/trunk
IE does not use quotes but now we are safe...

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 92359 - Directory Listing
Modified Sat Aug 17 11:31:06 2002 UTC (6 years, 11 months ago) by sesser
Original Path: php/php-src/trunk
fixed the user supplied patch for bug #18792

Revision 92342 - Directory Listing
Modified Sat Aug 17 01:14:53 2002 UTC (6 years, 11 months ago) by rasmus
Original Path: php/php-src/trunk
Add warning about atime requirement for session gc

Revision 92335 - Directory Listing
Modified Sat Aug 17 00:20:13 2002 UTC (6 years, 11 months ago) by changelog
Original Path: php/php-src/trunk
NEWS update

Revision 92334 - Directory Listing
Modified Sat Aug 17 00:19:19 2002 UTC (6 years, 11 months ago) by changelog
Original Path: php/php-src/trunk
ChangeLog update

Revision 92329 - Directory Listing
Modified Fri Aug 16 23:25:53 2002 UTC (6 years, 11 months ago) by sniper
Original Path: php/php-src/trunk
ws fixes

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.


[email protected]
ViewVC Help
Powered by ViewVC 1.1.1