Johannes Schlüter kirjoitti:
On Wed, 2009-05-13 at 00:45 +0000, Jani Taskinen wrote:
  Log:
  - Fixed bug #48247 (PHP crashes on errors during startup)

Looks good for 5.3 to me.

Committed.

One comment though:

cat > $ext_builddir/lib/timelib_config.h <<EOF
#ifdef PHP_WIN32
# include "config.w32.h"
#else
# include <php_config.h>
#endif
EOF

Any issue with this file being committed instead of being generated? -
Just to reduce the complexity and number of things that might break.
People using the timelib for other purpose should still be able to
overwrite this file ...

I only renamed that file, I did not change anything in it. :)
So this is up to Derick to fix/change.

--Jani


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to