1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00
Commit Graph

20010 Commits

Author SHA1 Message Date
Marcus Boerger 447da280dd Adding tests for abstract static methods 2003-03-03 11:13:56 +00:00
Marcus Boerger 326b793faf Adding tests for final methods 2003-03-03 11:10:30 +00:00
Harald Radi 3f8c08b5e1 add missing strtolower 2003-03-03 01:56:14 +00:00
e2a27a23a5 ChangeLog update 2003-03-03 01:32:58 +00:00
Harald Radi 87f6d0d86d adding placeholder for the new disable_classes directive 2003-03-03 01:30:27 +00:00
Harald Radi 3e52882d3b adding disable_classes ini directive based on the
newly introduced zend_disable_class function
2003-03-03 01:27:22 +00:00
Harald Radi a700180f5d commiting zend_disable_class patch for George:
disabled classes will be replaced by dummy classes
that print a warning upon instanciation
2003-03-03 01:22:43 +00:00
Marcus Boerger acef51e677 (re)check in non ZendOptimizer version of test 2003-03-03 00:58:15 +00:00
Marcus Boerger 3ac6bb5017 remove entry done already 2003-03-03 00:15:50 +00:00
foobar 826d9ace59 typofix 2003-03-02 18:52:29 +00:00
foobar 6290b1c2cb Special case for MacosX.. 2003-03-02 18:50:45 +00:00
foobar 96f6d1fdbd Fixed bug #22485 (hardcoded shared lib extensions) 2003-03-02 18:47:35 +00:00
Zeev Suraski 1f63fba1b7 Fix old variable names 2003-03-02 15:41:12 +00:00
Zeev Suraski 36eae0b771 Fix destructors some more 2003-03-02 15:24:04 +00:00
Marcus Boerger cbb3e6fd2f fix problem in current HEAD
# strange why on earth does $GLOBALS['cwd'] produce a warning here?
# however we already have a global declarations so we use it for cwd, too.
2003-03-02 15:12:12 +00:00
Wez Furlong 71b1c7bdb0 typo fix 2003-03-02 15:11:42 +00:00
Uwe Schindler 99bec84027 *** empty log message *** 2003-03-02 13:45:23 +00:00
Zeev Suraski 622da33231 - Optimize $_REQUEST
- Fix phpinfo()
2003-03-02 13:35:01 +00:00
Zeev Suraski 98b990e336 Improve infrastructure 2003-03-02 13:33:31 +00:00
Wez Furlong ec86811298 Build-performance tweaks 2003-03-02 13:14:49 +00:00
Wez Furlong 6fed2e95b2 Fix build for activescript sapi 2003-03-02 13:09:48 +00:00
Derick Rethans a8f97a4842 - It was called _VARS, not _GLOBALS :-) 2003-03-02 12:46:37 +00:00
Zeev Suraski 4e55747a2b Add JIT initialization for _SERVER and _ENV
(it's less important for the others, even though it should be fairly
easy now too)
2003-03-02 10:19:15 +00:00
Zeev Suraski f7b7800479 Add infrastructure for JIT initialization of auto globals 2003-03-02 10:04:53 +00:00
Moriyoshi Koizumi da0d5a11ed Fixed my silly mistake in the filter code 2003-03-02 08:39:01 +00:00
abc088a232 NEWS update 2003-03-02 01:32:38 +00:00
4128be7f8d ChangeLog update 2003-03-02 01:32:28 +00:00
Zeev Suraski 805637b06d Fix mem leak 2003-03-01 19:08:41 +00:00
Moriyoshi Koizumi 6716188356 Reverted my previous commit 2003-03-01 18:47:18 +00:00
Wez Furlong c3e6bcd398 Ensure that all fields are initialized to NULL. 2003-03-01 17:27:23 +00:00
Moriyoshi Koizumi 3de8b87cba Fixed build 2003-03-01 15:49:06 +00:00
Wez Furlong c6e40696e1 Fix two crash bugs when optional parameters are not specified.
Fix folding markers.
2003-03-01 15:40:06 +00:00
Wez Furlong 242166d601 Don't shutdown() unix sockets.
It causes the server end to close down/break.
2003-03-01 15:22:21 +00:00
Wez Furlong a3cf1ab8f6 Folding fixes 2003-03-01 15:20:42 +00:00
Andi Gutmans 1a7c0d52dc - Make __construct() have higher priority than class name functions
- for constructors.
- Fix problem with the engine allowing final/abstract for the same method.
- Both patches are by Marcus Börger.
2003-03-01 14:57:49 +00:00
Wez Furlong 57f114969a Add streams headers to those used for shared extensions. 2003-03-01 13:52:11 +00:00
c1d79bd45e ChangeLog update 2003-03-01 01:40:00 +00:00
Wez Furlong 98224f5a05 New! 2003-03-01 01:28:50 +00:00
Pierre Joye 31509f124f update credits (ilia,myself) 2003-03-01 01:28:10 +00:00
Wez Furlong 558db0d87a Expose php_stream_copy_to_stream as stream_copy_to_stream(); a high
performance alternative to looping reads and writes.
2003-03-01 01:27:50 +00:00
Wez Furlong 349ce76f96 Tidy up stupid signed/unsigned issues with win32 by introducing a php_socket_t typedef. 2003-02-28 21:03:36 +00:00
Rasmus Lerdorf 1ad304c2c5 MFB config-file-scan-dir crash fix 2003-02-28 20:48:38 +00:00
Wez Furlong 68c1294462 Add this file... 2003-02-28 20:06:05 +00:00
Wez Furlong 1b53a2d12e New user-space functions:
. stream_socket_client() - similar to fsockopen(), but more powerful.
  . stream_socket_server() - Creates a server socket.
  . stream_socket_accept() - Accept a client connection.
  . stream_socket_get_name() - Get local or remote name of socket.

Tidy up some leaks and debug printfs.
Move more streams functions into streamsfuncs.c and streamsfuncs.h.
2003-02-28 19:53:21 +00:00
Ilia Alshanetsky 14bf872003 Fixed compiler warnings. 2003-02-28 17:26:28 +00:00
Hartmut Holzgraefe 5810393142 callbacks are now supported
(although there's still room for improvements)
2003-02-28 10:30:40 +00:00
Hartmut Holzgraefe 050e86fde4 it is still to early in the morning for coding :( 2003-02-28 07:57:00 +00:00
Hartmut Holzgraefe 80d267e271 make sure that GNU extensions exist for fnmatch() 2003-02-28 07:52:23 +00:00
foobar 535a73a71e - Fixed bug #22312 (crash on failed connection when curl_getinfo() was called).
(Phil Oleson <poleson@verio.net>)
2003-02-28 07:34:45 +00:00
foobar 08b5f6b2b9 - No need to include the ssl headers elsewhere but in ext/openssl
# ext/ftp doesn't use streams yet so it needs to include them.
2003-02-28 07:25:15 +00:00