*/
PHPAPI char *php_raw_url_encode(char const *s, int len, int *new_length)
{
- register int x, y;
+ register size_t x, y;
unsigned char *str;
str = (unsigned char *) safe_emalloc(3, len, 1);
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 5
-#define PHP_RELEASE_VERSION 34
+#define PHP_RELEASE_VERSION 27
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.5.34-dev"
-#define PHP_VERSION_ID 50534
+#define PHP_VERSION "5.5.27-dev"
+#define PHP_VERSION_ID 50527