Eevo Theme
   [ Main Page ]

- THCNET by Krux on Wednesday September 22, 2010 @ 10:11am

Re: THCNET
Code ]
Posted by Krux on Thursday October 7, 2010 @ 05:31pm
>>reply ][ rating +0  ]

So looks like I need to work on another major fix to thcnet. As of PHP 5.3 the ereg function no longer exists, and thcnet makes heavy use of that. Have to update everything to the PCRE compatible regular expressions when I get the chance.

"There's a good chance that you might be stupid."


<< Re: THCNET
Code ]
Posted by voltaic on Saturday October 9, 2010 @ 07:11pm
>>reply ][ rating +0  ]

Why did they dump ereg()?


<< Re: THCNET
Code ]
Posted by Krux on Sunday October 10, 2010 @ 05:45pm
>>reply ][ rating +0  ]

Why did they dump ereg()?

Because preg is better. I've been going through my code and fixing things on the development site.

"There's a long-standing bug relating to the x86 architecture that allows you to install Windows." -- Matthew D. Fuller


<< Re: THCNET
Code ]
Posted by Caliber on Thursday October 7, 2010 @ 10:02pm
>>reply ][ rating +0  ]

So looks like I need to work on another major fix to thcnet. As of PHP 5.3 the ereg function no longer exists, and thcnet makes heavy use of that. Have to update everything to the PCRE compatible regular expressions when I get the chance.

neat, except it isn't... that sucks man

$1500 keyboards are dumb.

--voltaic


   [ Main Page ]

- THCNET by Krux on Wednesday September 22, 2010 @ 10:11am