Date: 09/30/00
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #6757 Updated: mcrypt_module_open"
- Previous message: rubein <email protected>: "[PHP-DEV] PHP 4.0 Bug #6962: Unsetting a global object in a function doesn't affect other functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: sb <email protected>
Operating system: Windows 2000
PHP version: 4.0 Latest CVS (30/09/2000)
PHP Bug Type: Reproduceable crash
Bug description: parse_url() crashes
Since last weeks changes to the CVS phpAds 1.4.0 crashed on my system. Today I found finally the time to track down the problem - and found it: a call to parse_url() causes the crashing.
I tried then the following script
<?php
$url = parse_url( "http://my.server/test.php" );
?>
and it crashes also.
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #6757 Updated: mcrypt_module_open"
- Previous message: rubein <email protected>: "[PHP-DEV] PHP 4.0 Bug #6962: Unsetting a global object in a function doesn't affect other functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

