1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 01:18:19 +02:00
Commit Graph

19312 Commits

Author SHA1 Message Date
Marcus Boerger 0629bdb061 Shared dba requires at least db-3.3 2003-01-31 20:06:44 +00:00
Marcus Boerger 037986db20 Fix proto 2003-01-31 19:12:23 +00:00
Frank M. Kromann b079cc2af5 Rename script.
Add check for CLI version
2003-01-31 18:51:28 +00:00
Sascha Schumann bea6ff5183 Unbreak $Id tag 2003-01-31 16:24:12 +00:00
foobar 190db955ba Moved these entries to PHP_4_3 branch NEWS (for 4.3.1) 2003-01-31 14:23:18 +00:00
foobar e9a132f223 No c++ comments.. 2003-01-31 14:18:50 +00:00
Moriyoshi Koizumi b00cc4f2bb Fixed a mb_send_mail() bug that has been reported in php-i18n@lists.php.net
See http://lists.php.net/article.php?group=php.i18n&article=427
2003-01-31 14:15:49 +00:00
Sascha Schumann 9233627887 Remove obsolete warning 2003-01-31 07:44:17 +00:00
Sara Golemon 81797baed4 Add ftp_raw() to send raw command strings to an FTP server. 2003-01-31 04:54:57 +00:00
Frank M. Kromann ff605d071f Use platform specific extension. 2003-01-31 03:45:13 +00:00
Frank M. Kromann 04abd3af69 Dtandard visual studio project for ext_skel 2003-01-31 03:44:55 +00:00
Frank M. Kromann 941dc7260d Wrapper script to use ext_skel on Win32 2003-01-31 03:44:20 +00:00
9e95db3769 ChangeLog update 2003-01-31 01:33:19 +00:00
Ilia Alshanetsky 7a3c54fc36 Fixed compiler warning regarding signed/unsigned int comparisons. 2003-01-30 23:36:08 +00:00
Ilia Alshanetsky 242a9a47c7 Fix compiler warning. 2003-01-30 22:37:50 +00:00
Marcus Boerger 302f97abbc Revert this part, the new one adds more problems than it solves. 2003-01-30 21:36:05 +00:00
Sascha Schumann 4cf174cbd4 Fix sticky EOF problem
Sometimes streams signal a temporary EOF, because all current data
has been consumed. But that does not preclude the possibility that
more data will become available later.

Thus we must not treat eof in the read path as final.

Now, "tail -f" like scripts work again.
2003-01-30 21:06:34 +00:00
Sara Golemon 65146ceb26 Unify str_replace and str_ireplace using INTERNAL_FUNCTION_PARAM_PASSTHRU -- reduce codebase/maintenance complexity 2003-01-30 20:09:19 +00:00
foobar 21803056b5 fix bug: #21945 (zts build failed) 2003-01-30 19:30:13 +00:00
Marcus Boerger f2ff4678cd Allow to link against chosen modules correctly 2003-01-30 18:28:42 +00:00
Sara Golemon 37ff98978b Feature Request # 5919 - Addition of str_ireplace()
Also removed deprecated BM str replace menthod
Also rewrote php_str_to_str to use more processor/memory efficient method (ilia)
2003-01-30 05:00:41 +00:00
Harald Radi 54c73d1ccb fix non-zts build for wez 2003-01-30 03:15:52 +00:00
Ilia Alshanetsky 453368afdf Removed pointless checks. 2003-01-30 02:33:16 +00:00
e3672e49fc ChangeLog update 2003-01-30 01:32:27 +00:00
Ilia Alshanetsky 62db0b4854 Fix ZTS build. 2003-01-30 00:44:56 +00:00
Stig Bakken 9c5ff64992 * Windows fix (thanks to paj) 2003-01-29 21:42:54 +00:00
Ilia Alshanetsky ebf13bc940 Added sanity checks. 2003-01-29 19:33:38 +00:00
Maxim Maletsky 808cb3ad74 Added myself to the maintainers list. 2003-01-29 18:31:48 +00:00
Stanislav Malyshev 03f88ac2b2 Add additional stage to post-session cleanup.
We need separate cleanup stage because of the following problem:
Suppose we destroy class X, which destroys function table,
and in function table we have function foo() that has static $bar. Now if
object of class X was assigned to $bar, its destructor will be called and will
fail since X's function table is in mid-destruction.
So we want first of all to clean up all data and then move to tables
destruction.
Note that only run-time accessed data need to be cleaned up, pre-defined
data can not contain objects and thus are not probelmatic.
# Looks like we are having a lots of pain in the various parts of the body
# because of the destructors...
2003-01-29 17:54:48 +00:00
Edin Kadribasic 6b203c70a3 Be more consistent with the sapi internal name. 2003-01-29 15:41:42 +00:00
Edin Kadribasic ca0b63e420 Enable embedded code using sapi/embed to use dl(). 2003-01-29 15:39:10 +00:00
Zeev Suraski 4b97a8dffd Code rearrangements 2003-01-29 15:02:57 +00:00
Stanislav Malyshev f73def91ed Fix object destructors:
zend_objects_store_call_destructors is not used anymore, we rely on
symbol tables cleaners to destroy all objects.
2003-01-29 14:33:18 +00:00
Stanislav Malyshev 683cf733bd extra safety 2003-01-29 14:27:40 +00:00
Stanislav Malyshev 123d8f782f fix memory leak 2003-01-29 14:25:53 +00:00
Zeev Suraski 8f52bf6835 Fix assignments to $this.
Fixes the 'make install' problem reported on php-dev
2003-01-29 08:55:12 +00:00
foobar 5c81fcfe70 NEWS police is back. 2003-01-29 07:50:09 +00:00
b98d46baf2 ChangeLog update 2003-01-29 01:31:55 +00:00
Harald Radi f8e014b228 MFPHP_4_3 2003-01-29 00:49:09 +00:00
Ilia Alshanetsky e6170c0b30 Added part of strpos commit that never made it in for some reason.
# Thanks Pollita.
2003-01-29 00:07:01 +00:00
Ilia Alshanetsky 835e6481e4 Fixed bug #17868 (more then the <!--include--> directive used to include
a PHP file would result in a crash).
2003-01-28 16:34:21 +00:00
Derick Rethans 1ca8d7d4c3 - Fix includes 2003-01-28 16:05:34 +00:00
Ilia Alshanetsky 4fe6fc8b0b Fixed compiler warning. 2003-01-28 16:04:10 +00:00
Edin Kadribasic 5b387760de Call correct module startup function (not a hard coded one) allowing
startup override.
2003-01-28 13:54:42 +00:00
Zeev Suraski 49fd225238 Fix a ticks related crash 2003-01-28 11:34:24 +00:00
Zeev Suraski 9f1516f556 Get rid of php4ts.dsw - replaced by php5ts.dsw 2003-01-28 11:22:44 +00:00
foobar 20c43285f7 - Fixed bug: #13561 (--without-pear prevents install of phpize, php-config) 2003-01-28 10:59:12 +00:00
foobar 41d6e9af8d Fix configure. (typo?) 2003-01-28 10:55:36 +00:00
Edin Kadribasic c8eb148368 Expose php_embed_module struct (and make Wez happy). 2003-01-28 10:49:56 +00:00
Melvyn Sopacua ac3dc9d95e Fix parse error and edink's fear of bison errors 2003-01-28 10:04:17 +00:00